Home
last modified time | relevance | path

Searched refs:product_name (Results 1 – 25 of 41) sorted by relevance

12

/third_party/mesa3d/ohos/
Dmeson_cross_process.py100 def generate_pc_file(file_raw, project_dir, product_name): argument
109 raw_content = raw_content.replace("ohos-arm-release", product_name)
113 def process_pkgconfig(project_dir, product_name): argument
118 generate_pc_file(template_dir + '/' + template, project_dir, product_name)
/third_party/alsa-lib/
DREADME_zh.md34 需要在各自产品的Linux kernel配置文件中打开对应开关,路径如下:其中${product_name}表示您的产品名称
36 kernel/linux/config/linux-5.10/arch/arm64/configs/${product_name}_standard_defconfig
49 需要在各自产品配置文件中打开对应开关,路径如下:其中${product_company}表示您的企业名称,${product_name}表示您的产品名称
52 /vendor/${product_company}/${product_name}/config.json
/third_party/cef/libcef/common/
Dcrash_reporter_client.h51 std::wstring* product_name,
58 void GetProductNameAndVersion(const char** product_name,
60 void GetProductNameAndVersion(std::string* product_name,
Dcrash_reporter_client.cc579 std::wstring* product_name, in GetProductNameAndVersion() argument
583 *product_name = base::ASCIIToWide(product_name_); in GetProductNameAndVersion()
605 void CefCrashReporterClient::GetProductNameAndVersion(const char** product_name, in GetProductNameAndVersion() argument
607 *product_name = product_name_.c_str(); in GetProductNameAndVersion()
611 void CefCrashReporterClient::GetProductNameAndVersion(std::string* product_name, in GetProductNameAndVersion() argument
614 *product_name = product_name_; in GetProductNameAndVersion()
/third_party/cef/patch/patches/
Dcrashpad_1995.patch160 GetCrashReporterClient()->GetProductNameAndVersion(&product_name, &version);
163 - writer.AddPairString("prod", product_name);
164 + writer.AddPairString("product", product_name);
238 void CrashReporterClient::GetProductNameAndVersion(const char** product_name,
241 @@ -98,6 +98,7 @@ void CrashReporterClient::GetProductNameAndVersion(std::string* product_name,
406 + const char* product_name = "";
408 + crash_reporter_client->GetProductNameAndVersion(&product_name,
411 + if (strlen(product_name) == 0) {
426 + process_annotations["product"] = product_name;
490 std::wstring product_name, version, special_build, channel_name;
[all …]
/third_party/node/tools/gyp/pylib/gyp/
Dxcodeproj_file.py2568 product_name = self._properties["productName"]
2569 product_name += suffix
2571 self.SetProperty("productName", product_name)
2572 self.SetBuildSetting("PRODUCT_NAME", product_name)
2596 product_name = self._properties["productName"]
2598 if prefix_len and (product_name[:prefix_len] == prefix):
2599 product_name = product_name[prefix_len:]
2600 self.SetProperty("productName", product_name)
2601 self.SetBuildSetting("PRODUCT_NAME", product_name)
2606 "path": prefix + product_name + suffix,
Dxcode_ninja.py71 product_name = old_spec.get("product_name", target_name)
76 ninja_target["product_name"] = product_name
Dxcode_emulation.py1135 product_name = self.GetFullProductName()
1140 source = os.path.join("${BUILT_PRODUCTS_DIR}", product_name)
1142 xctest_destination = os.path.join(test_host, "PlugIns", product_name)
1187 targets = [os.path.join(plugin_dir, product_name), test_host]
1211 os.path.join("${BUILT_PRODUCTS_DIR}", product_name),
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
Dxcodeproj_file.py2568 product_name = self._properties["productName"]
2569 product_name += suffix
2571 self.SetProperty("productName", product_name)
2572 self.SetBuildSetting("PRODUCT_NAME", product_name)
2596 product_name = self._properties["productName"]
2598 if prefix_len and (product_name[:prefix_len] == prefix):
2599 product_name = product_name[prefix_len:]
2600 self.SetProperty("productName", product_name)
2601 self.SetBuildSetting("PRODUCT_NAME", product_name)
2606 "path": prefix + product_name + suffix,
Dxcode_ninja.py71 product_name = old_spec.get("product_name", target_name)
76 ninja_target["product_name"] = product_name
Dxcode_emulation.py1135 product_name = self.GetFullProductName()
1140 source = os.path.join("${BUILT_PRODUCTS_DIR}", product_name)
1142 xctest_destination = os.path.join(test_host, "PlugIns", product_name)
1187 targets = [os.path.join(plugin_dir, product_name), test_host]
1211 os.path.join("${BUILT_PRODUCTS_DIR}", product_name),
/third_party/ffmpeg/tests/ref/fate/
Dmxf-d10-user-comments19 TAG:product_name=FATE-test
Dmxf-probe-d10104 TAG:product_name=eVTR
Dmxf-probe-dv25141 TAG:product_name=TRMG
Dmxf-probe-applehdr10159 TAG:product_name=Compressor
Dmxf-probe-dnxhd179 TAG:product_name=Avid Media Composer 8.6.3.43955
/third_party/curl/packages/vms/
Dbuild_gnv_curl_pcsi_text.com66 $ product_name = " ''majorver'.''minorver'"
68 $ product_name = " ''majorver'.''minorver'-''updatepatch'"
Dpcsi_product_gnv_curl.com118 $ product_name = f$element(2, "-", kit_name)
Dbuild_gnv_curl_pcsi_desc.com88 $ product_name = " ''majorver'.''minorver'"
90 $ product_name = " ''majorver'.''minorver'-''updatepatch'"
/third_party/mbedtls/
Dmbedtls.gni151 if (product_name == "generic_m55_arm_32_bes_aurora_wear_mini_application") {
153 } else if (product_name ==
/third_party/gn/src/gn/
Dxcode_object.cc694 const std::string& product_name, in PBXNativeTarget() argument
699 product_name_(product_name) { in PBXNativeTarget()
842 std::string product_name = ext_offset != std::string::npos in AddNativeTarget() local
850 attributes["PRODUCT_NAME"] = product_name; in AddNativeTarget()
854 name, shell_script, config_name_, attributes, output_type, product_name, in AddNativeTarget()
/third_party/python/Lib/distutils/command/
Dbdist_msi.py246 product_name = "Python %s %s" % (self.target_version, fullname)
248 product_name = "Python %s" % (fullname)
250 product_name, msilib.gen_uuid(),
/third_party/cef/libcef/browser/alloy/
Dalloy_browser_main.cc172 config->product_name = l10n_util::GetStringUTF8(IDS_PRODUCT_NAME); in PostCreateMainMessageLoop()
/third_party/nghttp2/lib/
DBUILD.gn134 if (product_name != "ohos-sdk") {
/third_party/ffmpeg/tests/fate/
Dmxf.mak49 …data comment_test=value -metadata company_name=FATE-company -metadata product_name=FATE-test -meta…

12