Home
last modified time | relevance | path

Searched refs:target_cpu (Results 1 - 10 of 10) sorted by relevance

/third_party/skia/platform_tools/android/bin/
H A Dandroid_build_app22 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 Dandroid_build_universal_viewer10 target_cpu = "$ARCH"
/third_party/gn/examples/ios/build/config/ios/scripts/
H A Dsdk_info.py24 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 Dcopy-prereqs.py18 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 Dfunction_set_default_toolchain.cc47 if (target_cpu == "x64") {
49 } else if (target_cpu == "x86") {
H A Dcommand_args.cc485 gn args out/Debug --list=target_cpu
486 Prints information about the "target_cpu" argument for the "
H A Dfunction_toolchain.cc172 if (target_cpu == "x64") {
178 if (target_cpu == "x86") {
H A Dvariables.cc98 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 Dgn.vim22 syn keyword gnPredefVar target_cpu target_gen_dir target_out_dir
/third_party/node/deps/v8/tools/unittests/
H A Drun_tests_test.py348 is_msan=True, is_tsan=True, is_ubsan_vptr=True, target_cpu='x86',

Completed in 8 milliseconds