Home
last modified time | relevance | path

Searched refs:gce (Results 1 – 25 of 36) sorted by relevance

12

/external/python/oauth2client/tests/contrib/
Dtest_gce.py27 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/
Dgce_host.py10 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/
Dswarmingbots.md33 - 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/
DMakefile18 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/
Doauth2client.contrib.gce.rst1 oauth2client.contrib.gce module
4 .. automodule:: oauth2client.contrib.gce
Doauth2client.contrib.rst20 oauth2client.contrib.gce
/external/oss-fuzz/projects/giflib/
DProtoToGif.cpp73 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.py34 import oauth2client.contrib.gce
129 oauth2client.contrib.gce.AppAssertionCredentials: _convert_gce_app_assertion_credentials,
/external/autotest/test_suites/
Dcontrol.gce-smoke6 NAME = "gce-smoke"
30 args_dict['name'] = 'gce-smoke'
Dcontrol.gce-sanity6 NAME = "gce-sanity"
33 args_dict['name'] = 'gce-sanity'
/external/python/google-auth-library-python/tests/
Dtest__oauth2client.py21 import oauth2client.contrib.gce
86 old_credentials = oauth2client.contrib.gce.AppAssertionCredentials(
/external/python/apitools/apitools/base/py/
Dcredentials_lib.py60 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/
DBUILD20 # copybara:uncomment compatible_with = ["//buildenv/target:gce"],
/external/tensorflow/tensorflow/core/platform/cloud/
Dgoogle_auth_provider_test.cc160 "access_token":"fake-gce-token", in TEST_F()
176 "access_token":"new-fake-gce-token", in TEST_F()
/external/python/oauth2client/scripts/
Drun_gce_system_tests.py24 from oauth2client.contrib.gce import AppAssertionCredentials
/external/rust/crates/grpcio-sys/grpc/tools/
DREADME.md9 gce: Scripts to help setup testing infrastructure on GCE.
/external/grpc-grpc/tools/
DREADME.md9 gce: Scripts to help setup testing infrastructure on GCE.
/external/tensorflow/tensorflow/core/tfrt/eager/
DBUILD185 # 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/
DBUILD140 compatible_with = ["//buildenv/target:gce"],
/external/tensorflow/tensorflow/lite/kernels/shim/
DBUILD21 # copybara:uncomment compatible_with = ["//buildenv/target:gce"],
/external/perfetto/docs/design-docs/
Dcontinuous-integration.md232 [GCE] # From /infra/ci/worker/gce-startup-script.sh
258 ### [gce-startup-script.sh](/infra/ci/worker/gce-startup-script.sh)
/external/python/oauth2client/
Dtox.ini149 [testenv:gce-system-tests]
/external/tensorflow/tensorflow/core/protobuf/
DBUILD215 # compatible_with = ["//buildenv/target:gce"],
/external/grpc-grpc/tools/run_tests/performance/
DREADME.md8 [linux_performance_worker_init.sh](../../gce/linux_performance_worker_init.sh) to have been ran alr…
/external/tensorflow/tensorflow/compiler/mlir/tfrt/
DBUILD229 # copybara:uncomment compatible_with = ["//buildenv/target:gce"],

12