HomeSort by relevance Sort by last modified time
    Searched refs:Application (Results 126 - 150 of 206) sorted by null

1 2 3 4 56 7 8 9

  /external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/view/
TestMenuItem.java 5 import android.app.Application;
198 Robolectric.application.startActivity(intent);
  /ndk/build/core/
setup-app.mk 31 NDK_APP_APPLICATION_MK := $(call get,$(_map),Application.mk)
37 # make the application depend on the modules it requires
92 # check the target ABIs for this application
95 $(call __ndk_info,NDK Application '$(_app)' targets unknown ABI(s): $(_bad_abis))
103 # Clear all installed binaries for this application
build-local.mk 44 # If NDK_PROJECT_PATH is not defined, find the application's project
63 # Other APP_* used to be in Application.mk
146 $(call __ndk_info,Could not find application project directory !)
153 $(call __ndk_info,Your Android application project path contains spaces: '$(NDK_PROJECT_PATH)')
160 NDK_APPLICATION_MK := $(strip $(wildcard $(NDK_PROJECT_PATH)/jni/Application.mk))
165 NDK_APPLICATION_MK := $(NDK_ROOT)/build/core/default-application.mk
191 # Fake an application named 'local'
196 include $(BUILD_SYSTEM)/add-application.mk
  /external/stlport/test/eh/
intel50.mak 4 # TARGTYPE "Win32 (x86) Console Application" 0x0103
  /frameworks/base/core/java/android/webkit/
WebViewFactory.java 22 import android.app.Application;
142 Application initialApplication = AppGlobals.getInitialApplication();
  /frameworks/base/tests/DpiTest/src/com/google/android/test/dpi/
DpiTestActivity.java 21 import android.app.Application;
53 // This is all a dirty hack. Don't think a real application should
55 Application app = ActivityThread.currentActivityThread().getApplication();
  /frameworks/base/core/java/android/app/
Instrumentation.java 55 * Base class for implementing application instrumentation code. When running
57 * before any of the application code, allowing you to monitor all of the
58 * interaction the system has with the application. An Instrumentation
101 * Called when the instrumentation is starting, before any application code
108 * loop so that the application can run), you can simply begin your
110 * begin the appropriate first activity of the application.
134 * application, so that it can perform blocking operation such as
145 * was thrown by the application. The default implementation simply
150 * Application, Activity, BroadcastReceiver, Service, or null.
162 * Provide a status report about the application
    [all...]
LoadedApk.java 101 private Application mApplication;
114 Application getApplication() {
154 // If we're dealing with a multi-arch application that has both
201 * Sets application info about the system package.
261 // Avoid the binder call when the package is the current application package.
390 * single application per VM case, a single Android process
420 * 2.) the application element of the manifest has an
539 public Application makeApplication(boolean forceDefaultAppClass,
545 Application app = null;
549 appClass = "android.app.Application";
    [all...]
  /prebuilts/sdk/tools/lib/
shrinkedAndroid.jar 
  /cts/tests/tests/app/src/android/app/cts/
InstrumentationTest.java 22 import android.app.Application;
342 Application app = mInstrumentation.newApplication(cl, className, mContext);
700 private static class InstrumentationTestStub extends Application {
  /external/jmdns/src/javax/jmdns/impl/
ServiceInfoImpl.java 190 this._application = map.get(Fields.Application);
251 String application = aType; local
261 application = "";
266 application = "";
292 application = casePreservedType.substring(0, index - 1);
294 index = application.toLowerCase().indexOf("._sub");
297 subtype = removeSeparators(application.substring(0, index));
298 application = application.substring(start);
305 qualifiedNameMap.put(Fields.Application, removeSeparators(application))
330 String application = (qualifiedNameMap.containsKey(Fields.Application) ? qualifiedNameMap.get(Fields.Application) : ""); local
379 String application = this.getApplication(); local
429 String application = this.getApplication(); local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
gen_msvs_vcxproj.sh 27 --exe Generate a project for building an Application
306 # The application type can be one of "Windows Store",
327 tag_content ConfigurationType Application
gen_msvs_proj.sh 27 --exe Generate a project for building an Application
  /external/libvpx/libvpx/build/make/
gen_msvs_vcxproj.sh 27 --exe Generate a project for building an Application
378 tag_content ConfigurationType Application
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/
RobolectricTestRunner.java 27 import android.app.Application;
405 Robolectric.application = ShadowApplication.bind(createApplication(), resourceLoader);
435 * if these methods are invoked by application code. Additionally, Robolectric's ResourceLoader
549 * Override this method if you want to provide your own implementation of Application.
551 * This method attempts to instantiate an application instance as specified by the AndroidManifest.xml.
553 * @return An instance of the Application class specified by the ApplicationManifest.xml or an instance of
554 * Application if not specified.
556 protected Application createApplication() {
Robolectric.java 79 public static Application application; field in class:Robolectric
113 * either by a third party library or application code which need new shadow methods to be written. Generates
367 Robolectric.application = new Application();
452 public static ShadowApplication shadowOf(Application instance) {
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
gen_msvs_vcxproj.sh 27 --exe Generate a project for building an Application
378 tag_content ConfigurationType Application
  /prebuilts/devtools/tools/lib/
draw9patch.jar 
  /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 
  /external/jmdns/src/javax/jmdns/
ServiceInfo.java 27 * <li>&lt;app&gt;: This define the application protocol. Typical example are "_http", "_ftp", etc.</li>
29 * <li>&lt;sub&gt;: This is the subtype for the application protocol</li>
53 * Application Field.
55 Application,
382 * dictionary of values to build the fully qualified service name. Mandatory keys are Application and Instance. The Domain default is local, the Protocol default is tcp and the subtype default is none.
693 * Returns the application of the service info suitable for printing.
695 * @return service application
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mmcobj.h 53 typedef class Application Application;
55 typedef struct Application Application;
447 virtual HRESULT WINAPI OnQuit(PAPPLICATION Application) = 0;
470 HRESULT (WINAPI *OnQuit)(_AppEvents *This,PAPPLICATION Application);
495 #define _AppEvents_OnQuit(This,Application) (This)->lpVtbl->OnQuit(This,Application)
509 HRESULT WINAPI _AppEvents_OnQuit_Proxy(_AppEvents *This,PAPPLICATION Application);
569 class Application;
    [all...]
  /external/chromium_org/chrome/browser/resources/cryptotoken/
appid.js 159 * @param {string} appId Application id
requestqueue.js 165 * @param {string} appId Application Id
  /prebuilts/sdk/current/support/multidex/library/libs/
android-support-multidex.jar 
  /packages/apps/Settings/src/com/android/settings/applications/
ApplicationsState.java 3 import android.app.Application;
328 // given the newfound (un)availability of the application.
417 static ApplicationsState getInstance(Application app) {
426 private ApplicationsState(Application app) {
    [all...]

Completed in 1904 milliseconds

1 2 3 4 56 7 8 9