Searched refs:image_name (Results 1 - 25 of 39) sorted by relevance

12

/external/oprofile/libpp/
H A Dsymbol_functors.cpp17 if (lhs.image_name != rhs.image_name)
18 return lhs.image_name < rhs.image_name;
H A Dimage_errors.cpp34 string image_name = extra.get_archive_path() + image;
36 if (reported_images_error.find(image_name) ==
38 reported_images_error.insert(image_name);
45 cerr << image_name << ' '; local
H A Dlocate_images.cpp127 string const extra_images::locate_image(string const & image_name, argument
133 string image = op_realpath(archive_path + image_name);
136 return fixup ? image : image_name;
141 return image_name;
150 string image = op_realpath(root_path + image_name);
153 return fixup ? image : image_name;
158 return image_name;
161 string const extra_images::find_image_path(string const & image_name, argument
166 string const image = locate_image(image_name, error, fixup);
180 return image_name;
[all...]
H A Ddiff_container.cpp30 if (lhs.image_name != rhs.image_name)
31 return lhs.image_name < rhs.image_name;
49 && (image_names.name(sym.image_name) != choice.image_name))
H A Dsymbol.cpp23 if (app_name != image_name)
H A Dlocate_images.h60 * @param image_name binary image name
63 * image_name and update error
69 std::string const find_image_path(std::string const & image_name,
86 std::string const locate_image(std::string const & image_name,
H A Dsymbol_container.cpp94 symbol_entry const * symbol_container::find_by_vma(string const & image_name, argument
101 image_names.name(it->image_name) == image_name)
H A Dsymbol_container.h55 /// find the symbol with the given image_name vma if any
56 symbol_entry const * find_by_vma(std::string const & image_name,
H A Dprofile_container.h69 /// Find a symbol from its image_name, vma, return zero if no symbol
71 symbol_entry const * find_symbol(std::string const & image_name,
99 std::string image_name; member in struct:profile_container::symbol_choice
H A Dprofile_container.cpp77 string const image_name = abfd.get_filename(); local
113 symb_entry.image_name = image_names.create(image_name);
176 && (image_names.name(it->image_name) != choice.image_name))
256 profile_container::find_symbol(string const & image_name, bfd_vma vma) const argument
258 return symbols->find_by_vma(image_name, vma);
/external/oprofile/daemon/liblegacy/
H A Dopd_parse_proc.c32 * @param image_name the binary application name
44 char * const image_name)
75 image = opd_get_image(cp, image_name, 0, proc->tid, proc->tgid);
98 char * image_name; local
112 image_name = xmalloc(PATH_MAX);
113 if (!realpath(exe_name, image_name))
115 strcpy(image_name, exe_name);
117 verbprintf(vmisc, "image name %s for pid %u %u\n", image_name, proc->tid, proc->tgid);
124 opd_add_ascii_map(proc, line, image_name);
134 if (!strcmp(map->image->name, image_name)) {
43 opd_add_ascii_map(struct opd_proc * proc, char const * line, char * const image_name) argument
[all...]
/external/chromium_org/content/test/gpu/gpu_tests/
H A Dpixel.py73 image_name = self._UrlToImageName(page.display_name)
76 if self._ConditionallyUploadToCloudStorage(image_name, page, tab,
83 ref_png = self._DownloadFromCloudStorage(image_name, page, tab)
88 ref_png = self._DownloadFromCloudStorage(image_name, page, tab)
100 image_name)
104 image_name, page.revision, screenshot)
109 self._UploadErrorImagesToCloudStorage(image_name, screenshot, ref_png)
111 self._WriteErrorImages(self.options.generated_dir, image_name,
H A Dcloud_storage_test_base.py66 image_name = re.sub(r'^(http|https|file)://(/*)', '', url)
67 image_name = re.sub(r'\.\./', '', image_name)
68 image_name = re.sub(r'(\.|/|-)', '_', image_name)
69 return image_name
176 def _UploadErrorImagesToCloudStorage(self, image_name, screenshot, ref_img):
185 image_name, self.options.build_revision)
210 image_name = self._UrlToImageName(url)
212 self._UploadErrorImagesToCloudStorage(image_name, screensho
[all...]
/external/oprofile/libop/
H A Dop_mangle.c44 /* if dep_name != image_name we need to invert them (and so revert them
48 char const * image_name = values->dep_name; local
50 char const * dep_name = values->image_name;
54 + strlen(values->event_name) + 1 + strlen(image_name) + 1;
70 append_image(mangled, values->flags, 0, image_name, anon_name);
H A Dop_mangle.h39 char const * image_name; member in struct:mangle_values
/external/chromium_org/third_party/skia/tools/skpdiff/
H A Dskpdiff_server.py99 def download_gm_image(image_name, image_path, hash_val):
102 @param image_name The GM file name, for example imageblur_gpu.png.
110 image_match = IMAGE_FILENAME_RE.match(image_name)
131 def set_expected_hash_in_json(expected_results_json, image_name, hash_value):
138 @param image_name The name of the image to set the hash of.
143 if image_name in expected_results:
144 expected_results[image_name][gm_json.JSONKEY_EXPECTEDRESULTS_ALLOWEDDIGESTS][0][1] = hash_value
146 expected_results[image_name] = {
181 - image_name = the GM test name and config
188 device_name, image_name,
[all...]
/external/skia/tools/skpdiff/
H A Dskpdiff_server.py99 def download_gm_image(image_name, image_path, hash_val):
102 @param image_name The GM file name, for example imageblur_gpu.png.
110 image_match = IMAGE_FILENAME_RE.match(image_name)
131 def set_expected_hash_in_json(expected_results_json, image_name, hash_value):
138 @param image_name The name of the image to set the hash of.
143 if image_name in expected_results:
144 expected_results[image_name][gm_json.JSONKEY_EXPECTEDRESULTS_ALLOWEDDIGESTS][0][1] = hash_value
146 expected_results[image_name] = {
181 - image_name = the GM test name and config
188 device_name, image_name,
[all...]
/external/oprofile/daemon/
H A Dopd_mangling.c42 /* avoid to call find_cookie(), caller can recover using image_name */
78 values.image_name = sf->kernel->name;
82 values.image_name = mangle_anon(sf->anon);
85 values.image_name = find_cookie(sf->cookie);
90 values.dep_name = values.image_name;
93 if (!values.image_name || !values.dep_name)
122 free((char *)values.image_name);
134 free((char *)values.image_name);
/external/chromium_org/third_party/skia/gm/rebaseline_server/
H A Ddownload_actuals.py78 for image_name in sorted(results_of_this_type.keys()):
79 (test, config) = self._image_filename_re.match(image_name).groups()
80 (hash_type, hash_digest) = results_of_this_type[image_name]
H A Dcompare_to_expectations.py133 image_name = results.IMAGE_FILENAME_FORMATTER % (
155 builder_expectations[image_name] = new_expectations
267 for image_name in sorted(results_of_this_type.keys()):
268 (test, config) = results.IMAGE_FILENAME_RE.match(image_name).groups()
271 hashtype_and_digest=results_of_this_type[image_name],
281 [builder][gm_json.JSONKEY_EXPECTEDRESULTS][image_name])
318 'image_name': image_name,
/external/chromium_org/tools/mac/
H A Dsymbolicate_crash.py72 for image_name, addresses in offsets_by_image.items():
74 if image_name not in self._binary_images or not len(addresses):
77 # Combine the |image_name| and |symbol_path| into the path of the dSYM.
78 dsym_file = self._GetDSymPath(symbol_path, image_name)
85 binary_base = self._binary_images[image_name][0]
91 print 'Error loading symbols for ' + image_name
301 image_name = self._ImageForAddress(frame.address)
302 if image_name in images:
304 frame.image = image_name
313 for image_name, address_rang
[all...]
/external/skia/gm/rebaseline_server/
H A Ddownload_actuals.py76 for image_name in sorted(results_of_this_type.keys()):
77 (test, config) = self._image_filename_re.match(image_name).groups()
78 (hash_type, hash_digest) = results_of_this_type[image_name]
H A Dcompare_to_expectations.py123 image_name = results.IMAGE_FILENAME_FORMATTER % (
145 builder_expectations[image_name] = new_expectations
248 for image_name in sorted(results_of_this_type.keys()):
249 (test, config) = results.IMAGE_FILENAME_RE.match(image_name).groups()
252 hashtype_and_digest=results_of_this_type[image_name],
262 [builder][gm_json.JSONKEY_EXPECTEDRESULTS][image_name])
299 'image_name': image_name,
/external/chromium_org/third_party/skia/tools/
H A Dfind_bad_images_in_skps.py124 for image_name in os.listdir(temp_image_dir):
125 image_path = os.path.join(temp_image_dir, image_name)
138 sys.stderr.write('{0} is a repeat.\n'.format(image_name))
150 suffix = image_name[-3:]
152 returncode, suffix, skp_file, image_name, output)
/external/skia/tools/
H A Dfind_bad_images_in_skps.py124 for image_name in os.listdir(temp_image_dir):
125 image_path = os.path.join(temp_image_dir, image_name)
138 sys.stderr.write('{0} is a repeat.\n'.format(image_name))
150 suffix = image_name[-3:]
152 returncode, suffix, skp_file, image_name, output)

Completed in 383 milliseconds

12