Home
last modified time | relevance | path

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

/cts/tests/appsearch/src/com/android/cts/appsearch/external/ast/operators/
DAndNodeCtsTest.java46 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 …]
DOrNodeCtsTest.java46 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/
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/media/misc/src/android/media/misc/cts/
DMediaScannerNotificationTest.java92 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/
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/mediaprovider/modern/src/android/provider/cts/media/modern/
DMediaStore_Images_ThumbnailsTest.java378 Bitmap foo = MediaStore.Images.Thumbnails.getThumbnail(mContentResolver, in testThumbnailOrderedQuery() local
395 Bitmap foo = MediaStore.Images.Thumbnails.getThumbnail(mContentResolver, in testThumbnailOrderedQuery() local
DMediaStore_FilesTest.java140 Uri foo = mResolver.insert(allFilesUri, values); in testGetContentUri() local
/cts/tests/mediaprovider/src/android/provider/cts/media/
DMediaStore_Images_ThumbnailsTest.java375 Bitmap foo = MediaStore.Images.Thumbnails.getThumbnail(mContentResolver, in testThumbnailOrderedQuery() local
392 Bitmap foo = MediaStore.Images.Thumbnails.getThumbnail(mContentResolver, in testThumbnailOrderedQuery() local
DMediaStore_FilesTest.java135 Uri foo = mResolver.insert(allFilesUri, values); in testGetContentUri() local
/cts/tests/appsearch/src/com/android/cts/appsearch/external/ast/searchtest/
DAbstractSyntaxTreeSearchCtsTestBase.java400 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/
DJavaClientTest.java667 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
DTestImpl.java407 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/
DITest.aidl129 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/
Dnative-media-jni.cpp73 uint32_t foo = 0xdeadbeef; in Java_android_media_misc_cts_NativeDecoderTest_testFormatNative() local
/cts/tests/tests/binder_ndk/libbinder_ndk_test/
Dtest_native_aidl_client.cpp840 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
Ditest_impl.h539 ::ndk::ScopedAStatus getF(const Foo& foo, int32_t* _aidl_return) { in getF()