/external/mobly-snippet-lib/examples/ex4_uiautomator/src/main/java/com/google/android/mobly/snippet/example4/ |
D | UiAutomatorSnippet.java | 25 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/ |
D | spec-06-01.canonical | 6 ? !!str "By one space" 7 : !!str "By four\n spaces\n", 10 !!str "By two",
|
D | spec-06-01.data | 5 By one space: | 6 By four 9 By two, # in flow style
|
/external/snakeyaml/src/test/resources/pyyaml/ |
D | spec-06-01.canonical | 6 ? !!str "By one space" 7 : !!str "By four\n spaces\n", 10 !!str "By two",
|
D | spec-06-01.data | 5 By one space: | 6 By four 9 By two, # in flow style
|
/external/llvm/test/YAMLParser/ |
D | spec-06-01.test | 7 By one space: | 8 By four 11 By two, # in flow style
|
/external/freetype/ |
D | LICENSE | 304 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/ |
D | CHANGELOG.md | 10 - 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/ |
D | README.md | 9 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/ |
D | api_def_CumulativeLogsumexp.pbtxt | 31 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
|
D | api_def_Cumsum.pbtxt | 32 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
|
D | api_def_Cumprod.pbtxt | 32 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/ |
D | MANIFEST.MF | 3 Created-By: Apache Maven 4 Built-By: ceki
|
/external/capstone/windowsce/ |
D | COMPILE.md | 72 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/ |
D | llvm_backend.mli.in | 13 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/ |
D | warped_motion.c | 957 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/ |
D | lockdown_unconfined.txt | 4 By default any system process that is started at boot that do not have SELinux Policy defined for t…
|
/external/testng/gradle/ |
D | publishing.gradle | 14 'Built-By': System.properties['user.name'], 15 …'Created-By': System.properties['java.version'] + " (" + System.properties['java.vendor'] + " " + …
|
/external/jcommander/gradle/ |
D | publishing.gradle | 16 'Built-By': System.properties['user.name'], 17 …'Created-By': System.properties['java.version'] + " (" + System.properties['java.vendor'] + " " + …
|
/external/sg3_utils/utils/ |
D | README | 5 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/ |
D | kernel_def.proto | 39 // 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/ |
D | docs.rst | 59 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/ |
D | resolve.d | 20 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/ |
D | trace-cmd-restore.1.txt | 47 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/ |
D | BluetoothAdapterSnippet.java | 29 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()
|