/cts/tests/appsearch/src/com/android/cts/appsearch/external/ast/operators/ |
D | AndNodeCtsTest.java | 46 TextNode foo = new TextNode("foo"); in testEquals_identical() local 60 TextNode foo = new TextNode("foo"); in testConstructor_buildsAndNode() local 72 TextNode foo = new TextNode("foo"); in testConstructor_buildsAndNodeVarArgs() local 87 TextNode foo = new TextNode("foo"); in testConstructor_throwsWhenNotEnoughNodes() local 94 TextNode foo = new TextNode("foo"); in testConstructor_throwsWhenNullArgPassed() local 101 TextNode foo = new TextNode("foo"); in testSetChildren_throwsWhenNullListPassed() local 110 TextNode foo = new TextNode("foo"); in testSetChildren_throwsWhenNotEnoughNodes() local 121 TextNode foo = new TextNode("foo"); in testAddChild_addsToBackOfList() local 133 TextNode foo = new TextNode("foo"); in testSetChild_throwsOnOutOfRangeIndex() local 143 TextNode foo = new TextNode("foo"); in testSetChild_throwsOnNullNode() local [all …]
|
D | OrNodeCtsTest.java | 46 TextNode foo = new TextNode("foo"); in testEquals_identical() local 60 TextNode foo = new TextNode("foo"); in testConstructor_buildsOrNode() local 72 TextNode foo = new TextNode("foo"); in testConstructor_buildsOrNodeVarArgs() local 87 TextNode foo = new TextNode("foo"); in testConstructor_throwsWhenNotEnoughNodes() local 94 TextNode foo = new TextNode("foo"); in testConstructor_throwsWhenNullArgPassed() local 101 TextNode foo = new TextNode("foo"); in testSetChildren_throwsWhenNullListPassed() local 110 TextNode foo = new TextNode("foo"); in testSetChildren_throwsWhenNotEnoughNodes() local 121 TextNode foo = new TextNode("foo"); in testAddChild_addsToBackOfList() local 133 TextNode foo = new TextNode("foo"); in testSetChild_throwsOnOutOfRangeIndex() local 143 TextNode foo = new TextNode("foo"); in testSetChild_throwsOnNullNode() local [all …]
|
/cts/tests/signature/tests/src/android/signature/cts/tests/data/ |
D | SystemApiClass.java | 39 public SystemApiClass(float foo) { in SystemApiClass() 53 public SystemApiClass(boolean foo) { in SystemApiClass()
|
D | PublicApiClass.java | 23 public PublicApiClass(boolean foo) { in PublicApiClass() 46 public PublicApiClass(int foo) { in PublicApiClass()
|
/cts/tests/tests/media/misc/src/android/media/misc/cts/ |
D | MediaScannerNotificationTest.java | 92 File foo = new File(tmpPath, "foobar." + extensions[i]); in createTempFiles() local 110 File foo = new File(tmpPath, "foobar." + extensions[i]); in checkTempFiles() local
|
/cts/tests/tests/os/jni/ |
D | android_os_cts_NoExecutePermissionTest.cpp | 50 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/mediaprovider/modern/src/android/provider/cts/media/modern/ |
D | MediaStore_Images_ThumbnailsTest.java | 378 Bitmap foo = MediaStore.Images.Thumbnails.getThumbnail(mContentResolver, in testThumbnailOrderedQuery() local 395 Bitmap foo = MediaStore.Images.Thumbnails.getThumbnail(mContentResolver, in testThumbnailOrderedQuery() local
|
D | MediaStore_FilesTest.java | 140 Uri foo = mResolver.insert(allFilesUri, values); in testGetContentUri() local
|
/cts/tests/mediaprovider/src/android/provider/cts/media/ |
D | MediaStore_Images_ThumbnailsTest.java | 375 Bitmap foo = MediaStore.Images.Thumbnails.getThumbnail(mContentResolver, in testThumbnailOrderedQuery() local 392 Bitmap foo = MediaStore.Images.Thumbnails.getThumbnail(mContentResolver, in testThumbnailOrderedQuery() local
|
D | MediaStore_FilesTest.java | 135 Uri foo = mResolver.insert(allFilesUri, values); in testGetContentUri() local
|
/cts/tests/appsearch/src/com/android/cts/appsearch/external/ast/searchtest/ |
D | AbstractSyntaxTreeSearchCtsTestBase.java | 400 TextNode foo = new TextNode("foo"); in testNegationNode_toString_returnsDocumentsWithoutTerm() local 434 TextNode foo = new TextNode("foo"); in testAndNode_toString_returnsDocumentsWithBothTerms() local 468 TextNode foo = new TextNode("foo"); in testOrNode_toString_returnsDocumentsWithEitherTerms() local 502 TextNode foo = new TextNode("foo"); in testAndNodeOrNode_toString_respectsOperatorPrecedence() local 592 TextNode foo = new TextNode("foo"); in testPropertyRestrict_toString_restrictsByProperty() local
|
/cts/tests/tests/binder_ndk/src/android/binder/cts/ |
D | JavaClientTest.java | 667 Foo foo = new Foo(); in testGetLastItem() local 682 Foo foo = new Foo(); in testRepeatFoo() local 786 Foo foo = new Foo(); in testRenameFoo() local 800 Foo foo = new Foo(); in testRenameBar() local
|
D | TestImpl.java | 407 public void renameFoo(Foo foo, String name) { in renameFoo() 412 public void renameBar(Foo foo, String name) { in renameBar() 420 public int getF(Foo foo) { in getF()
|
/cts/tests/tests/binder_ndk/libbinder_ndk_test/test_package/ |
D | ITest.aidl | 129 void renameFoo(inout Foo foo, String name); in renameFoo() 130 void renameBar(inout Foo foo, String name); in renameBar() 131 int getF(in Foo foo); in getF()
|
/cts/tests/tests/media/misc/jni/ |
D | native-media-jni.cpp | 73 uint32_t foo = 0xdeadbeef; in Java_android_media_misc_cts_NativeDecoderTest_testFormatNative() local
|
/cts/tests/tests/binder_ndk/libbinder_ndk_test/ |
D | test_native_aidl_client.cpp | 840 Foo foo; in TEST_P() local 848 Foo foo; in TEST_P() local 856 Foo foo; in TEST_P() local 864 Foo foo; in TEST_P() local
|
D | itest_impl.h | 539 ::ndk::ScopedAStatus getF(const Foo& foo, int32_t* _aidl_return) { in getF()
|