HomeSort by relevance Sort by last modified time
    Searched full:application (Results 176 - 200 of 14555) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/smali/smali/src/main/resources/
smali.properties 0 application.version=${version
  /art/test/116-nodex2oat/
info.txt 1 Test that disables dex2oat'ing the application.
  /art/test/117-nopatchoat/
info.txt 1 Test that disables patchoat'ing the application.
  /external/chromium_org/content/test/data/accessibility/
aria-application-expected-mac.txt 2 AXGroup AXSubrole=AXLandmarkApplication AXRoleDescription='application'
aria-application.html 2 @MAC-ALLOW:AXRoleDescription='application'
6 <body role="application" id="testAriaApplication">
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/
TestApplication.java 3 import android.app.Application;
5 public class TestApplication extends Application {
  /external/chromium_org/tools/python/google/httpd_config/
mime.types 12 application/activemessage
13 application/andrew-inset ez
14 application/applefile
15 application/atom+xml atom
16 application/atomicmail
17 application/batch-smtp
18 application/beep+xml
19 application/cals-1840
20 application/cnrp+xml
21 application/commongroun
    [all...]
  /external/chromium_org/mojo/public/cpp/application/lib/
application.cc 5 #include "mojo/public/cpp/application/application.h"
9 Application::Application() : service_registry_(this) {}
11 Application::Application(ScopedMessagePipeHandle service_provider_handle)
14 Application::Application(MojoHandle service_provider_handle)
20 Application::~Application() {}
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/
drirc 3 <application name="Unigine Sanctuary" executable="Sanctuary">
6 </application>
7 <application name="Unigine Tropics" executable="Tropics">
10 </application>
11 <application name="Unigine Heaven (32-bit)" executable="heaven_x86">
14 </application>
15 <application name="Unigine Heaven (64-bit)" executable="heaven_x64">
18 </application>
19 <application name="Unigine OilRush (32-bit)" executable="OilRush_x86">
21 </application>
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/common/
drirc 3 <application name="Unigine Sanctuary" executable="Sanctuary">
6 </application>
7 <application name="Unigine Tropics" executable="Tropics">
10 </application>
11 <application name="Unigine Heaven (32-bit)" executable="heaven_x86">
14 </application>
15 <application name="Unigine Heaven (64-bit)" executable="heaven_x64">
18 </application>
19 <application name="Unigine OilRush (32-bit)" executable="OilRush_x86">
21 </application>
    [all...]
  /art/test/089-many-methods/
info.txt 1 Test that we print a reasonable message when the application exceeds more
  /external/chromium_org/chrome/test/mini_installer/config/
chrome_system_inuse.prop 3 "$PROGRAM_FILES\\$CHROME_DIR\\Application\\chrome.exe": {"running": true}
chrome_system_not_inuse.prop 3 "$PROGRAM_FILES\\$CHROME_DIR\\Application\\chrome.exe": {"running": false}
chrome_user_inuse.prop 3 "$LOCAL_APPDATA\\$CHROME_DIR\\Application\\chrome.exe": {"running": true}
chrome_user_not_inuse.prop 3 "$LOCAL_APPDATA\\$CHROME_DIR\\Application\\chrome.exe": {"running": false}
  /external/chromium_org/content/test/data/download/
octet-stream.abc.mock-http-headers 2 Content-Type: application/octet-stream
  /external/chromium_org/net/data/proxy_script_fetcher_unittest/
404.pac.mock-http-headers 2 Content-Type: application/x-javascript-config
500.pac.mock-http-headers 2 Content-Type: application/x-javascript-config
large-pac.nsproxy.mock-http-headers 2 Content-Type: application/x-ns-proxy-autoconfig
pac.nsproxy.mock-http-headers 2 Content-Type: application/x-ns-proxy-autoconfig
  /external/llvm/test/YAMLParser/
spec-07-07a.data 3 # Private application:
  /frameworks/testing/app-tests/
README 1 Contains generic Android target tests that can be run against any application.
  /external/chromium_org/chrome/browser/resources/plugin_metadata/
plugins_linux.json 18 "application/x-java-applet",
19 "application/x-java-applet,version=1.1",
20 "application/x-java-applet,version=1.1.1",
21 "application/x-java-applet,version=1.1.2",
22 "application/x-java-applet,version=1.1.3",
23 "application/x-java-applet,version=1.2",
24 "application/x-java-applet,version=1.2.1",
25 "application/x-java-applet,version=1.2.2",
26 "application/x-java-applet,version=1.3",
27 "application/x-java-applet,version=1.3.1"
    [all...]
  /external/qemu/distrib/sdl-1.2.15/Xcode/
stationary.csh 10 sudo /Developer/Tools/CpMac -r "Project Stationary/SDL Application" "/Developer/ProjectBuilder Extras/Project Templates/Application/"
12 sudo /Developer/Tools/CpMac -r "Project Stationary/SDL Cocoa Application" "/Developer/ProjectBuilder Extras/Project Templates/Application/"
14 sudo /Developer/Tools/CpMac -r "Project Stationary/SDL Custom Cocoa Application" "/Developer/ProjectBuilder Extras/Project Templates/Application/"
16 sudo /Developer/Tools/CpMac -r "Project Stationary/SDL OpenGL Application" "/Developer/ProjectBuilder Extras/Project Templates/Application/"
22 sudo /Developer/Tools/CpMac -r "Project Stationary/Application.trgttmpl" "/Developer/ProjectBuilder Extras/Target Templates/SDL"
  /external/chromium_org/third_party/skia/experimental/SimpleiOSApp/iPhone/
AppDelegate_iPhone.m 17 #pragma mark Application lifecycle
19 - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
21 // Override point for customization after application launch.
29 - (void)applicationWillResignActive:(UIApplication *)application {
31 Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state.
37 - (void)applicationDidEnterBackground:(UIApplication *)application {
39 Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later.
    [all...]

Completed in 383 milliseconds

1 2 3 4 5 6 78 91011>>