HomeSort by relevance Sort by last modified time
    Searched defs:gcs (Results 1 - 3 of 3) sorted by null

  /external/syzkaller/pkg/gcs/
gcs.go 4 // Package gcs provides wrappers around Google Cloud Storage (GCS) APIs.
10 package gcs package
113 return "", "", fmt.Errorf("invalid GCS file name: %v", file)
  /external/tensorflow/tensorflow/contrib/cloud/kernels/
gcs_config_ops.cc 53 return errors::FailedPrecondition("The GCS file system is not registered.");
82 // Get a handle to the GCS file system.
83 RetryingGcsFileSystem* gcs = nullptr; variable
84 OP_REQUIRES_OK(ctx, RetrieveGcsFs(ctx, &gcs));
111 gcs->underlying()->SetAuthProvider(std::move(provider));
178 // Get a handle to the GCS file system.
179 RetryingGcsFileSystem* gcs = nullptr; variable
180 OP_REQUIRES_OK(ctx, RetrieveGcsFs(ctx, &gcs));
190 if (gcs->underlying()->block_size() == block_size &&
191 gcs->underlying()->max_bytes() == max_cache_size &
    [all...]
  /external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
TestCollationStringByteConverter.java 141 DictionaryCharList<CharSequence> gcs = new DictionaryCharList<CharSequence>( local
143 for (int i = 0; gcs.hasCharAt(i); ++i) {
144 char c = gcs.charAt(i);
145 final int sourceOffset = gcs.toSourceOffset(i);
146 final CharSequence sourceSubSequence = gcs.sourceSubSequence(i,
151 gcs.hasCharAt(Integer.MAX_VALUE);
152 System.out.println("Length: " + gcs.getKnownLength());

Completed in 710 milliseconds