Searched refs:testArgs (Results 1 - 3 of 3) sorted by relevance
/frameworks/compile/libbcc/tests/data/src/ |
H A D | array.c | 51 void testArgs() { function 62 printf("testArgs:"); 103 testArgs();
|
H A D | structs.c | 62 void testArgs() { function 67 printf("testArgs: "); 77 testArgs();
|
/frameworks/base/core/java/android/app/ |
H A D | ApplicationThreadNative.java | 267 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 80 milliseconds