Searched refs:sub_type (Results 1 - 16 of 16) sorted by relevance

/external/dhcpcd-6.8.2/dbus/
H A Ddbus-dict.h36 int sub_type; member in struct:o_dbus
H A Ddbus-dict.c293 retval = append_config_array(&entry, op->sub_type, data);
/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
H A Dapp_unittest.cc58 EXPECT_EQ(30U, parsed().sub_type());
74 EXPECT_EQ(30U, parsed().sub_type());
H A Dapp.h41 uint8_t sub_type() const { return sub_type_; } function in class:webrtc::rtcp::App
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
H A Dtypeannotation.py107 """Adds a sub_type to this type and finalizes it.
173 for sub_type in self.sub_types:
174 for sub_type in sub_type.IterTypeGroup():
175 yield sub_type
187 for sub_type in self.sub_types:
188 yield sub_type
214 for sub_type in self.sub_types:
215 nullability = sub_type.GetNullability()
H A Daliaspass.py69 for sub_type in js_type.IterTypes():
70 _SetTypeAlias(sub_type, alias_map)
H A Dtypeannotation_test.py168 for i, sub_type in enumerate([
174 self.assertTrue(sub_type.IsUnknownType(),
176 i, sub_type.tokens, record.Dump()))
H A Derror_fixer.py117 # Find and remove the null sub_type:
118 sub_type = None
119 for sub_type in js_type.sub_types:
120 if sub_type.identifier == 'null':
121 map(tokenutil.DeleteToken, sub_type.tokens)
122 self._AddFix(sub_type.tokens)
132 js_type.tokens.remove(sub_type)
133 js_type.sub_types.remove(sub_type)
137 # either before or after the sub_type, there is exactly one. Scan for it.
H A Djavascriptlintrules.py295 sub_type.identifier in valid_no_return_names
296 for sub_type in flag.jstype.IterTypeGroup())
578 for sub_type in js_type.IterTypes():
579 self._MarkAliasUsed(sub_type)
H A Decmalintrules.py200 for sub_type in js_type.IterTypes():
201 self._CheckJsDocType(token, sub_type)
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
H A Dutil.py211 sub_type: The sub type of the content type.
264 def sub_type(self): member in class:AcceptItem
294 main_type, sub_type = match.group(1), match.group(2)
295 if not(main_type and sub_type):
299 (self.__sub_type is None or self.__sub_type == sub_type))
H A Dutil_test.py122 def CheckAttributes(self, item, main_type, sub_type, q=1, values={}, index=1):
125 self.assertEquals(sub_type, item.sub_type)
/external/libcxxabi/src/
H A Dcxa_demangle.cpp970 db.subs.push_back(typename C::sub_type(1, db.names.back(), db.names.get_allocator()));
986 db.subs.push_back(typename C::sub_type(1, db.names.back(), db.names.get_allocator()));
1004 db.subs.push_back(typename C::sub_type(1, db.names.back(), db.names.get_allocator()));
1963 db.subs.push_back(typename C::sub_type(1, db.names.back(), db.names.get_allocator()));
1974 db.subs.push_back(typename C::sub_type(1, db.names.back(), db.names.get_allocator()));
1984 db.subs.push_back(typename C::sub_type(1, db.names.back(), db.names.get_allocator()));
1995 db.subs.push_back(typename C::sub_type(1, db.names.back(), db.names.get_allocator()));
2005 db.subs.push_back(typename C::sub_type(1, db.names.back(), db.names.get_allocator()));
2117 db.subs.push_back(typename C::sub_type(1, db.names.back(), db.names.get_allocator()));
2156 db.subs.push_back(typename C::sub_type(
4877 typedef Vector<string_pair<String>> sub_type; typedef in struct:__cxxabiv1::__anon9308::Db
[all...]
/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Drtp_rtcp_impl.h235 int32_t SetRTCPApplicationSpecificData(uint8_t sub_type,
H A Drtp_rtcp_impl.cc557 const uint8_t sub_type,
561 return rtcp_sender_.SetApplicationSpecificData(sub_type, name, data, length);
556 SetRTCPApplicationSpecificData( const uint8_t sub_type, const uint32_t name, const uint8_t* data, const uint16_t length) argument
/external/toybox/toys/pending/
H A Ddhcp6.c370 uint16_t sub_type = ntohs(*((uint16_t*)(t))); local
372 switch (sub_type) {

Completed in 3625 milliseconds