Home
last modified time | relevance | path

Searched refs:option2 (Results 1 – 14 of 14) sorted by relevance

/third_party/python/Lib/distutils/tests/
Dtest_cmd.py41 cmd.option2 = ['xxx', 'www']
72 cmd.option2 = 1
85 cmd.option2 = None
96 cmd.option2 = 'xxx'
103 cmd.option2 = 'xxx'
/third_party/protobuf/src/google/protobuf/compiler/
Dparser_unittest.cc3209 const UninterpretedOption& option2 = file_.options().uninterpreted_option(1); in TEST_F() local
3225 EXPECT_TRUE(HasSpan('l', 'm', option2, "negative_int_value")); in TEST_F()
3241 EXPECT_TRUE(HasSpan(option2)); in TEST_F()
3246 EXPECT_TRUE(HasSpan(option2, "name")); in TEST_F()
3251 EXPECT_TRUE(HasSpan(option2.name(0))); in TEST_F()
3256 EXPECT_TRUE(HasSpan(option2.name(0), "name_part")); in TEST_F()
3376 const UninterpretedOption& option2 = field.options().uninterpreted_option(1); in TEST_F() local
3381 EXPECT_TRUE(HasSpan('f', 'g', option2)); in TEST_F()
3393 EXPECT_TRUE(HasSpan(option2, "name")); in TEST_F()
3395 EXPECT_TRUE(HasSpan(option2.name(0))); in TEST_F()
[all …]
/third_party/selinux/secilc/test/
Din_test.cil48 (optional option2
53 (in option2
58 (in option2
/third_party/node/lib/internal/main/
Dprint_help.js125 ({ 0: name1, 1: option1 }, { 0: name2, 1: option2 }) => {
129 if (option2.defaultIsTrue) {
/third_party/rust/crates/clap/clap_bench/benches/
D03_complex.rs20 arg!(option2: --"long-option-2" <option2> "tests long options with exclusions")
/third_party/rust/crates/clap/tests/builder/
Dutils.rs74 arg!(--"long-option-2" <option2> "tests long options with exclusions") in complex_app()
/third_party/typescript/src/compiler/
Dprogram.ts4032 …function createDiagnosticForOptionName(message: DiagnosticMessage, option1: string, option2?: stri…
4033 … createDiagnosticForOption(/*onKey*/ true, option1, option2, message, option1, option2, option3);
4051 …function createDiagnosticForOption(onKey: boolean, option1: string, option2: string | undefined, m…
4054 …nObjectLiteralSyntax(compilerOptionsObjectLiteralSyntax, onKey, option1, option2, message, arg0, a…
/third_party/cups-filters/utils/
Dcups-browsed.c2599 char* option1, int idx_option2, char* option2) in check_printer_with_options() argument
2612 if (option2) in check_printer_with_options()
2613 option2_len = strlen(option2); in check_printer_with_options()
2643 !strcmp(&option2[option2_len - t_len], t)) in check_printer_with_options()
2646 strcat(borderless_pagesize, option2); in check_printer_with_options()
2663 if (cupsArrayFind(second_attributes_value,(void*)option2) || in check_printer_with_options()
/third_party/curl/packages/OS400/
Dcurl.inc.in2684 d option2 value like(CURLFORMoption) CURLFORM_END
3235 d option2 value like(CURLFORMoption) CURLFORM_END
/third_party/python/Lib/test/
Dtest_enum.py1149 option2 = 2 variable in TestEnum.test_flufl_enum.MailManOptions
/third_party/icu/docs/userguide/dev/
Dcodingguidelines.md1885 ### IntlTest [-option1 -option2 ...] [testname1 testname2 ...]
/third_party/rust/crates/clap/
DCHANGELOG.md4067 * **tests** add missing .takes_value(true) to option2 ([bdb0e88f](https://github.com/clap-rs/clap/…
/third_party/typescript/lib/
Dtsc.js103296 function createDiagnosticForOptionName(message, option1, option2, option3) { argument
103297 createDiagnosticForOption(true, option1, option2, message, option1, option2, option3);
103311 function createDiagnosticForOption(onKey, option1, option2, message, arg0, arg1, arg2) { argument
103314 …nObjectLiteralSyntax(compilerOptionsObjectLiteralSyntax, onKey, option1, option2, message, arg0, a…
DtypingsInstaller.js124340 function createDiagnosticForOptionName(message, option1, option2, option3) { argument
124341 … createDiagnosticForOption(/*onKey*/ true, option1, option2, message, option1, option2, option3);
124355 function createDiagnosticForOption(onKey, option1, option2, message, arg0, arg1, arg2) { argument
124358 …nObjectLiteralSyntax(compilerOptionsObjectLiteralSyntax, onKey, option1, option2, message, arg0, a…