| /third_party/rust/crates/env_logger/src/ |
| H A D | lib.rs | 897 pub fn matches(&self, record: &Record) -> bool { in matches() functions
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | tznames.cpp | 494 TimeZoneNames::MatchInfoCollection::matches(UErrorCode& status) { in matches() function in TimeZoneNames::MatchInfoCollection
|
| /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
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
| H A D | rosen_media_player.cpp | 334 std::smatch matches; in GetResourceId() local 351 std::smatch matches; in GetResourceId() local
|
| /foundation/arkui/ace_engine/frameworks/core/image/ |
| H A D | image_loader.cpp | 564 std::smatch matches; in GetResourceId() local 581 std::smatch matches; in GetResourceId() local 592 std::smatch matches; in GetResourceName() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/property/ |
| H A D | templates_parser.cpp | 269 std::smatch matches; in ConvertRepeatArgs() local
|
| /foundation/communication/netmanager_base/services/netmanagernative/bpf/include/ |
| H A D | bitmap_manager.h | 363 std::vector<Ip4RuleBitmapVector::iterator> matches; in OrInsert() local 434 std::vector<Ip6RuleBitmapVector::iterator> matches; in OrInsert() local
|
| /foundation/communication/netmanager_base/services/netmanagernative/src/manager/ |
| H A D | sharing_manager.cpp | 395 std::smatch matches; in GetNetworkSharingTraffic() local [all...] |
| /foundation/window/window_manager/window_scene/test/unittest/ |
| H A D | scene_session_manager_test2.cpp | 143 std::smatch matches; in GetTaskCount() local
|
| H A D | session_test2.cpp | 132 std::smatch matches; in GetTaskCount() local
|
| /kernel/linux/linux-5.10/drivers/char/hw_random/ |
| H A D | n2-drv.c | 524 int err, matches, limit; in n2rng_check_selftest_buffer() local
|
| /kernel/linux/linux-5.10/lib/zstd/ |
| H A D | zstd_opt.h | 356 static U32 ZSTD_BtGetAllMatches(ZSTD_CCtx *zc, const BYTE *const ip, const BYTE *const iLimit, const U32 maxNbAttempts, const U32 mls, ZSTD_match_t *matches, in ZSTD_BtGetAllMatches() argument 235 ZSTD_insertBtAndGetAllMatches(ZSTD_CCtx *zc, const BYTE *const ip, const BYTE *const iLimit, U32 nbCompares, const U32 mls, U32 extDict, ZSTD_match_t *matches, const U32 minMatchLen) ZSTD_insertBtAndGetAllMatches() argument 365 ZSTD_BtGetAllMatches_selectMLS(ZSTD_CCtx *zc, const BYTE *ip, const BYTE *const iHighLimit, const U32 maxNbAttempts, const U32 matchLengthSearch, ZSTD_match_t *matches, const U32 minMatchLen) ZSTD_BtGetAllMatches_selectMLS() argument 380 ZSTD_BtGetAllMatches_extDict(ZSTD_CCtx *zc, const BYTE *const ip, const BYTE *const iLimit, const U32 maxNbAttempts, const U32 mls, ZSTD_match_t *matches, const U32 minMatchLen) ZSTD_BtGetAllMatches_extDict() argument 389 ZSTD_BtGetAllMatches_selectMLS_extDict(ZSTD_CCtx *zc, const BYTE *ip, const BYTE *const iHighLimit, const U32 maxNbAttempts, const U32 matchLengthSearch, ZSTD_match_t *matches, const U32 minMatchLen) ZSTD_BtGetAllMatches_selectMLS_extDict() argument 424 ZSTD_match_t *matches = seqStorePtr->matchTable; ZSTD_compressBlock_opt_generic() local 721 ZSTD_match_t *matches = seqStorePtr->matchTable; ZSTD_compressBlock_opt_extDict_generic() local [all...] |
| /kernel/linux/linux-5.10/drivers/regulator/ |
| H A D | tps65910-regulator.c | 1005 struct of_regulator_match *matches; in tps65910_parse_dt_reg_data() local
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/microchip/sparx5/ |
| H A D | sparx5_tc_flower.c | 381 struct vcap_keyset_list matches = {}; in sparx5_tc_select_protocol_keyset() local
|
| /kernel/linux/linux-6.6/drivers/regulator/ |
| H A D | tps65910-regulator.c | 1004 struct of_regulator_match *matches; in tps65910_parse_dt_reg_data() local
|
| /kernel/linux/linux-6.6/drivers/base/ |
| H A D | property.c | 1284 fwnode_graph_devcon_matches(const struct fwnode_handle *fwnode, const char *con_id, void *data, devcon_match_fn_t match, void **matches, unsigned int matches_len) fwnode_graph_devcon_matches() argument 1318 fwnode_devcon_matches(const struct fwnode_handle *fwnode, const char *con_id, void *data, devcon_match_fn_t match, void **matches, unsigned int matches_len) fwnode_devcon_matches() argument 1398 fwnode_connection_find_matches(const struct fwnode_handle *fwnode, const char *con_id, void *data, devcon_match_fn_t match, void **matches, unsigned int matches_len) fwnode_connection_find_matches() argument [all...] |
| /kernel/linux/linux-6.6/drivers/char/hw_random/ |
| H A D | n2-drv.c | 524 int err, matches, limit; in n2rng_check_selftest_buffer() local
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
| H A D | ctx_rewrite.c | 288 static int find_field_offset(struct btf *btf, char *pattern, regmatch_t *matches) in find_field_offset() argument 491 regmatch_t matches[3]; in match_pattern() local [all...] |