Searched refs:is_start (Results 1 – 9 of 9) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_convert.c | 802 BOOL with_escape, is_start, after_separator; in convert_glob() local 829 is_start = TRUE; in convert_glob() 834 is_start = FALSE; in convert_glob() 837 is_start = FALSE; in convert_glob() 840 if (is_start) in convert_glob() 853 is_start = pattern == pattern_start + 1; in convert_glob() 863 after_separator = is_start || (pattern[-2] == separator); in convert_glob() 880 if (is_start) in convert_glob() 945 if (is_start) continue; in convert_glob() 948 if (!is_start) in convert_glob()
|
/external/grpc-grpc/src/core/tsi/alts/handshaker/ |
D | alts_handshaker_client.cc | 48 alts_tsi_event* event, bool is_start) { in make_grpc_call() argument 55 if (is_start) { in make_grpc_call()
|
/external/v8/src/debug/ |
D | liveedit.cc | 530 SourcePositionEvent(FunctionLiteral* literal, bool is_start) in SourcePositionEvent() 531 : position(is_start ? literal->start_position() in SourcePositionEvent() 533 type(is_start ? LITERAL_STARTS : LITERAL_ENDS), in SourcePositionEvent() 535 SourcePositionEvent(const SourceChangeRange& change, bool is_start) in SourcePositionEvent() 536 : position(is_start ? change.start_position : change.end_position), in SourcePositionEvent() 537 type(is_start ? DIFF_STARTS : DIFF_ENDS), in SourcePositionEvent()
|
/external/v8/src/ |
D | unicode.cc | 84 bool is_start = IsStart(field); in LookupPredicate() local 85 return (entry == value) || (entry < value && is_start); in LookupPredicate() 140 bool is_start = IsStart(field); in LookupMapping() local 141 bool found = (entry == key) || (entry < key && is_start); in LookupMapping()
|
/external/grpc-grpc/test/core/tsi/alts/handshaker/ |
D | alts_handshaker_client_test.cc | 107 bool is_start) { in validate_op() argument 111 if (is_start) { in validate_op()
|
/external/autotest/client/cros/power/ |
D | power_dashboard.py | 250 name, _, is_start = checkpoint_event_list[event_index] 251 if is_start:
|
/external/autotest/client/common_lib/ |
D | base_job.py | 513 def is_start(self): member in status_log_entry 681 if log_entry.is_start():
|
D | base_job_unittest.py | 1116 def is_start(self): member in test_status_logger.make_dummy_entry.dummy_entry
|
/external/u-boot/scripts/ |
D | checkpatch.pl | 2835 my $is_start = 0; 2846 $is_start = 1; 2871 if ($is_start && $is_end && $length < $min_conf_desc_length) {
|