Home
last modified time | relevance | path

Searched refs:foo42 (Results 1 – 2 of 2) sorted by relevance

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowContentResolverTest.java541 Bundle foo42 = new Bundle(); in shouldRemovePeriodSync() local
542 foo42.putInt("foo", 42); in shouldRemovePeriodSync()
548 ContentResolver.addPeriodicSync(a, AUTHORITY, foo42, 6000L); in shouldRemovePeriodSync()
552 ContentResolver.addPeriodicSync(b, AUTHORITY, foo42, 6000L); in shouldRemovePeriodSync()
557 new PeriodicSync(a, AUTHORITY, foo42, 6000L)); in shouldRemovePeriodSync()
562 new PeriodicSync(a, AUTHORITY, foo42, 6000L)); in shouldRemovePeriodSync()
566 new PeriodicSync(a, AUTHORITY, foo42, 6000L)); in shouldRemovePeriodSync()
568 ContentResolver.removePeriodicSync(a, AUTHORITY, foo42); in shouldRemovePeriodSync()
573 new PeriodicSync(b, AUTHORITY, foo42, 6000L)); in shouldRemovePeriodSync()
/external/clang/test/Parser/
Dattributes.c46 int foo42(void) { in foo42() function