HomeSort by relevance Sort by last modified time
    Searched defs:is_prefix (Results 1 - 5 of 5) sorted by null

  /external/oprofile/libutil++/
string_manip.cpp 46 bool is_prefix(string const & s, string const & prefix) function
131 if (is_prefix(formatted, "100."))
  /art/compiler/
image_writer.cc 561 bool is_prefix = true; local
563 is_prefix = false;
568 is_prefix = false;
573 if (is_prefix) {
    [all...]
  /external/libselinux/src/
android.c 148 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 != s2->path.is_prefix
    [all...]
  /external/qemu/distrib/libselinux/src/
android.c 141 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 != s2->path.is_prefix
    [all...]
  /external/chromium_org/v8/src/
ast.h 2041 bool is_prefix() const { return is_prefix_; } function in class:v8::internal::FINAL
    [all...]

Completed in 221 milliseconds