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

  /external/strace/
ioctlsort.c 49 is_prefix(const char *s1, const char *s2) function
76 if (is_prefix("asm/", info1) &&
77 is_prefix("asm-generic/", info2))
80 if (is_prefix("asm/", info2) &&
81 is_prefix("asm-generic/", info1))
145 !is_prefix(ioctls[i-1].name, ioctls[i].name))
  /external/selinux/libselinux/src/android/
android_platform.c 241 char is_prefix; member in struct:prefix_str
324 if (s1->user.is_prefix != s2->user.is_prefix)
325 return (s2->user.is_prefix ? -1 : 1);
328 if (s1->user.is_prefix && s1->user.len != s2->user.len)
346 if (s1->name.is_prefix != s2->name.is_prefix)
347 return (s2->name.is_prefix ? -1 : 1);
350 if (s1->name.is_prefix && s1->name.len != s2->name.len)
362 if (s1->path.is_prefix != s2->path.is_prefix
    [all...]
  /build/make/tools/fs_config/
fs_config_generator.py 808 self.is_prefix = path[-1] == '*'
809 if self.is_prefix:
818 if self.is_prefix and other.is_prefix:
821 elif self.is_prefix:
824 elif other.is_prefix:
    [all...]
  /external/mksh/src/
expr.c 234 do_ppmm(Expr_state *es, enum token op, struct tbl *vasn, bool is_prefix)
253 if (!is_prefix)
  /external/v8/src/ast/
prettyprinter.cc 334 if (node->is_prefix()) Print(Token::String(node->op()));
1170 SNPrintF(buf, "%s %s", (node->is_prefix() ? "PRE" : "POST"),
    [all...]
ast.h 2183 bool is_prefix() const { return IsPrefixField::decode(bit_field_); } function in class:v8::internal::final
    [all...]
  /external/v8/src/parsing/
preparser.h 650 bool is_prefix,
    [all...]
  /external/valgrind/VEX/priv/
guest_x86_toIR.c 8242 Bool is_prefix = True; local
    [all...]
  /external/guice/extensions/persist/lib/
ognl-2.6.7.jar 
  /external/guice/extensions/struts2/lib/
ognl-3.0.jar 

Completed in 316 milliseconds