Home
last modified time | relevance | path

Searched defs:manually (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/python/cpython3/Tools/wasm/
DREADME.md425 ### Install OS dependencies
438 ### Install [Emscripten SDK](https://emscripten.org/docs/getting_started/downloads.html)
448 ### Optionally: enable ccache for EMSDK
458 ### Optionally: pre-build and cache static libraries
470 ### Install [WASI-SDK](https://github.com/WebAssembly/wasi-sdk)
486 ### Install [wasmtime](https://github.com/bytecodealliance/wasmtime) WASI runtime
498 ### WASI debugging
/aosp_15_r20/external/perfetto/docs/deployment/
H A Ddeploying-bigtrace-on-a-single-machine.md19 ### Building the Orchestrator and Worker executables
25 ### Running the Orchestrator and Worker executables
33 ### Example
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/performance/
DREADME.md342 #### Commands to start workers in different languages:
383 #### Build the driver:
392 #### Run the driver:
/aosp_15_r20/external/grpc-grpc/tools/run_tests/performance/
H A DREADME.md344 #### Commands to start workers in different languages:
385 #### Build the driver:
394 #### Run the driver:
/aosp_15_r20/external/openthread/tools/tcat_ble_client/
H A DGENERATING_CERTIFICATES.md30 ### Root certificate
56 ### Commissioner (client) certificate
/aosp_15_r20/external/pytorch/docs/source/
H A Ddistributed.pipelining.rst216 .. _option_2_tracer:
/aosp_15_r20/cts/tests/autofillservice/src/android/autofillservice/cts/dropdown/
H A DLoginActivityTest.java1614 private void saveOnlyTest(boolean manually) throws Exception { in saveOnlyTest()
1743 private void saveOnlyTestPreFilled(boolean manually) throws Exception { in saveOnlyTestPreFilled()
H A DPartitionedActivityTest.java214 private void autofill4PartitionsTest(boolean manually) throws Exception { in autofill4PartitionsTest()
/aosp_15_r20/cts/tests/autofillservice/src/android/autofillservice/cts/activities/
H A DGridActivity.java134 public void triggerAutofill(boolean manually, int row, int column) { in triggerAutofill()