HomeSort by relevance Sort by last modified time
    Searched refs:incremental (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/icu4c/samples/translit/answers/
unaccent.h 31 UBool incremental) const;
unaccent.cpp 43 UBool incremental) const {
  /external/freetype/include/freetype/
ftincrem.h 5 /* FreeType incremental loading (specification). */
37 * incremental
40 * Incremental Loading
47 * `incremental' glyph loading. This is a mode where all glyphs loaded
69 * `incremental' glyph loading within FreeType. This is used to support
81 * to use incremental objects with FreeType.
144 * during @FT_Load_Glyph or @FT_Load_Char if incremental loading is
154 * incremental ::
179 (*FT_Incremental_GetGlyphDataFunc)( FT_Incremental incremental,
194 * incremental :
    [all...]
  /external/icu4c/samples/translit/
unaccent.h 31 UBool incremental) const;
unaccent.cpp 45 UBool incremental) const {
  /external/icu4c/common/
unifilt.cpp 42 UBool incremental) {
60 if (incremental && offset == limit) {
  /external/webkit/Source/WebCore/loader/cache/
CachedResourceRequest.h 40 static PassRefPtr<CachedResourceRequest> load(CachedResourceLoader*, CachedResource*, bool incremental, SecurityCheckPolicy, bool sendResourceLoadCallbacks);
47 CachedResourceRequest(CachedResourceLoader*, CachedResource*, bool incremental);
CachedResourceRequest.cpp 73 CachedResourceRequest::CachedResourceRequest(CachedResourceLoader* cachedResourceLoader, CachedResource* resource, bool incremental)
76 , m_incremental(incremental)
88 PassRefPtr<CachedResourceRequest> CachedResourceRequest::load(CachedResourceLoader* cachedResourceLoader, CachedResource* resource, bool incremental, SecurityCheckPolicy securityCheck, bool sendResourceLoadCallbacks)
90 RefPtr<CachedResourceRequest> request = adoptRef(new CachedResourceRequest(cachedResourceLoader, resource, incremental));
  /external/icu4c/common/unicode/
unifilt.h 91 UBool incremental);
unimatch.h 35 * all desired characters for a non-incremental match.
43 * only returned for incremental match operations. All characters
55 * incremental variable-length match, this value is returned if
115 * @param incremental if TRUE, then assume further characters may
119 * match, or a mismatch. If incremental is FALSE then
126 UBool incremental) = 0;
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
DTMManager.java 176 * @param incremental true if the DTM should be built incrementally, if
185 boolean incremental, boolean doIndexing);
288 /* Flag indicating whether an incremental transform is desired */
300 * Get a flag indicating whether an incremental transform is desired
301 * @return incremental boolean.
310 * Set a flag indicating whether an incremental transform is desired
314 * @param incremental boolean to use to set m_incremental.
317 public void setIncremental(boolean incremental)
319 m_incremental = incremental;
  /external/icu4c/i18n/
anytrans.h 73 UBool incremental) const;
quant.cpp 63 UBool incremental) {
68 UMatchDegree m = matcher->toMatcher()->matches(text, offset, limit, incremental);
76 } else if (incremental && m == U_PARTIAL_MATCH) {
82 if (incremental && offset == limit) {
quant.h 63 * @param incremental if TRUE, then assume further characters may
67 * match, or a mismatch. If incremental is FALSE then
73 UBool incremental);
rbt_rule.h 214 * needed to make repeated incremental transliteration with
268 * @param incremental if TRUE, test for partial matches that may
272 * incremental is FALSE then U_PARTIAL_MATCH will not be returned.
276 UBool incremental) const;
strmatch.cpp 86 UBool incremental) {
103 subm->matches(text, cursor, limit, incremental);
118 if (incremental && cursor == limit) {
127 // incremental is TRUE (because it's done above); do need
137 subm->matches(text, cursor, limit, incremental);
strmatch.h 110 * @param incremental if TRUE, then assume further characters may
114 * match, or a mismatch. If incremental is FALSE then
120 UBool incremental);
rbt_rule.cpp 205 * needed to make repeated incremental transliteration with
343 * @param incremental if TRUE, test for partial matches that may
347 * incremental is FALSE then U_PARTIAL_MATCH will not be returned.
351 UBool incremental) const {
374 // incremental or not.
411 match = key->matches(text, oText, pos.limit, incremental);
420 if (incremental && keyLimit == pos.limit) {
422 // a postContext. Since we are in incremental mode,
428 match = postContext->matches(text, oText, pos.contextLimit, incremental);
440 if (incremental) {
    [all...]
cpdtrans.h 157 UBool incremental) const;
cpdtrans.cpp 478 UBool incremental) const {
562 trans[i]->filteredTransliterate(text, index, incremental);
565 // handleTransliterate() returns when incremental is false.
570 // in non-incremental mode.)
571 if (!incremental && index.start != index.limit) {
579 if (incremental) {
580 // In the incremental case, only allow subsequent
anytrans.cpp 251 // a non-incremental transliteration. Otherwise do an
252 // incremental one.
253 UBool incremental = isIncremental && (it.limit >= allLimit); local
258 t->filteredTransliterate(text, pos, incremental);
  /external/webkit/Tools/TestResultServer/model/
jsonresults.py 112 """Merge incremental json into aggregated json results.
116 incremental_json: incremental json object.
139 """Merge incremental non tests property data into aggregated json results.
143 incremental_json: incremental json object.
154 # Loop through all incremental builds, start from the oldest run.
157 logging.debug("Merging build %s, incremental json index: %d.",
160 # Return if not all build numbers in the incremental json results
164 logging.warning(("Build %d in incremental json is older than "
175 logging.warning("Duplicate build %d in incremental json",
187 """Merge one build of incremental json into aggregated json results
    [all...]
  /external/icu4c/i18n/unicode/
translit.h 88 * <p>Somewhat more involved is <em>keyboard</em>, or incremental
524 * This internal method does incremental transliteration. If the
548 * incremental and non-incremental transliteration. Let
553 * <li>If <code>incremental</code> is false, then this method
558 * <li>If <code>incremental</code> is true, then this method
615 * @param incremental if true, assume more text may be inserted at
626 UBool incremental) const = 0;
635 * @param incremental if TRUE, then assume more characters may be inserted
642 UBool incremental) const
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMManagerDefault.java 218 * and incremental and doIndexing are both false, we return an instance of
229 * @param incremental true if the DTM should be built incrementally, if
238 boolean incremental, boolean doIndexing)
299 if (source==null && unique && !incremental && !doIndexing) {
336 incremental = true; // No matter what. %REVIEW%
339 // If the reader is null, but they still requested an incremental
341 if (m_incremental && incremental
342 /* || ((null == reader) && incremental) */) {
424 // not incremental
460 if (reader != null && !(m_incremental && incremental)) {
    [all...]
  /external/stlport/test/eh/
intel45.mak 29 CPP_LIBS = /link /incremental:no /LIBPATH:$(STL_PATH)\lib

Completed in 3054 milliseconds

1 2 3