HomeSort by relevance Sort by last modified time
    Searched full:incremental (Results 26 - 50 of 467) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/quake/quake/src/QW/gas2masm/
gas2masm.plg 17 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:yes /pdb:".\Debug/gas2masm.pdb" /debug /machine:I386 /out:".\Debug/gas2masm.exe"
  /external/quake/quake/src/QW/qwfwd/
qwfwd.plg 17 wsock32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:no /pdb:"Release/qwfwd.pdb" /machine:I386 /out:"Release/qwfwd.exe"
  /external/quake/quake/src/WinQuake/gas2masm/
gas2masm.plg 17 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:yes /pdb:".\Debug/gas2masm.pdb" /debug /machine:I386 /out:".\Debug/gas2masm.exe"
  /external/webkit/Source/WebCore/manual-tests/
containing-block-position-change.html 22 REGRESSION: [Incremental Repaint] DHTML movement test failures</i>.
  /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/bluetooth/glib/docs/reference/gobject/
gobject-query.xml 80 specify incremental indent string
  /external/icu4c/i18n/
casetrn.h 78 * @param incremental if true, assume more text may be coming after
name2uni.h 70 * @param incremental if true, assume more text may be coming after
nortrans.h 65 * @param incremental if true, assume more text may be coming after
titletrn.h 73 * @param incremental if true, assume more text may be coming after
unesctrn.cpp 200 // incremental mode. In non-incremental mode,
221 // Check for partial match in incremental mode.
244 // Check for partial match in incremental mode.
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...]
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);
  /external/icu4c/samples/translit/
unaccent.h 31 UBool incremental) const;
  /external/proguard/examples/
proguard.pro 17 # later on, or for incremental obfuscation of extensions.
proguardgui.pro 25 # perform incremental obfuscation based on its mapping file, and only keep the
  /external/webkit/Source/WebCore/loader/cache/
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/webkit/Tools/TestResultServer/handlers/
testfilehandler.py 46 PARAM_INCREMENTAL = "incremental"
180 incremental = self.request.get(PARAM_INCREMENTAL)
199 if ((incremental and filename == "results.json") or
201 # Merge incremental json results.
  /frameworks/base/services/java/com/android/server/am/
BackupRecord.java 34 final int backupMode; // full backup / incremental / restore
  /external/javasqlite/src/main/java/SQLite/
Blob.java 7 * SQLite 3.4.0 incremental blob I/O interface.
153 * SQLite 3.4.0 incremental blob I/O interface.
239 * Class to represent SQLite3 3.4.0 incremental blob I/O interface.
  /frameworks/base/services/java/com/android/server/
PackageManagerBackupAgent.java 133 || !mStoredIncrementalVersion.equals(Build.VERSION.INCREMENTAL)) {
135 + Build.VERSION.INCREMENTAL + " - rewriting");
146 * String incremental -- the incremental release name of the OS stored in
152 outputBufferStream.writeUTF(Build.VERSION.INCREMENTAL);
287 + Build.VERSION.INCREMENTAL + ")");
413 out.writeUTF(Build.VERSION.INCREMENTAL);
  /build/core/
proguard.flags 6 # To prevent name conflict in incremental obfuscation.
  /build/tools/
buildinfo.sh 8 echo "ro.build.version.incremental=$BUILD_NUMBER"
  /cts/tests/tests/os/src/android/os/cts/
BuildVersionTest.java 49 assertNotEmpty(Build.VERSION.INCREMENTAL);
  /external/bluetooth/glib/docs/reference/glib/tmpl/
checksum.sgml 16 GLib supports incremental checksums using the GChecksum data structure, by

Completed in 572 milliseconds

12 3 4 5 6 7 8 91011>>