/aosp_15_r20/external/cronet/components/cronet/tools/ |
H A D | cr_cronet.py | 33 def test(out_dir, extra_options): argument 39 run([out_dir + '/bin/run_cronet_test_instrumentation_apk'] + extra_options) 45 def unittest(out_dir, extra_options): argument 46 return run([out_dir + '/bin/run_cronet_unittests_android'] + extra_options) 49 def debug(extra_options): argument 53 ] + extra_options) 94 options, extra_options = parser.parse_known_args() 96 print("Extra options:", extra_options) 131 return build(out_dir, test_target, extra_options) 137 return install(out_dir) or test(out_dir, extra_options) [all …]
|
H A D | utils.py | 38 def run_shell(command, extra_options=''): argument 44 command = command + ' ' + extra_options 101 def build(out_dir, build_target, extra_options=None): argument 104 Runs `autoninja -C |out_dir| |build_target| |extra_options|` which will build 112 if extra_options: 113 cmd += extra_options
|
H A D | generate_idl_bindings.py | 13 def run(command, extra_options=''): argument 14 command = command + ' ' + extra_options
|
/aosp_15_r20/external/yapf/yapftests/ |
H A D | yapf_test.py | 408 extra_options=None, argument 418 extra_options: iterable of extra command-line options to pass to yapf 421 cmdline = YAPF_BINARY + (extra_options or []) 516 extra_options=['--style=yapf']) 536 extra_options=['--style={0}'.format(stylepath)]) 555 extra_options=['--style={0}'.format(stylepath)]) 612 extra_options=['--lines', '1-2']) 632 extra_options=['--lines', '5-5']) 807 extra_options=['--lines', '1-2']) 844 extra_options=['--lines', '3-3', '--lines', '13-13']) [all …]
|
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/ssh/ |
D | formatter.py | 105 extra_options={}): argument 115 extra_options: Extra options to include. 122 for extra_option_name in extra_options: 123 options[extra_option_name] = extra_options[extra_option_name] 143 extra_options={}): argument 153 extra_options: Extra options to include in the settings. 159 extra_options) 194 extra_options={}): argument 206 extra_options: Extra options to include with the settings. 210 extra_options)
|
D | connection.py | 129 extra_options = { 139 extra_options=extra_options) 195 extra_options = {'BatchMode': True} 197 extra_options['ControlPath'] = self.socket_path 203 full_command, env, self._settings, extra_options=extra_options) 356 extra_options = dict() 358 extra_options['ControlPath'] = self.socket_path 362 extra_options=extra_options)
|
/aosp_15_r20/external/harfbuzz_ng/test/shape/ |
H A D | run-tests.py | 88 extra_options = ["--shaper=ot"] variable 90 extra_options.append("--verify") 91 extra_options.append("--unsafe-to-concat") 114 …glyphs1 = shape_cmd ([fontfile, "--font-funcs=ot"] + extra_options + ["--unicodes", unicodes] + op… 116 …glyphs1 = shape_cmd ([fontfile, "--font-funcs=ft"] + extra_options + ["--unicodes", unicodes] + op… 117 …glyphs2 = shape_cmd ([fontfile, "--font-funcs=ot"] + extra_options + ["--unicodes", unicodes] + op…
|
/aosp_15_r20/art/tools/ |
H A D | art | 337 EXTRA_OPTIONS=(-Xjitwarmupthreshold:4000 -Xjitthreshold:10000 -XX:+DisableEagerlyReleaseExplicitGC) 364 EXTRA_OPTIONS+=(-XX:SlowDebug=true) 612 EXTRA_OPTIONS+=("-Xbootclasspath:$DEX2OAT_BCP") 615 EXTRA_OPTIONS+=("-Xbootclasspath-locations:$DEX2OAT_BCP_LOCS") 625 EXTRA_OPTIONS+=(-Xcompiler-option --generate-debug-info) 629 EXTRA_OPTIONS+=(-XjdwpProvider:none) 638 EXTRA_OPTIONS+=("$@") 652 ${EXTRA_OPTIONS[@]} \ 688 run_art "${EXTRA_OPTIONS[@]}"
|
/aosp_15_r20/external/intel-media-driver/cmrtlib/ |
H A D | build_linux.sh | 129 EXTRA_OPTIONS= 141 EXTRA_OPTIONS="export CFLAGS=-m64 CXXFLAGS=-m64" 148 EXTRA_OPTIONS="export CFLAGS=-m32 CXXFLAGS=-m32" 193 echo "executing : $EXTRA_OPTIONS cmake" $CMAKE_ROOT 196 $EXTRA_OPTIONS
|
/aosp_15_r20/packages/apps/UniversalMediaPlayer/java/com/android/pump/activity/ |
D | ActivityStarterActivity.java | 40 private static final String EXTRA_OPTIONS = field in ActivityStarterActivity 41 "com.android.pump.activity.ActivityStarterActivity.EXTRA_OPTIONS"; 49 wrapperIntent.putExtra(EXTRA_OPTIONS, options); in createStartIntent() 67 Bundle options = intent.getParcelableExtra(EXTRA_OPTIONS); in onCreate()
|
/aosp_15_r20/kernel/tests/tools/ |
H A D | fetch_artifact.sh | 58 EXTRA_OPTIONS= 68 EXTRA_OPTIONS+=" $i" 89 fetch_cli+="$EXTRA_OPTIONS"
|
H A D | launch_cvd.sh | 22 EXTRA_OPTIONS=() 117 EXTRA_OPTIONS+=("$(echo "$1" | sed -e "s/^[^=]*=//g")") # Use array append syntax 344 EXTRA_OPTIONS+=("$OPT_SKIP_PRERUNCHECK") 406 acloud_cli+=" ${EXTRA_OPTIONS[*]}"
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-3289846/bin/ |
D | asan_device_setup | 18 extra_options= 123 extra_options="$1" 331 if [[ x$extra_options != x ]] ; then 332 ASAN_OPTIONS="$ASAN_OPTIONS,$extra_options"
|
/aosp_15_r20/external/compiler-rt/lib/asan/scripts/ |
H A D | asan_device_setup | 18 extra_options= 123 extra_options="$1" 340 if [[ x$extra_options != x ]] ; then 341 ASAN_OPTIONS="$ASAN_OPTIONS,$extra_options"
|
/aosp_15_r20/external/libcxx/utils/google-benchmark/ |
H A D | .travis.yml | 146 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} ..
|
/aosp_15_r20/external/cronet/third_party/google_benchmark/src/ |
H A D | .travis.yml | 155 export EXTRA_OPTIONS="-DBENCHMARK_ENABLE_ASSEMBLY_TESTS=OFF"; 157 export EXTRA_OPTIONS=""; 200 …-DBENCHMARK_DOWNLOAD_DEPENDENCIES=ON -DBENCHMARK_BUILD_32_BITS=${BUILD_32_BITS} ${EXTRA_OPTIONS} ..
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/clang/19/bin/ |
D | asan_device_setup | 17 extra_options= 122 extra_options="$1" 345 if [[ x$extra_options != x ]] ; then 346 ASAN_OPTIONS="$ASAN_OPTIONS,$extra_options"
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/clang/18/bin/ |
D | asan_device_setup | 17 extra_options= 122 extra_options="$1" 345 if [[ x$extra_options != x ]] ; then 346 ASAN_OPTIONS="$ASAN_OPTIONS,$extra_options"
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/clang/19/bin/ |
D | asan_device_setup | 17 extra_options= 122 extra_options="$1" 345 if [[ x$extra_options != x ]] ; then 346 ASAN_OPTIONS="$ASAN_OPTIONS,$extra_options"
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/clang/19/bin/ |
D | asan_device_setup | 17 extra_options= 122 extra_options="$1" 345 if [[ x$extra_options != x ]] ; then 346 ASAN_OPTIONS="$ASAN_OPTIONS,$extra_options"
|
/aosp_15_r20/external/kmod/tools/ |
H A D | modprobe.c | 574 const char *extra_options) in insmod_insert() argument 587 extra_options, NULL, NULL, show); in insmod_insert() 615 const char *extra_options) in insmod() argument 657 err = insmod_insert(mod, flags, extra_options); in insmod() 662 err = insmod_insert(mod, flags, extra_options); in insmod()
|
/aosp_15_r20/cts/tests/framework/base/windowmanager/src/android/server/wm/activity/ |
H A D | ActivityRecordInputSinkTestsActivity.java | 36 static final String EXTRA_OPTIONS = "options"; field in ActivityRecordInputSinkTestsActivity 76 startActivity(activityIntent, intent.getBundleExtra(EXTRA_OPTIONS));
|
/aosp_15_r20/packages/modules/Virtualization/guest/authfs/src/fusefs/ |
D | mount.rs | 38 extra_options: &Option<String>, in mount_and_enter_message_loop() 55 if let Some(value) = extra_options { in mount_and_enter_message_loop()
|
/aosp_15_r20/external/libchrome/build/android/pylib/ |
H A D | valgrind_tools.py | 36 EXTRA_OPTIONS = 'strict_memcmp=0,use_sigaltstack=1' variable in AddressSanitizerTool 56 '--extra-options', AddressSanitizerTool.EXTRA_OPTIONS])
|
/aosp_15_r20/external/android_onboarding/java/com/android/onboarding/contracts/authmanaged/ |
H A D | EmmContract.kt | 189 intent[EXTRAS.EXTRA_OPTIONS] = value::options in write() 197 override val options by parcelable<Bundle>(EXTRAS.EXTRA_OPTIONS) or Bundle.EMPTY in read()
|