Home
last modified time | relevance | path

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

1234567

/external/jemalloc_new/include/jemalloc/internal/
Dstats.h6 OPTION('J', json, false, true) \
7 OPTION('g', general, true, false) \
8 OPTION('m', merged, config_stats, false) \
9 OPTION('d', destroyed, config_stats, false) \
10 OPTION('a', unmerged, config_stats, false) \
11 OPTION('b', bins, true, false) \
12 OPTION('l', large, true, false) \
13 OPTION('x', mutex, true, false)
16 #define OPTION(o, v, d, s) stats_print_option_num_##v, macro
18 #undef OPTION
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Dsubtarget-no-movt.ll1 ; RUN: llc -mcpu=cortex-a8 -relocation-model=static %s -o - | FileCheck -check-prefix=NO-OPTION %s
4 ; RUN: llc -mcpu=cortex-a8 -relocation-model=static %s -o - -O0 | FileCheck -check-prefix=NO-OPTION
10 ; NO-OPTION-LABEL: {{_?}}foo0
11 ; NO-OPTION: ldr [[R0:r[0-9]+]], [[L0:.*]]
12 ; NO-OPTION: [[L0]]:
13 ; NO-OPTION: .long 2296237089
15 ; NO-OPTION-O0-LABEL: {{_?}}foo0
16 ; NO-OPTION-O0: ldr [[R0:r[0-9]+]], [[L0:.*]]
17 ; NO-OPTION-O0: [[L0]]:
18 ; NO-OPTION-O0: .long 2296237089
[all …]
Dsubtarget-features-long-calls.ll1 …ple=thumb-- -mcpu=cortex-a8 -relocation-model=static %s -o - | FileCheck -check-prefix=NO-OPTION %s
4 …thumb-- -mcpu=cortex-a8 -relocation-model=static %s -o - -O0 | FileCheck -check-prefix=NO-OPTION %s
8 ; NO-OPTION-LABEL: {{_?}}caller0
9 ; NO-OPTION: ldr [[R0:r[0-9]+]], [[L0:.*]]
10 ; NO-OPTION: blx [[R0]]
11 ; NO-OPTION: [[L0]]:
12 ; NO-OPTION: .long {{_?}}callee0
29 ; NO-OPTION-LABEL: {{_?}}caller1
30 ; NO-OPTION: bl {{_?}}callee0
Ddisable-tail-calls.ll1 ; RUN: llc < %s -mtriple=arm-unknown-unknown | FileCheck %s --check-prefix=NO-OPTION
8 ; NO-OPTION-LABEL: {{\_?}}func_attr
9 ; NO-OPTION: bl {{\_?}}callee
23 ; NO-OPTION-LABEL: {{\_?}}func_noattr
24 ; NO-OPTION: b {{\_?}}callee
/external/llvm/test/CodeGen/ARM/
Dsubtarget-features-long-calls.ll1 …march thumb -mcpu=cortex-a8 -relocation-model=static %s -o - | FileCheck -check-prefix=NO-OPTION %s
4 …h thumb -mcpu=cortex-a8 -relocation-model=static %s -o - -O0 | FileCheck -check-prefix=NO-OPTION %s
8 ; NO-OPTION-LABEL: {{_?}}caller0
9 ; NO-OPTION: ldr [[R0:r[0-9]+]], [[L0:.*]]
10 ; NO-OPTION: blx [[R0]]
11 ; NO-OPTION: [[L0]]:
12 ; NO-OPTION: .long {{_?}}callee0
29 ; NO-OPTION-LABEL: {{_?}}caller1
30 ; NO-OPTION: bl {{_?}}callee0
Dsubtarget-no-movt.ll1 …march thumb -mcpu=cortex-a8 -relocation-model=static %s -o - | FileCheck -check-prefix=NO-OPTION %s
4 …h thumb -mcpu=cortex-a8 -relocation-model=static %s -o - -O0 | FileCheck -check-prefix=NO-OPTION %s
8 ; NO-OPTION-LABEL: {{_?}}foo0
9 ; NO-OPTION: ldr [[R0:r[0-9]+]], [[L0:.*]]
10 ; NO-OPTION: [[L0]]:
11 ; NO-OPTION: .long 2296237089
27 ; NO-OPTION-LABEL: {{_?}}foo1
28 ; NO-OPTION: movw [[R0:r[0-9]+]], #52257
29 ; NO-OPTION: movt [[R0]], #35037
Ddisable-tail-calls.ll1 ; RUN: llc < %s -mtriple=arm-unknown-unknown | FileCheck %s --check-prefix=NO-OPTION
8 ; NO-OPTION-LABEL: {{\_?}}func_attr
9 ; NO-OPTION: bl {{\_?}}callee
23 ; NO-OPTION-LABEL: {{\_?}}func_noattr
24 ; NO-OPTION: b {{\_?}}callee
/external/cldr/tools/java/org/unicode/cldr/draft/keyboard/test/
DModifierKeyCombinationTest.java15 ImmutableSet<ModifierKey> offKeys = ImmutableSet.of(ModifierKey.CONTROL, ModifierKey.OPTION, in testOfOnKeysForSimpleCombination()
27 … ImmutableSet<ModifierKey> offKeys = ImmutableSet.of(ModifierKey.ALT_LEFT, ModifierKey.OPTION, in testOfOnKeysForComplexCombination()
40 ModifierKey.OPTION, ModifierKey.COMMAND); in testOfOnKeysForComplexCombinationWithVariant()
63 ImmutableSet<ModifierKey> offKeys = ImmutableSet.of(ModifierKey.OPTION); in testOfOnAndDontCareKeys_complex()
75 … ImmutableSet<ModifierKey> offKeys = ImmutableSet.of(ModifierKey.OPTION, ModifierKey.ALT_LEFT); in testOfOnAndDontCareKeysForComplexCombinationWithVariant()
84 ImmutableSet<ModifierKey> offKeys = ImmutableSet.of(ModifierKey.OPTION, ModifierKey.SHIFT, in testOfOnAndDontCareKeys_empty()
129 …KeyCombination combination2 = ModifierKeyCombination.ofOnKeys(ImmutableSet.of(ModifierKey.OPTION)); in testCompareToForOnKeys()
145 ModifierKey.CONTROL_LEFT, ModifierKey.OPTION)); in testCompareToForComplexOnKeys()
147 ModifierKey.CONTROL, ModifierKey.SHIFT, ModifierKey.OPTION)); in testCompareToForComplexOnKeys()
172 ImmutableSet.of(ModifierKey.OPTION), ImmutableSet.of(ModifierKey.CONTROL)); in testCompareToWithDontCares()
[all …]
DModifierKeySimplifierTest.java30 ModifierKey.OPTION, ModifierKey.SHIFT, ModifierKey.COMMAND, ModifierKey.CAPSLOCK); in testSimplifyInputWithBase()
39 ImmutableSet<ModifierKey> offKeys = ImmutableSet.of(ModifierKey.CONTROL, ModifierKey.OPTION, in testSimplifyInputWithParentOn()
61 ModifierKey.OPTION, ModifierKey.CAPSLOCK, ModifierKey.COMMAND); in testSimplifyInputWithBothChildrenOn()
70 ModifierKey.OPTION, ModifierKey.CAPSLOCK, ModifierKey.COMMAND); in testSimplifyInputWithParentDontCare()
80 ModifierKey.OPTION, ModifierKey.CAPSLOCK, ModifierKey.COMMAND); in testSimplifyInputWithParentDontCareAndChildOn()
89 ModifierKey.CONTROL_LEFT, ModifierKey.ALT, ModifierKey.OPTION, ModifierKey.CAPSLOCK, in testSimplifyInputWithChildDontCare()
101 ModifierKey.OPTION, ModifierKey.CAPSLOCK, ModifierKey.COMMAND); in testSimplifyInputWithAllThreeKeysPresent()
149 ImmutableSet.of(ModifierKey.OPTION, ModifierKey.CAPSLOCK, ModifierKey.SHIFT_LEFT)); in testSimplifyToStringWithComplexCombination()
221 EnumSet.of(ModifierKey.SHIFT, ModifierKey.ALT_RIGHT), EnumSet.of(ModifierKey.OPTION)); in testSimplifySetWithParentOffKey()
227 EnumSet.of(ModifierKey.SHIFT, ModifierKey.ALT_RIGHT), EnumSet.of(ModifierKey.OPTION)); in testSimplifySetWithParentOffKey()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Ddisable-tail-calls.ll1 ; RUN: llc < %s -mtriple=x86_64-- | FileCheck %s --check-prefix=NO-OPTION
8 ; NO-OPTION-LABEL: {{\_?}}func_attr
9 ; NO-OPTION: callq {{\_?}}callee
23 ; NO-OPTION-LABEL: {{\_?}}func_noattr
24 ; NO-OPTION: jmp {{\_?}}callee
/external/llvm/test/CodeGen/X86/
Ddisable-tail-calls.ll1 ; RUN: llc < %s -march x86-64 | FileCheck %s --check-prefix=NO-OPTION
8 ; NO-OPTION-LABEL: {{\_?}}func_attr
9 ; NO-OPTION: callq {{\_?}}callee
23 ; NO-OPTION-LABEL: {{\_?}}func_noattr
24 ; NO-OPTION: jmp {{\_?}}callee
/external/ltp/testcases/kernel/tracing/dynamic_debug/
Ddynamic_debug01.sh107 OPTION="$1"
111 do_flag "+p" "$OPTION" "$INPUT_LINE"
113 do_flag "+flmt" "$OPTION" "$INPUT_LINE"
114 do_flag "-flmt" "$OPTION" "$INPUT_LINE"
116 do_flag "-p" "$OPTION" "$INPUT_LINE"
/external/ppp/pppd/plugins/radius/
Dconfig.c31 static OPTION *find_option(char *optname, unsigned int type) in find_option()
53 static int set_option_str(char *filename, int line, OPTION *option, char *p) in set_option_str()
63 static int set_option_int(char *filename, int line, OPTION *option, char *p) in set_option_int()
83 static int set_option_srv(char *filename, int line, OPTION *option, char *p) in set_option_srv()
133 static int set_option_auo(char *filename, int line, OPTION *option, char *p) in set_option_auo()
190 OPTION *option; in rc_read_config()
269 OPTION *option; in rc_conf_str()
280 OPTION *option; in rc_conf_int()
291 OPTION *option; in rc_conf_srv()
/external/libcap-ng/libcap-ng-0.7/m4/
Dltoptions.m417 # _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
23 # _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
25 # Set option OPTION-NAME for macro MACRO-NAME, and if there is a
26 # matching handler defined, dispatch to it. Other OPTION-NAMEs are
36 # _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
38 # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
43 # _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)
45 # Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
56 # _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)
58 # OPTION-LIST is a space-separated list of Libtool options associated
[all …]
/external/libexif/auto-m4/
Dltoptions.m417 # _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
23 # _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
25 # Set option OPTION-NAME for macro MACRO-NAME, and if there is a
26 # matching handler defined, dispatch to it. Other OPTION-NAMEs are
36 # _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
38 # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
43 # _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)
45 # Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
56 # _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)
58 # OPTION-LIST is a space-separated list of Libtool options associated
[all …]
/external/speex/m4/
Dltoptions.m417 # _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
23 # _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
25 # Set option OPTION-NAME for macro MACRO-NAME, and if there is a
26 # matching handler defined, dispatch to it. Other OPTION-NAMEs are
36 # _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
38 # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
43 # _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)
45 # Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
56 # _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)
58 # OPTION-LIST is a space-separated list of Libtool options associated
[all …]
/external/libnfnetlink/m4/
Dltoptions.m417 # _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
23 # _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
25 # Set option OPTION-NAME for macro MACRO-NAME, and if there is a
26 # matching handler defined, dispatch to it. Other OPTION-NAMEs are
36 # _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
38 # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
43 # _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)
45 # Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
56 # _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)
58 # OPTION-LIST is a space-separated list of Libtool options associated
[all …]
/external/libusb-compat/m4/
Dltoptions.m416 # _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
22 # _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
24 # Set option OPTION-NAME for macro MACRO-NAME, and if there is a
25 # matching handler defined, dispatch to it. Other OPTION-NAMEs are
35 # _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
37 # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
42 # _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)
44 # Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
55 # _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)
57 # OPTION-LIST is a space-separated list of Libtool options associated
[all …]
/external/lmfit/m4/
Dltoptions.m417 # _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
23 # _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
25 # Set option OPTION-NAME for macro MACRO-NAME, and if there is a
26 # matching handler defined, dispatch to it. Other OPTION-NAMEs are
36 # _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
38 # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
43 # _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)
45 # Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
56 # _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)
58 # OPTION-LIST is a space-separated list of Libtool options associated
[all …]
/external/libnetfilter_conntrack/m4/
Dltoptions.m417 # _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
23 # _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
25 # Set option OPTION-NAME for macro MACRO-NAME, and if there is a
26 # matching handler defined, dispatch to it. Other OPTION-NAMEs are
36 # _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
38 # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
43 # _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)
45 # Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
56 # _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)
58 # OPTION-LIST is a space-separated list of Libtool options associated
[all …]
/external/python/cpython2/Modules/_ctypes/libffi/m4/
Dltoptions.m417 # _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
23 # _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
25 # Set option OPTION-NAME for macro MACRO-NAME, and if there is a
26 # matching handler defined, dispatch to it. Other OPTION-NAMEs are
36 # _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
38 # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
43 # _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)
45 # Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
56 # _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)
58 # OPTION-LIST is a space-separated list of Libtool options associated
[all …]
/external/google-breakpad/m4/
Dltoptions.m416 # _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
22 # _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
24 # Set option OPTION-NAME for macro MACRO-NAME, and if there is a
25 # matching handler defined, dispatch to it. Other OPTION-NAMEs are
35 # _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
37 # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
42 # _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)
44 # Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
55 # _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)
57 # OPTION-LIST is a space-separated list of Libtool options associated
[all …]
/external/pcre/dist2/m4/
Dltoptions.m417 # _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
23 # _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
25 # Set option OPTION-NAME for macro MACRO-NAME, and if there is a
26 # matching handler defined, dispatch to it. Other OPTION-NAMEs are
36 # _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
38 # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
43 # _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)
45 # Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
56 # _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)
58 # OPTION-LIST is a space-separated list of Libtool options associated
[all …]
/external/libevent/m4/
Dltoptions.m417 # _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
23 # _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
25 # Set option OPTION-NAME for macro MACRO-NAME, and if there is a
26 # matching handler defined, dispatch to it. Other OPTION-NAMEs are
36 # _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
38 # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
43 # _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)
45 # Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
56 # _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)
58 # OPTION-LIST is a space-separated list of Libtool options associated
[all …]
/external/libpng/scripts/
Dltoptions.m417 # _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
23 # _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
25 # Set option OPTION-NAME for macro MACRO-NAME, and if there is a
26 # matching handler defined, dispatch to it. Other OPTION-NAMEs are
36 # _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
38 # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
43 # _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)
45 # Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
56 # _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)
58 # OPTION-LIST is a space-separated list of Libtool options associated
[all …]

1234567