HomeSort by relevance Sort by last modified time
    Searched refs:found_match (Results 1 - 16 of 16) 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_org/content/browser/renderer_host/media/
device_request_message_filter_unittest.cc 218 bool found_match = false; local
224 EXPECT_FALSE(found_match);
225 found_match = true;
233 EXPECT_FALSE(found_match);
234 found_match = true;
237 if (!found_match)
media_stream_manager.cc 253 bool found_match = TranslateGUIDToRawId( local
256 DCHECK(found_match || translated_audio_device_id.empty());
260 bool found_match = TranslateGUIDToRawId( local
263 DCHECK(found_match || translated_video_device_id.empty());
    [all...]
  /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_org/chrome/browser/password_manager/
password_form_data.cc 89 bool found_match = false; local
94 found_match = true;
99 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_org/third_party/tcmalloc/chromium/src/tests/
profiledata_unittest.cc 272 bool found_match = false; local
275 if (!found_match) {
276 found_match = (strncmp(line_cur, "build=", 6) == 0);
287 if (!found_match) {
291 found_match = (chars_scanned > 0 && !has_leading_space);
301 if (!found_match) {
304 found_match = (chars_scanned > 0);
307 if (!found_match)
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
profiledata_unittest.cc 272 bool found_match = false; local
275 if (!found_match) {
276 found_match = (strncmp(line_cur, "build=", 6) == 0);
287 if (!found_match) {
291 found_match = (chars_scanned > 0 && !has_leading_space);
301 if (!found_match) {
304 found_match = (chars_scanned > 0);
307 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/chromium_org/chrome/browser/chromeos/policy/
device_status_collector_browsertest.cc 679 bool found_match = false; local
693 found_match = true;
698 EXPECT_TRUE(found_match) << "No matching interface for fake device " << i;
  /external/chromium_org/tools/gn/
operators.cc 61 bool found_match = false; local
64 found_match = true;
70 if (!found_match) {
  /external/srec/seti/sltsEngine/src/
run_seq_lts.c 1540 int found_match; local
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
cpp.py 208 found_match = search(regex, current_line)
209 if found_match:
210 return Position(current_row, starting_offset + found_match.start())
233 found_match = match(last_in_line_regex, current_line)
234 if found_match:
235 return Position(current_row, found_match.end(1))
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_database.cc 163 bool found_match = false; local
174 found_match = true;
178 return found_match;
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
favicon_cache_unittest.cc 380 bool found_match = false; local
384 found_match = true;
402 if (!found_match)
    [all...]

Completed in 1716 milliseconds