HomeSort by relevance Sort by last modified time
    Searched defs:APP (Results 1 - 7 of 7) sorted by null

  /ndk/build/core/
main.mk 60 # Check that APP is not empty
61 APP := $(strip $(APP))
62 ifndef APP
64 The APP variable is undefined or empty.)
74 # Check that all apps listed in APP do exist
75 _bad_apps := $(strip $(filter-out $(NDK_ALL_APPS),$(APP)))
78 APP variable defined to unknown applications: $(_bad_apps))
84 # Check that all apps listed in APP have an Application.mk
86 $(foreach _app,$(APP),\
    [all...]
  /external/chromium_org/chrome/common/extensions/
sync_type_unittest.cc 24 APP,
42 if (type == APP)
168 scoped_refptr<Extension> app(
169 MakeSyncTestExtension(APP, GURL(), GURL("http://www.google.com"),
172 EXPECT_TRUE(app->ShouldDisplayInAppLauncher());
173 EXPECT_TRUE(app->ShouldDisplayInNewTabPage());
184 scoped_refptr<Extension> app; local
187 app = Extension::Create(
190 EXPECT_TRUE(app->ShouldDisplayInAppLauncher());
191 EXPECT_TRUE(app->ShouldDisplayInNewTabPage())
    [all...]
  /packages/apps/Mms/src/com/android/mms/
LogTag.java 19 import android.app.Activity;
20 import android.app.AlertDialog;
34 public static final String APP = "Mms:app";
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerUsageDetail.java 21 import android.app.Activity;
22 import android.app.ActivityManager;
23 import android.app.ApplicationErrorReport;
24 import android.app.Fragment;
25 import android.app.admin.DevicePolicyManager;
69 APP,
360 case APP:
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 264 milliseconds