| /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
|
| /device/soc/rockchip/common/vendor/drivers/rockchip/ |
| H A D | rockchip_opp_select.c | 801 void rockchip_get_opp_data(const struct of_device_id *matches, struct rockchip_opp_info *info)
in rockchip_get_opp_data() argument
|
| /device/soc/rockchip/rk3588/kernel/drivers/soc/rockchip/ |
| H A D | rockchip_opp_select.c | 818 void rockchip_get_opp_data(const struct of_device_id *matches, in rockchip_get_opp_data() argument
|
| /foundation/arkui/ace_engine/adapter/ohos/capability/html/ |
| H A D | html_to_span.cpp | 410 std::smatch matches; in ToSpanColor() local
|
| /foundation/window/window_manager/window_scene/test/unittest/ |
| H A D | scene_session_manager_test.cpp | 109 std::smatch matches; in GetTaskCount() local
|
| /kernel/linux/linux-5.10/arch/arm64/include/asm/ |
| H A D | cpufeature.h | 309 bool (*matches)(const struct arm64_cpu_capabilities *caps, int scope); member [all...] |
| /kernel/linux/linux-6.6/arch/arm64/include/asm/ |
| H A D | cpufeature.h | 336 bool (*matches)(const struct arm64_cpu_capabilities *caps, int scope); member [all...] |
| /kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | spectrum_dpipe.c | 368 mlxsw_sp_dpipe_table_host_match_action_prepare(struct devlink_dpipe_match *matches, in mlxsw_sp_dpipe_table_host_match_action_prepare() argument 622 struct devlink_dpipe_match matches[MLXSW_SP_DPIPE_TABLE_HOST_MATCH_COUNT]; in mlxsw_sp_dpipe_table_host_entries_dump() local 401 mlxsw_sp_dpipe_table_host_entry_prepare(struct devlink_dpipe_entry *entry, struct devlink_dpipe_value *match_values, struct devlink_dpipe_match *matches, struct devlink_dpipe_value *action_value, struct devlink_dpipe_action *action, int type) mlxsw_sp_dpipe_table_host_entry_prepare() argument 935 mlxsw_sp_dpipe_table_adj_match_action_prepare(struct devlink_dpipe_match *matches, struct devlink_dpipe_action *actions) mlxsw_sp_dpipe_table_adj_match_action_prepare() argument 968 mlxsw_sp_dpipe_table_adj_entry_prepare(struct devlink_dpipe_entry *entry, struct devlink_dpipe_value *match_values, struct devlink_dpipe_match *matches, struct devlink_dpipe_value *action_values, struct devlink_dpipe_action *actions) mlxsw_sp_dpipe_table_adj_entry_prepare() argument 1151 struct devlink_dpipe_match matches[MLXSW_SP_DPIPE_TABLE_ADJ_MATCH_COUNT]; mlxsw_sp_dpipe_table_adj_entries_dump() local [all...] |
| /kernel/linux/linux-5.10/drivers/soc/bcm/brcmstb/pm/ |
| H A D | pm-arm.c | 649 static void __iomem *brcmstb_ioremap_match(const struct of_device_id *matches, in brcmstb_ioremap_match() argument
|
| /kernel/linux/linux-5.10/lib/zlib_deflate/ |
| H A D | defutil.h | 225 uInt matches; /* number of string matches in current block */ member
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | spectrum_dpipe.c | 368 mlxsw_sp_dpipe_table_host_match_action_prepare(struct devlink_dpipe_match *matches, in mlxsw_sp_dpipe_table_host_match_action_prepare() argument 622 struct devlink_dpipe_match matches[MLXSW_SP_DPIPE_TABLE_HOST_MATCH_COUNT]; in mlxsw_sp_dpipe_table_host_entries_dump() local 401 mlxsw_sp_dpipe_table_host_entry_prepare(struct devlink_dpipe_entry *entry, struct devlink_dpipe_value *match_values, struct devlink_dpipe_match *matches, struct devlink_dpipe_value *action_value, struct devlink_dpipe_action *action, int type) mlxsw_sp_dpipe_table_host_entry_prepare() argument 935 mlxsw_sp_dpipe_table_adj_match_action_prepare(struct devlink_dpipe_match *matches, struct devlink_dpipe_action *actions) mlxsw_sp_dpipe_table_adj_match_action_prepare() argument 968 mlxsw_sp_dpipe_table_adj_entry_prepare(struct devlink_dpipe_entry *entry, struct devlink_dpipe_value *match_values, struct devlink_dpipe_match *matches, struct devlink_dpipe_value *action_values, struct devlink_dpipe_action *actions) mlxsw_sp_dpipe_table_adj_entry_prepare() argument 1151 struct devlink_dpipe_match matches[MLXSW_SP_DPIPE_TABLE_ADJ_MATCH_COUNT]; mlxsw_sp_dpipe_table_adj_entries_dump() local [all...] |