Home
last modified time | relevance | path

Searched defs:foo (Results 1 – 16 of 16) sorted by relevance

/cts/tests/signature/tests/src/android/signature/cts/tests/data/
DSystemApiClass.java39 public SystemApiClass(float foo) { in SystemApiClass()
53 public SystemApiClass(boolean foo) { in SystemApiClass()
DPublicApiClass.java23 public PublicApiClass(boolean foo) { in PublicApiClass()
46 public PublicApiClass(int foo) { in PublicApiClass()
/cts/tests/tests/os/jni/
Dandroid_os_cts_NoExecutePermissionTest.cpp50 unsigned int foo; in android_os_cts_NoExecutePermissionTest_isStackExecutable() local
57 unsigned int* foo = (unsigned int *) malloc(sizeof(unsigned int)); in android_os_cts_NoExecutePermissionTest_isHeapExecutable() local
/cts/tests/tests/media/src/android/media/cts/
DMediaScannerNotificationTest.java89 File foo = new File(tmpPath, "foobar." + extensions[i]); in createTempFiles() local
107 File foo = new File(tmpPath, "foobar." + extensions[i]); in checkTempFiles() local
DNativeDecoderTest.java139 CtsTestServer foo = new CtsTestServer(mContext); in testExtractor() local
224 ArrayList<Integer> foo = new ArrayList<Integer>(); in getSampleSizes() local
307 CtsTestServer foo = new CtsTestServer(mContext); in testExtractorCachedDurationNative() local
DMediaExtractorTest.java278 CtsTestServer foo = new CtsTestServer(getContext()); in testExtractorGetCachedDuration() local
/cts/tests/tests/binder_ndk/src/android/binder/cts/
DJavaClientTest.java436 Foo foo = new Foo(); in testGetLastItem() local
446 Foo foo = new Foo(); in testRepeatFoo() local
467 Foo foo = new Foo(); in testRenameFoo() local
475 Foo foo = new Foo(); in testRenameBar() local
DTestImpl.java300 public void renameFoo(Foo foo, String name) { in renameFoo()
305 public void renameBar(Foo foo, String name) { in renameBar()
313 public int getF(Foo foo) { in getF()
/cts/tests/tests/binder_ndk/libbinder_ndk_test/api/1/test_package/
DITest.aidl47 void renameFoo(inout test_package.Foo foo, String name); in renameFoo()
48 void renameBar(inout test_package.Foo foo, String name); in renameBar()
49 int getF(in test_package.Foo foo); in getF()
/cts/tests/tests/binder_ndk/libbinder_ndk_test/api/2/test_package/
DITest.aidl47 void renameFoo(inout test_package.Foo foo, String name); in renameFoo()
48 void renameBar(inout test_package.Foo foo, String name); in renameBar()
49 int getF(in test_package.Foo foo); in getF()
/cts/tests/tests/binder_ndk/libbinder_ndk_test/test_package/
DITest.aidl99 void renameFoo(inout Foo foo, String name); in renameFoo()
100 void renameBar(inout Foo foo, String name); in renameBar()
101 int getF(in Foo foo); in getF()
/cts/tests/tests/provider/src/android/provider/cts/
DMediaStore_Images_ThumbnailsTest.java377 Bitmap foo = MediaStore.Images.Thumbnails.getThumbnail(mContentResolver, in testThumbnailOrderedQuery() local
393 Bitmap foo = MediaStore.Images.Thumbnails.getThumbnail(mContentResolver, in testThumbnailOrderedQuery() local
DMediaStore_FilesTest.java116 Uri foo = mResolver.insert(allFilesUri, values); in testGetContentUri() local
/cts/tests/tests/binder_ndk/libbinder_ndk_test/
Dtest_native_aidl_client.cpp338 Foo foo; in TEST_P() local
346 Foo foo; in TEST_P() local
354 Foo foo; in TEST_P() local
362 Foo foo; in TEST_P() local
Ditest_impl.h332 ::ndk::ScopedAStatus getF(const Foo& foo, int32_t* _aidl_return) { in getF()
/cts/tests/tests/media/libmediandkjni/
Dnative-media-jni.cpp867 uint32_t foo = 0xdeadbeef; in Java_android_media_cts_NativeDecoderTest_testFormatNative() local