Home
last modified time | relevance | path

Searched refs:simple (Results 1 – 25 of 31) sorted by relevance

12

/system/tools/xsdc/tests/resources/simple_complex_content/api/
Dcurrent.txt2 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/
Dcurrent.txt2 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/
Dcurrent.txt2 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/
Dmain.cpp39 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/
Dast_cpp_unittest.cpp157 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/
DAndroid.bp5 package_name: "purchase.simple",
/system/tools/xsdc/tests/resources/simple_type/
DAndroid.bp5 package_name: "simple.type",
Dsimple_type.xsd27 <xs:element name="simple-types">
/system/tools/xsdc/tests/resources/simple_complex_content/
DAndroid.bp5 package_name: "simple.complex.content",
/system/tools/hidl/c2hal/
DREADME.md31 # 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/
DAndroid.bp13 name: "test-fb-simple",
/system/tools/hidl/c2hal/test/
DAndroid.bp29 "simple.h",
60 "simple.h",
/system/sepolicy/prebuilts/api/26.0/public/
Dvr_hwc.te16 # Hosts the VR HWC implementation and provides a simple Binder interface for VR
/system/sepolicy/prebuilts/api/28.0/public/
Dvr_hwc.te16 # Hosts the VR HWC implementation and provides a simple Binder interface for VR
/system/sepolicy/prebuilts/api/27.0/public/
Dvr_hwc.te16 # Hosts the VR HWC implementation and provides a simple Binder interface for VR
/system/sepolicy/prebuilts/api/29.0/public/
Dvr_hwc.te16 # Hosts the VR HWC implementation and provides a simple Binder interface for VR
/system/sepolicy/public/
Dvr_hwc.te16 # Hosts the VR HWC implementation and provides a simple Binder interface for VR
/system/media/audio_utils/tests/
Dstatistics_tests.cpp142 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/
DAllocator_test.cpp41 TEST_F(AllocatorTest, simple) { in TEST_F() argument
/system/bt/btcore/test/
Ddevice_class_test.cc53 TEST_F(DeviceClassTest, simple) { in TEST_F() argument
/system/nvram/
DREADME.md15 Contains a simple command-line application to interact with the NVRAM HAL
/system/chre/
DREADME.md229 in favor of simple platform abstractions that can be implemented directly
/system/core/fastboot/
DREADME.md22 * 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/
Dprotocol.txt13 The host side becomes a simple comms bridge with no "UI", which will
/system/core/fastboot/fuzzy_fastboot/
DREADME.md5 The tool is completely generic, and uses a simple extensible XML

12