Searched refs:fewer (Results 1 – 25 of 210) sorted by relevance
123456789
/external/guava/guava-testlib/test/com/google/common/collect/testing/ |
D | HelpersTest.java | 90 List<?> fewer = Arrays.asList("a", "b"); in testAssertEqualInOrder() local 92 Helpers.assertEqualInOrder(list, fewer); in testAssertEqualInOrder() 98 Helpers.assertEqualInOrder(fewer, list); in testAssertEqualInOrder()
|
/external/guava/android/guava-testlib/test/com/google/common/collect/testing/ |
D | HelpersTest.java | 90 List<?> fewer = Arrays.asList("a", "b"); in testAssertEqualInOrder() local 92 Helpers.assertEqualInOrder(list, fewer); in testAssertEqualInOrder() 98 Helpers.assertEqualInOrder(fewer, list); in testAssertEqualInOrder()
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_QueueDequeueMany.pbtxt | 31 If the queue has fewer than n elements, this operation 38 If the queue is closed and there are fewer than `n` elements, then an
|
D | api_def_QueueDequeueManyV2.pbtxt | 33 If the queue has fewer than n elements, this operation 40 If the queue is closed and there are fewer than `n` elements, then an
|
D | api_def_Unstage.pbtxt | 5 The basic functionality is similar to dequeue with many fewer
|
D | api_def_Stage.pbtxt | 40 fewer capabilities and options. This Op is optimized for performance.
|
D | api_def_DecodeWav.pbtxt | 37 When desired_channels is set, if the input contains fewer channels than this
|
D | api_def_QueueDequeueUpToV2.pbtxt | 33 If the queue has fewer than n elements, this operation
|
D | api_def_QueueDequeueUpTo.pbtxt | 31 If the queue has fewer than n elements, this operation
|
D | api_def_SparseMatrixOrderingAMD.pbtxt | 18 Cholesky (or other decompositions) in having fewer zero fill-in compared to
|
D | api_def_RaggedTensorToTensor.pbtxt | 52 compatible with this broadcast operation, and must have fewer dimensions than
|
/external/skqp/src/compute/skc/platforms/cl_12/kernels/ |
D | block_pool_init.cl | 28 // accomplish this with fewer threads and using either IPC and/or
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/ |
D | dwarfdump-str-offsets-invalid-2.s | 32 # A degenerate section with fewer bytes than required for a DWARF64 size.
|
/external/python/google-api-python-client/docs/ |
D | README.md | 11 - Handle Auath with fewer lines of code
|
/external/autotest/client/site_tests/network_PortalStress/ |
D | control | 41 # Run the portal cycle for fewer iterations because each test must time
|
/external/autotest/client/site_tests/power_Consumption/ |
D | control.fast | 20 short: Boolean, if True, run a shorter version of the test with fewer
|
D | control | 19 short: Boolean, if True, run a shorter version of the test with fewer
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SLPVectorizer/AArch64/ |
D | minimum-sizes.ll | 30 ; root may require fewer bits than another.
|
/external/llvm/test/Transforms/SLPVectorizer/AArch64/ |
D | minimum-sizes.ll | 30 ; root may require fewer bits than another.
|
/external/libxkbcommon/xkbcommon/ |
D | README.md | 16 expose fewer internal details to clients.
|
/external/libjpeg-turbo/ |
D | wizard.txt | 86 "-qslots 0,1,2". If -qslots gives fewer table numbers than there are color 102 If you specify fewer HxV pairs than there are components, the remaining 209 a script with fewer stages of successive approximation (otherwise the
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | vec-sext.ll | 2 ; case of fewer elements than allowed, e.g. <2 x i32>.
|
D | vec-zext.ll | 2 ; case of fewer elements than allowed, e.g. <2 x i32>.
|
/external/mesa3d/docs/relnotes/ |
D | 17.1.3.rst | 101 - radv: fewer than 8 RBs are possible
|
/external/llvm/test/CodeGen/X86/ |
D | lea-recursion.ll | 8 ; fixed, the test commands above will need to be updated to expect fewer
|
123456789