/external/libxml2/test/XPath/tests/ |
D | chaptersprefol | 2 /preceding::* 3 /child::EXAMPLE/preceding::* 5 /child::EXAMPLE/child::chapter[3]/preceding::* 7 /child::EXAMPLE/child::chapter[1]/image/preceding::*
|
D | nssimple | 5 /doc/elem/namespace::ns2/preceding::*
|
D | simplebase | 16 /child::EXAMPLE/attribute::prop2/preceding::text()
|
/external/libxml2/result/XPath/tests/ |
D | chaptersprefol | 8 Expression: /preceding::* 13 Expression: /child::EXAMPLE/preceding::* 23 Expression: /child::EXAMPLE/child::chapter[3]/preceding::* 64 Expression: /child::EXAMPLE/child::chapter[1]/image/preceding::*
|
D | nssimple | 23 2 ELEMENT preceding 35 Expression: /doc/elem/namespace::ns2/preceding::* 38 1 ELEMENT preceding
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
D | RBBIAPITest.java | 320 q = wordIter1.preceding(25); in TestLastPreviousPreceding() 325 q = wordIter1.preceding(20); in TestLastPreviousPreceding() 327 p = wordIter1.preceding(wordIter1.first()); in TestLastPreviousPreceding() 342 q = sentIter1.preceding(40); in TestLastPreviousPreceding() 344 q = sentIter1.preceding(25); in TestLastPreviousPreceding() 348 q = sentIter1.preceding(sentIter1.first()); in TestLastPreviousPreceding() 364 q = lineIter1.preceding(40); in TestLastPreviousPreceding() 366 q = lineIter1.preceding(25); in TestLastPreviousPreceding() 370 q = lineIter1.preceding(sentIter1.first()); in TestLastPreviousPreceding()
|
D | AbstractBreakIteratorTests.java | 94 int pos = bi.preceding(0); in testPreceding() 97 pos = bi.preceding(5); in testPreceding()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/ |
D | RBBIAPITest.java | 323 q = wordIter1.preceding(25); in TestLastPreviousPreceding() 328 q = wordIter1.preceding(20); in TestLastPreviousPreceding() 330 p = wordIter1.preceding(wordIter1.first()); in TestLastPreviousPreceding() 345 q = sentIter1.preceding(40); in TestLastPreviousPreceding() 347 q = sentIter1.preceding(25); in TestLastPreviousPreceding() 351 q = sentIter1.preceding(sentIter1.first()); in TestLastPreviousPreceding() 367 q = lineIter1.preceding(40); in TestLastPreviousPreceding() 369 q = lineIter1.preceding(25); in TestLastPreviousPreceding() 373 q = lineIter1.preceding(sentIter1.first()); in TestLastPreviousPreceding()
|
D | AbstractBreakIteratorTests.java | 97 int pos = bi.preceding(0); in testPreceding() 100 pos = bi.preceding(5); in testPreceding()
|
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/ |
D | BreakIteratorTest.java | 161 assertEquals(98, cbr.preceding(pos)); in testPreceding() 162 assertEquals(98, wbr.preceding(pos)); in testPreceding() 163 assertEquals(97, lbr.preceding(pos)); in testPreceding() 164 assertEquals(62, sbr.preceding(pos)); in testPreceding()
|
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/ |
D | BreakIteratorICU.java | 83 public int preceding(int offset) { in preceding() method in BreakIteratorICU 84 return fIcuBrkItr.preceding(offset); in preceding()
|
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/ |
D | BreakIterator.java | 336 public int preceding(int offset) { in preceding() method in BreakIterator 778 public int preceding(int offset) { in preceding() method in BreakIterator.BreakIteratorHandle 779 return breakIterator.preceding(offset); in preceding()
|
/external/icu/icu4c/source/common/ |
D | rbbi_cache.h | 42 UBool preceding(int32_t fromPos, int32_t *pos, int32_t *statusIndex); 108 void preceding(int32_t startPosition, UErrorCode &status);
|
D | ustr_titlecase_brkiter.cpp | 62 int32_t preceding(int32_t offset) U_OVERRIDE; 120 int32_t WholeStringBreakIterator::preceding(int32_t /*offset*/) { return 0; } in preceding() function in WholeStringBreakIterator
|
/external/icu/icu4c/source/data/translit/ |
D | Hira_Kana.txt | 28 # preceding vowel. This is a one-way information- 142 # occur anyway. If a 30FC is seen without a preceding 147 # 30FC, the preceding character will have already been
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/FileCheck/ |
D | check-dag-not-dag.txt | 40 the start of the permitted range for the preceding DAG group, and there was a 43 preceding DAG group, so reordering detection wasn't possible. Now, the
|
/external/llvm/test/CodeGen/X86/ |
D | machine-combiner-int.ll | 5 ; each test should be independent of the result of the preceding add (lea). 60 ; each test should be independent of the result of the preceding sub. 107 ; each test should be independent of the result of the preceding sub. 154 ; each test should be independent of the result of the preceding sub.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | machine-combiner-int.ll | 5 ; each test should be independent of the result of the preceding add (lea). 60 ; each test should be independent of the result of the preceding sub. 107 ; each test should be independent of the result of the preceding sub. 154 ; each test should be independent of the result of the preceding sub.
|
/external/jdiff/src/jdiff/ |
D | DiffMyers.java | 758 int preceding = -1; in shift_boundaries() local 803 && !((preceding >= 0 && start == preceding) in shift_boundaries() 819 preceding = i; in shift_boundaries()
|
/external/libxml2/test/XPath/docs/ |
D | ns | 2 <preceding/>
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/ |
D | hazard-inlineasm.mir | 4 # the INLINEASM defs the vregs holding the data-to-be-stored by that preceding store,
|
/external/tensorflow/tensorflow/tools/ci_build/ |
D | Dockerfile.pi | 19 # preceding dependencies should be kept in sync with the main CPU docker file.
|
D | Dockerfile.pi-python3 | 19 # preceding dependencies should be kept in sync with the main CPU docker file.
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | SimpleFilteredSentenceBreakIterator.java | 214 public int preceding(int offset) { in preceding() method in SimpleFilteredSentenceBreakIterator 215 return internalPrev(delegate.preceding(offset)); in preceding()
|
/external/icu/icu4c/source/data/brkitr/rules/ |
D | line.txt | 14 # there is a boundary preceding the hyphen. See rule 20.9 238 # LB 20.09 Don't break between Hyphens and Letters when there is a break preceding the hyphen. 328 # note: the preceding rule includes {eof} rather than having the last [set] term qualified with '?' 330 # not from the preceding $RI or $CM, which it would be able to do if the set were optional.
|