Home
last modified time | relevance | path

Searched refs:sc_name (Results 1 – 8 of 8) sorted by relevance

/third_party/rust/crates/clap/src/parser/
Dparser.rs107 let sc_name = self.possible_subcommand(arg_os.to_value(), valid_arg_found); in get_matches_with() localVariable
108 debug!("Parser::get_matches_with: sc={:?}", sc_name); in get_matches_with()
109 if let Some(sc_name) = sc_name { in get_matches_with()
110 if sc_name == "help" && !self.cmd.is_disable_help_subcommand_set() { in get_matches_with()
114 subcmd_name = Some(sc_name.to_owned()); in get_matches_with()
429 let sc_name = match arg_os.to_value() { in get_matches_with() localVariable
451 name: sc_name, in get_matches_with()
468 let sc_name = self in get_matches_with() localVariable
474 ok!(self.parse_subcommand(&sc_name, matcher, raw_args, args_cursor, keep_state)); in get_matches_with()
606 } else if let Some(sc_name) = self.cmd.find_long_subcmd(arg) { in possible_long_flag_subcommand()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_memory.cpp744 std::string sc_name = _.grammar().lookupOperandName( in ValidateVariable() local
787 << sc_name << " storage class"; in ValidateVariable()
792 << sc_name << " storage class requires an additional capability"; in ValidateVariable()
806 std::string sc_name = _.grammar().lookupOperandName( in ValidateVariable() local
843 << sc_name << " storage class"; in ValidateVariable()
848 << sc_name << " storage class requires an additional capability"; in ValidateVariable()
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_memory.cpp744 std::string sc_name = _.grammar().lookupOperandName( in ValidateVariable() local
787 << sc_name << " storage class"; in ValidateVariable()
792 << sc_name << " storage class requires an additional capability"; in ValidateVariable()
806 std::string sc_name = _.grammar().lookupOperandName( in ValidateVariable() local
843 << sc_name << " storage class"; in ValidateVariable()
848 << sc_name << " storage class requires an additional capability"; in ValidateVariable()
/third_party/spirv-tools/source/val/
Dvalidate_memory.cpp777 std::string sc_name = _.grammar().lookupOperandName( in ValidateVariable() local
820 << sc_name << " storage class"; in ValidateVariable()
825 << sc_name << " storage class requires an additional capability"; in ValidateVariable()
839 std::string sc_name = _.grammar().lookupOperandName( in ValidateVariable() local
876 << sc_name << " storage class"; in ValidateVariable()
881 << sc_name << " storage class requires an additional capability"; in ValidateVariable()
/third_party/FreeBSD/sys/dev/usb/serial/
Dusb_serial.h183 char sc_name[TTY_NAME_LEN]; member
Dusb_serial.c312 ret = snprintf_s(sc->sc_name, TTY_NAME_LEN, TTY_NAME_LEN - 1, "/dev/ttyUSB%d", sc->sc_subunit); in ucom_attach_tty()
317 (void)register_driver(sc->sc_name, &tty_usb_fops, 0666, sc); in ucom_attach_tty()
346 (void)unregister_driver(sc->sc_name); in ucom_detach_tty()
/third_party/FreeBSD/sys/dev/usb/storage/
Dumass.c128 (sc) ? (const char *)(sc)->sc_name : \
444 uint8_t sc_name[16]; member
944 (void)snprintf_s((char *)sc->sc_name, sizeof(sc->sc_name), sizeof(sc->sc_name) - 1, in umass_attach()
1709 sc->sc_name, usbd_errstr(err)); in umass_bbb_get_max_lun()
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_msl.cpp6635 string sc_name = to_name(c.self); in emit_specialization_constants_and_structs() local
6636 string sc_tmp_name = sc_name + "_tmp"; in emit_specialization_constants_and_structs()
6650 …statement("constant ", sc_type_name, " ", sc_name, " = is_function_constant_defined(", sc_tmp_name, in emit_specialization_constants_and_structs()
6662 statement("constant ", sc_type_name, " ", sc_name, " = ", c.specialization_constant_macro_name, in emit_specialization_constants_and_structs()
6668 statement("constant ", sc_type_name, " ", sc_name, " = ", constant_expression(c), ";"); in emit_specialization_constants_and_structs()