Home
last modified time | relevance | path

Searched refs:arguments (Results 1 – 25 of 29) sorted by relevance

12

/development/scripts/
Dstack47 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/
DNotePadLaunchPerformance.java37 public void onCreate(Bundle arguments) { in onCreate() argument
38 super.onCreate(arguments); in onCreate()
DPhoneLaunchPerformance.java37 public void onCreate(Bundle arguments) { in onCreate() argument
38 super.onCreate(arguments); in onCreate()
DSimpleActivityLaunchPerformance.java37 public void onCreate(Bundle arguments) { in onCreate() argument
38 super.onCreate(arguments); in onCreate()
DEmptyActivityLaunchPerformance.java37 public void onCreate(Bundle arguments) { in onCreate() argument
38 super.onCreate(arguments); in onCreate()
DHelloWorldLaunchPerformance.java37 public void onCreate(Bundle arguments) { in onCreate() argument
38 super.onCreate(arguments); in onCreate()
DComplexActivityLaunchPerformance.java38 public void onCreate(Bundle arguments) { in onCreate() argument
39 super.onCreate(arguments); in onCreate()
/development/samples/MySampleRss/src/com/example/codelab/rssexample/
DRssService.java97 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/
DContactsFilterInstrumentation.java34 public void onCreate(Bundle arguments) { in onCreate() argument
35 super.onCreate(arguments); in onCreate()
DContactsSelectInstrumentation.java36 public void onCreate(Bundle arguments) { in onCreate() argument
37 super.onCreate(arguments); in onCreate()
DLocalSampleInstrumentation.java40 public void onCreate(Bundle arguments) { in onCreate() argument
41 super.onCreate(arguments); in onCreate()
DServiceStartArguments.java67 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/
Dgradlew.bat49 @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/
Dgradlew.bat49 @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
Dgradle.properties10 # Specifies the JVM arguments used for the daemon process.
/development/samples/SupportLeanbackShowcase/
Dgradlew.bat49 @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
Dgradle.properties10 # Specifies the JVM arguments used for the daemon process.
/development/samples/SupportLeanbackDemos/src/com/example/android/leanback/
DGuidedStepActivity.java506 Bundle arguments = new Bundle();
507 arguments.putLong(FourthStepFragment.EXTRA_OPTION, mSelectedOption);
508 f.setArguments(arguments);
DGuidedStepSupportActivity.java508 Bundle arguments = new Bundle();
509 arguments.putLong(FourthStepFragment.EXTRA_OPTION, mSelectedOption);
510 f.setArguments(arguments);
/development/samples/Support4Demos/src/com/example/android/supportv4/widget/
DExploreByTouchHelperActivity.java306 int virtualViewId, int action, Bundle arguments) { in onPerformActionForVirtualView() argument
/development/samples/training/InteractiveChart/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/ContactsList/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/EffectiveNavigation/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/ControllerSample/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/AnimationsDemo/libs/
Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...

12