Home
last modified time | relevance | path

Searched refs:product_name (Results 1 - 22 of 22) sorted by relevance

/third_party/mesa3d/ohos/
H A Dmeson_cross_process.py100 def generate_pc_file(file_raw, project_dir, product_name):
109 raw_content = raw_content.replace("ohos-arm-release", product_name)
113 def process_pkgconfig(project_dir, product_name):
118 generate_pc_file(template_dir + '/' + template, project_dir, product_name)
/third_party/backends/backend/
H A Dcardscan.c483 s->product_name = "800c"; in attach_one()
486 s->product_name = "600c"; in attach_one()
490 s->product_name = "Unknown"; in attach_one()
496 s->product_name = "800c"; in attach_one()
500 s->product_name = "Unknown"; in attach_one()
506 s->product_name = "Unknown"; in attach_one()
510 s->vendor_name, s->product_name, s->device_name); in attach_one()
562 s->sane.model = s->product_name; in attach_one()
H A Dstv680.h103 const char *product_name; /* name on the box */ member
H A Dcardscan.h47 char * product_name; member
H A Dkodak.h58 char product_name[17]; /* null-term data returned by SCSI inquiry.*/ member
H A Dkodak.c420 s->sane.model = s->product_name; in attach_one()
509 get_I_product (in, s->product_name); in init_inquire()
514 s->product_name[16] = 0; in init_inquire()
521 for (i = 15; s->product_name[i] == ' ' && i >= 0; i--) in init_inquire()
522 s->product_name[i] = 0; in init_inquire()
535 s->vendor_name, s->product_name, s->version_name, s->build_name, in init_inquire()
H A Dstv680.c970 dev->sane.model = dev->hw->product_name; in attach_vidcam()
/third_party/node/tools/gyp/pylib/gyp/
H A Dxcode_ninja.py71 product_name = old_spec.get("product_name", target_name)
76 ninja_target["product_name"] = product_name
H A 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)
2592 # really should just add a product_name setting that doesn't include
2594 # target_name = 'libevent', product_name = 'event'
2596 product_name = self._properties["productName"]
2598 if prefix_len and (product_name[:prefix_len] == prefix):
2599 product_name = product_name[prefix_le
[all...]
H A Dxcode_emulation.py288 return self.spec.get("product_name", self.spec["target_name"])
489 target = self.spec.get("product_name", target)
497 return self.spec.get("product_name", self.spec["target_name"])
1135 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/
H A Dxcode_ninja.py71 product_name = old_spec.get("product_name", target_name)
76 ninja_target["product_name"] = product_name
H A Dxcodeproj_file.py2566 product_name = self._properties["productName"]
2567 product_name += suffix
2569 self.SetProperty("productName", product_name)
2570 self.SetBuildSetting("PRODUCT_NAME", product_name)
2590 # really should just add a product_name setting that doesn't include
2592 # target_name = 'libevent', product_name = 'event'
2594 product_name = self._properties["productName"]
2596 if prefix_len and (product_name[:prefix_len] == prefix):
2597 product_name = product_name[prefix_le
[all...]
H A Dxcode_emulation.py288 return self.spec.get("product_name", self.spec["target_name"])
489 target = self.spec.get("product_name", target)
497 return self.spec.get("product_name", self.spec["target_name"])
1132 product_name = self.GetFullProductName()
1137 source = os.path.join("${BUILT_PRODUCTS_DIR}", product_name)
1139 xctest_destination = os.path.join(test_host, "PlugIns", product_name)
1184 targets = [os.path.join(plugin_dir, product_name), test_host]
1208 os.path.join("${BUILT_PRODUCTS_DIR}", product_name),
/third_party/gn/src/gn/
H A Dxcode_object.cc722 const std::string& product_name, in PBXNativeTarget()
727 product_name_(product_name) { in PBXNativeTarget()
866 std::string product_name = ext_offset != std::string::npos in AddNativeTarget() local
874 attributes["PRODUCT_NAME"] = product_name; in AddNativeTarget()
878 name, shell_script, configs_, attributes, output_type, product_name, in AddNativeTarget()
717 PBXNativeTarget(const std::string& name, const std::string& shell_script, const std::vector<std::string>& configs, const PBXAttributes& attributes, const std::string& product_type, const std::string& product_name, const PBXFileReference* product_reference) PBXNativeTarget() argument
H A Dxcode_object.h346 const std::string& product_name,
/third_party/ffmpeg/tests/fate/
H A Dmxf.mak49 fate-mxf-d10-user-comments: CMD = transcode mxf $(TARGET_SAMPLES)/mxf/Avid-00005.mxf mxf_d10 "-c:v mpeg2video -b:v 30000k -minrate:v 30000k -maxrate:v 30000k -bufsize:v 30000k -rc_init_occupancy 30000k -vf scale=w=1280:h=720 -an -metadata comment_test=value -metadata company_name=FATE-company -metadata product_name=FATE-test -metadata product_version=3.14159 -store_user_comments 1" "-c copy -frames:v 5" "-show_entries format_tags"
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Dcmake.py930 product_name = spec.get("product_name", default_product_name)
942 product_name,
947 cmake_target_output_basename = product_prefix + product_name + product_ext
H A Dmsvs.py1353 product_name = spec.get("product_name", "$(ProjectName)")
1354 out_file = ntpath.join(out_dir, prefix + product_name + suffix)
3152 product_name = spec.get("product_name", "$(ProjectName)")
3153 target_name = prefix + product_name
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dcmake.py930 product_name = spec.get("product_name", default_product_name)
939 product_name,
944 cmake_target_output_basename = product_prefix + product_name + product_ext
H A Dmsvs.py1351 product_name = spec.get("product_name", "$(ProjectName)")
1352 out_file = ntpath.join(out_dir, prefix + product_name + suffix)
3156 product_name = spec.get("product_name", "$(ProjectName)")
3157 target_name = prefix + product_name
/third_party/libinput/src/
H A Dquirks.c406 char sys_vendor[LEN], product_name[LEN], product_version[LEN]; in init_dmi_freebsd() local
415 kenv(KENV_GET, "smbios.system.product", product_name, LEN); in init_dmi_freebsd()
442 bios_vendor, bios_version, bios_date, sys_vendor, product_name, in init_dmi_freebsd()
/third_party/alsa-utils/alsa-info/
H A Dalsa-info.sh438 DMI_SYSTEM_PRODUCT_NAME=$(cat /sys/class/dmi/id/product_name 2>/dev/null)

Completed in 39 milliseconds