Home
last modified time | relevance | path

Searched defs:matches (Results 176 - 200 of 328) sorted by relevance

12345678910>>...14

/third_party/ffmpeg/libavformat/
H A Ddv.c602 int matches = 0; in dv_probe() local
/third_party/gn/src/base/
H A Dcommand_line.cc346 std::vector<StringType> matches = GetSwitchValuesNative(switch_string); in GetSwitchValueStrings() local
/third_party/gn/src/gn/
H A Dninja_build_writer.cc145 std::vector<const Target*> matches; in GetDuplicateOutputError() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/util/
H A DCollectionUtilities.java202 boolean matches(T o); in matches() method
219 public boolean matches(T value) { in matches() method in CollectionUtilities.InverseMatcher
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
H A DCollectionUtilities.java199 boolean matches(T o); in matches() method
216 public boolean matches(T value) { in matches() method in CollectionUtilities.InverseMatcher
/third_party/icu/icu4c/source/i18n/
H A Dtznames.cpp488 TimeZoneNames::MatchInfoCollection::matches(UErrorCode& status) { in matches() function in TimeZoneNames::MatchInfoCollection
/third_party/node/deps/brotli/c/enc/
H A Dhash_to_binary_tree_inc.h113 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/node/deps/icu-small/source/i18n/
H A Dtznames.cpp488 TimeZoneNames::MatchInfoCollection::matches(UErrorCode& status) { in matches() function in TimeZoneNames::MatchInfoCollection
/third_party/libphonenumber/cpp/test/phonenumbers/
H A Dphonenumbermatcher_test.cc323 string matches; in EnsureTermination() local
[all...]
/third_party/mesa3d/src/gallium/drivers/r300/compiler/tests/
H A Drc_test_helpers.c76 static int match_length(regmatch_t * matches, int index) in match_length() argument
141 regmatch_t matches[REGEX_SRC_MATCHES]; in init_rc_normal_src() local
81 regex_helper( const char * regex_str, const char * search_str, regmatch_t * matches, int num_matches) regex_helper() argument
270 regmatch_t matches[REGEX_DST_MATCHES]; init_rc_normal_dst() local
376 regmatch_t matches[REGEX_INST_MATCHES]; parse_rc_normal_instruction() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/property/
H A Dproperty_parse.c475 int i = 0, j = 0, matches = 0; in ossl_property_match_count() local
/third_party/rust/crates/env_logger/src/
H A Dlib.rs897 pub fn matches(&self, record: &Record) -> bool { in matches() functions
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dtznames.cpp494 TimeZoneNames::MatchInfoCollection::matches(UErrorCode& status) { in matches() function in TimeZoneNames::MatchInfoCollection
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dhash_to_binary_tree_inc.h113 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 DCommandBufferStateTracker.cpp200 bool matches = true; in RecomputeLazyAspects() local
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H A Dlexer.cc135 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 Dfuzzer.c330 PyObject* matches = PyObject_CallOneArg(match_callable, to_match); in fuzz_sre_match() local
/third_party/rust/crates/env_logger/src/filter/
H A Dmod.rs148 pub fn matches(&self, record: &Record) -> bool { in matches() functions
/third_party/skia/gm/
H A Dcomplexclip.cpp354 Config matches[][2] = { in DEF_SIMPLE_GM() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktGlobalPriorityQueueUtils.cpp79 bool matches = true; in findQueueFamilyIndex() local
/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/native_leak/
H A Dnative_leak_state.cpp138 smatch matches; in CollectUserBaseInfo() local
/kernel/linux/linux-5.10/drivers/char/hw_random/
H A Dn2-drv.c524 int err, matches, limit; in n2rng_check_selftest_buffer() local
/kernel/linux/linux-5.10/lib/zstd/
H A Dzstd_opt.h356 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 Dtps65910-regulator.c1005 struct of_regulator_match *matches; in tps65910_parse_dt_reg_data() local
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_tc_flower.c381 struct vcap_keyset_list matches = {}; in sparx5_tc_select_protocol_keyset() local

Completed in 28 milliseconds

12345678910>>...14