Home
last modified time | relevance | path

Searched refs:match (Results 1401 - 1425 of 4514) sorted by relevance

1...<<51525354555657585960>>...181

/third_party/libphonenumber/javascript/i18n/phonenumbers/
H A Dphonenumberutil.js72 // More specifically, the number failed to match the regular expression
833 * Helper initialiser method to create the regular-expression pattern to match
978 * group does not match correctly. Therefore, we use \d, so that the first
2536 // overridden the pattern to match anything, but that is not the case in the
3092 // avoid checking the validation pattern if they don't match. If they are
3093 // absent, this means they match the general description, which we have
3161 // number does not match that of the region code.
3260 * Returns a list with the region codes that match the specific country calling
3392 // Number is too short, or doesn't match the basic phone number pattern.
3492 // possible length (-1) which is guaranteed not to match th
[all...]
/third_party/python/Lib/
H A Dargparse.py1403 # if these defaults match any existing arguments, replace
1461 # raise an error if the metavar does not match the type
1466 raise ValueError("length of metavar tuple does not match nargs")
1494 if self._negative_number_matcher.match(option_string):
1998 # if there is an explicit argument, try to match the
2038 # if there is no explicit argument, try to match the
2063 # match as many Positionals as possible
2192 # match the pattern for this action to the arg strings
2194 match = _re.match(nargs_patter
[all...]
/applications/standard/app_samples/code/BasicFeature/DataManagement/UDMF/UDMFDemo/
H A Dhvigorw.bat46 echo Please set the NODE_HOME variable in your environment to match the
/applications/standard/app_samples/code/BasicFeature/DataManagement/pasteboard/
H A Dhvigorw.bat46 echo Please set the NODE_HOME variable in your environment to match the
/applications/standard/app_samples/code/BasicFeature/Ability/AppStartup/
H A Dhvigorw.bat46 echo Please set the NODE_HOME variable in your environment to match the
/applications/standard/app_samples/code/BasicFeature/Media/ImageEffect/
H A Dhvigorw.bat46 echo Please set the NODE_HOME variable in your environment to match the
/applications/standard/app_samples/code/BasicFeature/Native/ArkTSXComponent/
H A Dhvigorw.bat46 echo Please set the NODE_HOME variable in your environment to match the
/applications/standard/app_samples/code/BasicFeature/Native/NdkQoS/
H A Dhvigorw.bat46 echo Please set the NODE_HOME variable in your environment to match the
/applications/standard/app_samples/code/BasicFeature/Native/NdkRenderNodeDrawing/
H A Dhvigorw.bat46 echo Please set the NODE_HOME variable in your environment to match the
/applications/standard/app_samples/code/BasicFeature/Native/NdkTsDrawing/
H A Dhvigorw.bat46 echo Please set the NODE_HOME variable in your environment to match the
/applications/standard/app_samples/code/BasicFeature/Native/NdkVulkan/
H A Dhvigorw.bat46 echo Please set the NODE_HOME variable in your environment to match the
/applications/standard/app_samples/code/DocsSample/ArkTSUtilsDocModule/
H A Dhvigorw.bat46 echo Please set the NODE_HOME variable in your environment to match the
/drivers/peripheral/wlan/chip/hdi_service/
H A Dwifi_ap_iface.h61 int32_t RegisterActionFrameReceiver(const std::string& ifName, const std::vector<uint8_t>& match) override;
H A Dwifi_sta_iface.h60 int32_t RegisterActionFrameReceiver(const std::string& ifName, const std::vector<uint8_t>& match) override;
H A Dwifi_p2p_iface.cpp161 int32_t WifiP2pIface::RegisterActionFrameReceiver(const std::string& ifName, const std::vector<uint8_t>& match) in RegisterActionFrameReceiver() argument
H A Dwifi_ext_iface.cpp158 int32_t WifiExtIface::RegisterActionFrameReceiver(const std::string& ifName, const std::vector<uint8_t>& match) in RegisterActionFrameReceiver() argument
H A Dwifi_p2p_iface.h59 int32_t RegisterActionFrameReceiver(const std::string& ifName, const std::vector<uint8_t>& match) override;
H A Dwifi_ext_iface.h59 int32_t RegisterActionFrameReceiver(const std::string& ifName, const std::vector<uint8_t>& match) override;
/drivers/peripheral/wlan/interfaces/include/
H A Dwifi_hal.h372 * @param match Indicates the data matching action frame.
380 int32_t (*registerActionFrameReceiver)(const char *ifName, const uint8_t *match, uint32_t matchLen);
/test/testfwk/xdevice/plugins/ohos/src/ohos/parser/
H A Dbuild_only_parser_lite.py55 if re.match(_COMPILE_PARA, line):
/third_party/gn/src/base/json/
H A Djson_parser.h196 // Helper function that returns true if the byte sequence |match| can be
198 // than |match|-length bytes or if the sequence does not match, and the
200 bool ConsumeIfMatch(std::string_view match);
/third_party/cJSON/tests/unity/extras/fixture/
H A Drakefile_helper.rb171 test_results += if output.match(/OK$/m).nil?
/third_party/icu/icu4c/source/python/icutools/databuilder/test/
H A Dfiltration_test.py416 is_match = filter.match(InFile("%s/%s.txt" % (tree, file_stem)))
/third_party/icu/icu4c/source/i18n/
H A Dnumparse_types.h211 * The StringSegment to match against. Matches always start at the beginning of the
214 * The data structure to store results if the match succeeds.
218 virtual bool match(StringSegment& segment, ParsedNumber& result, UErrorCode& status) const = 0;
221 * Performs a fast "smoke check" for whether or not this matcher could possibly match against the
224 * match. Matchers should use the {@link StringSegment#startsWith} method in order to correctly
229 * @return true if the matcher might be able to match against this segment; false if it definitely
230 * will not be able to match.
H A Dnumparse_symbols.h19 * A base class for many matchers that performs a simple match against a UnicodeString and/or UnicodeSet.
30 bool match(StringSegment& segment, ParsedNumber& result, UErrorCode& status) const override;

Completed in 16 milliseconds

1...<<51525354555657585960>>...181