/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/ |
D | typeannotation.py | 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()
|
D | error_fixer.py | 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)
|
D | typeannotation_test.py | 168 for i, sub_type in enumerate([ 174 self.assertTrue(sub_type.IsUnknownType(), 176 i, sub_type.tokens, record.Dump()))
|
D | aliaspass.py | 69 for sub_type in js_type.IterTypes(): 70 _SetTypeAlias(sub_type, alias_map)
|
D | javascriptlintrules.py | 295 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)
|
D | ecmalintrules.py | 200 for sub_type in js_type.IterTypes(): 201 self._CheckJsDocType(token, sub_type)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/ |
D | util.py | 264 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))
|
D | util_test.py | 122 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/ |
D | app_unittest.cc | 58 EXPECT_EQ(30U, parsed().sub_type()); in TEST_F() 74 EXPECT_EQ(30U, parsed().sub_type()); in TEST_F()
|
D | app.h | 41 uint8_t sub_type() const { return sub_type_; } in sub_type() function
|
/external/dhcpcd-6.8.2/dbus/ |
D | dbus-dict.h | 36 int sub_type; member
|
D | dbus-dict.c | 293 retval = append_config_array(&entry, op->sub_type, data); in dict_append_config_item()
|
/external/libcxxabi/src/ |
D | cxa_demangle.cpp | 970 … 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/ |
D | AMDGPUInstructions.td | 132 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/ |
D | dhcp6.c | 370 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/ |
D | rtp_rtcp_impl.h | 235 int32_t SetRTCPApplicationSpecificData(uint8_t sub_type,
|
D | rtp_rtcp_impl.cc | 557 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/ |
D | AMDGPUInstructions.td | 514 class Extract_Element <ValueType sub_type, ValueType vec_type, int sub_idx, 517 (sub_type (extractelt vec_type:$src, sub_idx)),
|