/external/icu/icu4c/source/layout/ |
D | LEInsertionList.cpp | 60 …InsertionRecord *insertion = (InsertionRecord *) LE_NEW_ARRAY(char, sizeof(InsertionRecord) + (cou… in insert() local 61 if (insertion == NULL) { in insert() 66 insertion->position = position; in insert() 67 insertion->count = count; in insert() 73 insertion->next = NULL; in insert() 74 tail->next = insertion; in insert() 75 tail = insertion; in insert() 78 insertion->next = head; in insert() 79 head = insertion; in insert() 82 return insertion->glyphs; in insert()
|
/external/owasp/sanitizer/lib/htmlparser-1.3/doc/ |
D | tree-construction.txt | 26 corresponding to the current insertion mode. 140 3. Let the original insertion mode be the current insertion mode. 141 4. Then, switch the insertion mode to "in CDATA/RCDATA". 182 8.2.5.4 The "initial" insertion mode 184 When the insertion mode is "initial", tokens must be handled as 356 Then, switch the insertion mode to "before html". 363 Switch the insertion mode to "before html", then reprocess the 366 8.2.5.5 The "before html" insertion mode 368 When the insertion mode is "before html", tokens must be handled as 395 Switch the insertion mode to "before head". [all …]
|
/external/icu/icu4c/source/i18n/ |
D | brktrans.h | 36 const UnicodeString &insertion); 61 virtual void setInsertion(const UnicodeString &insertion);
|
D | brktrans.cpp | 149 void BreakTransliterator::setInsertion(const UnicodeString &insertion) { in setInsertion() argument 150 this->fInsertion = insertion; in setInsertion()
|
D | translit.cpp | 280 const UnicodeString& insertion, in transliterate() argument 282 _transliterate(text, index, &insertion, status); in transliterate() 302 UChar32 insertion, in transliterate() argument 304 UnicodeString str(insertion); in transliterate() 353 const UnicodeString* insertion, in _transliterate() argument 365 if (insertion != 0) { in _transliterate() 366 text.handleReplaceBetween(index.limit, index.limit, *insertion); in _transliterate() 367 index.limit += insertion->length(); in _transliterate() 368 index.contextLimit += insertion->length(); in _transliterate()
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | brktrans.h | 36 const UnicodeString &insertion); 61 virtual void setInsertion(const UnicodeString &insertion);
|
D | brktrans.cpp | 149 void BreakTransliterator::setInsertion(const UnicodeString &insertion) { in setInsertion() argument 150 this->fInsertion = insertion; in setInsertion()
|
D | translit.cpp | 280 const UnicodeString& insertion, in transliterate() argument 282 _transliterate(text, index, &insertion, status); in transliterate() 302 UChar32 insertion, in transliterate() argument 304 UnicodeString str(insertion); in transliterate() 353 const UnicodeString* insertion, in _transliterate() argument 365 if (insertion != 0) { in _transliterate() 366 text.handleReplaceBetween(index.limit, index.limit, *insertion); in _transliterate() 367 index.limit += insertion->length(); in _transliterate() 368 index.contextLimit += insertion->length(); in _transliterate()
|
/external/srtp/googlepatches/ |
D | google-11-srtp-replay-fix.patch | 41 * test sequential insertion 43 printf("\ttesting sequential insertion..."); 61 printf("\ttesting non-sequential insertion...");
|
/external/guava/guava-tests/test/com/google/common/hash/ |
D | AbstractStreamingHasherTest.java | 135 for (int insertion = 0; insertion < totalInsertions; insertion++) { in testExhaustive()
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/ |
D | plugin.proto | 105 // content here is to be inserted into that file at a defined insertion 108 // insertion points by placing special annotations in the file that look 115 // immediately above the line containing the insertion point (thus multiple 118 // could contain things that look like insertion points by accident. 128 // Note that if the line containing the insertion point begins with 131 // indentation matters. In these languages, the insertion point comment
|
/external/nanopb-c/generator/proto/ |
D | plugin.proto | 103 // content here is to be inserted into that file at a defined insertion 106 // insertion points by placing special annotations in the file that look 113 // immediately above the line containing the insertion point (thus multiple 116 // could contain things that look like insertion points by accident. 126 // Note that if the line containing the insertion point begins with 129 // indentation matters. In these languages, the insertion point comment
|
/external/protobuf/src/google/protobuf/compiler/ |
D | plugin.proto | 103 // content here is to be inserted into that file at a defined insertion 106 // insertion points by placing special annotations in the file that look 113 // immediately above the line containing the insertion point (thus multiple 116 // could contain things that look like insertion points by accident. 126 // Note that if the line containing the insertion point begins with 129 // indentation matters. In these languages, the insertion point comment
|
/external/icu/icu4c/source/i18n/unicode/ |
D | translit.h | 470 const UnicodeString& insertion, 489 UChar32 insertion, 541 const UnicodeString* insertion,
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
D | translit.h | 470 const UnicodeString& insertion, 489 UChar32 insertion, 541 const UnicodeString* insertion,
|
/external/llvm/test/Transforms/LICM/ |
D | 2003-02-27-PreheaderExitNodeUpdate.ll | 1 ; This testcase fails because preheader insertion is not updating exit node
|
D | 2003-02-27-PreheaderProblem.ll | 3 ; happens because preheader insertion doesn't insert a preheader for this
|
/external/freetype/src/base/ |
D | ftrfork.c | 373 const char *insertion ); 798 const char *insertion ) in raccess_make_file_name() argument 809 new_length = ft_strlen( original_name ) + ft_strlen( insertion ); in raccess_make_file_name() 826 ft_strcat( new_name, insertion ); in raccess_make_file_name()
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/ |
D | ftrfork.c | 355 const char *insertion ); 780 const char *insertion ) in raccess_make_file_name() argument 791 new_length = ft_strlen( original_name ) + ft_strlen( insertion ); in raccess_make_file_name() 808 ft_strcat( new_name, insertion ); in raccess_make_file_name()
|
/external/chromium_org/third_party/freetype/src/base/ |
D | ftrfork.c | 355 const char *insertion ); 780 const char *insertion ) in raccess_make_file_name() argument 791 new_length = ft_strlen( original_name ) + ft_strlen( insertion ); in raccess_make_file_name() 808 ft_strcat( new_name, insertion ); in raccess_make_file_name()
|
/external/llvm/test/MC/X86/AlignedBundling/ |
D | single-inst-bundling.s | 4 # Test simple NOP insertion for single instructions.
|
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/ |
D | statetracker.py | 351 insertion = distance[i+1][j] + 1 356 if deletion <= insertion and deletion <= substitution: 362 elif insertion <= substitution: 364 best = insertion
|
/external/chromium_org/third_party/closure_linter/closure_linter/ |
D | statetracker.py | 475 insertion = distance[i+1][j] + 1 480 if deletion <= insertion and deletion <= substitution: 486 elif insertion <= substitution: 488 best = insertion
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | InspectorDOMDebuggerAgent.cpp | 378 …gerAgent::descriptionForDOMEvent(Node* target, int breakpointType, bool insertion, JSONObject* des… in descriptionForDOMEvent() argument 390 if (!insertion) in descriptionForDOMEvent() 401 description->setBoolean("insertion", insertion); in descriptionForDOMEvent()
|
D | InspectorDOMDebuggerAgent.h | 128 …void descriptionForDOMEvent(Node* target, int breakpointType, bool insertion, JSONObject* descript…
|