/external/chromium_org/third_party/freetype/include/freetype/ |
D | ftincrem.h | 179 (*FT_Incremental_GetGlyphDataFunc)( FT_Incremental incremental, 204 (*FT_Incremental_FreeGlyphDataFunc)( FT_Incremental incremental, 242 ( FT_Incremental incremental,
|
/external/freetype/include/freetype/ |
D | ftincrem.h | 179 (*FT_Incremental_GetGlyphDataFunc)( FT_Incremental incremental, 204 (*FT_Incremental_FreeGlyphDataFunc)( FT_Incremental incremental, 242 ( FT_Incremental incremental,
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | quant.cpp | 63 UBool incremental) { in matches() argument 68 UMatchDegree m = matcher->toMatcher()->matches(text, offset, limit, incremental); in matches() 76 } else if (incremental && m == U_PARTIAL_MATCH) { in matches() 82 if (incremental && offset == limit) { in matches()
|
D | strmatch.cpp | 86 UBool incremental) { in matches() argument 103 subm->matches(text, cursor, limit, incremental); in matches() 118 if (incremental && cursor == limit) { in matches() 137 subm->matches(text, cursor, limit, incremental); in matches()
|
D | rbt_rule.cpp | 351 UBool incremental) const { in matchAndReplace() 411 match = key->matches(text, oText, pos.limit, incremental); in matchAndReplace() 420 if (incremental && keyLimit == pos.limit) { in matchAndReplace() 428 match = postContext->matches(text, oText, pos.contextLimit, incremental); in matchAndReplace() 440 if (incremental) { in matchAndReplace()
|
D | cpdtrans.cpp | 478 UBool incremental) const { in handleTransliterate() 562 trans[i]->filteredTransliterate(text, index, incremental); in handleTransliterate() 571 if (!incremental && index.start != index.limit) { in handleTransliterate() 579 if (incremental) { in handleTransliterate()
|
/external/icu4c/i18n/ |
D | quant.cpp | 66 UBool incremental) { in matches() argument 71 UMatchDegree m = matcher->toMatcher()->matches(text, offset, limit, incremental); in matches() 79 } else if (incremental && m == U_PARTIAL_MATCH) { in matches() 85 if (incremental && offset == limit) { in matches()
|
D | strmatch.cpp | 91 UBool incremental) { in matches() argument 108 subm->matches(text, cursor, limit, incremental); in matches() 123 if (incremental && cursor == limit) { in matches() 142 subm->matches(text, cursor, limit, incremental); in matches()
|
D | rbt_rule.cpp | 352 UBool incremental) const { in matchAndReplace() 412 match = key->matches(text, oText, pos.limit, incremental); in matchAndReplace() 421 if (incremental && keyLimit == pos.limit) { in matchAndReplace() 429 match = postContext->matches(text, oText, pos.contextLimit, incremental); in matchAndReplace() 441 if (incremental) { in matchAndReplace()
|
D | cpdtrans.cpp | 476 UBool incremental) const { in handleTransliterate() 560 trans[i]->filteredTransliterate(text, index, incremental); in handleTransliterate() 569 if (!incremental && index.start != index.limit) { in handleTransliterate() 577 if (incremental) { in handleTransliterate()
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | incrvacuum.test | 12 # focus of this file is testing the incremental vacuum feature. 14 # Note: There are also some tests for incremental vacuum and IO 55 pragma auto_vacuum = 'incremental'; 89 # the connection between "full" and "incremental" mode, but not to 91 # "incremental". 114 pragma auto_vacuum = 'incremental'; 126 # Test that when the auto_vacuum mode is "incremental", the database 170 # Try to run a very simple incremental vacuum. Also verify that 199 # The following tests - incrvacuum-5.* - test incremental vacuum 263 # Two new databases are opened, one with incremental vacuum enabled, [all …]
|
D | ioerr4.test | 13 # during incremental vacuum with a shared cache. 20 # This test requires both shared cache and incremental vacuum. 27 # Enable shared cache mode and incremental vacuum. 77 # Set up for an I/O error on incremental vacuum
|
D | incrvacuum2.test | 12 # focus of this file is testing the incremental vacuum feature. 28 # Create a database in incremental vacuum mode that has many 34 PRAGMA auto_vacuum=incremental; 69 # Make sure incremental vacuum works on attached databases. 76 PRAGMA aux.auto_vacuum=incremental; 139 # free-list (e.g. during an incremental-vacuum), all trunk pages that
|
D | incrvacuum_ioerr.test | 31 PRAGMA auto_vacuum = 'incremental'; 91 PRAGMA auto_vacuum = 'incremental'; 125 PRAGMA auto_vacuum = 'incremental'; 140 # has before running incremental-vacuum. 145 # Now run incremental-vacuum to vacuum 5 pages from the db file.
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ |
D | DTMManager.java | 185 boolean incremental, boolean doIndexing); in getDTM() argument 317 public void setIncremental(boolean incremental) in setIncremental() argument 319 m_incremental = incremental; in setIncremental()
|
/external/chromium_org/third_party/icu/source/common/ |
D | unifilt.cpp | 42 UBool incremental) { in matches() argument 60 if (incremental && offset == limit) { in matches()
|
/external/icu4c/common/ |
D | unifilt.cpp | 43 UBool incremental) { in matches() argument 61 if (incremental && offset == limit) { in matches()
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
D | DTMManagerDefault.java | 238 boolean incremental, boolean doIndexing) in getDTM() argument 299 if (source==null && unique && !incremental && !doIndexing) { in getDTM() 336 incremental = true; // No matter what. %REVIEW% in getDTM() 341 if (m_incremental && incremental in getDTM() 460 if (reader != null && !(m_incremental && incremental)) { in getDTM()
|
/external/icu4c/i18n/unicode/ |
D | translit.h | 627 UBool incremental) const = 0; 643 UBool incremental) const; 676 UBool incremental,
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
D | translit.h | 626 UBool incremental) const = 0; 642 UBool incremental) const; 675 UBool incremental,
|
/external/icu4c/samples/translit/answers/ |
D | unaccent.h | 31 UBool incremental) const;
|
/external/icu4c/samples/translit/ |
D | unaccent.h | 31 UBool incremental) const;
|
/external/icu4c/common/unicode/ |
D | unifilt.h | 91 UBool incremental);
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
D | unifilt.h | 91 UBool incremental);
|
/external/chromium_org/build/internal/ |
D | release_defaults.gypi | 10 # No incremental linking.
|