HomeSort by relevance Sort by last modified time
    Searched refs:isUpToDate (Results 1 - 18 of 18) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
UpdateToolsPage.java 64 return isUpToDate();
67 static boolean isUpToDate() {
72 boolean ok = isUpToDate();
TemplateWizard.java 69 if (!UpdateToolsPage.isUpToDate()) {
  /external/llvm/include/llvm/CodeGen/PBQP/Heuristics/
Briggs.h 105 bool isUpToDate;
107 EdgeData() : worst(0), reverseWorst(0), isUpToDate(false) {}
196 ed.isUpToDate = false;
269 assert(ed.isUpToDate && "Edge data is not up to date.");
310 if (ed.isUpToDate)
348 ed.isUpToDate = true;
358 assert(ed.isUpToDate && "Using out-of-date edge numbers.");
385 assert(ed.isUpToDate && "Using out-of-date edge numbers.");
  /frameworks/base/include/androidfw/
AssetManager.h 214 bool isUpToDate();
289 bool isUpToDate();
336 bool isUpToDate();
  /frameworks/base/core/java/android/app/
ResourcesManager.java 163 //if (r != null) Slog.i(TAG, "isUpToDate " + resDir + ": " + r.getAssets().isUpToDate());
164 if (r != null && r.getAssets().isUpToDate()) {
209 if (existing != null && existing.getAssets().isUpToDate()) {
ActivityThread.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.reconciler.dropins_1.1.2.R36x_v20101111-1430.jar 
  /frameworks/base/libs/androidfw/
AssetManager.cpp 775 bool AssetManager::isUpToDate()
778 return mZipSet.isUpToDate();
    [all...]
  /frameworks/base/core/java/android/content/res/
AssetManager.java 639 public native final boolean isUpToDate();
  /cts/tests/tests/content/src/android/content/res/cts/
ResourcesTest.java 331 assertTrue(aM.isUpToDate());
  /external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/antlr3-src/org/apache/tools/ant/antlr/
ANTLR3.java 719 if (fileUtils.isUpToDate(aFile, bFile)) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-commons-net.jar 
ant.jar 
ant-nodeps.jar 
  /frameworks/base/core/jni/
android_util_AssetManager.cpp 450 return am->isUpToDate() ? JNI_TRUE : JNI_FALSE;
    [all...]
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 8541 milliseconds