/development/scripts/ |
D | stack | 47 options, arguments = getopt.getopt(sys.argv[1:], "", 59 if len(arguments) > 1: 62 if not arguments or arguments[0] == "-": 66 print "Searching for native crashes in %s" % arguments[0] 67 f = open(arguments[0], "r")
|
/development/apps/launchperf/src/com/android/launchperf/ |
D | NotePadLaunchPerformance.java | 37 public void onCreate(Bundle arguments) { in onCreate() argument 38 super.onCreate(arguments); in onCreate()
|
D | PhoneLaunchPerformance.java | 37 public void onCreate(Bundle arguments) { in onCreate() argument 38 super.onCreate(arguments); in onCreate()
|
D | SimpleActivityLaunchPerformance.java | 37 public void onCreate(Bundle arguments) { in onCreate() argument 38 super.onCreate(arguments); in onCreate()
|
D | EmptyActivityLaunchPerformance.java | 37 public void onCreate(Bundle arguments) { in onCreate() argument 38 super.onCreate(arguments); in onCreate()
|
D | HelloWorldLaunchPerformance.java | 37 public void onCreate(Bundle arguments) { in onCreate() argument 38 super.onCreate(arguments); in onCreate()
|
D | ComplexActivityLaunchPerformance.java | 38 public void onCreate(Bundle arguments) { in onCreate() argument 39 super.onCreate(arguments); in onCreate()
|
/development/samples/MySampleRss/src/com/example/codelab/rssexample/ |
D | RssService.java | 97 super.onStart(startId, arguments); in onStart() 98 Bundle arguments = intent.getExtras(); in onStart() local 99 if(arguments != null) { in onStart() 100 if(arguments.containsKey(REQUERY_KEY)) { in onStart() 103 if(arguments.containsKey(RSS_URL)) { in onStart() 105 queryItem(arguments.getString(RSS_URL)); in onStart()
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
D | ContactsFilterInstrumentation.java | 34 public void onCreate(Bundle arguments) { in onCreate() argument 35 super.onCreate(arguments); in onCreate()
|
D | ContactsSelectInstrumentation.java | 36 public void onCreate(Bundle arguments) { in onCreate() argument 37 super.onCreate(arguments); in onCreate()
|
D | LocalSampleInstrumentation.java | 40 public void onCreate(Bundle arguments) { in onCreate() argument 41 super.onCreate(arguments); in onCreate()
|
D | ServiceStartArguments.java | 67 Bundle arguments = (Bundle)msg.obj; in handleMessage() local 69 String txt = arguments.getString("name"); in handleMessage() 72 + arguments.getString("name")); in handleMessage()
|
/development/samples/training/testingfun/ |
D | gradlew.bat | 49 @rem Get command-line arguments, handling Windowz variants 55 @rem Slurp the command line arguments. 66 @rem Get arguments from the 4NT Shell from JP Software
|
/development/samples/devbytes/telephony/SmsSampleProject/ |
D | gradlew.bat | 49 @rem Get command-line arguments, handling Windowz variants 55 @rem Slurp the command line arguments. 66 @rem Get arguments from the 4NT Shell from JP Software
|
D | gradle.properties | 10 # Specifies the JVM arguments used for the daemon process.
|
/development/samples/SupportLeanbackShowcase/ |
D | gradlew.bat | 49 @rem Get command-line arguments, handling Windowz variants 55 @rem Slurp the command line arguments. 66 @rem Get arguments from the 4NT Shell from JP Software
|
D | gradle.properties | 10 # Specifies the JVM arguments used for the daemon process.
|
/development/samples/SupportLeanbackDemos/src/com/example/android/leanback/ |
D | GuidedStepActivity.java | 506 Bundle arguments = new Bundle(); 507 arguments.putLong(FourthStepFragment.EXTRA_OPTION, mSelectedOption); 508 f.setArguments(arguments);
|
D | GuidedStepSupportActivity.java | 508 Bundle arguments = new Bundle(); 509 arguments.putLong(FourthStepFragment.EXTRA_OPTION, mSelectedOption); 510 f.setArguments(arguments);
|
/development/samples/Support4Demos/src/com/example/android/supportv4/widget/ |
D | ExploreByTouchHelperActivity.java | 306 int virtualViewId, int action, Bundle arguments) { in onPerformActionForVirtualView() argument
|
/development/samples/training/InteractiveChart/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/development/samples/training/ContactsList/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/development/samples/training/EffectiveNavigation/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/development/samples/ControllerSample/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/development/samples/training/AnimationsDemo/libs/ |
D | android-support-v13.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |