Home
last modified time | relevance | path

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

12

/external/llvm-project/lldb/test/API/functionalities/breakpoint/move_nearest/
DTestMoveNearest.py41 loc_exact=True, extra_options="-m 1")
43 loc_exact=True, extra_options="-m 1")
47 loc_exact=True, extra_options="-m 0")
49 loc_exact=True, extra_options="-m 0")
56 self.line_main-1, extra_options="-m 1")
59 self.line_main, extra_options="-m 1")
62 self.line_main+1, extra_options="-m 1")
65 self.line_main+2, extra_options="-m 1")
69 self.line_between, extra_options="-m 1", num_expected_locations=0)
/external/oss-fuzz/projects/relic/
Dbuild.sh65 rm extra_options.h
66 echo -n '"' >>extra_options.h
67 echo -n '--force-module=relic ' >>extra_options.h
68 …PrivateToPublic,ECC_ValidatePubkey,ECDSA_Sign,ECDSA_Verify,Digest,HMAC,KDF_X963 ' >>extra_options.h
69 echo -n '--curves=secp256k1,secp256r1 ' >>extra_options.h
70 echo -n '--digests=NULL,SHA224,SHA256,SHA384,SHA512,BLAKE2S160,BLAKE2S256 ' >>extra_options.h
71 …,IsOdd,IsZero,Jacobi,LCM,LShift1,Mod,Mul,Neg,NumBits,RShift,SetBit,Sqr,Sqrt,Sub ' >>extra_options.h
72 echo -n '"' >>extra_options.h
/external/yapf/yapftests/
Dyapf_test.py389 extra_options=None, argument
402 cmdline = YAPF_BINARY + (extra_options or [])
495 extra_options=['--style=chromium'])
515 extra_options=['--style={0}'.format(stylepath)])
571 extra_options=['--lines', '1-2'])
591 extra_options=['--lines', '5-5'])
764 extra_options=['--lines', '1-2'])
801 extra_options=['--lines', '3-3', '--lines', '13-13'])
813 unformatted_code, unformatted_code, extra_options=['--lines', '2-2'])
833 extra_options=['--lines', '1-1'])
[all …]
/external/oss-fuzz/projects/bearssl/
Dbuild.sh34 rm extra_options.h
35 echo -n '"' >>extra_options.h
36 echo -n '--force-module=BearSSL ' >>extra_options.h
37 …o -n '--digests=MD5,SHA1,SHA224,SHA256,SHA384,SHA512,MD5_SHA1,SHAKE128,SHAKE256 ' >>extra_options.h
38 …_GCM,AES_256_GCM,AES_128_CCM,AES_192_CCM,AES_256_CCM,CHACHA20,CHACHA20_POLY1305 ' >>extra_options.h
39 …KDF,KDF_TLS1_PRF,ECC_GenerateKeyPair,ECC_PrivateToPublic,ECDSA_Verify,ECDSA_Sign' >>extra_options.h
40 echo -n '"' >>extra_options.h
/external/oss-fuzz/projects/wolfssl/
Dbuild.sh41 rm extra_options.h
42 echo -n '"' >>extra_options.h
43 echo -n '--force-module=wolfCrypt-OpenSSL ' >>extra_options.h
44 echo -n '"' >>extra_options.h
74 rm extra_options.h
75 echo -n '"' >>extra_options.h
76 echo -n '--force-module=wolfCrypt ' >>extra_options.h
77 echo -n '--digests=NULL ' >>extra_options.h
78 …C_GenerateKeyPair,ECC_PrivateToPublic,ECC_ValidatePubkey,ECDSA_Verify,ECDSA_Sign' >>extra_options.h
79 echo -n '"' >>extra_options.h
/external/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_options/
DTestBreakpointOptions.py37 extra_options="-K 1",
43 extra_options="-K 0",
87 extra_options="-L c++",
95 extra_options="-L c",
/external/harfbuzz_ng/test/shaping/
Drun-tests.py84 extra_options = ["--shaper=ot"] variable
86 extra_options.append("--verify")
95 (hb_shape, fontfile, ' '.join(extra_options), options, unicodes))
104 fontfile] + extra_options + ["--unicodes",
108 fontfile] + extra_options + ["--unicodes",
/external/llvm-project/lldb/utils/lui/
Dlldbutil.py325 extra_options=None, argument
345 if extra_options:
346 command += " " + extra_options
370 extra_options=None, argument
382 if extra_options:
383 command += " " + extra_options
406 extra_options=None, argument
416 if extra_options:
417 command += " " + extra_options
441 extra_options=None, argument
[all …]
/external/llvm-project/lldb/test/API/lang/c/conflicting-symbol/
DTestConflictingSymbol.py36 extra_options='-f One.c', num_expected_locations=-2)
38 extra_options='-f Two.c', num_expected_locations=-2)
40 extra_options='-f main.c', num_expected_locations=1)
108 extra_options='-f main.c', num_expected_locations=1)
/external/llvm-project/lldb/packages/Python/lldbsuite/test/
Dlldbutil.py372 extra_options=None, argument
377 if extra_options is not None:
378 command += " " + extra_options
388 extra_options=None, argument
409 if extra_options:
410 command += " " + extra_options
434 extra_options=None, argument
446 if extra_options:
447 command += " " + extra_options
470 extra_options=None, argument
[all …]
/external/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_command/
DTestBreakpointCommand.py170 extra_options="-f a.c",
176 extra_options="-f a.c -f b.c",
183 extra_options="-f a.c -f b.c",
189 extra_options="-f a.c",
280 extra_options='-C bt -C "thread list" -C continue')
/external/llvm-project/lldb/test/API/arm/breakpoint-it/
DTestBreakpointIt.py26 extra_options="--skip-prologue 0")
40 extra_options="--skip-prologue 0")
/external/kmod/libkmod/python/kmod/
Dmodule.pyx118 def insert(self, flags=0, extra_options=None, install_callback=None, argument
125 tp.insert(extra_options='fan_control=1')
138 if extra_options:
139 opt = extra_options
/external/compiler-rt/lib/asan/scripts/
Dasan_device_setup18 extra_options=
123 extra_options="$1"
340 if [[ x$extra_options != x ]] ; then
341 ASAN_OPTIONS="$ASAN_OPTIONS,$extra_options"
/external/llvm-project/compiler-rt/lib/asan/scripts/
Dasan_device_setup17 extra_options=
122 extra_options="$1"
345 if [[ x$extra_options != x ]] ; then
346 ASAN_OPTIONS="$ASAN_OPTIONS,$extra_options"
/external/llvm-project/lldb/test/API/functionalities/tail_call_frames/cross_object/
DTestCrossObjectTailCalls.py29 extra_options='-f Two.c')
/external/llvm-project/lldb/test/API/functionalities/breakpoint/hardware_breakpoints/write_memory_with_hw_breakpoint/
DTestWriteMemoryWithHWBreakpoint.py38 extra_options="--hardware")
/external/llvm-project/lldb/test/API/functionalities/tail_call_frames/cross_dso/
DTestCrossDSOTailCalls.py34 extra_options='-f Two.c')
/external/ppp/pppd/
Dauth.c149 static struct wordlist *extra_options; variable
842 if (extra_options) {
843 options_from_list(extra_options, 1);
844 free_wordlist(extra_options);
845 extra_options = 0;
1853 if (extra_options != NULL)
1854 free_wordlist(extra_options);
1855 extra_options = opts;
Doptions.c191 static struct option_list *extra_options = NULL; variable
628 for (list = extra_options; list != NULL; list = list->next)
886 list->next = extra_options;
887 extra_options = list;
1035 for (list = extra_options; list != NULL; list = list->next)
/external/llvm-project/lldb/test/API/functionalities/breakpoint/auto_continue/
DTestBreakpointAutoContinue.py43 extra_options = extra_options_txt,
/external/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_ignore_count/
DTestBreakpointIgnoreCount.py55 extra_options='-i 1',
/external/pcre/dist2/src/
Dpcre2_compile.c1484 int *errorcodeptr, uint32_t options, uint32_t extra_options, BOOL isclass, in PRIV()
1521 if (c == CHAR_CR && (extra_options & PCRE2_EXTRA_ESCAPED_CR_IS_LF) != 0) in PRIV()
1585 ((options & PCRE2_ALT_BSUX) | (extra_options & PCRE2_EXTRA_ALT_BSUX)) != 0; in PRIV()
1623 (extra_options & PCRE2_EXTRA_ALT_BSUX) != 0) in PRIV()
1667 (extra_options & PCRE2_EXTRA_ALLOW_SURROGATE_ESCAPES) == 0) in PRIV()
1858 (extra_options & PCRE2_EXTRA_ALLOW_SURROGATE_ESCAPES) == 0) in PRIV()
1931 (extra_options & PCRE2_EXTRA_ALLOW_SURROGATE_ESCAPES) == 0) in PRIV()
2506 uint32_t extra_options = cb->cx->extra_options; in parse_regex() local
2530 if ((extra_options & PCRE2_EXTRA_MATCH_LINE) != 0) in parse_regex()
2535 else if ((extra_options & PCRE2_EXTRA_MATCH_WORD) != 0) in parse_regex()
[all …]
/external/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_conditions/
DTestBreakpointConditions.py56 extra_options="-c 'val == 3'",
/external/kmod/libkmod/
Dlibkmod.h178 unsigned int flags, const char *extra_options,

12