/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | CaseInsensitiveString.java | 26 private String folded = null; field in CaseInsensitiveString 35 if (folded == null) { in getFolded() 36 folded = foldCase(string); in getFolded() 70 return folded.equals(cis.folded); in equals() 84 hash = folded.hashCode(); in hashCode()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | CaseInsensitiveString.java | 25 private String folded = null; field in CaseInsensitiveString 34 if (folded == null) { in getFolded() 35 folded = foldCase(string); in getFolded() 72 return folded.equals(cis.folded); in equals() 87 hash = folded.hashCode(); in hashCode()
|
/external/bcc/tools/old/ |
D | offcputime.py | 48 folded = args.folded variable 167 if not folded: 182 if not folded: 186 if folded: 207 if not folded:
|
D | wakeuptime.py | 48 folded = args.folded variable 181 if not folded: 196 if not folded: 200 if folded: 222 if not folded:
|
D | offwaketime.py | 51 folded = args.folded variable 216 if not folded: 232 if not folded: 236 if folded: 282 if not folded:
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/emitter/ |
D | EmitterTest.java | 43 String folded = "0123456789 0123456789\n0123456789 0123456789"; in testWriteFolded() local 45 map.put("aaa", folded); in testWriteFolded() 56 String folded = "0123456789 0123456789 0123456789 0123456789"; in testWriteLiteral() local 58 map.put("aaa", folded); in testWriteLiteral() 69 String folded = "0123456789 0123456789\n0123456789 0123456789"; in testWritePlain() local 71 map.put("aaa", folded); in testWritePlain() 84 String folded = "0123456789 0123456789\n0123456789 0123456789"; in testWritePlainPretty() local 86 map.put("aaa", folded); in testWritePlainPretty() 98 String folded = "0123456789 0123456789\n0123456789 0123456789"; in testWriteSingleQuoted() local 100 map.put("aaa", folded); in testWriteSingleQuoted() [all …]
|
/external/bcc/tools/ |
D | wakeuptime.py | 78 folded = args.folded variable 174 if not folded: 189 if not folded: 205 if folded: 228 if not folded:
|
D | offcputime.py | 104 folded = args.folded variable 243 if not folded: 257 if not folded: 280 if folded:
|
D | offwaketime.py | 99 folded = args.folded variable 272 if not folded: 288 if not folded: 319 if folded:
|
/external/llvm/test/Transforms/InstCombine/ |
D | cast_ptr.ll | 22 ; These casts should be folded away. 32 ; These casts should be folded away. 42 ; These casts should be folded away. 52 ; These casts should not be folded away. 62 ; These casts should not be folded away. 72 ; These casts should also be folded away.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/ |
D | cast_ptr.ll | 22 ; These casts should be folded away. 32 ; These casts should be folded away. 42 ; These casts should be folded away. 52 ; These casts should not be folded away. 62 ; These casts should not be folded away. 72 ; These casts should also be folded away.
|
/external/curl/tests/data/ |
D | test646 | 41 # This line is another comment. It precedes a folded header. 44 folded header 81 X-fileheader2: This is #a folded header 89 X-fileheader2: This is #a folded header
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_MirrorPadGrad.pbtxt | 7 The input tensor to be folded. 20 The folded tensor. 35 The folded size of each dimension D of the output is:
|
/external/snakeyaml/src/test/resources/pyyaml/ |
D | spec-09-29.data | 1 > # Simple folded scalar 2 folded
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
D | UnicodeSetCloseOver.java | 90 String folded = UCharacter.foldCase(cp, DEFAULT_CASE_MAP); in createCaseFoldEquivalencyClasses() local 91 if (folded.equals(cp)) continue; in createCaseFoldEquivalencyClasses() 96 TreeSet s = (TreeSet) equivClasses.get(folded); in createCaseFoldEquivalencyClasses() 99 s.add(folded); // add the case fold result itself in createCaseFoldEquivalencyClasses() 100 equivClasses.put(folded, s); in createCaseFoldEquivalencyClasses() 254 String folded = UCharacter.foldCase(a, DEFAULT_CASE_MAP); in generateCaseData() local 255 if (a.equals(folded)) { in generateCaseData()
|
/external/llvm/test/YAMLParser/ |
D | spec-09-29.test | 3 > # Simple folded scalar 4 folded
|
D | spec-09-19.test | 3 # CHECK: !!str "folded\n" 8 folded
|
D | spec-09-18.test | 3 # CHECK: !!str " folded\n" 10 folded
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/YAMLParser/ |
D | spec-09-29.test | 3 > # Simple folded scalar 4 folded
|
D | spec-09-19.test | 3 # CHECK: !!str "folded\n" 8 folded
|
D | spec-09-18.test | 3 # CHECK: !!str " folded\n" 10 folded
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Thumb/ |
D | addr-modes.ll | 16 ; Expected: GEP cannot be folded into LOAD. 26 ; Expected: GEP can be folded into LOAD. 36 ; Expected: GEP can be folded into LOAD.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Generic/ |
D | badFoldGEP.ll | 3 ;; GetMemInstArgs() folded the two getElementPtr instructions together, 7 ;; The code is legal but not type-safe and the two GEPs should not be folded.
|
/external/llvm/test/CodeGen/Generic/ |
D | badFoldGEP.ll | 3 ;; GetMemInstArgs() folded the two getElementPtr instructions together, 7 ;; The code is legal but not type-safe and the two GEPs should not be folded.
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/ |
D | badFoldGEP.ll | 3 ;; GetMemInstArgs() folded the two getElementPtr instructions together, 7 ;; The code is legal but not type-safe and the two GEPs should not be folded.
|