Searched refs:precedes (Results 1 – 25 of 75) sorted by relevance
123
/external/clang/test/SemaObjC/ |
D | category-method-lookup-2.m | 13 // NOTE: No class implementation for Bar precedes this category definition.
|
/external/dtc/tests/ |
D | path-references.dts | 8 ref = &{/node2}; /* reference precedes target */
|
D | references.dts | 9 ref = <&{/node2}>; /* reference precedes target */
|
D | multilabel.dts | 13 ref = <&{/node2}>; /* reference precedes target */
|
D | multilabel_merge.dts | 11 ref = <&{/node2}>; /* reference precedes target */
|
/external/llvm/test/CodeGen/X86/ |
D | atom-fixup-lea1.ll | 9 ; corresponding load. The ADD precedes the load by following the loop back edge.
|
D | win-funclet-cfi.ll | 57 ; Make sure there is a nop after a call if the call precedes the epilogue.
|
D | atom-fixup-lea2.ll | 12 ; an ADD which computes part of the index because it precedes the index LEA
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | atom-fixup-lea1.ll | 9 ; corresponding load. The ADD precedes the load by following the loop back edge.
|
D | win-funclet-cfi.ll | 57 ; Make sure there is a nop after a call if the call precedes the epilogue.
|
D | atom-fixup-lea2.ll | 13 ; an ADD which computes part of the index because it precedes the index LEA
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | IntrinsicEmitter.cpp | 537 AttributeComparator precedes; in EmitAttributes() local 539 std::stable_sort(sortedIntrinsics.begin(), sortedIntrinsics.end(), precedes); in EmitAttributes() 548 if (i + 1 != e && !precedes(&intrinsic, sortedIntrinsics[i + 1])) in EmitAttributes()
|
/external/python/cpython2/Lib/ |
D | locale.py | 275 precedes = conv[val<0 and 'n_cs_precedes' or 'p_cs_precedes'] 278 if precedes:
|
/external/python/cpython3/Lib/ |
D | locale.py | 276 precedes = conv[val<0 and 'n_cs_precedes' or 'p_cs_precedes'] 279 if precedes:
|
/external/curl/tests/data/ |
D | test646 | 41 # This line is another comment. It precedes a folded header.
|
/external/iptables/extensions/ |
D | libxt_tcp.man | 39 If the "!" flag precedes the "\-\-syn", the sense of the
|
/external/syzkaller/docs/ |
D | reproducing_crashes.md | 5 …r than 1), program that caused the crash does not necessary immediately precedes it; the guilty pr…
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/break_rules/ |
D | line.txt | 90 # LB8, break after ZW SP*, precedes LB7 because they will both match the sequences like ZW SP,
|
D | line_loose.txt | 98 # LB8, break after ZW SP*, precedes LB7 because they will both match the sequences like ZW SP,
|
D | line_normal.txt | 104 # LB8, break after ZW SP*, precedes LB7 because they will both match the sequences like ZW SP,
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/break_rules/ |
D | line.txt | 90 # LB8, break after ZW SP*, precedes LB7 because they will both match the sequences like ZW SP,
|
D | line_loose.txt | 98 # LB8, break after ZW SP*, precedes LB7 because they will both match the sequences like ZW SP,
|
/external/icu/icu4c/source/test/testdata/break_rules/ |
D | line.txt | 90 # LB8, break after ZW SP*, precedes LB7 because they will both match the sequences like ZW SP,
|
D | line_loose.txt | 98 # LB8, break after ZW SP*, precedes LB7 because they will both match the sequences like ZW SP,
|
/external/icu/icu4c/source/data/translit/ |
D | Zawgyi_my.txt | 163 # Move ra medial which precedes consonant, but not other medials.
|
123