/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
D | TestUScriptRun.java | 107 … errln("new UScriptRun(nullString, 0, 100) did not produce an IllegalArgumentException!"); in TestContstruction() 114 … errln("new UScriptRun(nullString, 100, 0) did not produce an IllegalArgumentException!"); in TestContstruction() 121 … errln("new UScriptRun(nullString, 0, -100) did not produce an IllegalArgumentException!"); in TestContstruction() 128 … errln("new UScriptRun(nullString, -100, 0) did not produce an IllegalArgumentException!"); in TestContstruction() 135 errln("new UScriptRun(nullChars, 0, 100) did not produce an IllegalArgumentException!"); in TestContstruction() 142 errln("new UScriptRun(nullChars, 100, 0) did not produce an IllegalArgumentException!"); in TestContstruction() 149 … errln("new UScriptRun(nullChars, 0, -100) did not produce an IllegalArgumentException!"); in TestContstruction() 156 … errln("new UScriptRun(nullChars, -100, 0) did not produce an IllegalArgumentException!"); in TestContstruction() 163 errln("new UScriptRun(dummyString, 0, 6) did not produce an IllegalArgumentException!"); in TestContstruction() 170 errln("new UScriptRun(dummy, 6, 0) did not produce an IllegalArgumentException!"); in TestContstruction() [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/ |
D | TestUScriptRun.java | 110 … errln("new UScriptRun(nullString, 0, 100) did not produce an IllegalArgumentException!"); in TestContstruction() 117 … errln("new UScriptRun(nullString, 100, 0) did not produce an IllegalArgumentException!"); in TestContstruction() 124 … errln("new UScriptRun(nullString, 0, -100) did not produce an IllegalArgumentException!"); in TestContstruction() 131 … errln("new UScriptRun(nullString, -100, 0) did not produce an IllegalArgumentException!"); in TestContstruction() 138 errln("new UScriptRun(nullChars, 0, 100) did not produce an IllegalArgumentException!"); in TestContstruction() 145 errln("new UScriptRun(nullChars, 100, 0) did not produce an IllegalArgumentException!"); in TestContstruction() 152 … errln("new UScriptRun(nullChars, 0, -100) did not produce an IllegalArgumentException!"); in TestContstruction() 159 … errln("new UScriptRun(nullChars, -100, 0) did not produce an IllegalArgumentException!"); in TestContstruction() 166 errln("new UScriptRun(dummyString, 0, 6) did not produce an IllegalArgumentException!"); in TestContstruction() 173 errln("new UScriptRun(dummy, 6, 0) did not produce an IllegalArgumentException!"); in TestContstruction() [all …]
|
/external/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 53 assert(Cost >= 0 && "TTI should not produce negative costs!"); in getOperationCost() 59 assert(Cost >= 0 && "TTI should not produce negative costs!"); in getCallCost() 66 assert(Cost >= 0 && "TTI should not produce negative costs!"); in getCallCost() 82 assert(Cost >= 0 && "TTI should not produce negative costs!"); in getIntrinsicCost() 88 assert(Cost >= 0 && "TTI should not produce negative costs!"); in getUserCost() 149 assert(Cost >= 0 && "TTI should not produce negative costs!"); in getScalingFactorCost() 208 assert(Cost >= 0 && "TTI should not produce negative costs!"); in getFPOpCost() 216 assert(Cost >= 0 && "TTI should not produce negative costs!"); in getIntImmCodeSizeCost() 222 assert(Cost >= 0 && "TTI should not produce negative costs!"); in getIntImmCost() 229 assert(Cost >= 0 && "TTI should not produce negative costs!"); in getIntImmCost() [all …]
|
/external/perfetto/ui/src/common/ |
D | actions_unittest.ts | 15 import {produce} from 'immer'; 39 const after = produce(createEmptyState(), draft => { 46 const once = produce(createEmptyState(), draft => { 55 const twice = produce(once, draft => { 73 const afterGroup = produce(state, draft => { 83 const afterTrackAdd = produce(afterGroup, draft => { 98 const once = produce(createEmptyState(), draft => { 116 const twice = produce(once, draft => { 136 const after = produce(state, draft => { 156 const after = produce(state, draft => { [all …]
|
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/parser/ |
D | ParserImpl.java | 157 currentEvent = state.produce(); in peekEvent() 181 public Event produce() { in produce() method in ParserImpl.ParseStreamStart 192 public Event produce() { in produce() method in ParserImpl.ParseImplicitDocumentStart 206 return p.produce(); in produce() 212 public Event produce() { in produce() method in ParserImpl.ParseDocumentStart 250 public Event produce() { in produce() method in ParserImpl.ParseDocumentEnd 269 public Event produce() { in produce() method in ParserImpl.ParseDocumentContent 278 return p.produce(); in produce() 357 public Event produce() { in produce() method in ParserImpl.ParseBlockNode 492 public Event produce() { in produce() method in ParserImpl.ParseBlockSequenceFirstEntry [all …]
|
/external/llvm/test/CodeGen/PowerPC/ |
D | vec_mergeow.ll | 8 ; ordering. If run on a big endian machine, this should produce the vmrgew 9 ; instruction. If run on a little endian machine, this should produce the 33 ; ordering. If run on a big endian machine, this should produce the vmrgew 34 ; instruction. If run on a little endian machine, this should produce the 56 ; ordering. If run on a big endian machine, this should produce the vmrgow 57 ; instruction. If run on a little endian machine, this should produce the 81 ; ordering. If run on a big endian machine, this should produce the vmrgow 82 ; instruction. If run on a little endian machine, this should produce the
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | vec_mergeow.ll | 8 ; ordering. If run on a big endian machine, this should produce the vmrgew 9 ; instruction. If run on a little endian machine, this should produce the 33 ; ordering. If run on a big endian machine, this should produce the vmrgew 34 ; instruction. If run on a little endian machine, this should produce the 56 ; ordering. If run on a big endian machine, this should produce the vmrgow 57 ; instruction. If run on a little endian machine, this should produce the 81 ; ordering. If run on a big endian machine, this should produce the vmrgow 82 ; instruction. If run on a little endian machine, this should produce the
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 60 assert(Cost >= 0 && "TTI should not produce negative costs!"); in getOperationCost() 66 assert(Cost >= 0 && "TTI should not produce negative costs!"); in getCallCost() 73 assert(Cost >= 0 && "TTI should not produce negative costs!"); in getCallCost() 94 assert(Cost >= 0 && "TTI should not produce negative costs!"); in getIntrinsicCost() 107 assert(Cost >= 0 && "TTI should not produce negative costs!"); in getUserCost() 202 assert(Cost >= 0 && "TTI should not produce negative costs!"); in getScalingFactorCost() 299 assert(Cost >= 0 && "TTI should not produce negative costs!"); in getFPOpCost() 307 assert(Cost >= 0 && "TTI should not produce negative costs!"); in getIntImmCodeSizeCost() 313 assert(Cost >= 0 && "TTI should not produce negative costs!"); in getIntImmCost() 320 assert(Cost >= 0 && "TTI should not produce negative costs!"); in getIntImmCost() [all …]
|
/external/clang/test/SemaCXX/ |
D | ms_struct.cpp | 14 …// expected-error@-2 {{ms_struct may not produce Microsoft-compatible layouts for classes with bas… 16 …// expected-warning@-4 {{ms_struct may not produce Microsoft-compatible layouts for classes with b… 29 …// expected-error@-2 {{ms_struct may not produce Microsoft-compatible layouts for classes with bas… 31 …// expected-warning@-4 {{ms_struct may not produce Microsoft-compatible layouts for classes with b…
|
/external/jemalloc/test/unit/ |
D | prng.c | 14 "Repeated generation should produce repeated results"); in test_prng_lg_range_u32() 19 "Equivalent generation should produce equivalent results"); in test_prng_lg_range_u32() 51 "Repeated generation should produce repeated results"); in test_prng_lg_range_u64() 56 "Equivalent generation should produce equivalent results"); in test_prng_lg_range_u64() 88 "Repeated generation should produce repeated results"); in test_prng_lg_range_zu() 93 "Equivalent generation should produce equivalent results"); in test_prng_lg_range_zu()
|
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/ |
D | Yaml.java | 185 * Produce the corresponding representation tree for a given Object. 361 * Parse the only YAML document in a String and produce the corresponding 373 * Parse the only YAML document in a stream and produce the corresponding 385 * Parse the only YAML document in a stream and produce the corresponding 397 * Parse the only YAML document in a stream and produce the corresponding 414 * Parse the only YAML document in a String and produce the corresponding 431 * Parse the only YAML document in a stream and produce the corresponding 454 * Parse all YAML documents in a String and produce corresponding Java 494 * Parse all YAML documents in a String and produce corresponding Java 508 * Parse all YAML documents in a stream and produce corresponding Java [all …]
|
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/serialization/ |
D | cache_dataset_serialization_test.py | 66 # Restore from checkpoint and produce the rest of the elements from the 118 # Restore from checkpoint and produce the rest of the elements from the 193 # Produce 5 elements and checkpoint. 197 # Restore from checkpoint, then produce no elements and checkpoint. 202 # Restore from checkpoint and produce rest of the elements. 218 # Produce 5 elements and save ckpt. 241 # Produce 15 elements and save ckpt. This will write the complete cache.
|
/external/python/cpython3/Tools/scripts/ |
D | diff.py | 23 help='Produce a context format diff (default)') 25 help='Produce a unified format diff') 27 help='Produce HTML side by side diff ' 30 help='Produce a ndiff format diff')
|
/external/jemalloc_new/test/unit/ |
D | prng.c | 14 "Repeated generation should produce repeated results"); in test_prng_lg_range_u32() 19 "Equivalent generation should produce equivalent results"); in test_prng_lg_range_u32() 50 "Repeated generation should produce repeated results"); in test_prng_lg_range_u64() 55 "Equivalent generation should produce equivalent results"); in test_prng_lg_range_u64() 87 "Repeated generation should produce repeated results"); in test_prng_lg_range_zu() 92 "Equivalent generation should produce equivalent results"); in test_prng_lg_range_zu()
|
/external/python/cpython2/Tools/scripts/ |
D | diff.py | 17 …parser.add_option("-c", action="store_true", default=False, help='Produce a context format diff (d… 18 … parser.add_option("-u", action="store_true", default=False, help='Produce a unified format diff') 19 …parser.add_option("-m", action="store_true", default=False, help='Produce HTML side by side diff (… 20 parser.add_option("-n", action="store_true", default=False, help='Produce a ndiff format diff')
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/Fast-ISel/ |
D | icmpa.ll | 27 ; FIXME: This instruction is redundant. The sltiu can only produce 0 and 1. 48 ; FIXME: This instruction is redundant. The sltu can only produce 0 and 1. 68 ; FIXME: This instruction is redundant. The sltu can only produce 0 and 1. 88 ; FIXME: This instruction is redundant. The sltu can only produce 0 and 1. 108 ; FIXME: This instruction is redundant. The sltu can only produce 0 and 1. 128 ; FIXME: This instruction is redundant. The sltu can only produce 0 and 1. 147 ; FIXME: This instruction is redundant. The slt can only produce 0 and 1. 166 ; FIXME: This instruction is redundant. The slt can only produce 0 and 1. 187 ; FIXME: This instruction is redundant. The slt can only produce 0 and 1. 206 ; FIXME: This instruction is redundant. The slt can only produce 0 and 1.
|
/external/llvm/test/CodeGen/Mips/Fast-ISel/ |
D | icmpa.ll | 27 ; FIXME: This instruction is redundant. The sltiu can only produce 0 and 1. 48 ; FIXME: This instruction is redundant. The sltu can only produce 0 and 1. 68 ; FIXME: This instruction is redundant. The sltu can only produce 0 and 1. 88 ; FIXME: This instruction is redundant. The sltu can only produce 0 and 1. 108 ; FIXME: This instruction is redundant. The sltu can only produce 0 and 1. 128 ; FIXME: This instruction is redundant. The sltu can only produce 0 and 1. 147 ; FIXME: This instruction is redundant. The slt can only produce 0 and 1. 166 ; FIXME: This instruction is redundant. The slt can only produce 0 and 1. 187 ; FIXME: This instruction is redundant. The slt can only produce 0 and 1. 206 ; FIXME: This instruction is redundant. The slt can only produce 0 and 1.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/ |
D | lower-extract-subvector.ll | 15 br i1 undef, label %"produce processed", label %"for matrix.s0.y" 17 "produce processed": ; preds = %"for matrix.s0.y" 20 "for processed.s0.ty.ty.preheader": ; preds = %"produce processed" 39 "consume processed": ; preds = %"produce processed"
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | loh.mir | 67 ; Cannot produce a LOH for multiple users 101 ; produce an LOH. 129 ; This sequence should just produce an AdrpAdd (not AdrpAddStr) 134 ; This sequence should just produce an AdrpAdd (not AdrpAddStr) 150 ; Should just produce a MCLOH_AdrpLdr (not MCLOH_AdrpLdrGotLdr) 166 ; Should just produce a MCLOH_AdrpLdr (not MCLOH_AdrpLdrGotStr) 183 ; Cannot produce a LOH for multiple users
|
/external/tensorflow/tensorflow/contrib/layers/ |
D | README.md | 5 Functions that produce variable initializer functions with signature: 13 Functions that produce layer operations and associated weight & bias variables. Signatures will var… 36 Functions that produce weight regularization functions with signature
|
/external/protobuf/more_tests/ |
D | Makefile | 9 # since different compilers produce wildly different warnings we cannot assume 32 # Verify that headers produce no warnings even under strict settings. 39 # produce tons of extra warnings so we'll need to do some work first.
|
/external/u-boot/lib/efi/ |
D | Kconfig | 46 this may produce no error message - it just won't start! 49 bool "Produce a stub for running with 32-bit EFI" 52 bool "Produce a stub for running with 64-bit EFI"
|
/external/Reactive-Extensions/RxCpp/Rx/v2/test/operators/ |
D | amb_variadic.cpp | 22 WHEN("the first observable is selected to produce ints"){ 81 WHEN("the first observable is selected to produce ints"){ 134 WHEN("the first observable is selected to produce ints"){ 199 WHEN("the first observable is selected to produce ints"){ 277 WHEN("the first observable is selected to produce ints"){ 355 WHEN("the first observable is selected to produce ints"){ 430 WHEN("the first observable is selected to produce ints"){ 505 WHEN("the first observable is selected to produce ints"){ 570 WHEN("the first observable is selected to produce ints"){
|
D | amb.cpp | 30 WHEN("the first observable is selected to produce ints"){ 104 WHEN("the first observable is selected to produce ints"){ 185 WHEN("the first observable is selected to produce ints"){ 279 WHEN("the first observable is selected to produce ints"){ 370 WHEN("the first observable is selected to produce ints"){ 457 WHEN("the first observable is selected to produce ints"){ 541 WHEN("the first observable is selected to produce ints"){ 630 WHEN("the first observable is selected to produce ints"){ 696 WHEN("the first observable is selected to produce ints"){ 763 WHEN("the first observable is selected to produce ints"){ [all …]
|
/external/protobuf/js/binary/ |
D | arith.js | 134 * Add two 64-bit numbers to produce a 64-bit number. 148 * Subtract two 64-bit numbers to produce a 64-bit number. 162 * Multiply two 32-bit numbers to produce a 64-bit number. 168 // Directly multiplying two 32-bit numbers may produce up to 64 bits of 209 // Produce two parts: at bits 0-63, and 32-95. 221 * Divide a 64-bit number by a 32-bit number to produce a 343 * Add two 64-bit numbers to produce a 64-bit number. 357 * Subtract two 64-bit numbers to produce a 64-bit number.
|