/system/tools/hidl/test/error_test/same_name_interface/1.0/ |
required_error | 1 does not declare interface type 'IFoo
|
/system/tools/hidl/test/error_test/no_data_outside_interface/1.0/ |
required_error | 1 declares types rather than the expected interface type 'IFoo
|
/system/tools/hidl/test/error_test/no_two_interfaces/1.0/ |
required_error | 1 declares types rather than the expected interface type 'IFoo
|
/art/test/106-exceptions2/src/ |
Main.java | 19 public int ifoo; field in class:Main 27 ifoo++; 30 if (ifoo != 321) { 32 nonNullA.ifoo = 12; 34 nonNullB.ifoo = 21; 37 nonNullA.ifoo = 12; 41 nonNullA.ifoo = 13; 44 nonNullB.ifoo = 21; 49 nonNullC.ifoo = 32; 52 return ifoo + nonNullA.ifoo + nonNullB.ifoo + nonNullC.ifoo [all...] |
/system/tools/hidl/test/version_test/bad3/version/2.4/ |
IFoo.hal | 19 import @2.2::IFoo; 21 // Can extend @2.2::IFoo since @2.3 IFoo doesn't exist 22 interface IFoo extends @2.2::IFoo {
|
/system/tools/hidl/test/version_test/good/version/2.4/ |
IFoo.hal | 19 import @2.2::IFoo; 21 // Can extend @2.2::IFoo since @2.3 IFoo doesn't exist 22 interface IFoo extends @2.2::IFoo {
|
/system/tools/hidl/test/version_test/bad3/version/2.5/ |
IFoo.hal | 19 import @2.4::IFoo; 21 // Must extend @2.4::IFoo 22 interface IFoo extends @2.4::IFoo {
|
IBar.hal | 19 import @2.4::IFoo; 22 interface IBar extends @2.4::IFoo {
|
/system/tools/hidl/test/version_test/good/version/2.5/ |
IFoo.hal | 19 import @2.4::IFoo; 21 // Must extend @2.4::IFoo 22 interface IFoo extends @2.4::IFoo {
|
/hardware/interfaces/tests/foo/1.0/default/ |
Foo.h | 4 #include <android/hardware/tests/foo/1.0/IFoo.h> 17 using ::android::hardware::tests::foo::V1_0::IFoo; 25 using ContainsUnion = ::android::hardware::tests::foo::V1_0::IFoo::ContainsUnion; 26 using Discriminator = ::android::hardware::tests::foo::V1_0::IFoo::Discriminator; 27 using Union = ::android::hardware::tests::foo::V1_0::IFoo::Union; 29 struct Foo : public IFoo { 30 // Methods from ::android::hardware::tests::foo::V1_0::IFoo follow. 40 virtual Return<IFoo::SomeEnum> useAnEnum(IFoo::SomeEnum zzz) override; 41 virtual Return<void> haveAGooberVec(const hidl_vec<IFoo::Goober>& param) override [all...] |
/system/tools/aidl/ |
aidl_unittest.cpp | 45 R"(place/for/output/p/IFoo.java : \ 46 p/IFoo.aidl 48 p/IFoo.aidl : 52 R"(place/for/output/p/IFoo.java : \ 53 p/IFoo.aidl 102 EXPECT_NE(nullptr, Parse("IFoo.aidl", "interface IFoo { }", &java_types_)); 109 string path = "foo/IFoo.aidl"; 112 "interface IFoo { void f(in IBar[] input); }"; 118 EXPECT_EQ(nullptr, Parse("IFoo.aidl", "interface IFoo { }", &cpp_types_)) [all...] |
/external/clang/test/CodeGenCXX/ |
multi-dim-operator-new.cpp | 7 Foo() : iFoo (2) { 10 int iFoo; 42 printf("%d\n", g[i].iFoo);
|
/system/tools/hidl/utils/include/hidl-util/ |
FqInstance.h | 52 // android.hardware.foo@1.0::IFoo/instance 53 // @1.0::IFoo/instance 54 // IFoo/instance 55 // android.hardware.foo@1.0::IFoo.Type 56 // @1.0::IFoo.Type 58 // IFoo.Type 60 // android.hardware.foo@1.0::IFoo.Type:MY_ENUM_VALUE 61 // @1.0::IFoo.Type:MY_ENUM_VALUE 62 // IFoo.Type:MY_ENUM_VALUE 69 // android.hardware.foo@1.0::IFoo/defaul [all...] |
/hardware/interfaces/tests/foo/1.0/default/lib/include/hidl-test/ |
FooHelper.h | 4 #include <android/hardware/tests/foo/1.0/IFoo.h> 13 using hardware::tests::foo::V1_0::IFoo; 20 std::string to_string(const IFoo::StringMatrix5x3 &M); 21 std::string to_string(const IFoo::StringMatrix3x5 &M); 74 std::string QuuxToString(const IFoo::Quux &val); 76 std::string MultiDimensionalToString(const IFoo::MultiDimensional &val);
|
/system/tools/hidl/test/error_test/no_cyclic_declaration_1/1.0/ |
IFoo.hal | 18 interface IFoo extends IFoo /* extends itself */ {
|
/system/tools/hidl/test/version_test/ |
Android.bp | 40 "bad1/version/1.0/IFoo.hal", 47 "bad3/version/2.2/IFoo.hal", 50 "bad3/version/2.4/IFoo.hal", 52 "bad3/version/2.5/IFoo.hal", 53 "bad4/version/1.0/IFoo.hal", 55 "bad4/version/2.2/IFoo.hal", 57 "bad5/version/2.2/IFoo.hal", 59 "good/version/1.0/IFoo.hal", 61 "good/version/2.2/IFoo.hal", 65 "good/version/2.4/IFoo.hal" [all...] |
/hardware/interfaces/tests/foo/1.0/default/lib/ |
FooHelper.cpp | 5 std::string to_string(const IFoo::StringMatrix5x3 &M) { 9 std::string to_string(const IFoo::StringMatrix3x5 &M) { 17 std::string QuuxToString(const IFoo::Quux &val) { 29 std::string MultiDimensionalToString(const IFoo::MultiDimensional &val) {
|
/external/llvm/test/Assembler/ |
vbool-cmp.ll | 13 ; CHECK: @ifoo 15 define <4 x i1> @ifoo(<4 x i32> %a, <4 x i32> %b) nounwind {
|
/system/tools/hidl/test/error_test/interface_unique_method_names/1.0/ |
IFoo.hal | 18 interface IFoo { 20 foo(IFoo arg); // duplicates first method name
|
/system/tools/hidl/test/error_test/interface_unique_method_names_inheritance/1.0/ |
IFoo.hal | 20 interface IFoo extends IBar { 21 foo(IFoo arg); // duplicates method defined in IBar name
|
/system/tools/hidl/test/version_test/bad1/version/2.3/ |
IBar.hal | 19 import @1.0::IFoo; 22 interface IBar extends @1.0::IFoo {
|
/system/tools/hidl/test/version_test/bad4/version/2.3/ |
IBaz.hal | 19 import @1.0::IFoo; 22 interface IBaz extends @1.0::IFoo {
|
/system/tools/hidl/test/version_test/good/version/2.3/ |
IBaz.hal | 19 import @1.0::IFoo; 21 interface IBaz extends @1.0::IFoo {
|
/hardware/interfaces/tests/foo/1.0/ |
Android.bp | 8 "IFoo.hal",
|
/system/hwservicemanager/ |
Vintf.h | 10 // interfaceName has the format "android.hardware.foo@1.0::IFoo"
|