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

  /external/autotest/client/common_lib/
base_job.py 513 def is_start(self): member in class:status_log_entry
681 if log_entry.is_start():
    [all...]
base_job_unittest.py 1116 def is_start(self): member in class:test_status_logger.make_dummy_entry.dummy_entry
    [all...]
  /external/pcre/dist2/src/
pcre2_convert.c 802 BOOL with_escape, is_start, after_separator; local
829 is_start = TRUE;
834 is_start = FALSE;
837 is_start = FALSE;
840 if (is_start)
853 is_start = pattern == pattern_start + 1;
863 after_separator = is_start || (pattern[-2] == separator);
880 if (is_start)
945 if (is_start) continue;
948 if (!is_start)
    [all...]
  /external/v8/src/
unicode.cc 84 bool is_start = IsStart(field); local
85 return (entry == value) || (entry < value && is_start);
140 bool is_start = IsStart(field); local
141 bool found = (entry == key) || (entry < key && is_start);
    [all...]

Completed in 6913 milliseconds