Home
last modified time | relevance | path

Searched refs:By (Results 1 – 25 of 2454) sorted by relevance

12345678910>>...99

/external/mobly-snippet-lib/examples/ex4_uiautomator/src/main/java/com/google/android/mobly/snippet/example4/
DUiAutomatorSnippet.java25 import androidx.test.uiautomator.By;
73 mDevice.wait(Until.hasObject(By.pkg(MAIN_PACKAGE).depth(0)), LAUNCH_TIMEOUT); in startMainActivity()
82 mDevice.findObject(By.res(MAIN_PACKAGE, "main_text_view")).getText()); in pushMainButton()
85 UiObject2 button = mDevice.findObject(By.text("PUSH THE BUTTON!")); in pushMainButton()
90 mDevice.findObject(By.res(MAIN_PACKAGE, "main_text_view")).getText()); in pushMainButton()
/external/python/pyyaml/tests/data/
Dspec-06-01.canonical6 ? !!str "By one space"
7 : !!str "By four\n spaces\n",
10 !!str "By two",
Dspec-06-01.data5 By one space: |
6 By four
9 By two, # in flow style
/external/snakeyaml/src/test/resources/pyyaml/
Dspec-06-01.canonical6 ? !!str "By one space"
7 : !!str "By four\n spaces\n",
10 !!str "By two",
Dspec-06-01.data5 By one space: |
6 By four
9 By two, # in flow style
/external/llvm/test/YAMLParser/
Dspec-06-01.test7 By one space: |
8 By four
11 By two, # in flow style
/external/freetype/
DLICENSE304 license, LICENSE.TXT. By continuing to use, modify, or distribute
315 license, LICENSE.TXT. By continuing to use, modify, or distribute
326 license, LICENSE.TXT. By continuing to use, modify, or distribute
337 license, LICENSE.TXT. By continuing to use, modify, or distribute
348 license, LICENSE.TXT. By continuing to use, modify, or distribute
359 license, LICENSE.TXT. By continuing to use, modify, or distribute
370 license, LICENSE.TXT. By continuing to use, modify, or distribute
381 LICENSE.TXT. By continuing to use, modify, or distribute this file you
394 license, LICENSE.TXT. By continuing to use, modify, or distribute
406 license, LICENSE.TXT. By continuing to use, modify, or distribute
[all …]
/external/rust/crates/half/
DCHANGELOG.md10 - Reduced unnecessary bounds checks for SIMD operations on slices. By [@Shnatsel].
23 by up to 50%. By [@Shnatsel].
28 architecture. By [@charles-r-earp].
40 - Fix a soundness bug with `slice::as_ptr` not correctly using mutable reference. By [@Nilstrieb].
50 - Added `Neg` trait support for borrowed values `&f16` and `&bf16`. By [@pthariensflame].
51 - Added `AsPrimitive` implementations from and to self, `usize`, and `isize`. By [@kali].
104 under `zerocopy` cargo feature. By [@samcrow].
124 feature. By [@charles-r-earp].
126 `num-traits` cargo feature. By [@charles-r-earp].
138 `f64` in the standard library in 1.43.0. By [@tspiteri].
[all …]
/external/libwebsockets/lib/secure-streams/cpp/
DREADME.md9 By default the -cpp example downloads https://warmcat.com/test-a.bin to the local
10 file /tmp/test-a.bin. By giving, eg, -c 4, you can run four concurrent downloads of
13 By default it will connect over h2 and share the single connection between all the
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_CumulativeLogsumexp.pbtxt31 By default, this op performs an inclusive cumulative log-sum-exp,
38 By setting the `exclusive` kwarg to `True`, an exclusive cumulative log-sum-exp is
47 By setting the `reverse` kwarg to `True`, the cumulative log-sum-exp is performed in the
Dapi_def_Cumsum.pbtxt32 By default, this op performs an inclusive cumsum, which means that the first
39 By setting the `exclusive` kwarg to `True`, an exclusive cumsum is
46 By setting the `reverse` kwarg to `True`, the cumsum is performed in the
Dapi_def_Cumprod.pbtxt32 By default, this op performs an inclusive cumprod, which means that the first
39 By setting the `exclusive` kwarg to `True`, an exclusive cumprod is
46 By setting the `reverse` kwarg to `True`, the cumprod is performed in the
/external/slf4j/integration/src/IBUNDLE-META-INF/
DMANIFEST.MF3 Created-By: Apache Maven
4 Built-By: ceki
/external/capstone/windowsce/
DCOMPILE.md72 By default, the build script produces a **dynamic link library** (i.e., `.DLL`). In order to produc…
90 By default, `DISASM_ARCH_LIST` includes support for **all** architectures supported by Capstone.
105 By default, this variable is set to `0`.
107 - By default, Capstone uses the default system-provided **dynamic memory management** functions (e.…
116 By default, this is set to `0`.
122 By default, this is set to `0`.
/external/llvm/bindings/ocaml/backends/
Dllvm_backend.mli.in13 the @TARGET@ LLVM target. By referencing this module, you will cause
15 By calling [initialize], you will register components of this target
/external/libaom/av1/common/
Dwarped_motion.c957 int32_t By[2] = { 0, 0 }; in find_affine_int() local
1005 By[0] += LS_PRODUCT1(sx, dy); in find_affine_int()
1006 By[1] += LS_PRODUCT2(sy, dy); in find_affine_int()
1016 assert(By[0] >= LS_MAT_MIN && By[0] <= LS_MAT_MAX); in find_affine_int()
1017 assert(By[1] >= LS_MAT_MIN && By[1] <= LS_MAT_MAX); in find_affine_int()
1035 Py[0] = (int64_t)A[1][1] * By[0] - (int64_t)A[0][1] * By[1]; in find_affine_int()
1036 Py[1] = -(int64_t)A[0][1] * By[0] + (int64_t)A[0][0] * By[1]; in find_affine_int()
/external/selinux/python/sepolicy/sepolicy/help/
Dlockdown_unconfined.txt4 By default any system process that is started at boot that do not have SELinux Policy defined for t…
/external/testng/gradle/
Dpublishing.gradle14 'Built-By': System.properties['user.name'],
15 …'Created-By': System.properties['java.version'] + " (" + System.properties['java.vendor'] + " " + …
/external/jcommander/gradle/
Dpublishing.gradle16 'Built-By': System.properties['user.name'],
17 …'Created-By': System.properties['java.version'] + " (" + System.properties['java.vendor'] + " " + …
/external/sg3_utils/utils/
DREADME5 the Unix "od" command. By default, it decodes 16 bytes per line with
12 By default, the Makefile only builds the hxascdmp utility. The 'Makefile'
/external/tensorflow/tensorflow/core/framework/
Dkernel_def.proto39 // Prioritization of kernel amongst different devices. By default we assume
40 // priority is 0. The higher the priority the better. By default (i.e. if
/external/pigweed/pw_thread_embos/
Ddocs.rst59 Whether thread joining is enabled. By default this is disabled.
72 The minimum stack size in words. By default this uses Segger's recommendation
77 The default stack size in words. By default this uses Segger's recommendation
82 The maximum length of a thread's name, not including null termination. By
93 The default priority level. By default this uses the minimal embOS priority.
98 By default this is set to 2 ticks based on the embOS default.
/external/curl/docs/cmdline-opts/
Dresolve.d20 By specifying '*' as host you can tell curl to resolve any host and specific
27 By prefixing the host with a '+' you can make the entry time out after curl's
/external/trace-cmd/Documentation/trace-cmd/
Dtrace-cmd-restore.1.txt47 By default, tracing information is read from the debugfs/tracing
55 By default, /proc/kallsyms is used. *-k* will override the file to
61 By default, trace-cmd restore will create a 'trace.dat' file
66 By default, trace-cmd restore will read the information of the
/external/mobly-bundled-snippets/src/main/java/com/google/android/mobly/snippet/bundled/bluetooth/
DBluetoothAdapterSnippet.java29 import androidx.test.uiautomator.By;
141 BySelector allowButtonSelector = By.text(TEXT_PATTERN_ALLOW).clickable(true); in btEnable()
270 BySelector okButtonSelector = By.desc(TEXT_PATTERN_OK).clickable(true); in btBecomeDiscoverable()
275 BySelector allowButtonSelector = By.text(TEXT_PATTERN_ALLOW).clickable(true); in btBecomeDiscoverable()

12345678910>>...99