Home
last modified time | relevance | path

Searched refs:OPTIONS (Results 1 - 25 of 249) sorted by relevance

12345678910

/third_party/python/PC/layout/support/
H A Doptions.py17 OPTIONS = { variable
95 for opt, info in OPTIONS.items():
130 for opt in OPTIONS:
131 if OPTIONS[opt].get("not-in-all"):
/third_party/openssl/test/testutil/
H A Dtest_options.c14 const OPTIONS *test_get_options(void) in test_get_options()
16 static const OPTIONS default_options[] = { in test_get_options()
/third_party/nghttp2/
H A Dgennghttpxfun.py5 OPTIONS = [ variable
240 gentokenlookup(OPTIONS, 'SHRPX_OPTID_', value_type='char', comp_fun='util::strieq_l')
/third_party/icu/icu4j/perf-tests/
H A Dperftests.pl32 my @OPTIONS = (
89 for my $pat (@OPTIONS) {
118 my @OPTIONS = (
132 for my $pat (@OPTIONS) {
/third_party/openssl/test/
H A Dfips_version_test.c24 const OPTIONS *test_get_options(void) in test_get_options()
26 static const OPTIONS test_options[] = { in test_get_options()
H A Dbio_readbuffer_test.c105 const OPTIONS *test_get_options(void) in test_get_options()
107 static const OPTIONS test_options[] = { in test_get_options()
H A Decstresstest.c112 const OPTIONS *test_get_options(void) in test_get_options()
114 static const OPTIONS test_options[] = { in test_get_options()
H A Dx509_check_cert_pkey_test.c138 const OPTIONS *test_get_options(void) in test_get_options()
141 static const OPTIONS test_options[] = { in test_get_options()
H A Dconf_include_test.c184 const OPTIONS *test_get_options(void) in test_get_options()
186 static const OPTIONS test_options[] = { in test_get_options()
H A Dossl_store_test.c183 const OPTIONS *test_get_options(void) in test_get_options()
185 static const OPTIONS test_options[] = { in test_get_options()
H A Dprovider_test.c230 const OPTIONS *test_get_options(void) in test_get_options()
232 static const OPTIONS test_options[] = { in test_get_options()
/third_party/typescript/tests/baselines/reference/
H A DjsDeclarationsClassStatic.js3 static get OPTIONS() {
30 Object.defineProperty(Handler, "OPTIONS", {
58 static get OPTIONS(): number;
/third_party/node/deps/v8/tools/
H A Dcallstats-from-telemetry.sh6 usage: $0 OPTIONS RESULTS_DIR | TRACE_JSON
11 OPTIONS:
/third_party/node/deps/llhttp/include/
H A Dllhttp.h210 XX(6, OPTIONS, OPTIONS) \
243 XX(6, OPTIONS, OPTIONS) \
264 XX(6, OPTIONS, OPTIONS) \
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dopt.c44 static const OPTIONS *unknown;
45 static const OPTIONS *opts;
161 char *opt_init(int ac, char **av, const OPTIONS *o) in opt_init()
176 const OPTIONS *next; in opt_init()
851 const OPTIONS *o; in opt_next()
1022 static const char *valtype2param(const OPTIONS *o) in valtype2param()
1062 static void opt_print(const OPTIONS *o, int doingparams, int width) in opt_print()
1117 void opt_help(const OPTIONS *list) in opt_help()
1119 const OPTIONS *o; in opt_help()
/third_party/openssl/apps/lib/
H A Dopt.c44 static const OPTIONS *unknown;
45 static const OPTIONS *opts;
161 char *opt_init(int ac, char **av, const OPTIONS *o) in opt_init()
176 const OPTIONS *next; in opt_init()
846 const OPTIONS *o; in opt_next()
1017 static const char *valtype2param(const OPTIONS *o) in valtype2param()
1057 static void opt_print(const OPTIONS *o, int doingparams, int width) in opt_print()
1112 void opt_help(const OPTIONS *list) in opt_help()
1114 const OPTIONS *o; in opt_help()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DStringPrep.java220 private static final int OPTIONS = 7; /* Bit set of options to turn on in the profile */ field in StringPrep
289 doNFKC = ((indexes[OPTIONS] & NORMALIZATION_ON) > 0); in StringPrep()
290 checkBiDi = ((indexes[OPTIONS] & CHECK_BIDI_ON) > 0); in StringPrep()
296 ((indexes[OPTIONS] & NORMALIZATION_ON) > 0) /* normalization turned on*/ in StringPrep()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DStringPrep.java205 private static final int OPTIONS = 7; /* Bit set of options to turn on in the profile */ field in StringPrep
273 doNFKC = ((indexes[OPTIONS] & NORMALIZATION_ON) > 0); in StringPrep()
274 checkBiDi = ((indexes[OPTIONS] & CHECK_BIDI_ON) > 0); in StringPrep()
280 ((indexes[OPTIONS] & NORMALIZATION_ON) > 0) /* normalization turned on*/ in StringPrep()
/third_party/python/Lib/tkinter/test/test_tkinter/
H A Dtest_widgets.py61 OPTIONS = ( variable in ToplevelTest
104 OPTIONS = ( variable in FrameTest
117 OPTIONS = ( variable in LabelFrameTest
154 OPTIONS = ( variable in LabelTest
170 OPTIONS = ( variable in ButtonTest
191 OPTIONS = ( variable in CheckbuttonTest
246 OPTIONS = ( variable in RadiobuttonTest
269 OPTIONS = ( variable in MenubuttonTest
344 OPTIONS = ( variable in EntryTest
436 OPTIONS variable in SpinboxTest
565 OPTIONS = ( global() variable in TextTest
700 OPTIONS = ( global() variable in CanvasTest
948 OPTIONS = ( global() variable in ListboxTest
1082 OPTIONS = ( global() variable in ScaleTest
1150 OPTIONS = ( global() variable in ScrollbarTest
1201 OPTIONS = ( global() variable in PanedWindowTest
1371 OPTIONS = ( global() variable in MenuTest
1451 OPTIONS = ( global() variable in MessageTest
[all...]
/third_party/node/deps/openssl/openssl/apps/include/
H A Dopt.h319 } OPTIONS; typedef
357 char *opt_init(int ac, char **av, const OPTIONS * o);
361 void opt_help(const OPTIONS * list);
/third_party/openssl/apps/include/
H A Dopt.h319 } OPTIONS; typedef
357 char *opt_init(int ac, char **av, const OPTIONS * o);
361 void opt_help(const OPTIONS * list);
/third_party/nghttp2/third-party/llhttp/include/
H A Dllhttp.h335 XX(6, OPTIONS, OPTIONS) \
368 XX(6, OPTIONS, OPTIONS) \
389 XX(6, OPTIONS, OPTIONS) \
/third_party/protobuf/objectivec/Tests/CocoaPods/
H A Drun_tests.sh12 usage: ${NAME} [OPTIONS]
16 OPTIONS:
/third_party/python/Lib/tkinter/test/test_ttk/
H A Dtest_widgets.py118 OPTIONS = ( variable in FrameTest
130 OPTIONS = ( variable in LabelFrameTest
189 OPTIONS = ( variable in LabelTest
209 OPTIONS = ( variable in ButtonTest
232 OPTIONS = ( variable in CheckbuttonTest
296 OPTIONS = ( variable in EntryTest
424 OPTIONS = ( variable in ComboboxTest
549 OPTIONS = ( variable in PanedWindowTest
679 OPTIONS = ( variable in RadiobuttonTest
730 OPTIONS variable in MenubuttonTest
754 OPTIONS = ( global() variable in ScaleTest
860 OPTIONS = ( global() variable in ProgressbarTest
897 OPTIONS = ( global() variable in ScrollbarTest
908 OPTIONS = ( global() variable in NotebookTest
1118 OPTIONS = ( global() variable in SpinboxTest
1293 OPTIONS = ( global() variable in TreeviewTest
1834 OPTIONS = ( global() variable in SeparatorTest
1846 OPTIONS = ( global() variable in SizegripTest
[all...]
/third_party/python/Lib/tkinter/test/
H A Dwidget_tests.py192 # Test if OPTIONS contains all keys
202 expected = set(self.OPTIONS)
207 print('%s.OPTIONS doesn\'t contain "%s"' %
247 if 'bg' in self.OPTIONS:
267 if 'bd' in self.OPTIONS:
297 if 'fg' in self.OPTIONS:
495 # every xxx option in the OPTIONS class attribute if they are not defined
498 for option in cls.OPTIONS:

Completed in 16 milliseconds

12345678910