Home
last modified time | relevance | path

Searched refs:cg_image (Results 1 – 8 of 8) sorted by relevance

/external/oprofile/libpp/
Dfilename_spec.cpp66 cg_image = parsed.cg_image; in set_sample_filename()
78 if (cg_image.empty()) in is_dependent()
80 return cg_image != image || cg_image != lib_image; in is_dependent()
Dparse_filename.cpp223 result.cg_image = parse_anon(path[i], path[i - 1]); in parse_filename()
227 result.cg_image += "/" + path[i]; in parse_filename()
Dparse_filename.h27 std::string cg_image; member
Dfilename_spec.h74 std::string cg_image; variable
Dcallgraph_container.cpp476 extra_found_images.find_image_path(callee_file.cg_image, in populate()
479 report_image_error(callee_file.cg_image, in populate()
483 op_bfd callee_bfd(callee_file.cg_image, in populate()
486 report_image_error(callee_file.cg_image, in populate()
Darrange_profiles.cpp532 if (parsed.cg_image.empty()) { in add_to_profile_sample_files()
/external/chromium/webkit/glue/
Dwebcursor_mac.mm60 base::mac::ScopedCFTypeRef<CGImageRef> cg_image(
64 [[NSBitmapImageRep alloc] initWithCGImage:cg_image.get()];
274 base::mac::ScopedCFTypeRef<CGImageRef> cg_image(
280 cursor_info.customImage = cg_image.get();
315 CGImageRef cg_image = nil;
319 cg_image = [rep CGImage];
324 if (cg_image) {
328 cursor_info.customImage = cg_image;
373 base::mac::ScopedCFTypeRef<CGImageRef> cg_image(
375 *image = cg_image.get();
/external/oprofile/
DChangeLog-2004971 * libpp/parse_filename.h: add a cg_image member