Home
last modified time | relevance | path

Searched full:extra_options (Results 1 – 25 of 45) 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
399 extra_options: iterable of extra command-line options to pass to yapf
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'])
[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/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/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/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
394 If extra_options is not None, then we append it to the breakpoint set command.
409 if extra_options:
410 command += " " + extra_options
434 extra_options=None, argument
446 if extra_options:
447 command += " " + extra_options
[all …]
/external/llvm-project/lldb/utils/lui/
Dlldbutil.py325 extra_options=None, argument
331 If extra_options is not None, then we append it to the breakpoint set command.
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
[all …]
/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/llvm-project/lldb/test/API/arm/breakpoint-it/
DTestBreakpointIt.py26 extra_options="--skip-prologue 0")
40 extra_options="--skip-prologue 0")
/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/libcxx/utils/google-benchmark/
D.travis.yml146 export EXTRA_OPTIONS="-DBENCHMARK_ENABLE_ASSEMBLY_TESTS=OFF";
148 export EXTRA_OPTIONS="";
191 …-DBENCHMARK_DOWNLOAD_DEPENDENCIES=ON -DBENCHMARK_BUILD_32_BITS=${BUILD_32_BITS} ${EXTRA_OPTIONS} ..
/external/libcxx/utils/google-benchmark/
D.travis.yml146 export EXTRA_OPTIONS="-DBENCHMARK_ENABLE_ASSEMBLY_TESTS=OFF";
148 export EXTRA_OPTIONS="";
191 …-DBENCHMARK_DOWNLOAD_DEPENDENCIES=ON -DBENCHMARK_BUILD_32_BITS=${BUILD_32_BITS} ${EXTRA_OPTIONS} ..
/external/google-benchmark/
D.travis.yml178 export EXTRA_OPTIONS="-DBENCHMARK_ENABLE_ASSEMBLY_TESTS=OFF";
180 export EXTRA_OPTIONS="";
223 …-DBENCHMARK_DOWNLOAD_DEPENDENCIES=ON -DBENCHMARK_BUILD_32_BITS=${BUILD_32_BITS} ${EXTRA_OPTIONS} ..
/external/libchrome/build/android/pylib/
Dvalgrind_tools.py36 EXTRA_OPTIONS = 'strict_memcmp=0,use_sigaltstack=1' variable in AddressSanitizerTool
56 '--extra-options', AddressSanitizerTool.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/pcre/dist2/doc/
Dpcre2_set_compile_extra_options.311 .B " uint32_t \fIextra_options\fP);"
/external/llvm-project/lldb/test/API/functionalities/breakpoint/hardware_breakpoints/write_memory_with_hw_breakpoint/
DTestWriteMemoryWithHWBreakpoint.py38 extra_options="--hardware")
/external/pcre/dist2/doc/html/
Dpcre2_set_compile_extra_options.html23 <b> uint32_t <i>extra_options</i>);</b>
/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/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;
1832 * and leaves the following words in extra_options.
1853 if (extra_options != NULL)
1854 free_wordlist(extra_options);
1855 extra_options = opts;

12