HomeSort by relevance Sort by last modified time
    Searched refs:found_match (Results 1 - 7 of 7) sorted by null

  /bionic/libc/private/
KernelArgumentBlock.h 52 unsigned long getauxval(unsigned long type, bool* found_match = NULL) {
55 if (found_match != NULL) {
56 *found_match = true;
61 if (found_match != NULL) {
62 *found_match = false;
  /external/chromium/chrome/browser/password_manager/
password_form_data.cc 82 bool found_match = false; local
87 found_match = true;
92 if (!found_match) {
  /external/chromium/chrome/browser/importer/
profile_writer.cc 332 bool found_match = true; local
336 (path_it != entry.path.rend()) && found_match; ++path_it) {
341 found_match = false;
350 if (found_match &&
355 found_match = false;
358 if (found_match)
  /external/chromium/sdch/open-vcdiff/src/
gflags_reporting.cc 277 bool found_match = false; // stays false iff no dir matches restrict local
285 found_match = true; // this flag passed the match!
299 if (!found_match && !substrings.empty()) {
  /external/open-vcdiff/gflags/src/
gflags_reporting.cc 277 bool found_match = false; // stays false iff no dir matches restrict local
285 found_match = true; // this flag passed the match!
299 if (!found_match && !substrings.empty()) {
  /external/srec/seti/sltsEngine/src/
run_seq_lts.c 1540 int found_match; local
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/style/checkers/
cpp.py 211 found_match = match(last_in_line_regex, current_line)
212 if found_match:
213 return Position(current_row, found_match.end(1))
    [all...]

Completed in 394 milliseconds