Home
last modified time | relevance | path

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

12

/third_party/gn/src/gn/
H A Dc_tool.cc244 bool CTool::ValidateSubstitution(const Substitution* sub_type) const { in ValidateSubstitution()
248 return IsValidCompilerSubstitution(sub_type); in ValidateSubstitution()
250 return IsValidSwiftCompilerSubstitution(sub_type); in ValidateSubstitution()
252 return IsValidALinkSubstitution(sub_type); in ValidateSubstitution()
255 return IsValidLinkerSubstitution(sub_type); in ValidateSubstitution()
260 bool CTool::ValidateOutputSubstitution(const Substitution* sub_type) const { in ValidateOutputSubstitution()
264 return IsValidCompilerOutputsSubstitution(sub_type); in ValidateOutputSubstitution()
266 return IsValidSwiftCompilerOutputsSubstitution(sub_type); in ValidateOutputSubstitution()
270 return IsValidLinkerOutputsSubstitution(sub_type); in ValidateOutputSubstitution()
H A Dgeneral_tool.cc42 bool GeneralTool::ValidateSubstitution(const Substitution* sub_type) const { in ValidateSubstitution()
44 return IsValidToolSubstitution(sub_type); in ValidateSubstitution()
46 return IsValidCopySubstitution(sub_type); in ValidateSubstitution()
48 return IsValidCompileXCassetsSubstitution(sub_type); in ValidateSubstitution()
H A Dbuiltin_tool.cc42 bool BuiltinTool::ValidateSubstitution(const Substitution* sub_type) const { in ValidateSubstitution()
44 return IsValidToolSubstitution(sub_type); in ValidateSubstitution()
H A Drust_tool.cc130 bool RustTool::ValidateSubstitution(const Substitution* sub_type) const { in ValidateSubstitution()
132 return IsValidRustLinkerSubstitution(sub_type); in ValidateSubstitution()
134 return IsValidRustSubstitution(sub_type); in ValidateSubstitution()
H A Dc_tool.h49 bool ValidateSubstitution(const Substitution* sub_type) const override;
102 bool ValidateOutputSubstitution(const Substitution* sub_type) const;
H A Dbuiltin_tool.h31 bool ValidateSubstitution(const Substitution* sub_type) const override;
H A Dgeneral_tool.h36 bool ValidateSubstitution(const Substitution* sub_type) const override;
H A Drust_tool.h39 bool ValidateSubstitution(const Substitution* sub_type) const override;
/third_party/ffmpeg/libavcodec/
H A Davs.c57 AvsVideoSubType sub_type; in avs_decode_frame() local
71 sub_type = buf[0]; in avs_decode_frame()
89 sub_type = buf[0]; in avs_decode_frame()
97 switch (sub_type) { in avs_decode_frame()
123 if (sub_type != AVS_I_FRAME) { in avs_decode_frame()
133 if (sub_type == AVS_I_FRAME || get_bits1(&change_map)) { in avs_decode_frame()
146 if (sub_type != AVS_I_FRAME) in avs_decode_frame()
H A Dg2meet.c1059 int sub_type; in kempf_decode_tile() local
1072 sub_type = hdr >> 5; in kempf_decode_tile()
1073 if (sub_type == 0) { in kempf_decode_tile()
1081 } else if (sub_type == 1) { in kempf_decode_tile()
1086 if (sub_type != 2) { in kempf_decode_tile()
1095 if (sub_type != 2) { in kempf_decode_tile()
1109 if (src_end - src < zsize + (sub_type != 2)) in kempf_decode_tile()
1117 if (sub_type == 2) { in kempf_decode_tile()
H A Dcavsdec.c787 enum cavs_sub_mb sub_type[4]; in decode_mb_b() local
824 sub_type[block] = get_bits(&h->gb, 2); in decode_mb_b()
826 switch (sub_type[block]) { in decode_mb_b()
871 if (sub_type[block] == B_SUB_BWD) in decode_mb_b()
/third_party/rust/crates/clap/clap_derive/src/derives/
H A Dargs.rs24 use crate::utils::{inner_type, sub_type, Sp, Ty};
186 let subcmd_type = match (**ty, sub_type(&field.ty)) { in gen_augment()
187 (Ty::Option, Some(sub_type)) => sub_type, in gen_augment()
216 let inner_type = match (**ty, sub_type(&field.ty)) { in gen_augment()
217 (Ty::Option, Some(sub_type)) => sub_type, in gen_augment()
438 let subcmd_type = match (**ty, sub_type(&field.ty)) { in gen_constructor()
439 (Ty::Option, Some(sub_type)) => sub_type, in gen_constructor()
[all...]
/third_party/ffmpeg/libavformat/
H A Davs.c93 AvsBlockType type, int sub_type, int size, in avs_read_video_packet()
111 pkt->data[palette_size + 0] = sub_type; in avs_read_video_packet()
122 if (sub_type == 0) in avs_read_video_packet()
157 int sub_type = 0, size = 0; in avs_read_packet() local
175 sub_type = avio_r8(s->pb); in avs_read_packet()
208 return avs_read_video_packet(s, pkt, type, sub_type, size, in avs_read_packet()
92 avs_read_video_packet(AVFormatContext * s, AVPacket * pkt, AvsBlockType type, int sub_type, int size, uint8_t * palette, int palette_size) avs_read_video_packet() argument
/third_party/rust/crates/clap/clap_derive/src/utils/
H A Dmod.rs12 ty::{inner_type, is_simple_ty, sub_type, subty_if_name, Ty},
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_interfaces.cpp335 auto sub_type = type; in GetLocationsForVariable() local
347 sub_type = _.FindDef(sub_type_id); in GetLocationsForVariable()
352 if (auto error = NumConsumedLocations(_, sub_type, &num_locations)) in GetLocationsForVariable()
355 uint32_t num_components = NumConsumedComponents(_, sub_type); in GetLocationsForVariable()
H A Dvalidate_memory.cpp1191 auto sub_type = _.FindDef(target_pointer_type->GetOperandAs<uint32_t>(2)); in ValidateCopyMemory()
1192 while (sub_type->opcode() == SpvOpTypePointer) { in ValidateCopyMemory()
1193 sub_type = _.FindDef(sub_type->GetOperandAs<uint32_t>(2)); in ValidateCopyMemory()
1196 _.ContainsLimitedUseIntOrFloatType(sub_type->id())) { in ValidateCopyMemory()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_interfaces.cpp335 auto sub_type = type; in GetLocationsForVariable() local
347 sub_type = _.FindDef(sub_type_id); in GetLocationsForVariable()
352 if (auto error = NumConsumedLocations(_, sub_type, &num_locations)) in GetLocationsForVariable()
355 uint32_t num_components = NumConsumedComponents(_, sub_type); in GetLocationsForVariable()
H A Dvalidate_memory.cpp1191 auto sub_type = _.FindDef(target_pointer_type->GetOperandAs<uint32_t>(2)); in ValidateCopyMemory()
1192 while (sub_type->opcode() == SpvOpTypePointer) { in ValidateCopyMemory()
1193 sub_type = _.FindDef(sub_type->GetOperandAs<uint32_t>(2)); in ValidateCopyMemory()
1196 _.ContainsLimitedUseIntOrFloatType(sub_type->id())) { in ValidateCopyMemory()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Demangle/
H A DItaniumDemangle.cpp834 db.subs.push_back(typename C::sub_type(1, db.names.back())); in parse_unresolved_type()
847 db.subs.push_back(typename C::sub_type(1, db.names.back())); in parse_unresolved_type()
862 db.subs.push_back(typename C::sub_type(1, db.names.back())); in parse_unresolved_type()
1707 db.subs.push_back(typename C::sub_type(1, db.names.back())); in parse_type()
1717 db.subs.push_back(typename C::sub_type(1, db.names.back())); in parse_type()
1726 db.subs.push_back(typename C::sub_type(1, db.names.back())); in parse_type()
1736 db.subs.push_back(typename C::sub_type(1, db.names.back())); in parse_type()
1745 db.subs.push_back(typename C::sub_type(1, db.names.back())); in parse_type()
1833 db.subs.push_back(typename C::sub_type(1, db.names.back())); in parse_type()
1865 db.subs.push_back(typename C::sub_type( in parse_type()
4204 typedef std::vector<string_pair<std::string>> sub_type; global() typedef
[all...]
/third_party/spirv-tools/source/val/
H A Dvalidate_interfaces.cpp370 auto sub_type = type; in GetLocationsForVariable() local
382 sub_type = _.FindDef(sub_type_id); in GetLocationsForVariable()
386 if (auto error = NumConsumedLocations(_, sub_type, &num_locations)) in GetLocationsForVariable()
388 uint32_t num_components = NumConsumedComponents(_, sub_type); in GetLocationsForVariable()
H A Dvalidate_memory.cpp1264 auto sub_type = _.FindDef(target_pointer_type->GetOperandAs<uint32_t>(2)); in ValidateCopyMemory()
1265 while (sub_type->opcode() == spv::Op::OpTypePointer) { in ValidateCopyMemory()
1266 sub_type = _.FindDef(sub_type->GetOperandAs<uint32_t>(2)); in ValidateCopyMemory()
1269 _.ContainsLimitedUseIntOrFloatType(sub_type->id())) { in ValidateCopyMemory()
/third_party/protobuf/src/google/protobuf/util/internal/
H A Ddefault_value_objectwriter.cc288 util::StatusOr<const google::protobuf::Type*> sub_type = in GetMapValueType() local
290 if (!sub_type.ok()) { in GetMapValueType()
293 return sub_type.value(); in GetMapValueType()
/third_party/jerryscript/jerry-core/debugger/
H A Ddebugger.c1333 uint8_t sub_type, /**< subtype of the string */ in jerry_debugger_send_string()
1346 if (sub_type != JERRY_DEBUGGER_NO_SUBTYPE) in jerry_debugger_send_string()
1366 if (sub_type != JERRY_DEBUGGER_NO_SUBTYPE) in jerry_debugger_send_string()
1369 message_string_p->string[string_length - 1] = sub_type; in jerry_debugger_send_string()
1332 jerry_debugger_send_string(uint8_t message_type, uint8_t sub_type, const uint8_t *string_p, size_t string_length) jerry_debugger_send_string() argument
H A Ddebugger.h486 bool jerry_debugger_send_string (uint8_t message_type, uint8_t sub_type, const uint8_t *string_p, size_t string_length);
/third_party/toybox/toys/pending/
H A Ddhcp6.c367 uint16_t sub_type = ntohs(*((uint16_t*)(t))); in parse_ia_na() local
369 switch (sub_type) { in parse_ia_na()

Completed in 26 milliseconds

12