/external/oprofile/libutil++/ |
string_manip.cpp | 46 bool is_prefix(string const & s, string const & prefix) function 131 if (is_prefix(formatted, "100."))
|
string_manip.h | 35 bool is_prefix(std::string const & s, std::string const & prefix);
|
bfd_support.cpp | 133 if (is_prefix(method, "-[")) { 135 } else if (is_prefix(method, "+[")) {
|
/dalvik/vm/compiler/codegen/x86/libenc/ |
dec_base.h | 132 static bool is_prefix(const unsigned char * bytes);
|
dec_base.cpp | 31 bool DecoderBase::is_prefix(const unsigned char * bytes) function in class:DecoderBase
|
/external/oprofile/libpp/ |
image_errors.cpp | 41 if (error == image_not_found && is_prefix(image, "anon "))
|
locate_images.cpp | 200 if (is_prefix(result[i], archive_path)) { 208 if (is_prefix(result[i], root_path)) { 228 if (archive_path.length() && is_prefix(image, archive_path)) 230 if (root_path.length() && is_prefix(image, root_path))
|
profile_spec.cpp | 385 if (!is_prefix(sub, "/{root}/") && !is_prefix(sub, "/{kern}/"))
|
/external/oprofile/libopt++/ |
popt_options.cpp | 274 if (is_prefix(option_name, "no-"))
|
/external/oprofile/libutil++/tests/ |
string_manip_tests.cpp | 96 // these invoke undefined behavior from is_prefix, we keep them 108 bool result = is_prefix(cur->input, cur->output.first); 110 cerr << "is_prefix(" << cur->input << ", "
|
/external/oprofile/pp/ |
oparchive.cpp | 142 if (it->error == image_not_found && is_prefix(exe_name, "anon "))
|
opannotate.cpp | 659 } else if (!is_prefix(out_file, output_dir)) { 707 if (is_prefix(file, path)) {
|
/external/chromium_org/v8/src/ |
prettyprinter.cc | 442 if (node->is_prefix()) Print("%s", Token::String(node->op())); 1140 OS::SNPrintF(buf, "%s %s", (node->is_prefix() ? "PRE" : "POST"),
|
ast.h | 1992 bool is_prefix() const { return is_prefix_; } function in class:v8::internal::V8_FINAL [all...] |
/external/mksh/src/ |
expr.c | 615 do_ppmm(Expr_state *es, enum token op, struct tbl *vasn, bool is_prefix) 639 if (!is_prefix)
|
/external/v8/src/ |
prettyprinter.cc | 403 if (node->is_prefix()) Print("%s", Token::String(node->op())); 1091 OS::SNPrintF(buf, "%s %s", (node->is_prefix() ? "PRE" : "POST"),
|
ast.h | 1786 bool is_prefix() const { return is_prefix_; } function in class:v8::internal::CountOperation [all...] |
/external/oprofile/gui/ |
oprof_start.cpp | 320 if (!is_prefix(name, "CHOSEN_EVENTS_"))
|