/external/webkit/Source/WebCore/fileapi/ |
FileReaderLoader.cpp | 278 // FIXME: consider supporting incremental decoding to improve the perf.
|
/external/webkit/Source/WebCore/loader/cache/ |
CachedResource.h | 84 void load(CachedResourceLoader*, bool incremental, SecurityCheckPolicy, bool sendResourceLoadCallbacks);
|
CachedResourceLoader.cpp | 178 userSheet->load(this, /*incremental*/ false, SkipSecurityCheck, /*sendResourceLoadCallbacks*/ false); 580 void CachedResourceLoader::load(CachedResource* resource, bool incremental, SecurityCheckPolicy securityCheck, bool sendResourceLoadCallbacks) 584 RefPtr<CachedResourceRequest> request = CachedResourceRequest::load(this, resource, incremental, securityCheck, sendResourceLoadCallbacks);
|
/external/zlib/win32/ |
Makefile.msc | 28 LDFLAGS = -nologo -debug -incremental:no -opt:ref
|
/packages/inputmethods/PinyinIME/jni/include/ |
pinyinime.h | 79 * an incremental search based on its previous search result, so if the new
|
/external/proguard/docs/manual/ |
usage.html | 428 subsequent <a href="examples.html#incremental">incremental 441 can be useful for <a href="examples.html#incremental">incremental 526 always be respected in subsequent incremental obfuscation steps. 532 have to enforce the same method name for both methods in an incremental 538 planning on performing incremental obfuscation, you probably want to avoid [all...] |
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/arm-linux-androideabi/bin/ |
ld | |
ld.gold | |
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/bin/ |
arm-linux-androideabi-ld | |
arm-linux-androideabi-ld.gold | |
/build/tools/releasetools/ |
common.py | 669 incremental OTA package. Implementations can add whatever 674 """Called at the end of the verification phase of incremental OTA 680 """Called at the end of incremental OTA installation; typically
|
ota_from_target_files | 19 that build. An incremental OTA is produced if -i is given, otherwise 33 For incremental OTAs, the default value is based on the source 37 Generate an incremental OTA using the given target-files zip as
|
/external/apache-xml/src/main/java/org/apache/xpath/ |
XPathContext.java | 147 * @param incremental true if the construction should try and be incremental. 155 boolean incremental, 159 incremental, doIndexing); [all...] |
/external/bluetooth/glib/ |
NEWS.pre-1-3 | 106 * Incremental freezing in ghash
|
/external/chromium/chrome/common/net/ |
url_fetcher.h | 6 // low-level details like thread safety, ref counting, and incremental buffer
|
/external/chromium/sdch/open-vcdiff/src/ |
rolling_hash.h | 32 // Multiplier for incremental hashing. The compiler should be smart enough to
|
/external/icu4c/test/perf/ubrkperf/ |
ubrkperf.dsp | 141 # ADD LINK32 icuucd.lib icuind.lib icutud.lib winmm.lib /nologo /subsystem:console /incremental:no /debug /machine:IX86 /pdbtype:sept /libpath:"..\..\..\..\lib\\" /machine:IA64
|
ubrkperf20.dsp | 141 # ADD LINK32 c:\src\oldICU\icu-2-0\lib\icuucd.lib c:\src\oldICU\icu-2-0\lib\icuind.lib ..\..\..\..\lib\icutud.lib /nologo /subsystem:console /incremental:no /debug /machine:IX86 /pdbtype:sept /machine:IA64
|
ubrkperfold.dsp | 141 # ADD LINK32 icuucd.lib icuind.lib icutud.lib winmm.lib /nologo /subsystem:console /incremental:no /debug /machine:IX86 /pdbtype:sept /libpath:"..\..\..\lib\\" /machine:IA64
|
/external/jpeg/ |
change.log | 113 files. A "buffered image" mode supports incremental decoding for on-the-fly
|
/external/llvm/docs/HistoricalNotes/ |
2007-OriginalClangReadme.txt | 159 This is aka 'incremental parsing'.
|
/external/llvm/include/llvm/ADT/ |
PostOrderIterator.h | 191 // class is awkward to use because I don't know a good incremental algorithm to
|
/external/qemu/docs/ |
ANDROID-SKIN-FILES.TXT | 115 in incremental numerical order, starting from 'part1', as in
|
/external/webkit/Source/WebCore/platform/graphics/cg/ |
ImageSourceCG.cpp | 295 // when we've not yet received the complete data for an image that is using an incremental data
|
/frameworks/base/core/java/android/app/backup/ |
IBackupManager.aidl | 37 * data, and therefore needs to undergo an incremental backup pass.
|