Searched refs:is_prefix (Results 1 – 15 of 15) sorted by relevance
/external/oprofile/libpp/ |
D | locate_images.cpp | 200 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()
|
D | image_errors.cpp | 41 if (error == image_not_found && is_prefix(image, "anon ")) in report_image_error()
|
D | profile_spec.cpp | 385 if (!is_prefix(sub, "/{root}/") && !is_prefix(sub, "/{kern}/")) in valid_candidate()
|
/external/oprofile/libutil++/ |
D | string_manip.cpp | 46 bool is_prefix(string const & s, string const & prefix) in is_prefix() function 131 if (is_prefix(formatted, "100.")) in format_percent()
|
D | string_manip.h | 35 bool is_prefix(std::string const & s, std::string const & prefix);
|
D | bfd_support.cpp | 133 if (is_prefix(method, "-[")) { in objc_match() 135 } else if (is_prefix(method, "+[")) { in objc_match()
|
/external/oprofile/libopt++/ |
D | popt_options.cpp | 274 if (is_prefix(option_name, "no-")) in post_process()
|
/external/oprofile/pp/ |
D | oparchive.cpp | 142 if (it->error == image_not_found && is_prefix(exe_name, "anon ")) in oparchive()
|
D | opannotate.cpp | 659 } 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/ |
D | string_manip_tests.cpp | 108 bool result = is_prefix(cur->input, cur->output.first); in is_prefix_tests()
|
/external/mksh/src/ |
D | expr.c | 615 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/ |
D | prettyprinter.cc | 403 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()
|
D | ast.h | 1786 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/ |
D | oprof_start.cpp | 320 if (!is_prefix(name, "CHOSEN_EVENTS_")) in read_set_events()
|
/external/oprofile/ |
D | ChangeLog-2003 | 5432 * libutil++/string_manip.cpp: add is_prefix(),
|