Home
last modified time | relevance | path

Searched refs:nested (Results 1 – 25 of 32) sorted by relevance

12

/system/tools/xsdc/tests/resources/nested_type/api/
Dcurrent.txt2 package nested.type {
6 method public nested.type.Employee.Address getAddress();
10 method public void setAddress(nested.type.Employee.Address);
18 method public nested.type.Employee.Address.Extra getExtra();
19 method public nested.type.Employee.Address.ExtraAddress getExtra_address();
23 method public void setExtra(nested.type.Employee.Address.Extra);
24 method public void setExtra_address(nested.type.Employee.Address.ExtraAddress);
47 …method public static nested.type.Employee read(java.io.InputStream) throws javax.xml.datatype.Data…
55 …method public static void write(nested.type.XmlWriter, nested.type.Employee) throws java.io.IOExce…
/system/nvram/messages/tests/
Dio_test.cpp144 NestedInputStreamBuffer nested(&buf, SIZE_MAX); in TEST() local
145 EXPECT_FALSE(nested.Skip(SIZE_MAX)); in TEST()
150 NestedInputStreamBuffer nested(&buf, 5); in TEST() local
151 CheckRead(&nested, 5, 0); in TEST()
152 EXPECT_TRUE(nested.Done()); in TEST()
153 EXPECT_FALSE(nested.Skip(1)); in TEST()
158 NestedInputStreamBuffer nested(&buf, 10); in TEST() local
159 CheckRead(&nested, 10, 0); in TEST()
160 EXPECT_TRUE(nested.Done()); in TEST()
161 EXPECT_FALSE(nested.Skip(1)); in TEST()
[all …]
/system/incremental_delivery/incfs/include/
Dpath.h36 std::string_view relativize(std::string_view parent, std::string_view nested);
37 inline std::string_view relativize(const char* parent, const char* nested) { in relativize() argument
38 return relativize(std::string_view(parent), std::string_view(nested)); in relativize()
40 inline std::string_view relativize(std::string_view parent, const char* nested) { in relativize() argument
41 return relativize(parent, std::string_view(nested)); in relativize()
43 inline std::string_view relativize(const char* parent, std::string_view nested) { in relativize() argument
44 return relativize(std::string_view(parent), nested); in relativize()
47 std::string_view relativize(std::string&& parent, std::string_view nested) = delete;
48 std::string_view relativize(std::string_view parent, std::string&& nested) = delete;
/system/incremental_delivery/incfs/
Dpath.cpp160 std::string_view relativize(std::string_view parent, std::string_view nested) { in relativize() argument
161 if (!nested.starts_with(parent)) { in relativize()
162 return nested; in relativize()
164 if (nested.size() == parent.size()) { in relativize()
167 if (nested[parent.size()] != '/') { in relativize()
168 return nested; in relativize()
170 auto relative = nested.substr(parent.size()); in relativize()
/system/tools/aidl/build/
Daidl_rust_glue.py28 self.nested = collections.defaultdict(RustModule)
44 for name, mod in self.nested.items():
55 for name, mod in self.nested.items():
67 node = node.nested[part]
/system/connectivity/wificond/tests/
Dnl80211_packet_unittest.cpp252 NL80211NestedAttr nested(0); in TEST() local
253 EXPECT_TRUE(netlink_packet.GetAttribute(NL80211_ATTR_CQM, &nested)); in TEST()
254 EXPECT_TRUE(nested.GetAttributeValue(NL80211_ATTR_CQM_PKT_LOSS_EVENT, &value)); in TEST()
274 NL80211NestedAttr nested(0); in TEST() local
275 EXPECT_TRUE(netlink_packet.GetAttribute(NL80211_ATTR_STA_INFO, &nested)); in TEST()
/system/tools/xsdc/tests/resources/nested_type/
DAndroid.bp9 package_name: "nested.type",
/system/bt/gd/packet/parser/
Dfield_list.h133 FieldList Merge(FieldList nested) const { in Merge() argument
140 for (const auto& field : nested) { in Merge()
/system/iorap/src/serialize/
DTraceFile.proto47 // XX: use nested messages?
/system/chre/chpp/api_parser/
DREADME.md27 1. Flatten the structure by replacing pointers to nested structures/arrays with
28 a ChppOffset which describes the location in the payload where the nested
46 nested structures/unions
47 1. (Encoding only) All nested structures appear in contiguous memory - for
/system/tools/aidl/
Dast_cpp_unittest.cpp229 ArgList nested(std::move(args)); in TEST_F() local
230 CompareGeneratedCode(nested, "(foo())"); in TEST_F()
Daidl.cpp745 [&node, &check_untyped_container](auto& nested) { in load_and_validate_aidl() argument
746 check_untyped_container(*nested, node); in load_and_validate_aidl()
/system/tools/hidl/test/vendor/1.0/
Dtypes.hal50 // empty struct to test nested-type compilation
/system/bt/gd/rust/linux/stack/btif_macros/src/
Dlib.rs69 Some(meta_list.nested[0].clone()) in btif_callbacks_generator()
/system/chre/external/flatbuffers/include/flatbuffers/
Dflatbuffers.h1141 nested(false),
1163 nested(false),
1198 swap(nested, other.nested);
1224 nested = false;
1404 FLATBUFFERS_ASSERT(!nested);
1413 nested = true;
1422 FLATBUFFERS_ASSERT(nested);
1480 nested = false;
1634 FLATBUFFERS_ASSERT(nested); // Hit if no corresponding StartVector.
1635 nested = false;
[all …]
/system/media/camera/docs/
Dhtml.mako162 % for nested in node.namespaces:
163 ${ insert_toc_body(nested)}
239 % for nested in node.namespaces:
240 ${insert_namespace(nested)}
Dmetadata_template.mako55 % for nested in node.namespaces:
56 ${insert_namespace(nested)}
/system/tools/xsdc/tests/src/com/android/xsdc/tests/
DXmlParserTest.java73 nested.type.Employee employee; in testNestedType()
76 employee = nested.type.XmlParser.read(str); in testNestedType()
/system/bt/gd/rust/linux/dbus_projection/dbus_macros/src/
Dlib.rs70 Some(meta_list.nested[0].clone()) in generate_dbus_exporter()
417 Some(meta_list.nested[0].clone()) in dbus_proxy_obj()
/system/tools/aidl/tests/java/src/android/aidl/tests/
DTestServiceClient.java401 PersistableBundle nested = ret.getPersistableBundle(testPersistableBundleKey); in testRepeatNonEmptyPersistableBundle() local
402 assertThat(nested, is(notNullValue())); in testRepeatNonEmptyPersistableBundle()
403 …assertThat(nested.getInt(testNestedIntKey), is(testNestedPersistableBundle.getInt(testNestedIntKey… in testRepeatNonEmptyPersistableBundle()
/system/chre/
DREADME.md54 - ``chpp/``: Context Hub Peripheral Protocol (CHPP) source code - see the nested
/system/tools/xsdc/tests/
Dtests.cpp147 using namespace nested::type; in TEST_F()
/system/update_engine/
Dpylintrc360 # Maximum number of nested blocks for function / method body
361 max-nested-blocks=5
/system/incremental_delivery/incfs/tests/
Dincfs_test.cpp291 auto nested = dir_path + "/couple/more/nested/levels"; in TEST_F() local
292 ASSERT_EQ(makeDirs(control_, nested), 0); in TEST_F()
293 ASSERT_TRUE(exists(nested)); in TEST_F()
/system/core/init/
DREADME.ueventd.md23 directory, each file in the directory is parsed as a config file. It is not recursive, nested

12