Home
last modified time | relevance | path

Searched refs:target_cpu (Results 1 - 14 of 14) 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)
/foundation/arkui/napi/jsvm/
H A Dbuild_jsvm.sh27 options="$(getopt -o h "help,sysroot:,node_path:,prefix:,target_cpu:,base_path:" -- "$@")" || usage
37 echo "--target_cpu <arm/arm64> Cross-compile CPU types."
83 --target_cpu)
/test/testfwk/developer_test/local_coverage/
H A Dutils.py77 target_cpu = json_obj["target_cpu"]
78 return target_cpu
/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.)";
/test/testfwk/developer_test/src/core/
H A Dutils.py177 target_cpu = para_dic.get("target_cpu", "")
178 if target_cpu == "arm":
/test/testfwk/developer_test/local_coverage/interface_coverage/
H A Dget_innerkits_json.py34 def gen_parts_info_json(folder_list, output_json_path, target_cpu):
41 data_dict[folder_str] = f"innerkits/ohos-{target_cpu}/{folder_str}"
/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