/system/tools/xsdc/tests/resources/simple_complex_content/api/ |
D | current.txt | 2 package simple.complex.content { 14 public class KRAddress extends simple.complex.content.Address { 20 method public simple.complex.content.KRAddress getKRAddress(); 22 method public simple.complex.content.SubAddress getSubAddress(); 23 method public simple.complex.content.USAddressP getUSAddressP(); 24 method public void setKRAddress(simple.complex.content.KRAddress); 26 method public void setSubAddress(simple.complex.content.SubAddress); 27 method public void setUSAddressP(simple.complex.content.USAddressP); 32 method public simple.complex.content.KRAddress getKRAddress(); 34 method public simple.complex.content.SubAddress getSubAddress(); [all …]
|
/system/tools/xsdc/tests/resources/simple_type/api/ |
D | current.txt | 2 package simple.type { 6 enum_constant public static final simple.type.EnumType NO; 7 enum_constant @Deprecated public static final simple.type.EnumType YES; 21 method public simple.type.EnumType getYesOrNo(); 24 method public void setYesOrNo(simple.type.EnumType); 39 …method public static simple.type.MultiChoice readMultiChoice(java.io.InputStream) throws javax.xml… 40 …method public static simple.type.SimpleTypes readSimpleTypes(java.io.InputStream) throws javax.xml… 41 …method public static simple.type.SingleChoice readSingleChoice(java.io.InputStream) throws javax.x…
|
/system/tools/xsdc/tests/resources/purchase_simple/api/ |
D | current.txt | 2 package purchase.simple { 6 method public purchase.simple.USAddress getBillTo(); 8 method public java.util.List<purchase.simple.USAddress> getShipTo(); 9 method public void setBillTo(purchase.simple.USAddress); 31 …method public static purchase.simple.PurchaseOrderType read(java.io.InputStream) throws javax.xml.…
|
/system/tools/xsdc/tests/ |
D | main.cpp | 39 using namespace simple::type; in TEST_F() 41 SimpleTypes simple = *readSimpleTypes(file_name.c_str()); in TEST_F() local 43 for (int i = 0; i < simple.getListInt().size(); ++i) { in TEST_F() 44 EXPECT_EQ(simple.getListInt()[i], i + 1); in TEST_F() 46 EXPECT_EQ(*simple.getFirstUnionTest(), "100"); in TEST_F() 47 EXPECT_EQ(simple.getYesOrNo(), EnumType::YES); in TEST_F() 145 using namespace purchase::simple; in TEST_F() 181 using namespace simple::complex::content; in TEST_F()
|
/system/tools/aidl/ |
D | ast_cpp_unittest.cpp | 157 ArgList simple("foo"); in TEST_F() local 158 CompareGeneratedCode(simple, "(foo)"); in TEST_F() 197 Assignment simple("foo", "8"); in TEST_F() local 198 CompareGeneratedCode(simple, "foo = 8;\n"); in TEST_F()
|
/system/tools/xsdc/tests/resources/purchase_simple/ |
D | Android.bp | 5 package_name: "purchase.simple",
|
/system/tools/xsdc/tests/resources/simple_type/ |
D | Android.bp | 5 package_name: "simple.type",
|
D | simple_type.xsd | 27 <xs:element name="simple-types">
|
/system/tools/xsdc/tests/resources/simple_complex_content/ |
D | Android.bp | 5 package_name: "simple.complex.content",
|
/system/tools/hidl/c2hal/ |
D | README.md | 31 # Build the simple.h header: 32 …oid.hardware:hardware/interfaces -p android.hardware.simple@1.0 system/tools/hidl/c2hal/test/simpl…
|
/system/extras/tests/framebuffer/ |
D | Android.bp | 13 name: "test-fb-simple",
|
/system/tools/hidl/c2hal/test/ |
D | Android.bp | 29 "simple.h", 60 "simple.h",
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | vr_hwc.te | 16 # Hosts the VR HWC implementation and provides a simple Binder interface for VR
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | vr_hwc.te | 16 # Hosts the VR HWC implementation and provides a simple Binder interface for VR
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | vr_hwc.te | 16 # Hosts the VR HWC implementation and provides a simple Binder interface for VR
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | vr_hwc.te | 16 # Hosts the VR HWC implementation and provides a simple Binder interface for VR
|
/system/sepolicy/public/ |
D | vr_hwc.te | 16 # Hosts the VR HWC implementation and provides a simple Binder interface for VR
|
/system/media/audio_utils/tests/ |
D | statistics_tests.cpp | 142 static const double simple[] = { 1., 2., 3. }; in TEST() local 144 double rssum = android::audio_utils::sum<double, double>(simple); in TEST() 147 android::audio_utils::sum<double, android::audio_utils::KahanSum<double>>(simple); in TEST() 150 android::audio_utils::sum<double, android::audio_utils::NeumaierSum<double>>(simple); in TEST()
|
/system/core/libmemunreachable/tests/ |
D | Allocator_test.cpp | 41 TEST_F(AllocatorTest, simple) { in TEST_F() argument
|
/system/bt/btcore/test/ |
D | device_class_test.cc | 53 TEST_F(DeviceClassTest, simple) { in TEST_F() argument
|
/system/nvram/ |
D | README.md | 15 Contains a simple command-line application to interact with the NVRAM HAL
|
/system/chre/ |
D | README.md | 229 in favor of simple platform abstractions that can be implemented directly
|
/system/core/fastboot/ |
D | README.md | 22 * Fastboot data is wrapped in a simple protocol; see below for details. 225 The TCP protocol is designed to be a simple way to use the fastboot protocol
|
/system/core/adb/ |
D | protocol.txt | 13 The host side becomes a simple comms bridge with no "UI", which will
|
/system/core/fastboot/fuzzy_fastboot/ |
D | README.md | 5 The tool is completely generic, and uses a simple extensible XML
|