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

  /ndk/sources/host-tools/sed-4.2.1/lib/
acl_entries.c 42 int got_one; local
44 for (got_one = acl_get_entry (acl, ACL_FIRST_ENTRY, &ace);
45 got_one >= 0;
46 got_one = acl_get_entry (acl, ACL_NEXT_ENTRY, &ace))
52 int got_one;
54 for (got_one = acl_get_entry (acl, ACL_FIRST_ENTRY, &ace);
55 got_one > 0;
56 got_one = acl_get_entry (acl, ACL_NEXT_ENTRY, &ace))
58 if (got_one < 0)
file-has-acl.c 58 int got_one; local
60 for (got_one = acl_get_entry (acl, ACL_FIRST_ENTRY, &ace);
61 got_one > 0;
62 got_one = acl_get_entry (acl, ACL_NEXT_ENTRY, &ace))
70 return got_one;
  /external/chromium_org/tools/clang/plugins/
FindBadConstructsConsumer.cpp 121 bool got_one = false;
129 if (!got_one) {
132 got_one = true;
  /external/chromium_org/third_party/mesa/
chromium.patch 478 bool got_one = false;
481 got_one = true;
484 got_one = true;
489 bool got_one = false;
492 got_one = true;
495 got_one = true;
    [all...]

Completed in 414 milliseconds