Home
last modified time | relevance | path

Searched refs:has_prefix (Results 1 – 7 of 7) sorted by relevance

/external/libchrome/base/trace_event/
Dtrace_event.h574 bool has_prefix() const { return has_prefix_; } in has_prefix() function
666 has_prefix_(scoped_id.has_prefix()), in TraceID()
673 bool has_prefix() const { return has_prefix_; } in has_prefix() function
/external/tensorflow/tensorflow/python/compiler/tensorrt/test/
Dtf_trt_integration_test_base.py566 has_prefix = match and value.startswith(match.group(0))
567 assert (not expecting_prefix) or has_prefix
568 if has_prefix:
/external/harfbuzz_ng/src/
Dhb-subset-cff-common.hh449 bool has_prefix () const { return has_prefix_; } in has_prefix() function
956 if (str.has_prefix () && str.is_hint_dropped ()) in encode_str()
/external/rust/crates/regex/src/
Ddfa.rs685 debug_assert!(self.has_prefix()); in exec_at()
1556 fn has_prefix(&self) -> bool { in has_prefix() method
1568 if self.has_prefix() { in start_ptr()
/external/perfetto/include/perfetto/tracing/
Dtrack_event_legacy.h241 bool has_prefix() const { return has_prefix_; } in has_prefix() function
277 has_prefix_(scoped_id.has_prefix()), in LegacyTraceId()
284 bool has_prefix() const { return has_prefix_; } in has_prefix() function
/external/rust/crates/aho-corasick/
DDESIGN.md110 fn has_prefix(trie: &Trie, haystack: &[u8]) -> bool {
165 longer just a trie) is not that much different from the `has_prefix` code
/external/python/cpython3/Lib/test/
Dtest_os.py2411 has_prefix = lambda p: p.startswith( function
2413 if has_prefix(left):
2415 if has_prefix(right):