Home
last modified time | relevance | path

Searched refs:sub_type (Results 1 – 18 of 18) sorted by relevance

/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
Dtypeannotation.py173 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()
Derror_fixer.py118 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)
Dtypeannotation_test.py168 for i, sub_type in enumerate([
174 self.assertTrue(sub_type.IsUnknownType(),
176 i, sub_type.tokens, record.Dump()))
Daliaspass.py69 for sub_type in js_type.IterTypes():
70 _SetTypeAlias(sub_type, alias_map)
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)
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/
Dutil.py264 def sub_type(self): member in 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))
Dutil_test.py122 def CheckAttributes(self, item, main_type, sub_type, q=1, values={}, index=1): argument
125 self.assertEquals(sub_type, item.sub_type)
/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
Dapp_unittest.cc58 EXPECT_EQ(30U, parsed().sub_type()); in TEST_F()
74 EXPECT_EQ(30U, parsed().sub_type()); in TEST_F()
Dapp.h41 uint8_t sub_type() const { return sub_type_; } in sub_type() function
/external/dhcpcd-6.8.2/dbus/
Ddbus-dict.h36 int sub_type; member
Ddbus-dict.c293 retval = append_config_array(&entry, op->sub_type, data); in dict_append_config_item()
/external/libcxxabi/src/
Dcxa_demangle.cpp970 … db.subs.push_back(typename C::sub_type(1, db.names.back(), db.names.get_allocator())); in parse_unresolved_type()
986 … db.subs.push_back(typename C::sub_type(1, db.names.back(), db.names.get_allocator())); in parse_unresolved_type()
1004 … db.subs.push_back(typename C::sub_type(1, db.names.back(), db.names.get_allocator())); in parse_unresolved_type()
1963 … db.subs.push_back(typename C::sub_type(1, db.names.back(), db.names.get_allocator())); in parse_type()
1974 … db.subs.push_back(typename C::sub_type(1, db.names.back(), db.names.get_allocator())); in parse_type()
1984 … db.subs.push_back(typename C::sub_type(1, db.names.back(), db.names.get_allocator())); in parse_type()
1995 … db.subs.push_back(typename C::sub_type(1, db.names.back(), db.names.get_allocator())); in parse_type()
2005 … db.subs.push_back(typename C::sub_type(1, db.names.back(), db.names.get_allocator())); in parse_type()
2117 … db.subs.push_back(typename C::sub_type(1, db.names.back(), db.names.get_allocator())); in parse_type()
2156 … db.subs.push_back(typename C::sub_type(1, db.names.back(), db.names.get_allocator())); in parse_type()
[all …]
/external/mesa3d/src/gallium/drivers/radeon/
DAMDGPUInstructions.td132 class Extract_Element <ValueType sub_type, ValueType vec_type,
135 (sub_type (vector_extract (vec_type vec_class:$src), sub_idx)),
/external/toybox/toys/pending/
Ddhcp6.c370 uint16_t sub_type = ntohs(*((uint16_t*)(t))); in parse_ia_na() local
372 switch (sub_type) { in parse_ia_na()
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_rtcp_impl.h235 int32_t SetRTCPApplicationSpecificData(uint8_t sub_type,
Drtp_rtcp_impl.cc557 const uint8_t sub_type, in SetRTCPApplicationSpecificData() argument
561 return rtcp_sender_.SetApplicationSpecificData(sub_type, name, data, length); in SetRTCPApplicationSpecificData()
/external/llvm/lib/Target/AMDGPU/
DAMDGPUInstructions.td514 class Extract_Element <ValueType sub_type, ValueType vec_type, int sub_idx,
517 (sub_type (extractelt vec_type:$src, sub_idx)),