Home
last modified time | relevance | path

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

12345678910>>...69

/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/swiftshader/third_party/llvm-7.0/llvm/test/YAMLParser/
Dspec-06-01.test7 By one space: |
8 By four
11 By two, # in flow style
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DAMDGPUOperandSyntax.rst139 Specifies if this is the last export from the shader to the target. By default, current
235 Specifies which channels (image components) are used by the operation. By default, no channels
321 Specifies if an array index must be sent to TA. By default, array index is not sent.
419 Specifies if instruction is operating on non-volatile memory. By default, memory is volatile.
438 Specifies whether address components include an index. By default, no components are used.
455 Specifies whether address components include an offset. By default, no components are used.
472 Specifies whether a 64-bit address is used. By default, no address is used.
605 Controls which rows are enabled for data sharing. By default, all rows are enabled.
621 Controls which banks are enabled for data sharing. By default, all banks are enabled.
637 Controls data sharing when accessing an invalid lane. By default, data sharing with
[all …]
/external/tensorflow/tensorflow/core/api_def/base_api/
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
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
/external/slf4j/integration/src/IBUNDLE-META-INF/
DMANIFEST.MF3 Created-By: Apache Maven
4 Built-By: ceki
/external/droiddriver/manualtest/src/io/appium/droiddriver/manualtest/
DManualTest.java5 import io.appium.droiddriver.finders.By;
37 Finder password_edit = By.resourceId("com.google.android.gsf.login:id/password_edit"); in testSetTextForPassword()
/external/droiddriver/src/io/appium/droiddriver/scroll/
DStepBasedScroller.java27 import io.appium.droiddriver.finders.By;
86 itemFinder = By.chain(containerFinder, itemFinder); in scrollTo()
138 return driver.getPoller().pollFor(driver, By.chain(containerFinder, itemFinder), in scrollTo()
DScrollers.java23 import io.appium.droiddriver.finders.By;
41 driver.checkGone(By.className(ProgressBar.class)); in scroll()
DSentinelStrategy.java25 import io.appium.droiddriver.finders.By;
181 sentinelFinder = By.chain(containerFinder, backwardGetter); in getSentinel()
183 sentinelFinder = By.chain(containerFinder, forwardGetter); in getSentinel()
/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/swiftshader/third_party/llvm-7.0/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/libaom/av1/common/
Dwarped_motion.c1025 int32_t By[2] = { 0, 0 }; in find_affine_int() local
1076 By[0] += LS_PRODUCT1(sx, dy); in find_affine_int()
1077 By[1] += LS_PRODUCT2(sy, dy); in find_affine_int()
1087 assert(By[0] >= LS_MAT_MIN && By[0] <= LS_MAT_MAX); in find_affine_int()
1088 assert(By[1] >= LS_MAT_MIN && By[1] <= LS_MAT_MAX); in find_affine_int()
1108 Py[0] = (int64_t)A[1][1] * By[0] - (int64_t)A[0][1] * By[1]; in find_affine_int()
1109 Py[1] = -(int64_t)A[0][1] * By[0] + (int64_t)A[0][0] * By[1]; in find_affine_int()
/external/testng/gradle/
Dpublishing.gradle14 'Built-By': System.properties['user.name'],
15 …'Created-By': System.properties['java.version'] + " (" + System.properties['java.vendor'] + " " + …
/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/tensorflow/tensorflow/core/framework/
Dkernel_def.proto37 // Prioritization of kernel amongst different devices. By default we assume
38 // priority is 0. The higher the priority the better. By default (i.e. if
/external/llvm/test/CodeGen/X86/
Dsink-blockfreq.ll5 ; machine-sink looks for sucessor blocks. By not using BFI, both G and B
7 ; can't be used as to avoid breaking a non profitable critical edge. By using
/external/curl/tests/data/
Dtest57916 X-Powered-By: ASP.NET
37 X-Powered-By: ASP.NET
Dtest56517 X-Powered-By: ASP.NET
38 X-Powered-By: ASP.NET
Dtest24616 X-Powered-By: ASP.NET
38 X-Powered-By: ASP.NET
Dtest100120 X-Powered-By: ASP.NET
42 X-Powered-By: ASP.NET
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dsink-blockfreq.ll5 ; machine-sink looks for successor blocks. By not using BFI, both G and B
7 ; can't be used as to avoid breaking a non profitable critical edge. By using
/external/tensorflow/tensorflow/contrib/boosted_trees/proto/
Dlearner.proto138 // Learning rate. By default we use fixed learning rate of 0.1.
141 // Multi-class strategy. By default we use TREE_PER_CLASS for binary
150 // By default we use NORMAL_DECISION_TREE as weak learner.

12345678910>>...69