Searched refs:set_argument (Results 1 – 3 of 3) sorted by relevance
/external/crosvm/src/ |
D | main.rs | 744 fn set_argument(cfg: &mut Config, name: &str, value: Option<&str>) -> argument::Result<()> { in set_argument() function 1979 set_argument(&mut cfg, name, value) in run_vm() 2595 set_argument(&mut config, "serial", Some("num=1,type=stdout,stdin=true")) in parse_serial_invalid_two_stdin() 2597 set_argument(&mut config, "serial", Some("num=2,type=stdout,stdin=true")) in parse_serial_invalid_two_stdin() 2604 set_argument( in parse_plugin_mount_valid() 2618 set_argument(&mut config, "plugin-mount", Some("/dev/null")).expect("parse should succeed"); in parse_plugin_mount_valid_shorthand() 2621 set_argument(&mut config, "plugin-mount", Some("/dev/null:/dev/zero")) in parse_plugin_mount_valid_shorthand() 2625 set_argument(&mut config, "plugin-mount", Some("/dev/null::true")) in parse_plugin_mount_valid_shorthand() 2634 set_argument(&mut config, "plugin-mount", Some("")).expect_err("parse should fail"); in parse_plugin_mount_invalid() 2635 set_argument( in parse_plugin_mount_invalid() [all …]
|
/external/libtextclassifier/native/lang_id/common/fel/ |
D | feature-descriptors.h | 65 void set_argument(int32 argument) { argument_ = argument; } in set_argument() function
|
D | fel-parser.cc | 261 result->set_argument(argument); in ParseParameter()
|