Home
last modified time | relevance | path

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

/cts/tests/tests/util/assets/
Dhyts_patch.jar ... META-INF/MANIFEST.MF Blah.txt foo/ foo/bar/ foo/bar/A ...
/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.java90 File foo = new File(tmpPath, "foobar." + extensions[i]); in createTempFiles() local
108 File foo = new File(tmpPath, "foobar." + extensions[i]); in checkTempFiles() local
DNativeDecoderTest.java145 CtsTestServer foo = new CtsTestServer(mContext); in SKIP_testExtractor() local
235 ArrayList<Integer> foo = new ArrayList<Integer>(); in getSampleSizes() local
324 CtsTestServer foo = new CtsTestServer(mContext); in SKIP_testExtractorCachedDurationNative() local
DMediaExtractorTest.java646 CtsTestServer foo = new CtsTestServer(getContext()); in SKIP_testExtractorGetCachedDuration() local
/cts/tests/tests/provider/src/android/provider/cts/media/
DMediaStore_Images_ThumbnailsTest.java380 Bitmap foo = MediaStore.Images.Thumbnails.getThumbnail(mContentResolver, in testThumbnailOrderedQuery() local
397 Bitmap foo = MediaStore.Images.Thumbnails.getThumbnail(mContentResolver, in testThumbnailOrderedQuery() local
DMediaStore_FilesTest.java125 Uri foo = mResolver.insert(allFilesUri, values); in testGetContentUri() local
/cts/tests/tests/binder_ndk/src/android/binder/cts/
DJavaClientTest.java607 Foo foo = new Foo(); in testGetLastItem() local
620 Foo foo = new Foo(); in testRepeatFoo() local
689 Foo foo = new Foo(); in testRenameFoo() local
700 Foo foo = new Foo(); in testRenameBar() local
DTestImpl.java389 public void renameFoo(Foo foo, String name) { in renameFoo()
394 public void renameBar(Foo foo, String name) { in renameBar()
402 public int getF(Foo foo) { in getF()
/cts/tests/tests/binder_ndk/libbinder_ndk_test/aidl_api/libbinder_ndk_test_interface/current/test_package/
DITest.aidl93 void renameFoo(inout test_package.Foo foo, String name); in renameFoo()
94 void renameBar(inout test_package.Foo foo, String name); in renameBar()
95 int getF(in test_package.Foo foo); in getF()
/cts/tests/tests/binder_ndk/libbinder_ndk_test/test_package/
DITest.aidl122 void renameFoo(inout Foo foo, String name); in renameFoo()
123 void renameBar(inout Foo foo, String name); in renameBar()
124 int getF(in Foo foo); in getF()
/cts/tests/tests/binder_ndk/libbinder_ndk_test/aidl_api/libbinder_ndk_test_interface/1/test_package/
DITest.aidl93 void renameFoo(inout test_package.Foo foo, String name); in renameFoo()
94 void renameBar(inout test_package.Foo foo, String name); in renameBar()
95 int getF(in test_package.Foo foo); in getF()
/cts/tests/tests/binder_ndk/libbinder_ndk_test/
Dtest_native_aidl_client.cpp550 Foo foo; in TEST_P() local
558 Foo foo; in TEST_P() local
566 Foo foo; in TEST_P() local
574 Foo foo; in TEST_P() local
Ditest_impl.h498 ::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