/external/proguard/docs/ |
FAQ.html | 35 <li><a href="#incremental">Does <b>ProGuard</b> support incremental 221 <a name="incremental"> </a> 222 <h3>Does <b>ProGuard</b> support incremental obfuscation?</h3>
|
/external/stlport/test/eh/ |
intel50.mak | 30 CPP_PRJ_LINK = /link /incremental:no /LIBPATH:$(STL_PATH)\lib
|
/external/webkit/Source/WebCore/html/ |
HTMLInputElement.idl | 73 attribute [Reflect] boolean incremental;
|
/external/webkit/Source/WebKit/mac/WebView/ |
WebDocumentPrivate.h | 80 @param startInSelection YES to begin search in the selected text (useful for incremental searching), NO to begin search after the selected text.
|
/external/webkit/Tools/iExploder/iexploder-1.3.2/htdocs/ |
htmlattrs.in | 105 incremental
|
/frameworks/base/core/java/android/appwidget/ |
AppWidgetManager.java | 268 * Perform an incremental update or command on the widget(s) specified by appWidgetIds. 286 * @param views The RemoteViews object containing the incremental update / command. 297 * Perform an incremental update or command on the widget specified by appWidgetId. 314 * @param views The RemoteViews object containing the incremental update / command.
|
/frameworks/base/core/java/com/android/internal/util/ |
BitwiseInputStream.java | 20 * An object that provides bitwise incremental read access to a byte array.
|
BitwiseOutputStream.java | 20 * An object that provides bitwise incremental write access to a byte array.
|
/frameworks/base/tools/aapt/ |
CrunchCache.h | 21 * them in a mirror-cache. It's capable of doing incremental updates to its
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/ |
HttpClientFactory.java | 127 Build.VERSION.INCREMENTAL);
|
/external/chromium/net/base/ |
directory_lister.cc | 120 /* TODO(brettw) bug 24107: It would be nice to send incremental updates. 123 that, we can uncomment this to send incremental updates to the page.
|
/external/quake/quake/src/QW/gas2masm/ |
gas2masm.mak | 82 odbccp32.lib /nologo /subsystem:console /incremental:no\
139 odbccp32.lib /nologo /subsystem:console /incremental:yes\
|
/external/webkit/Source/WebCore/inspector/front-end/ |
SearchController.js | 198 // the incremental attribute set, so we still get incremental searches.
|
/sdk/eclipse/ |
changes.txt | 4 - Improved incremental builds 15 - Incremental ant builds 234 debuggable in the Android Manifest. Incremental build will 569 - Misc incremental builder fixes. 590 (previously only incremental builds would compile them). Also, misc 591 improvements to the incremental builders. 671 - Incremental builders.
|
/dalvik/dx/src/com/android/dx/command/dexer/ |
Main.java | 194 if (args.incremental) { 197 "error: no incremental output name specified"); 210 if (args.incremental && !anyFilesProcessed) { 211 return 0; // this was a no-op incremental build 225 if (args.incremental) { 360 if (args.incremental && !anyFilesProcessed) { 931 public boolean incremental = false; field in class:Main.Arguments [all...] |
/external/jpeg/ |
makeapps.ds | 92 odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:no\ 160 odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:no\ 224 odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:no\ 281 odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:no\ 334 odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:no\
|
/external/chromium/chrome/browser/net/ |
predictor.h | 202 // Interval between incremental trimmings (to avoid inducing Jank). 204 // Number of referring URLs processed in an incremental trimming. 270 // Posts a task to do additional incremental trimming of referrers_.
|
/external/icu4c/i18n/ |
rbt_set.cpp | 395 * @param incremental if TRUE, assume new text may be inserted 403 UBool incremental) { 406 UMatchDegree m = rules[i]->matchAndReplace(text, pos, incremental);
|
/external/icu4c/test/intltest/ |
cpdtrtst.cpp | 361 expectAux(ct1->getID() + ":String, index(0,0,0), incremental=FALSE", rsource2 + "->" + rsource2, rsource2==expectedResult, expectedResult); 366 expectAux(ct1->getID() + ":String, index(1,2,3), incremental=TRUE", rsource3 + "->" + rsource3, rsource3==expectedResult, expectedResult); 415 // Test transliterate (incremental) transliteration --
|
/external/protobuf/gtest/scons/ |
SConstruct.common | 251 LINKFLAGS = ['-INCREMENTAL:yes', 286 '-INCREMENTAL:NO', # No incremental linking as we don't
|
/external/skia/src/images/ |
SkImageDecoder_libwebp.cpp | 151 // Incremental WebP image decoding. Reads input buffer of 64K size iteratively 336 // Decode the WebP image data stream using WebP incremental decoding for 376 // Decode the WebP image data stream using WebP incremental decoding.
|
/external/icu4c/test/perf/collationperf/ |
CollPerf.pl | 188 <td>Timing for string collation, an incremental compare of strings.</td> 216 <li>For more information on incremental vs. sort key comparison, the importance
|
/external/icu4c/test/threadtest/ |
threadtest.dsp | 103 # ADD LINK32 kernel32.lib user32.lib shell32.lib icuuc.lib icuin.lib icutu.lib /nologo /subsystem:console /machine:IA64 /libpath:"..\..\..\lib\\" /incremental:no 127 # ADD LINK32 kernel32.lib user32.lib shell32.lib icuucd.lib icuind.lib icutud.lib /nologo /subsystem:console /debug /machine:IA64 /pdbtype:sept /libpath:"..\..\..\lib\\" /incremental:no
|
/external/llvm/docs/ |
DeveloperPolicy.html | 24 <li><a href="#incremental">Incremental Development</a></li> 406 done as a series of <a href="#incremental">incremental changes</a>, not as a 411 <h3><a name="incremental">Incremental Development</a></h3> 413 <p>In the LLVM project, we do all significant changes as a series of incremental 436 <p>To address these problems, LLVM uses an incremental development style and we
|
/external/tcpdump/ |
nameser.h | 105 #define ZONEREF 0xf /* incremental zone referesh */ 197 #define T_IXFR 251 /* incremental transfer [RFC1995] */
|