Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 835 for shortly (0.17 sec)

  1. src/cmd/go/testdata/addmod.go

    //
    //	go run addmod.go path@version...
    //
    // It should only be used for very small modules - we do not want to check
    // very large files into testdata/mod.
    //
    // It is acceptable to edit the archive afterward to remove or shorten files.
    // See mod/README for more information.
    package main
    
    import (
    	"bytes"
    	"cmd/go/internal/str"
    	"flag"
    	"fmt"
    	"internal/txtar"
    	"io/fs"
    	"log"
    	"os"
    	"os/exec"
    	"path/filepath"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 30 19:41:54 UTC 2023
    - 3.5K bytes
    - Viewed (0)
  2. src/crypto/x509/pkcs8_test.go

    //
    // Note that OpenSSL will truncate the private key if it can (i.e. it emits it
    // like an integer, even though it's an OCTET STRING field). Thus if you
    // regenerate this you may, randomly, find that it's a byte shorter than
    // expected and the Go test will fail to recreate it exactly.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Nov 19 16:45:10 UTC 2022
    - 9K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/storage/value/encrypt/aes/aes.go

    func (t *gcm) TransformFromStorage(ctx context.Context, data []byte, dataCtx value.Context) ([]byte, bool, error) {
    	nonceSize := t.aead.NonceSize()
    	if len(data) < nonceSize {
    		return nil, false, errors.New("the stored data was shorter than the required size")
    	}
    	result, err := t.aead.Open(nil, data[:nonceSize], data[nonceSize:], dataCtx.AuthenticatedData())
    	return result, false, err
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 21 19:25:52 UTC 2023
    - 9.6K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/ir/tf_executor.cc

      // fully qualified) or a short form with a single type (in which case the data
      // inputs and the output are all using this type).
      if (FunctionType type = mlir::dyn_cast<FunctionType>(types.front())) {
        result.types.assign(type.getResults().begin(), type.getResults().end());
        types.assign(type.getInputs().begin(), type.getInputs().end());
      } else {
        // In case of the short form, use the parsed type for both the operands and
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 42.7K bytes
    - Viewed (0)
  5. platforms/core-runtime/logging/src/main/java/org/gradle/internal/logging/serializer/ProgressStartEventSerializer.java

        private static final short PARENT_PROGRESS_ID = 1;
        private static final short LOGGING_HEADER = 1 << 2;
        private static final short LOGGING_HEADER_IS_SUB_DESCRIPTION = 1 << 3;
        private static final short STATUS = 1 << 4;
        private static final short STATUS_IS_SUB_DESCRIPTION = 1 << 5;
        private static final short BUILD_OPERATION_ID = 1 << 6;
        private static final short BUILD_OPERATION_ID_IS_PROGRESS_ID = 1 << 7;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:05:18 UTC 2023
    - 8.1K bytes
    - Viewed (0)
  6. src/cmd/go/internal/base/path.go

    }
    
    // ShortPath returns an absolute or relative name for path, whatever is shorter.
    func ShortPath(path string) string {
    	if rel, err := filepath.Rel(Cwd(), path); err == nil && len(rel) < len(path) {
    		return rel
    	}
    	return path
    }
    
    // RelPaths returns a copy of paths with absolute paths
    // made relative to the current directory if they would be shorter.
    func RelPaths(paths []string) []string {
    	var out []string
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 20 19:17:27 UTC 2023
    - 2K bytes
    - Viewed (0)
  7. src/cmd/go/testdata/script/cover_runs.txt

    [compiler:gccgo] skip 'gccgo has no cover tool'
    [short] skip
    
    go test -short -coverpkg=strings strings regexp
    ! stdout '[^0-9]0\.0%'
    stdout  'strings.*coverage:.*[1-9][0-9.]+%'
    stdout  'regexp.*coverage:.*[1-9][0-9.]+%'
    
    go test -short -cover strings math regexp
    ! stdout '[^0-9]0\.0%'
    stdout  'strings.*coverage:.*[1-9][0-9.]+%'
    stdout  'math.*coverage:.*[1-9][0-9.]+%'
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 24 21:26:10 UTC 2022
    - 413 bytes
    - Viewed (0)
  8. platforms/core-runtime/daemon-protocol/src/main/java/org/gradle/tooling/internal/provider/serialization/WellKnownClassLoaderRegistry.java

            final SerializeMap delegateSession = delegate.newSerializeSession();
            return new SerializeMap() {
                final Map<Short, ClassLoaderDetails> knownLoaders = new HashMap<>();
    
                @Override
                public short visitClass(Class<?> target) {
                    ClassLoader classLoader = target.getClassLoader();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 14 00:13:09 UTC 2024
    - 4.8K bytes
    - Viewed (0)
  9. platforms/core-configuration/model-core/src/test/groovy/org/gradle/model/internal/manage/schema/extract/PrimitiveTypesTest.groovy

            Byte      | _
            Short     | _
            Integer   | _
            Float     | _
            Long      | _
            Double    | _
        }
    
        def "#type is primitive"() {
            expect:
            PrimitiveTypes.isPrimitiveType(ModelType.of(type))
    
            where:
            type    | _
            boolean | _
            char    | _
            byte    | _
            short   | _
            int     | _
            float   | _
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  10. src/net/http/h2_bundle.go

    		sc.writeSched = http2newRoundRobinWriteScheduler()
    	}
    
    	// These start at the RFC-specified defaults. If there is a higher
    	// configured value for inflow, that will be updated when we send a
    	// WINDOW_UPDATE shortly after sending SETTINGS.
    	sc.flow.add(http2initialWindowSize)
    	sc.inflow.init(http2initialWindowSize)
    	sc.hpackEncoder = hpack.NewEncoder(&sc.headerWriteBuf)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
Back to top