Home
last modified time | relevance | path

Searched refs:option1 (Results 1 – 25 of 25) sorted by relevance

/external/python/cpython2/Lib/distutils/tests/
Dtest_cmd.py37 cmd.option1 = 'ok,dok'
39 self.assertEqual(cmd.option1, ['ok', 'dok'])
71 cmd.option1 = 1
82 cmd.option1 = 'ok'
94 cmd.option1 = __file__
101 cmd.option1 = os.path.dirname(__file__) or os.curdir
/external/python/cpython3/Lib/distutils/tests/
Dtest_cmd.py37 cmd.option1 = 'ok,dok'
39 self.assertEqual(cmd.option1, ['ok', 'dok'])
71 cmd.option1 = 1
82 cmd.option1 = 'ok'
94 cmd.option1 = __file__
101 cmd.option1 = os.path.dirname(__file__) or os.curdir
/external/libcups/ppdc/
Dppdc-constraint.cxx29 option1 = new ppdcString(o1); in ppdcConstraint()
44 option1->release(); in ~ppdcConstraint()
Dppdc-import.cxx222 if (!strcmp(constraint->option1, constraint2->option2) && in import_ppd()
224 !strcmp(constraint->option2, constraint2->option1) && in import_ppd()
232 constraint->option1, constraint->choice1); in import_ppd()
Dppdc-driver.cxx728 if (!strncmp(cn->option1->value, "*Custom", 7) || in write_ppd_file()
734 if (cn->option1->value[0] != '*') in write_ppd_file()
737 cupsFilePuts(fp, cn->option1->value); in write_ppd_file()
755 if (!strncmp(cn->option1->value, "*Custom", 7) || in write_ppd_file()
771 if (cn->option1->value[0] != '*') in write_ppd_file()
774 cupsFilePuts(fp, cn->option1->value); in write_ppd_file()
Dppdc-source.cxx632 *option1, // Constraint option 1 in get_constraint() local
662 option1 = ptr; in get_constraint()
695 return (new ppdcConstraint(option1, choice1, option2, choice2)); in get_constraint()
3634 if (co->option1->value[0] == '*') in write_file()
3635 cupsFilePrintf(fp, " UIConstraints \"%s %s", co->option1->value, in write_file()
3638 cupsFilePrintf(fp, " UIConstraints \"*%s %s", co->option1->value, in write_file()
Dppdc.h283 ppdcString *option1, // First option
/external/ltp/testcases/kernel/device-drivers/nls/
DnlsTest.c72 static void option1(void);
126 option1(); in test_ioctl()
135 static void option1(void) in option1() function
/external/protobuf/src/google/protobuf/compiler/
Dparser_unittest.cc3156 const UninterpretedOption& option1 = file_.options().uninterpreted_option(0); in TEST_F() local
3164 EXPECT_TRUE(HasSpan('a', 'j', option1)); in TEST_F()
3165 EXPECT_TRUE(HasSpan('b', 'g', option1, "name")); in TEST_F()
3166 EXPECT_TRUE(HasSpan('b', 'c', option1.name(0))); in TEST_F()
3167 EXPECT_TRUE(HasSpan('b', 'c', option1.name(0), "name_part")); in TEST_F()
3168 EXPECT_TRUE(HasSpan('d', 'g', option1.name(1))); in TEST_F()
3169 EXPECT_TRUE(HasSpan('e', 'f', option1.name(1), "name_part")); in TEST_F()
3170 EXPECT_TRUE(HasSpan('h', 'i', option1, "positive_int_value")); in TEST_F()
3323 const UninterpretedOption& option1 = field.options().uninterpreted_option(0); in TEST_F() local
3328 EXPECT_TRUE(HasSpan('d', 'e', option1)); in TEST_F()
[all …]
/external/libcups/cups/
Dppd-conflicts.c746 !_cups_strcasecmp(oldconst[0].option1, oldconst[1].option2) && in ppd_load_constraints()
748 !_cups_strcasecmp(oldconst[0].option2, oldconst[1].option1) && in ppd_load_constraints()
778 if (!_cups_strncasecmp(oldconst->option1, "Custom", 6) && in ppd_load_constraints()
781 constptr[0].option = ppdFindOption(ppd, oldconst->option1 + 6); in ppd_load_constraints()
787 constptr[0].option = ppdFindOption(ppd, oldconst->option1); in ppd_load_constraints()
791 oldconst->option1); in ppd_load_constraints()
797 oldconst->option1, oldconst->choice1)); in ppd_load_constraints()
Dppd.c1718 switch (sscanf(string, "%40s%40s%40s%40s", constraint->option1, in _ppdOpen()
1732 (!strcmp(constraint->option1, "*") || in _ppdOpen()
1744 if (constraint->option1[0] == '*') in _ppdOpen()
1745 _cups_strcpy(constraint->option1, constraint->option1 + 1); in _ppdOpen()
1770 (!strcmp(constraint->option1, "*") || in _ppdOpen()
1783 if (constraint->option1[0] == '*') in _ppdOpen()
1784 _cups_strcpy(constraint->option1, constraint->option1 + 1); in _ppdOpen()
1824 (!strcmp(constraint->option1, "*") || in _ppdOpen()
1833 if (constraint->option1[0] == '*') in _ppdOpen()
1834 _cups_strcpy(constraint->option1, constraint->option1 + 1); in _ppdOpen()
Dppd.h190 char option1[PPD_MAX_NAME]; /* First keyword */ member
Dtestppd.c1321 printf(" *UIConstraints: *%s %s *%s %s\n", c->option1, c->choice1, in main()
/external/ltp/testcases/kernel/device-drivers/include/
DincludeTest.c116 option1(); in test_ioctl()
127 static void option1(void) in option1() function
DincludeTest.h50 static void option1(void);
/external/libxkbcommon/test/data/rules/
Dinc-src-options3 option1 = +some:compat
Dmultiple-options22 option1 = +some:compat
/external/libcups/systemv/
Dcupstestppd.c1600 j, ppd->consts[j].option1, ppd->consts[j].choice1, in main()
1958 if (!_cups_strncasecmp(c->option1, "Custom", 6) && in check_constraints()
1961 strlcpy(option, c->option1 + 6, sizeof(option)); in check_constraints()
1966 strlcpy(option, c->option1, sizeof(option)); in check_constraints()
1978 prefix, c->option1, in check_constraints()
1979 c->option1, c->choice1, c->option2, c->choice2); in check_constraints()
1992 prefix, c->option1, c->choice1, in check_constraints()
1993 c->option1, c->choice1, c->option2, c->choice2); in check_constraints()
2020 c->option1, c->choice1, c->option2, c->choice2); in check_constraints()
2034 c->option1, c->choice1, c->option2, c->choice2); in check_constraints()
[all …]
/external/libvpx/libvpx/examples/
Dsvc_encodeframe.c142 int *option1) { in parse_layer_options_from_string() argument
154 (option1 == NULL && type == SCALE_FACTOR)) in parse_layer_options_from_string()
162 res = extract_option(type, token, option0 + i, option1 + i); in parse_layer_options_from_string()
/external/fonttools/Tests/voltLib/
Dparser_test.py1197 [option1, option2, option3, option4] = self.parse(
1204 ((option1.name, option1.value),
/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateEnums.java744 String option1 = nf.format(newValue); in format() local
746 return option1.length() <= option2.length() ? option1 : option2; in format()
/external/tensorflow/tensorflow/lite/tools/delegates/
DREADME.md117 should be in the format of `option1:value1;option2:value2;optionN:valueN`
/external/python/enum34/enum/
Dtest.py1149 option1 = 1 variable in TestEnum.test_flufl_enum.MailManOptions
1152 self.assertEqual(int(MailManOptions.option1), 1)
/external/curl/packages/OS400/
Dcurl.inc.in2261 d option1 value like(CURLFORMoption) CURLFORM_ARRAY
2747 d option1 value like(CURLFORMoption) CURLFORM_ARRAY
/external/python/cpython3/Lib/test/
Dtest_enum.py1076 option1 = 1 variable in TestEnum.test_flufl_enum.MailManOptions
1079 self.assertEqual(int(MailManOptions.option1), 1)