HomeSort by relevance Sort by last modified time
    Searched full:image_path (Results 1 - 25 of 192) sorted by null

1 2 3 4 5 6 7 8

  /external/oprofile/libutil++/
op_spu_bfd.cpp 63 string const image_path = local
66 cverb << vbfd << "op_bfd ctor for " << image_path << endl;
70 fd = open(image_path.c_str(), O_RDONLY);
72 cverb << vbfd << "open failed for " << image_path << endl;
78 cverb << vbfd << "stat failed for " << image_path << endl;
84 ibfd.abfd = spu_open_bfd(image_path, fd, spu_offset);
87 cverb << vbfd << "fdopen_bfd failed for " << image_path << endl;
op_bfd.cpp 119 string const image_path = local
122 cverb << vbfd << "op_bfd ctor for " << image_path << endl;
126 cverb << vbfd << "can't locate " << image_path << endl;
130 fd = open(image_path.c_str(), O_RDONLY);
132 cverb << vbfd << "open failed for " << image_path << endl;
138 cverb << vbfd << "stat failed for " << image_path << endl;
145 ibfd.abfd = fdopen_bfd(image_path, fd);
148 cverb << vbfd << "fdopen_bfd failed for " << image_path << endl;
  /external/chromium_org/content/test/gpu/gpu_tests/
pixel.py 130 image_path = os.path.join(img_dir, img_name)
132 self._DeleteOldReferenceImages(image_path, cur_revision)
134 image_path = image_path + '_' + str(cur_revision) + '.png'
137 ref_png = bitmap.Bitmap.FromPngFile(image_path)
146 self._WriteImage(image_path, screenshot)
  /external/chromium_org/content/test/
image_decoder_test.cc 164 const base::FilePath& image_path,
169 if (ShouldImageFail(image_path))
174 ReadFileToVector(image_path, &image_contents);
192 EXPECT_FALSE(decoder->isFailed()) << image_path.value();
199 if (ShouldImageFail(image_path)) {
203 EXPECT_FALSE(decoder->isFailed()) << image_path.value();
207 VerifyImage(*decoder, image_path, md5_sum_path, desired_frame_index);
image_decoder_test.h 52 // Tests if decoder decodes image at image_path with underlying frame at
55 void TestWebKitImageDecoder(const base::FilePath& image_path,
  /external/chromium_org/ui/resources/resource_check/
resource_scale_factors.py 101 image_path = self.input_api.os_path.join(self.paths[i][1], f)
102 if not os.path.exists(image_path):
107 scaled_dimensions = ImageSize(image_path)
110 self.input_api.os_path.join(repository_path, image_path)))
118 self.input_api.os_path.join(repository_path, image_path),
  /external/chromium_org/chrome/browser/chromeos/login/users/avatar/
user_image_manager_impl.cc 161 const base::FilePath& image_path) {
176 base::WriteFile(image_path,
208 // Loads the image at |image_path| or one of the default images,
211 void LoadImage(base::FilePath image_path,
294 void UserImageManagerImpl::Job::LoadImage(base::FilePath image_path,
302 image_path_ = image_path;
312 // Load the user image from a file referenced by |image_path|. This happens
552 std::string image_path; local
553 image_properties->GetString(kImagePathNodeName, &image_path);
561 DCHECK(!image_path.empty() |
592 std::string image_path; local
976 std::string image_path; local
    [all...]
user_image_manager_browsertest.cc 139 const base::FilePath& image_path) {
145 "path" , new base::StringValue(image_path.value()));
153 const base::FilePath& image_path) {
163 EXPECT_EQ(image_path.value(), actual_image_path);
176 // Verifies that old user image info matches |image_index| and |image_path|
180 const base::FilePath& image_path) {
182 username, image_index, image_path);
187 // Verifies that new user image info matches |image_index| and |image_path|
191 const base::FilePath& image_path) {
193 username, image_index, image_path);
201 base::FilePath image_path = GetUserImagePath(username, "png"); local
    [all...]
  /external/chromium_org/third_party/skia/tools/
find_bad_images_in_skps.py 125 image_path = os.path.join(temp_image_dir, image_name)
126 assert(os.path.isfile(image_path))
127 args = [self.test_image_decoder, image_path]
130 os.remove(image_path)
133 shutil.move(image_path, self.saved_image_dir)
137 os.remove(image_path)
  /external/skia/tools/
find_bad_images_in_skps.py 125 image_path = os.path.join(temp_image_dir, image_name)
126 assert(os.path.isfile(image_path))
127 args = [self.test_image_decoder, image_path]
130 os.remove(image_path)
133 shutil.move(image_path, self.saved_image_dir)
137 os.remove(image_path)
  /external/chromium_org/chrome/browser/extensions/api/image_writer_private/
write_from_url_operation.h 36 // Sets the image_path to the correct location to download to.
39 // Downloads the |url| to the currently configured |image_path|. Should not
write_from_url_operation_unittest.cc 62 void SetImagePath(const base::FilePath image_path) {
63 image_path_ = image_path;
  /external/oprofile/libop/
op_xml_out.h 25 IMAGE_PATH, INCLUDE_SYMBOLS, MERGE,
  /external/chromium_org/chrome/browser/profiles/
profile_info_cache.cc 86 const base::FilePath& image_path,
91 base::FilePath dir = image_path.DirName();
97 if (base::WriteFile(image_path, reinterpret_cast<char*>(&(*data)[0]),
109 void ReadBitmap(const base::FilePath& image_path,
115 if (!base::PathExists(image_path))
119 if (!base::ReadFileToString(image_path, &image_data)) {
134 void DeleteBitmap(const base::FilePath& image_path) {
136 base::DeleteFile(image_path, false);
383 base::FilePath image_path = path.AppendASCII(file_name);
384 return LoadAvatarPictureFromPath(key, image_path);
647 base::FilePath image_path = path.AppendASCII(old_file_name); local
655 base::FilePath image_path = path.AppendASCII(new_file_name); local
    [all...]
profile_info_cache.h 151 // Saves the avatar |image| at |image_path|. This is used both for the
156 const base::FilePath& image_path,
194 // Returns the decoded image at |image_path|. Used both by the GAIA profile
198 const base::FilePath& image_path) const;
  /external/oprofile/pp/
common_option.h 27 extern std::vector<std::string> image_path;
opreport_options.cpp 253 profile_spec::create(spec, options::image_path,
298 if (!image_path.empty())
299 xml_utils::add_option(IMAGE_PATH, image_path);
oparchive_options.cpp 100 profile_spec::create(spec.common, image_path, root_path);
opgprof_options.cpp 113 profile_spec::create(spec.common, options::image_path,
common_option.cpp 34 vector<string> image_path; member in namespace:options
48 popt::option(options::image_path, "image-path", 'p',
  /external/chromium_org/chrome/common/extensions/manifest_handlers/
theme_handler.cc 203 base::FilePath image_path = extension->path().Append( local
205 if (!base::PathExists(image_path)) {
208 image_path.LossyDisplayName());
  /external/chromium_org/chrome/utility/image_writer/
image_writer.h 33 const base::FilePath& image_path,
image_writer.cc 24 const base::FilePath& image_path,
26 : image_path_(image_path),
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
mock_drt.py 246 image_path = root + '-actual.png'
247 if port._filesystem.exists(image_path):
248 actual_image = port._filesystem.read_binary_file(image_path)
249 with port._filesystem.open_binary_file_for_reading(image_path) as filehandle:
  /art/patchoat/
patchoat.h 75 // Was the .art image at image_path made with --compile-pic ?
76 static bool IsImagePic(const ImageHeader& image_header, const std::string& image_path);

Completed in 936 milliseconds

1 2 3 4 5 6 7 8