Home
last modified time | relevance | path

Searched refs:is_prefix (Results 1 – 15 of 15) sorted by relevance

/external/oprofile/libpp/
Dlocate_images.cpp200 if (is_prefix(result[i], archive_path)) { in find_image_path()
208 if (is_prefix(result[i], root_path)) { in find_image_path()
228 if (archive_path.length() && is_prefix(image, archive_path)) in strip_path_prefix()
230 if (root_path.length() && is_prefix(image, root_path)) in strip_path_prefix()
Dimage_errors.cpp41 if (error == image_not_found && is_prefix(image, "anon ")) in report_image_error()
Dprofile_spec.cpp385 if (!is_prefix(sub, "/{root}/") && !is_prefix(sub, "/{kern}/")) in valid_candidate()
/external/oprofile/libutil++/
Dstring_manip.cpp46 bool is_prefix(string const & s, string const & prefix) in is_prefix() function
131 if (is_prefix(formatted, "100.")) in format_percent()
Dstring_manip.h35 bool is_prefix(std::string const & s, std::string const & prefix);
Dbfd_support.cpp133 if (is_prefix(method, "-[")) { in objc_match()
135 } else if (is_prefix(method, "+[")) { in objc_match()
/external/oprofile/libopt++/
Dpopt_options.cpp274 if (is_prefix(option_name, "no-")) in post_process()
/external/oprofile/pp/
Doparchive.cpp142 if (it->error == image_not_found && is_prefix(exe_name, "anon ")) in oparchive()
Dopannotate.cpp659 } else if (!is_prefix(out_file, output_dir)) { in output_one_file()
707 if (is_prefix(file, path)) { in locate_source_file()
/external/oprofile/libutil++/tests/
Dstring_manip_tests.cpp108 bool result = is_prefix(cur->input, cur->output.first); in is_prefix_tests()
/external/mksh/src/
Dexpr.c615 do_ppmm(Expr_state *es, enum token op, struct tbl *vasn, bool is_prefix) in do_ppmm() argument
639 if (!is_prefix) in do_ppmm()
/external/v8/src/
Dprettyprinter.cc403 if (node->is_prefix()) Print("%s", Token::String(node->op())); in VisitCountOperation()
1091 OS::SNPrintF(buf, "%s %s", (node->is_prefix() ? "PRE" : "POST"), in VisitCountOperation()
Dast.h1786 bool is_prefix() const { return is_prefix_; } in DECLARE_NODE_TYPE()
1812 bool is_prefix, in CountOperation() argument
1817 is_prefix_(is_prefix), in CountOperation()
2893 bool is_prefix, in NewCountOperation() argument
2897 new(zone_) CountOperation(isolate_, op, is_prefix, expr, pos); in NewCountOperation()
/external/oprofile/gui/
Doprof_start.cpp320 if (!is_prefix(name, "CHOSEN_EVENTS_")) in read_set_events()
/external/oprofile/
DChangeLog-20035432 * libutil++/string_manip.cpp: add is_prefix(),