Searched refs:is_prefix (Results 1 - 18 of 18) sorted by relevance

/external/oprofile/libutil++/
H A Dstring_manip.cpp46 bool is_prefix(string const & s, string const & prefix) function
131 if (is_prefix(formatted, "100."))
H A Dstring_manip.h35 bool is_prefix(std::string const & s, std::string const & prefix);
H A Dbfd_support.cpp133 if (is_prefix(method, "-[")) {
135 } else if (is_prefix(method, "+[")) {
/external/oprofile/libpp/
H A Dimage_errors.cpp41 if (error == image_not_found && is_prefix(image, "anon "))
H A Dlocate_images.cpp200 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))
H A Dprofile_spec.cpp385 if (!is_prefix(sub, "/{root}/") && !is_prefix(sub, "/{kern}/"))
/external/libselinux/src/
H A Dandroid.c148 char is_prefix; member in struct:prefix_str
206 if (s1->user.is_prefix != s2->user.is_prefix)
207 return (s2->user.is_prefix ? -1 : 1);
210 if (s1->user.is_prefix && s1->user.len != s2->user.len)
228 if (s1->name.is_prefix != s2->name.is_prefix)
229 return (s2->name.is_prefix ? -1 : 1);
232 if (s1->name.is_prefix && s1->name.len != s2->name.len)
244 if (s1->path.is_prefix !
[all...]
/external/qemu/distrib/libselinux/src/
H A Dandroid.c141 char is_prefix; member in struct:prefix_str
199 if (s1->user.is_prefix != s2->user.is_prefix)
200 return (s2->user.is_prefix ? -1 : 1);
203 if (s1->user.is_prefix && s1->user.len != s2->user.len)
221 if (s1->name.is_prefix != s2->name.is_prefix)
222 return (s2->name.is_prefix ? -1 : 1);
225 if (s1->name.is_prefix && s1->name.len != s2->name.len)
237 if (s1->path.is_prefix !
[all...]
/external/oprofile/libopt++/
H A Dpopt_options.cpp274 if (is_prefix(option_name, "no-"))
/external/oprofile/libutil++/tests/
H A Dstring_manip_tests.cpp96 // 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/
H A Doparchive.cpp142 if (it->error == image_not_found && is_prefix(exe_name, "anon "))
H A Dopannotate.cpp659 } else if (!is_prefix(out_file, output_dir)) {
707 if (is_prefix(file, path)) {
/external/chromium_org/v8/src/
H A Dprettyprinter.cc441 if (node->is_prefix()) Print("%s", Token::String(node->op()));
1155 SNPrintF(buf, "%s %s", (node->is_prefix() ? "PRE" : "POST"),
H A Dast.h2041 bool is_prefix() const { return is_prefix_; } function in class:v8::internal::FINAL
2070 CountOperation(Zone* zone, Token::Value op, bool is_prefix, Expression* expr, argument
2074 is_prefix_(is_prefix),
3431 bool is_prefix,
3435 new (zone_) CountOperation(zone_, op, is_prefix, expr, pos, id_gen_);
3430 NewCountOperation(Token::Value op, bool is_prefix, Expression* expr, int pos) argument
H A Dpreparser.h1055 bool is_prefix,
1054 NewCountOperation(Token::Value op, bool is_prefix, PreParserExpression expression, int pos) argument
/external/mksh/src/
H A Dexpr.c311 do_ppmm(Expr_state *es, enum token op, struct tbl *vasn, bool is_prefix) argument
330 if (!is_prefix)
/external/oprofile/gui/
H A Doprof_start.cpp320 if (!is_prefix(name, "CHOSEN_EVENTS_"))
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DExprNodes.py8281 if self.is_prefix:
8286 def inc_dec_constructor(is_prefix, operator):
8287 return lambda pos, **kwds: DecrementIncrementNode(pos, is_prefix=is_prefix, operator=operator, **kwds)

Completed in 418 milliseconds