/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/ |
D | sce1-err.errwarn | 7 -:31: error: [ENDPROLOG] without preceding [PROC_FRAME] 8 -:32: error: [SAVEREG] without preceding [PROC_FRAME]
|
/external/chromium_org/third_party/icu/patches/ |
D | khmer-dictbe.patch | 8 // Will not combine a non-word with a preceding dictionary word longer than this 13 // dictionary word, with a preceding word
|
/external/chromium_org/third_party/WebKit/Source/platform/text/ |
D | TextBoundaries.cpp | 79 position = it->preceding(position); in findNextWordFromIndex() 86 position = it->preceding(position); in findNextWordFromIndex()
|
D | TextBreakIterator.h | 186 int preceding(int offset) const;
|
D | StringTruncator.cpp | 49 int result = it.preceding(offset); in textBreakAtOrPreceding()
|
/external/chromium_org/third_party/libxslt/libxslt/ |
D | numbers.c | 636 xmlNodePtr preceding; in xsltNumberFormatGetMultipleLevel() local 666 for (preceding = ancestor; in xsltNumberFormatGetMultipleLevel() 667 preceding != NULL; in xsltNumberFormatGetMultipleLevel() 668 preceding = in xsltNumberFormatGetMultipleLevel() 669 xmlXPathNextPrecedingSibling(parser, preceding)) { in xsltNumberFormatGetMultipleLevel() 671 if ((preceding->type == ancestor->type) && in xsltNumberFormatGetMultipleLevel() 672 xmlStrEqual(preceding->name, ancestor->name)){ in xsltNumberFormatGetMultipleLevel() 673 if ((preceding->ns == ancestor->ns) || in xsltNumberFormatGetMultipleLevel() 674 ((preceding->ns != NULL) && in xsltNumberFormatGetMultipleLevel() 676 (xmlStrEqual(preceding->ns->href, in xsltNumberFormatGetMultipleLevel() [all …]
|
/external/icu/icu4c/source/data/brkitr/ |
D | title.txt | 31 # start-of-word preceding the current iteration position. 36 # with no word (cased character) preceding the current iteration position.
|
D | sent.txt | 108 # All of the non $Sep chars leading to the preceding $Sep 109 # The preceding $Sep, which will be the second one that the rule matches. 110 # Any immediately preceding STerm or ATerm sequences. We need to see these
|
D | sent_el.txt | 108 # All of the non $Sep chars leading to the preceding $Sep 109 # The preceding $Sep, which will be the second one that the rule matches. 110 # Any immediately preceding STerm or ATerm sequences. We need to see these
|
D | char.txt | 70 # the engine for preceding() and following() will fall back to the
|
/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/icu/icu4c/source/i18n/unicode/ |
D | search.h | 365 int32_t preceding(int32_t position, UErrorCode &status);
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/ |
D | win64-nasm.mac | 12 ; MASM needs a preceding . to use these, so it seems reasonable for
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
D | search.h | 365 int32_t preceding(int32_t position, UErrorCode &status);
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | brktrans.cpp | 91 bi->preceding(offsets.start); in handleTransliterate()
|
/external/icu/icu4c/source/i18n/ |
D | brktrans.cpp | 91 bi->preceding(offsets.start); in handleTransliterate()
|
D | filteredbrk.cpp | 67 virtual int32_t preceding(int32_t offset) { return fDelegate->preceding(offset); } in preceding() function in ULISentenceBreakIterator
|
/external/oprofile/events/i386/core_2/ |
D | unit_masks | 53 0x02 STA Loads blocked by a preceding store with unknown address. 54 0x04 STD Loads blocked by a preceding store with unknown data. 60 0x02 ORDER Cycles while store is waiting for a preceding store to be globally observed.
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | rbbiapts.cpp | 303 TEST_ASSERT(rb->preceding(2) == 0); in TestGetSetAdoptText() 516 i = bi->preceding(4); in TestIteration() 521 i = bi->preceding(10); in TestIteration() 526 i = bi->preceding(1); in TestIteration() 531 i = bi->preceding(0); in TestIteration()
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
D | brkiter.h | 270 virtual int32_t preceding(int32_t offset) = 0;
|
D | rbbi.h | 481 virtual int32_t preceding(int32_t offset);
|
/external/icu/icu4c/source/common/unicode/ |
D | rbbi.h | 481 virtual int32_t preceding(int32_t offset);
|
D | brkiter.h | 270 virtual int32_t preceding(int32_t offset) = 0;
|
/external/llvm/test/CodeGen/X86/ |
D | inline-asm.ll | 49 ; special handling after the preceding outputs used up eax-edx.
|
/external/llvm/lib/Support/Windows/ |
D | Program.inc | 112 /// CountPrecedingBackslashes - Returns the number of backslashes preceding Cur 126 /// preceding Cur in the Start string. Assumes Dst has enough space. 202 // Escape all preceding escapes (if any), and then escape the quote.
|