Home
last modified time | relevance | path

Searched refs:incremental (Results 1 – 25 of 157) sorted by relevance

1234567

/external/chromium_org/third_party/freetype/include/freetype/
Dftincrem.h179 (*FT_Incremental_GetGlyphDataFunc)( FT_Incremental incremental,
204 (*FT_Incremental_FreeGlyphDataFunc)( FT_Incremental incremental,
242 ( FT_Incremental incremental,
/external/freetype/include/freetype/
Dftincrem.h179 (*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/
Dquant.cpp63 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()
Dstrmatch.cpp86 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()
Drbt_rule.cpp351 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()
Dcpdtrans.cpp478 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/
Dquant.cpp66 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()
Dstrmatch.cpp91 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()
Drbt_rule.cpp352 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()
Dcpdtrans.cpp476 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/
Dincrvacuum.test12 # 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 …]
Dioerr4.test13 # 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
Dincrvacuum2.test12 # 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
Dincrvacuum_ioerr.test31 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/
DDTMManager.java185 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/
Dunifilt.cpp42 UBool incremental) { in matches() argument
60 if (incremental && offset == limit) { in matches()
/external/icu4c/common/
Dunifilt.cpp43 UBool incremental) { in matches() argument
61 if (incremental && offset == limit) { in matches()
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMManagerDefault.java238 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/
Dtranslit.h627 UBool incremental) const = 0;
643 UBool incremental) const;
676 UBool incremental,
/external/chromium_org/third_party/icu/source/i18n/unicode/
Dtranslit.h626 UBool incremental) const = 0;
642 UBool incremental) const;
675 UBool incremental,
/external/icu4c/samples/translit/answers/
Dunaccent.h31 UBool incremental) const;
/external/icu4c/samples/translit/
Dunaccent.h31 UBool incremental) const;
/external/icu4c/common/unicode/
Dunifilt.h91 UBool incremental);
/external/chromium_org/third_party/icu/source/common/unicode/
Dunifilt.h91 UBool incremental);
/external/chromium_org/build/internal/
Drelease_defaults.gypi10 # No incremental linking.

1234567