/external/python/oauth2client/tests/contrib/ |
D | test_gce.py | 27 from oauth2client.contrib import gce 41 credentials = gce.AppAssertionCredentials() 51 credentials = gce.AppAssertionCredentials(scopes=scopes) 54 warn_mock.assert_called_once_with(gce._SCOPES_WARNING) 57 credentials = gce.AppAssertionCredentials() 63 gce.AppAssertionCredentials.from_json({}) 73 credentials = gce.AppAssertionCredentials() 95 credentials = gce.AppAssertionCredentials() 102 credentials = gce.AppAssertionCredentials() 107 credentials = gce.AppAssertionCredentials() [all …]
|
/external/autotest/server/hosts/ |
D | gce_host.py | 10 from chromite.lib import gce 54 self.gce = gce.GceContext.ForServiceAccountThreadSafe( 83 keys = self.gce.GetCommonInstanceMetadata( 88 self.gce.SetCommonInstanceMetadata( 148 self.gce.SetInstanceMetadata(self._gce_instance, key, value) 153 self.gce.StopInstance(self._gce_instance) 158 self.gce.StartInstance(self._gce_instance)
|
/external/skia/site/docs/dev/testing/ |
D | swarmingbots.md | 33 - Machine name like “skia-e-gce-NNN”, “skia-ct-gce-NNN”, “skia-i-gce-NNN”, 34 “ct-gce-NNN”, “ct-xxx-builder-NNN” -> GCE 37 - skia-e-gce-NNN, skia-ct-gce-NNN: 39 - skia-i-gce-NNN: 41 - ct-gce-NNN, ct-xxx-builder-NNN: 61 - Machine name starts with “skia-e-”, “skia-i-” (other than “skia-i-gce-NNN”),
|
/external/perfetto/infra/ci/ |
D | Makefile | 18 override GCE_LOCAL_STARTUP_SCRIPT := worker/gce-startup-script.sh 68 .deps/gce-template: ${COMMON_DEPS} .deps/upload-startup-script 78 --service-account=gce-ci-worker@perfetto-ci.iam.gserviceaccount.com \ 110 start-workers: .deps/gce-template 134 start-worker-for-testing: .deps/gce-template
|
/external/python/oauth2client/docs/source/ |
D | oauth2client.contrib.gce.rst | 1 oauth2client.contrib.gce module 4 .. automodule:: oauth2client.contrib.gce
|
D | oauth2client.contrib.rst | 20 oauth2client.contrib.gce
|
/external/oss-fuzz/projects/giflib/ |
D | ProtoToGif.cpp | 73 void ProtoConverter::visit(GraphicControlExtension const &gce) in visit() argument 78 uint8_t packedByte = extractByteFromUInt32(gce.packed()); in visit() 82 writeWord(extractWordFromUInt32(gce.delaytime())); in visit() 84 writeByte(extractByteFromUInt32(gce.transparentcolorindex())); in visit()
|
/external/python/google-auth-library-python/google/auth/ |
D | _oauth2client.py | 34 import oauth2client.contrib.gce 129 oauth2client.contrib.gce.AppAssertionCredentials: _convert_gce_app_assertion_credentials,
|
/external/autotest/test_suites/ |
D | control.gce-smoke | 6 NAME = "gce-smoke" 30 args_dict['name'] = 'gce-smoke'
|
D | control.gce-sanity | 6 NAME = "gce-sanity" 33 args_dict['name'] = 'gce-sanity'
|
/external/python/google-auth-library-python/tests/ |
D | test__oauth2client.py | 21 import oauth2client.contrib.gce 86 old_credentials = oauth2client.contrib.gce.AppAssertionCredentials(
|
/external/python/apitools/apitools/base/py/ |
D | credentials_lib.py | 60 from oauth2client.contrib import gce 62 from oauth2client import gce 234 class GceAssertionCredentials(gce.AppAssertionCredentials): 425 return super(gce.AppAssertionCredentials, self).to_json()
|
/external/tensorflow/tensorflow/core/tfrt/fallback/ |
D | BUILD | 20 # copybara:uncomment compatible_with = ["//buildenv/target:gce"],
|
/external/tensorflow/tensorflow/core/platform/cloud/ |
D | google_auth_provider_test.cc | 160 "access_token":"fake-gce-token", in TEST_F() 176 "access_token":"new-fake-gce-token", in TEST_F()
|
/external/python/oauth2client/scripts/ |
D | run_gce_system_tests.py | 24 from oauth2client.contrib.gce import AppAssertionCredentials
|
/external/rust/crates/grpcio-sys/grpc/tools/ |
D | README.md | 9 gce: Scripts to help setup testing infrastructure on GCE.
|
/external/grpc-grpc/tools/ |
D | README.md | 9 gce: Scripts to help setup testing infrastructure on GCE.
|
/external/tensorflow/tensorflow/core/tfrt/eager/ |
D | BUILD | 185 # TODO(fishx): Change the whole BUILD file to be gce compatible. 186 # copybara:uncomment compatible_with = ["//buildenv/target:gce"],
|
/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/ |
D | BUILD | 140 compatible_with = ["//buildenv/target:gce"],
|
/external/tensorflow/tensorflow/lite/kernels/shim/ |
D | BUILD | 21 # copybara:uncomment compatible_with = ["//buildenv/target:gce"],
|
/external/perfetto/docs/design-docs/ |
D | continuous-integration.md | 232 [GCE] # From /infra/ci/worker/gce-startup-script.sh 258 ### [gce-startup-script.sh](/infra/ci/worker/gce-startup-script.sh)
|
/external/python/oauth2client/ |
D | tox.ini | 149 [testenv:gce-system-tests]
|
/external/tensorflow/tensorflow/core/protobuf/ |
D | BUILD | 215 # compatible_with = ["//buildenv/target:gce"],
|
/external/grpc-grpc/tools/run_tests/performance/ |
D | README.md | 8 [linux_performance_worker_init.sh](../../gce/linux_performance_worker_init.sh) to have been ran alr…
|
/external/tensorflow/tensorflow/compiler/mlir/tfrt/ |
D | BUILD | 229 # copybara:uncomment compatible_with = ["//buildenv/target:gce"],
|