Home
last modified time | relevance | path

Searched full:locally (Results 1 – 25 of 2292) sorted by relevance

12345678910>>...92

/external/autotest/client/common_lib/cros/
Dkernel_utils.py43 @param host: The DUT to execute the command on. None to execute locally.
54 @param host: The DUT to execute the command on. None to execute locally.
70 @param host: The DUT to execute the command on. None to execute locally.
83 @param host: The DUT to execute the command on. None to execute locally.
93 @param host: The DUT to execute the command on. None to execute locally.
105 @param host: The DUT to execute the command on. None to execute locally.
131 @param host: The DUT to execute the command on. None to execute locally.
181 @param host: The DUT to execute the command on. None to execute locally.
196 @param host: The DUT to execute the command on. None to execute locally.
/external/grpc-grpc/tools/dockerfile/
Dpush_testing_images.sh28 # LOCAL_ONLY_MODE: if set (e.g. LOCAL_ONLY_MODE=true), script will only operate locally and it won…
31 …r images missing in artifact registry from dockerhub instead of building them from scratch locally.
48 # way of allowing them to build locally on x64 machine is to use
148 # it is out of date and we will need to rebuild the docker image locally.
153 # it means the locally-built image hasn't been pushed to artifact registry yet.
165 …echo "CHECK FAILED: Dockerfile for ${DOCKER_IMAGE_NAME} has changed and was built locally, but loo…
185 …# of building it from scratch locally. This should simplify the dockerhub -> artifact registry mig…
194 …# After building the docker image locally, we don't know the image's RepoDigest (which is distinct…
195 …rent_version file with the image tag (which will be enough for running tests under docker locally).
DREADME.md5 environment also make it easier to reproduce issues we see on CI locally.
45 Rebuild the docker images that have been modified locally and upload the docker images to
58 Build modified docker images locally and don't push to artifact registry. This option is
73 # try pull existing images from dockerhub instead of building the from scratch locally.
/external/mbedtls/
D.pylintrc47 # * locally-disabled, locally-enabled: If we disable or enable a message
48 # locally, it's by design. There's no need to clutter the Pylint output
67 disable=locally-disabled,locally-enabled,logging-format-interpolation,no-else-return,unnecessary-pa…
/external/openthread/third_party/mbedtls/repo/
D.pylintrc46 # * locally-disabled, locally-enabled: If we disable or enable a message
47 # locally, it's by design. There's no need to clutter the Pylint output
66 disable=locally-disabled,locally-enabled,logging-format-interpolation,no-else-return,unnecessary-pa…
/external/cronet/third_party/googletest/
DREADME.chromium38 * Locally, [third\_party/googletest/src/](https://source.chromium.org/chromium/chromium/src/+/maste…
63 * Ideally, this can be done by building locally.
73 and try building locally. If the fix is successful and you’re confident
75 CL to google3 (Googler only) of the changes you made locally to
101 In most cases, testing locally with changes to
104 work in Chromium? Sometimes it’s not possible to test these changes locally
141 `enable_nacl=true` to reproduce these errors locally
/external/cronet/net/first_party_sets/
Dlocal_set_declaration.h15 // LocalSetDeclaration represents a Related Website Set that was defined locally
19 // Locally-defined sets take precedence over the public sets (for testing
23 // locally-defined sets, and enterprise policy sets is handled.
57 // set was locally defined.
/external/rust/crates/h2/src/proto/streams/
Dmod.rs36 /// Initial maximum number of locally initiated streams.
54 /// How long a locally reset stream should ignore frames
57 /// Maximum number of locally reset streams to keep at a time
70 /// Maximum number of locally reset streams due to protocol error across
Dcounts.rs11 /// Maximum number of locally initiated streams
20 /// Current number of locally initiated streams
23 /// Maximum number of pending locally reset streams
26 /// Current number of pending locally reset streams
35 /// Maximum number of locally reset streams due to protocol error across
41 /// Total number of locally reset streams due to protocol error across the
/external/rust/crates/grpcio-sys/grpc/tools/dockerfile/
DREADME.md5 environment also make it easier to reproduce issues we see on CI locally.
45 Rebuild the docker images that have been modified locally and upload the docker images to
52 Build modified docker images locally and don't push to artifact registry. This option is
67 # try pull existing images from dockerhub instead of building the from scratch locally.
Dpush_testing_images.sh28 # LOCAL_ONLY_MODE: if set (e.g. LOCAL_ONLY_MODE=true), script will only operate locally and it won…
31 …r images missing in artifact registry from dockerhub instead of building them from scratch locally.
48 # way of allowing them to build locally on x64 machine is to use
131 # it is out of date and we will need to rebuild the docker image locally.
156 …# of building it from scratch locally. This should simplify the dockerhub -> artifact registry mig…
/external/aws-crt-java/android/
DANDROID.md26 * [Consuming from locally installed](#consuming-from-locally-installed)
50 # Install CRT locally
72 ### Consuming from locally installed
73 You may also consume AWS CRT Android in your application using a locally installed version by addin…
/external/crosvm/infra/
DREADME.md49 ### Testing recipes locally
51 We try to build our recipes to work well locally, so for example build_linux.py can be invoked in
58 When run locally, recipes that check out crosvm, will run against the current HEAD of the main
69 Some things cannot be tested locally and need to be run on one of our build bots. This can be done
85 your recipe changes locally, then combine the led commands to:
/external/python/cpython2/Demo/pdist/
Drcvs.py55 '?' -- exists locally only
56 'A' -- new locally
57 'R' -- deleted locally
58 'U' -- changed remotely, no changes locally
60 'M' -- changed locally, no changes remotely
61 'C' -- conflict: changed locally as well as remotely
63 or removed locally and remotely)
101 if self.enew: return 'A' # New locally
/external/skia/site/docs/dev/chrome/
Dmulti_repo_trybots.md10 often helpful to locally create the Chromium and Blink changes and test with the
12 which affect Blink layout tests. While simple to do locally, this explains how
55 To test locally, run `gclient runhooks` to update the Skia source code.
89 locally, `git cl upload` can be used in the usual way. Be sure to add
/external/sdk-platform-java/java-core/google-cloud-core-http/src/main/java/com/google/cloud/http/
DCensusHttpModule.java51 /** Whether spans are stored locally. */
119 * @param isRecordEvents whether spans are stored locally.
139 * Returns whether spans are stored locally.
141 * @return whether spans are stored locally.
/external/webrtc/docs/native-code/development/
Dcontributing.md48 * Make changes, build locally, run tests locally
72 * Make changes, build locally, run tests locally
/external/skia/infra/wasm-common/docker/
DREADME.md17 For testing the image locally, the following flow can be helpful:
43 For testing the image locally, the following can be helpful:
70 For testing the image locally, the following can be helpful:
99 For testing the image locally, the following can be helpful:
/external/autotest/server/site_tests/tast/
Dcontrol.cross-device.local15 DOC = '''Run the Tast Cross Device test suite with Skylab's Android support locally.
17 This control file will setup the chromebook and android phone for you if you want to run locally.
18 Locally means kicking off via test_that to run against either:
Dcontrol.nearby-share.local15 DOC = '''Run the Tast Nearby Share test suites locally.
17 This control file will setup the chromebook and android phone for you if you want to run locally.
18 Locally means kicking off via test_that to run against either:
/external/oss-fuzz/projects/libaom/
DREADME.md32 1. Make your changes and commit them locally with “git commit”
41 * commit them locally with “git commit” (but DO NOT amend!)
46 * Delete local “new_feature_xyz” branch locally with “git checkout master
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/
DREADME.md5 locally and over the Internet. ExoPlayer supports features not currently
26 also possible to clone the repository and depend on the modules locally.
98 ### Locally subsection
100 Cloning the repository and depending on the modules locally is required when
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/
DREADME.md5 locally and over the Internet. ExoPlayer supports features not currently
26 also possible to clone the repository and depend on the modules locally.
98 ### Locally subsection
100 Cloning the repository and depending on the modules locally is required when
/external/tensorflow/tensorflow/core/ops/
Dsendrecv_ops.cc42 locally by the caller.
78 locally by the caller.
117 locally by the caller.
145 locally by the caller.
/external/tensorflow/tensorflow/core/public/
DREADME.md10 of two constants and get the result from a locally-running TensorFlow
36 If you are running TensorFlow locally, link your binary with
60 // Create a Session running TensorFlow locally in process.

12345678910>>...92