Searched refs:target_cpu (Results 1 - 10 of 10) sorted by relevance
/third_party/skia/platform_tools/android/bin/ |
H A D | android_build_app | 22 target_cpu = "arm64" variable 31 m = re.match('target_cpu *= *"(.*)"', line.strip()) 33 target_cpu = m.group(1) variable 37 ':' + args.app_name + ':assemble' + target_cpu + android_buildtype, 39 '-P' + target_cpu + '.out.dir=' + os.path.abspath(args.output_dir)] 51 target_cpu, android_buildtype, 52 args.app_name + "-" + target_cpu + "-" + android_buildtype + ".apk")
|
H A D | android_build_universal_viewer | 10 target_cpu = "$ARCH"
|
/third_party/gn/examples/ios/build/config/ios/scripts/ |
H A D | sdk_info.py | 24 def GetAppleCpuName(target_cpu): 25 """Returns the name of the |target_cpu| using Apple's convention.""" 30 }.get(target_cpu, target_cpu) 83 def GetSDKInfoForCpu(target_cpu, environment, sdk_version, deployment_target): 89 target = target_cpu + '-apple-ios' + deployment_target 148 GetAppleCpuName(args.target_cpu), args.target_environment,
|
/third_party/node/deps/v8/tools/v8windbg/ |
H A D | copy-prereqs.py | 18 vs_toolchain_dir, target_dir, target_cpu = sys.argv[1:] 28 full_path = os.path.join(win_sdk_dir, 'Debuggers', target_cpu, debug_file)
|
/third_party/gn/src/gn/ |
H A D | function_set_default_toolchain.cc | 47 if (target_cpu == "x64") { 49 } else if (target_cpu == "x86") {
|
H A D | command_args.cc | 485 gn args out/Debug --list=target_cpu 486 Prints information about the "target_cpu" argument for the "
|
H A D | function_toolchain.cc | 172 if (target_cpu == "x64") { 178 if (target_cpu == "x86") {
|
H A D | variables.cc | 98 const char kTargetCpu[] = "target_cpu"; 100 "target_cpu: [string] The desired cpu architecture for the build."; 102 R"(target_cpu: The desired cpu architecture for the build. 112 "target_cpu" most of the time. 236 See "gn help target_cpu" for a list of common values returned.)";
|
/third_party/gn/misc/vim/syntax/ |
H A D | gn.vim | 22 syn keyword gnPredefVar target_cpu target_gen_dir target_out_dir
|
/third_party/node/deps/v8/tools/unittests/ |
H A D | run_tests_test.py | 348 is_msan=True, is_tsan=True, is_ubsan_vptr=True, target_cpu='x86',
|
Completed in 8 milliseconds