Searched refs:testArgs (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/libbcc/tests/data/src/
H A Darray.c51 void testArgs() { function
62 printf("testArgs:");
103 testArgs();
H A Dstructs.c62 void testArgs() { function
67 printf("testArgs: ");
77 testArgs();
/frameworks/base/core/java/android/app/
H A DApplicationThreadNative.java267 Bundle testArgs = data.readBundle();
280 testArgs, testWatcher, testMode, openGlTrace, restrictedBackupMode,
865 ParcelFileDescriptor profileFd, boolean autoStopProfiler, Bundle testArgs,
889 data.writeBundle(testArgs);
863 bindApplication(String packageName, ApplicationInfo info, List<ProviderInfo> providers, ComponentName testName, String profileName, ParcelFileDescriptor profileFd, boolean autoStopProfiler, Bundle testArgs, IInstrumentationWatcher testWatcher, int debugMode, boolean openGlTrace, boolean restrictedBackupMode, boolean persistent, Configuration config, CompatibilityInfo compatInfo, Map<String, IBinder> services, Bundle coreSettings) argument

Completed in 538 milliseconds