/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...] |
jsonresults_unittest.py | 150 # Empty incremental results json. 155 # Incremental results 160 # No actual incremental test results (only prefix and suffix) to merge. 165 # Incremental results 171 # Merged results == new incremental results. 175 # Incremental results 181 # Incremental results has the latest build and same test results for 183 # Insert the incremental results at the first place and sum number 188 # Incremental results 194 # Incremental results has the latest build but different test result [all...] |
/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/answers/ |
unaccent.h | 31 UBool incremental) const;
|
unaccent.cpp | 43 UBool incremental) const {
|
/external/icu4c/i18n/ |
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) {
|
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);
|
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);
|
remtrans.h | 56 * @param incremental if true, assume more text may be coming after
|
uni2name.h | 69 * @param incremental if true, assume more text may be coming after
|
/external/icu4c/common/ |
unifilt.cpp | 42 UBool incremental) { 60 if (incremental && offset == limit) {
|
/external/webkit/Tools/TestResultServer/templates/ |
uploadform.html | 26 <div><input class=button type="checkbox" name="incremental">Incremental results, merge with server file.</div>
|
/frameworks/base/core/java/android/app/backup/ |
FullBackupAgent.java | 33 // Doesn't do incremental backup/restore 39 // Doesn't do incremental backup/restore
|
/dalvik/dx/src/com/android/dx/merge/ |
CollisionPolicy.java | 26 * second dex file. This policy is appropriate for incremental builds.
|
/external/chromium/chrome/browser/resources/options/ |
cookies_view.html | 13 placeholder=" Search cookies" incremental
|
/external/icu4c/samples/translit/ |
unaccent.cpp | 45 UBool incremental) const {
|
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
base64.sgml | 18 GLib supports incremental encoding using g_base64_encode_step() and 19 g_base64_encode_close(). Incremental decoding can be done with
|
/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);
|
/external/icu4c/common/unicode/ |
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;
|
/ndk/build/tools/ |
make-release.sh | 46 # Use --incremental to implement incremental release builds. 48 INCREMENTAL=no 49 register_var_option "--incremental" INCREMENTAL "Enable incremental packaging (debug only)." 83 if [ "$FORCE" = "no" -a "$INCREMENTAL" = "no" ] ; then 133 if [ "$INCREMENTAL" = "no" ] ; then 137 echo "ERROR: Can't make incremental, missing release dir: $RELEASE_DIR" 147 if [ "$INCREMENTAL" = "no" ] ; the [all...] |
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
ThreadControllerWrapper.java | 25 * by IncrementalSAXSource for the incremental building of DTM. 45 * Thread controller utility class for incremental SAX source. Must
|
/external/icu4c/test/cintltst/ |
citertst.h | 44 * Test incremental normalization 75 * in incremental normalization.
|
/frameworks/base/core/tests/coretests/src/android/os/ |
BuildTest.java | 63 assertNotEmpty("VERSION.INCREMENTAL", Build.VERSION.INCREMENTAL);
|
/external/chromium/net/spdy/ |
spdy_io_buffer.h | 18 // to track the SpdyStream which they are associated with so that incremental
|
/external/proguard/examples/ |
retrace.pro | 20 # perform incremental obfuscation based on its mapping file, and only keep the
|