Searched refs:Foo (Results 1 – 8 of 8) sorted by relevance
/cts/tests/tests/binder_ndk/libbinder_ndk_test/test_package/ |
D | ITest.aidl | 20 import test_package.Foo; 128 Foo repeatFoo(in Foo inFoo); in repeatFoo() 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()
|
D | Foo.aidl | 10 parcelable Foo {
|
/cts/hostsidetests/compilation/status_checker_app/src-ex/android/compilation/cts/statuscheckerapp/ |
D | Foo.java | 22 public class Foo { class
|
/cts/tests/tests/binder_ndk/src/android/binder/cts/ |
D | TestImpl.java | 30 import test_package.Foo; 402 public Foo repeatFoo(Foo inFoo) { in repeatFoo() 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()
|
D | JavaClientTest.java | 50 import test_package.Foo; 667 Foo foo = new Foo(); in testGetLastItem() 682 Foo foo = new Foo(); in testRepeatFoo() 706 foo.shouldSetBit0AndBit2 = Foo.BIT0 | Foo.BIT2; in testRepeatFoo() 709 Foo repeatedFoo = mInterface.repeatFoo(foo); in testRepeatFoo() 786 Foo foo = new Foo(); in testRenameFoo() 800 Foo foo = new Foo(); in testRenameBar()
|
/cts/tests/tests/binder_ndk/libbinder_ndk_test/ |
D | test_native_aidl_client.cpp | 49 using ::aidl::test_package::Foo; 228 ASSERT_EQ(0, Foo::kZero); in TEST_P() 229 ASSERT_EQ(1, Foo::kOne); in TEST_P() 230 ASSERT_EQ(0xffffffff, Foo::kOnes); in TEST_P() 231 ASSERT_EQ(1, Foo::kByteOne); in TEST_P() 232 ASSERT_EQ(0xffffffffffffffff, Foo::kLongOnes); in TEST_P() 233 ASSERT_EQ(std::string(""), Foo::kEmpty); in TEST_P() 234 ASSERT_EQ(std::string("foo"), Foo::kFoo); in TEST_P() 824 Foo foo; in TEST_P() 825 Foo outputFoo; in TEST_P() [all …]
|
D | itest_impl.h | 34 using ::aidl::test_package::Foo; 524 ::ndk::ScopedAStatus repeatFoo(const Foo& in_inFoo, Foo* _aidl_return) { in repeatFoo() 529 ::ndk::ScopedAStatus renameFoo(Foo* in_foo, const std::string& in_name) { in renameFoo() 534 ::ndk::ScopedAStatus renameBar(Foo* in_foo, const std::string& in_name) { in renameBar() 539 ::ndk::ScopedAStatus getF(const Foo& foo, int32_t* _aidl_return) { in getF()
|
D | Android.bp | 32 "test_package/Foo.aidl",
|