/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/swiftshader/third_party/llvm-7.0/llvm/test/YAMLParser/ |
D | spec-06-01.test | 7 By one space: | 8 By four 11 By two, # in flow style
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | AMDGPUOperandSyntax.rst | 139 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/ |
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
|
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
|
/external/slf4j/integration/src/IBUNDLE-META-INF/ |
D | MANIFEST.MF | 3 Created-By: Apache Maven 4 Built-By: ceki
|
/external/droiddriver/manualtest/src/io/appium/droiddriver/manualtest/ |
D | ManualTest.java | 5 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/ |
D | StepBasedScroller.java | 27 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()
|
D | Scrollers.java | 23 import io.appium.droiddriver.finders.By; 41 driver.checkGone(By.className(ProgressBar.class)); in scroll()
|
D | SentinelStrategy.java | 25 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/ |
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/swiftshader/third_party/llvm-7.0/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/libaom/av1/common/ |
D | warped_motion.c | 1025 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/ |
D | publishing.gradle | 14 'Built-By': System.properties['user.name'], 15 …'Created-By': System.properties['java.version'] + " (" + System.properties['java.vendor'] + " " + …
|
/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/tensorflow/tensorflow/core/framework/ |
D | kernel_def.proto | 37 // 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/ |
D | sink-blockfreq.ll | 5 ; 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/ |
D | test579 | 16 X-Powered-By: ASP.NET 37 X-Powered-By: ASP.NET
|
D | test565 | 17 X-Powered-By: ASP.NET 38 X-Powered-By: ASP.NET
|
D | test246 | 16 X-Powered-By: ASP.NET 38 X-Powered-By: ASP.NET
|
D | test1001 | 20 X-Powered-By: ASP.NET 42 X-Powered-By: ASP.NET
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | sink-blockfreq.ll | 5 ; 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/ |
D | learner.proto | 138 // 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.
|