| /third_party/skia/third_party/externals/brotli/c/enc/ |
| H A D | hash_to_binary_tree_inc.h | 113 StoreAndFindMatches( HashToBinaryTree* BROTLI_RESTRICT self, const uint8_t* BROTLI_RESTRICT data, const size_t cur_ix, const size_t ring_buffer_mask, const size_t max_length, const size_t max_backward, size_t* const BROTLI_RESTRICT best_len, BackwardMatch* BROTLI_RESTRICT matches) StoreAndFindMatches() argument 201 FindAllMatches( HashToBinaryTree* BROTLI_RESTRICT self, const BrotliEncoderDictionary* dictionary, const uint8_t* BROTLI_RESTRICT data, const size_t ring_buffer_mask, const size_t cur_ix, const size_t max_length, const size_t max_backward, const size_t dictionary_distance, const BrotliEncoderParams* params, BackwardMatch* matches) FindAllMatches() argument [all...] |
| /third_party/skia/third_party/externals/dawn/src/dawn_native/ |
| H A D | CommandBufferStateTracker.cpp | 200 bool matches = true; in RecomputeLazyAspects() local
|
| /third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
| H A D | lexer.cc | 135 bool Lexer::matches(size_t pos, const std::string& substr) { in matches() function in tint::reader::wgsl::Lexer [all...] |
| /third_party/python/Modules/_xxtestfuzz/ |
| H A D | fuzzer.c | 330 PyObject* matches = PyObject_CallOneArg(match_callable, to_match); in fuzz_sre_match() local
|
| /third_party/rust/crates/env_logger/src/filter/ |
| H A D | mod.rs | 148 pub fn matches(&self, record: &Record) -> bool { in matches() functions
|
| /third_party/skia/gm/ |
| H A D | complexclip.cpp | 354 Config matches[][2] = { in DEF_SIMPLE_GM() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
| H A D | vktGlobalPriorityQueueUtils.cpp | 79 bool matches = true; in findQueueFamilyIndex() local
|
| /base/hiviewdfx/hiview/plugins/reliability/leak_detectors/native_leak/ |
| H A D | native_leak_state.cpp | 138 smatch matches; in CollectUserBaseInfo() local
|
| /third_party/ffmpeg/libavutil/ |
| H A D | avsscanf.c | 737 int matches=0; in ff_vfscanf() local
|
| /third_party/gn/src/gn/ |
| H A D | commands.cc | 43 ResolveTargetsFromCommandLinePattern(Setup* setup, const std::string& label_pattern, bool default_toolchain_only, std::vector<const Target*>* matches) ResolveTargetsFromCommandLinePattern() argument 732 GetTargetsContainingFile(Setup* setup, const std::vector<const Target*>& all_targets, const SourceFile& file, bool default_toolchain_only, std::vector<TargetContainingFile>* matches) GetTargetsContainingFile() argument
|
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | csdetest.cpp | 188 const UCharsetMatch **matches = ucsdet_detectAll(csd.getAlias(), &matchCount, &status); in checkEncoding() local 781 const UCharsetMatch **matches = ucsdet_detectAll(csd, &matchCount, &status); Ticket6394Test() local [all...] |
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
| H A D | BytesTrie.java | 220 public boolean matches() { return this!=NO_MATCH; } in matches() method in BytesTrie.Result
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
| H A D | BytesTrie.java | 206 public boolean matches() { return this!=NO_MATCH; } in matches() method in BytesTrie.Result
|
| /third_party/node/deps/v8/third_party/zlib/ |
| H A D | deflate.h | 247 uInt matches; /* number of string matches in current block */ member
|
| /third_party/node/src/ |
| H A D | string_search.h | 317 bool matches = true; in LinearSearch() local
|
| /third_party/ninja/src/ |
| H A D | graph.cc | 642 struct matches {
struct 643 explicit matches(std::vector<StringPiece>::iterator i) : i_(i) {}
in matches() function
|
| /third_party/libwebsockets/win32port/zlib/ |
| H A D | deflate.h | 241 uInt matches; /* number of string matches in current block */
member
|
| /third_party/node/deps/v8/src/compiler/ |
| H A D | node-matchers.h | 398 bool matches() const { return scale_ != -1; } in matches() function 521 bool matches() const { return matches_; } in matches() function
|
| /third_party/node/deps/v8/src/inspector/ |
| H A D | v8-inspector-session-impl.cc | 491 std::vector<std::unique_ptr<protocol::Debugger::SearchMatch>> matches = in searchInTextByLines() local
|
| /third_party/rust/crates/aho-corasick/src/ |
| H A D | nfa.rs | 128 pub fn matches(&self, id: S) -> &[(PatternID, PatternLength)] { in matches() functions [all...] |
| /third_party/rust/crates/glob/src/ |
| H A D | lib.rs | 692 pub fn matches(&self, str: &str) -> bool { matches() functions [all...] |
| /third_party/skia/third_party/externals/zlib/ |
| H A D | deflate.h | 247 uInt matches; /* number of string matches in current block */ member
|
| /third_party/zlib/ |
| H A D | deflate.h | 258 uInt matches; /* number of string matches in current block */ member
|
| /third_party/curl/lib/ |
| H A D | cookie.c | 1392 size_t matches = 0; in Curl_cookie_getlist() local [all...] |
| /third_party/googletest/googlemock/test/ |
| H A D | gmock-matchers-misc_test.cc | 497 ElementMatcherPairs matches = internal::FindMaxBipartiteMatching(graph); in TEST_P() local [all...] |