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

1 2

  /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)."
114 if [ "$FORCE" = "no" -a "$INCREMENTAL" = "no" ] ; then
165 if [ "$INCREMENTAL" = "no" ] ; then
169 echo "ERROR: Can't make incremental, missing release dir: $RELEASE_DIR"
179 if [ "$INCREMENTAL" = "no" ] ; the
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
BuildVersionTest.java 47 assertNotEmpty(Build.VERSION.INCREMENTAL);
  /frameworks/base/core/tests/coretests/src/android/os/
BuildTest.java 63 assertNotEmpty("VERSION.INCREMENTAL", Build.VERSION.INCREMENTAL);
  /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);
  /frameworks/base/core/java/android/os/
Build.java 85 public static final String INCREMENTAL = getString("ro.build.version.incremental");
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
HttpClientFactory.java 126 Build.VERSION.INCREMENTAL);
  /external/v8/src/ia32/
code-stubs-ia32.h 494 INCREMENTAL,
513 return INCREMENTAL;
530 ASSERT(GetMode(stub) == INCREMENTAL ||
535 case INCREMENTAL:
code-stubs-ia32.cc     [all...]
  /external/v8/src/x64/
code-stubs-x64.h 496 INCREMENTAL,
515 return INCREMENTAL;
532 ASSERT(GetMode(stub) == INCREMENTAL ||
537 case INCREMENTAL:
code-stubs-x64.cc     [all...]
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceNetworkVars.java 79 VAR_MAP.put("build.version.incremental", new StaticVarGetter(Build.VERSION.INCREMENTAL));
Monkey.java 324 System.err.println("// Build Changelist: " + Build.VERSION.INCREMENTAL);
    [all...]
  /external/v8/src/arm/
code-stubs-arm.h 479 INCREMENTAL,
503 return INCREMENTAL;
523 ASSERT(GetMode(stub) == INCREMENTAL ||
528 case INCREMENTAL:
    [all...]
code-stubs-arm.cc     [all...]
  /external/v8/src/mips/
code-stubs-mips.h 490 INCREMENTAL,
518 return INCREMENTAL;
538 ASSERT(GetMode(stub) == INCREMENTAL ||
543 case INCREMENTAL:
    [all...]
code-stubs-mips.cc     [all...]
  /external/v8/src/
incremental-marking.cc 30 #include "incremental-marking.h"
403 // debug tests run with incremental marking and some without.
420 // we don't need to do anything if incremental marking is
425 RecordWriteStub::Patch(stub, RecordWriteStub::INCREMENTAL);
525 RecordWriteStub::INCREMENTAL_COMPACTION : RecordWriteStub::INCREMENTAL;
559 // Ready to start incremental marking.
658 // Explicitly skip one word fillers. Incremental markbit patterns are
757 // that shouldn't make us do a scavenge and keep being incremental, so we set
805 // Explicitly skip one word fillers. Incremental markbit patterns are
  /ndk/sources/host-tools/make-3.81/
build_w32.bat 91 rem link.exe kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib w32\subproc\windebug\subproc.lib /NOLOGO /SUBSYSTEM:console /INCREMENTAL:yes /PDB:.\WinDebug/%make%.pdb /DEBUG /MACHINE:I386 /OUT:.\WinDebug/%make%.exe .\WinDebug/variable.obj .\WinDebug/rule.obj .\WinDebug/remote-stub.obj .\WinDebug/commands.obj .\WinDebug/file.obj .\WinDebug/getloadavg.obj .\WinDebug/default.obj .\WinDebug/signame.obj .\WinDebug/expand.obj .\WinDebug/dir.obj .\WinDebug/main.obj .\WinDebug/getopt1.obj .\WinDebug/job.obj .\WinDebug/read.obj .\WinDebug/version.obj .\WinDebug/getopt.obj .\WinDebug/arscan.obj .\WinDebug/remake.obj .\WinDebug/hash.obj .\WinDebug/strcache.obj .\WinDebug/misc.obj .\WinDebug/ar.obj .\WinDebug/function.obj .\WinDebug/vpath.obj .\WinDebug/implicit.obj .\WinDebug/dirent.obj .\WinDebug/glob.obj .\WinDebug/fnmatch.obj .\WinDebug/pathstuff.obj
93 link.exe /NOLOGO /SUBSYSTEM:console /INCREMENTAL:yes /PDB:.\WinDebug/%make%.pdb /DEBUG /MACHINE:I386 /OUT:.\WinDebug/%make%.exe @link.dbg
158 rem link.exe kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib w32\subproc\winrel\subproc.lib /NOLOGO /SUBSYSTEM:console /INCREMENTAL:no /PDB:.\WinRel/%make%.pdb /MACHINE:I386 /OUT:.\WinRel/%make%.exe .\WinRel/variable.obj .\WinRel/rule.obj .\WinRel/remote-stub.obj .\WinRel/commands.obj .\WinRel/file.obj .\WinRel/getloadavg.obj .\WinRel/default.obj .\WinRel/signame.obj .\WinRel/expand.obj .\WinRel/dir.obj .\WinRel/main.obj .\WinRel/getopt1.obj .\WinRel/job.obj .\WinRel/read.obj .\WinRel/version.obj .\WinRel/getopt.obj .\WinRel/arscan.obj .\WinRel/remake.obj .\WinRel/misc.obj .\WinRel/hash.obj .\WinRel/strcache.obj .\WinRel/ar.obj .\WinRel/function.obj .\WinRel/vpath.obj .\WinRel/implicit.obj .\WinRel/dirent.obj .\WinRel/glob.obj .\WinRel/fnmatch.obj .\WinRel/pathstuff.obj
160 link.exe /NOLOGO /SUBSYSTEM:console /INCREMENTAL:no /PDB:.\WinRel/%make%.pdb /MACHINE:I386 /OUT:.\WinRel/%make%.exe @link.rel
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java     [all...]
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 

Completed in 745 milliseconds

1 2