HomeSort by relevance Sort by last modified time
    Searched defs:APP (Results 1 - 12 of 12) 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 = TAG;
  /frameworks/base/core/java/com/android/internal/os/
BatterySipper.java 59 APP,
104 // Bail out if the current sipper is not an App sipper.
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtcp_utility.h 208 // generic name APP
250 RTCPPacketAPP 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 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
org.eclipse.osgi-3.9.1.v20130814-1242.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi_3.9.1.v20140110-1610.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi_3.9.0.v20130529-1710.jar 

Completed in 668 milliseconds