HomeSort by relevance Sort by last modified time
    Searched full:regex (Results 1026 - 1050 of 5854) sorted by null

<<41424344454647484950>>

  /system/core/logd/
event.logtags 9 # impacts log readability, the latter makes regex searches more annoying).
  /system/core/storaged/
EventLogTags.logtags 9 # impacts log readability, the latter makes regex searches more annoying).
  /system/libvintf/include/vintf/
HalInterface.h 24 #include "Regex.h"
MatrixInstance.h 54 // If isRegex, return the regex pattern. Else empty string.
  /system/sepolicy/tools/
check_seapp.c 106 key_map_regex regex; member in struct:key_map
326 int ret = pcre2_match(assert->regex.compiled, (PCRE2_SPTR) tomatch,
328 assert->regex.match_data, NULL);
340 * Explicitly anchor all regex's
348 km->regex.compiled = pcre2_compile((PCRE2_SPTR) anchored,
353 if (!km->regex.compiled) {
357 km->regex.match_data = pcre2_match_data_create_from_pattern(
358 km->regex.compiled, NULL);
359 if (!km->regex.match_data) {
360 pcre2_code_free(km->regex.compiled)
    [all...]
  /system/tools/hidl/docs/src/parser/elements/
AnnotationParser.kt 61 return Regex(""".*\((.*)\).*""")
  /system/tools/hidl/docs/src/writer/files/
AbstractFileWriter.kt 34 outStr = outStr.replace(Regex("\\\$\\{?$varName}?"), newValue)
  /system/tools/hidl/utils/
StringHelper.cpp 20 #include <regex>
28 static const std::regex kStartUppercase("^" UPPERCASE);
29 static const std::regex kStartLowercase("^" LOWERCASE);
30 static const std::regex kStartCapcase("^" CAPCASE);
  /test/vts-testcase/hal/script/
launch_hal_test.py 121 regex = re.compile(Constant.HAL_PACKAGE_NAME_PATTERN)
122 result = re.match(regex, args.hal_package_name)
138 regex = re.compile(TEST_TIME_OUT_PATTERN)
139 result = re.match(regex, args.time_out)
  /tools/loganalysis/tests/src/com/android/loganalysis/util/
LogPatternUtilTest.java 20 import java.util.regex.Pattern;
  /cts/tests/signature/src/android/signature/cts/
DexApiDocumentParser.java 24 import java.util.regex.Matcher;
25 import java.util.regex.Pattern;
114 // Match line against regex patterns.
  /cts/tools/cts-media-preparer-app/src/android/mediastress/cts/preconditions/app/
MediaPreparerAppTest.java 32 import java.util.regex.Matcher;
33 import java.util.regex.Pattern;
54 // regex that matches a resolution string
  /development/vndk/tools/header-checker/header-abi-util/src/
version_script_parser.cpp 28 #include <regex>
82 std::regex match_clause1(regex_match_string1);
83 std::regex match_clause2(regex_match_string2);
  /external/apache-http/android/src/android/net/compatibility/
WebAddress.java 22 import java.util.regex.Matcher;
23 import java.util.regex.Pattern;
86 // The ':' character is not returned by the regex.
  /external/desugar/test/java/com/google/devtools/build/android/desugar/classes_for_testing_type_inference/
test_subjects.jar 
  /external/libbackup/src/com/google/android/libraries/backup/
BackupKeyPredicates.java 12 import java.util.regex.Matcher;
13 import java.util.regex.Pattern;
32 * Returns a predicate that determines whether a key matches a regex that was defined as a field
  /external/libcxx/cmake/Modules/
HandleLibcxxFlags.cmake 15 string(REGEX REPLACE "^/" "" strippedStr "${strippedStr}")
16 string(REGEX REPLACE "^-+" "" strippedStr "${strippedStr}")
17 string(REGEX REPLACE "-+$" "" strippedStr "${strippedStr}")
  /external/libcxxabi/cmake/Modules/
HandleLibcxxabiFlags.cmake 15 string(REGEX REPLACE "^/" "" strippedStr "${strippedStr}")
16 string(REGEX REPLACE "^-+" "" strippedStr "${strippedStr}")
17 string(REGEX REPLACE "-+$" "" strippedStr "${strippedStr}")
  /external/pdfium/testing/tools/
safetynet_measure.py 113 def _ExtractIrCount(self, regex, output):
114 """Extracts a number from the output with a regex."""
115 matched = re.search(regex, output)
  /external/python/cpython2/Doc/library/
compileall.rst 55 .. cmdoption:: -x regex
57 regex is used to search the full path to each file considered for
58 compilation, and if the regex produces a match, the file is skipped.
fnmatch.rst 87 >>> regex = fnmatch.translate('*.txt')
88 >>> regex
90 >>> reobj = re.compile(regex)
  /external/python/cpython3/Doc/library/
fnmatch.rst 84 >>> regex = fnmatch.translate('*.txt')
85 >>> regex
87 >>> reobj = re.compile(regex)
  /external/tensorflow/tensorflow/contrib/lite/
download_dependencies.sh 43 local regex="${1}"
49 sed -i '' -e "${regex}" "$@"
52 sed -i -e "${regex}" "$@"
  /external/tensorflow/tensorflow/contrib/makefile/
download_dependencies.sh 42 local regex="${1}"
48 sed -i '' -e "${regex}" "$@"
51 sed -i -e "${regex}" "$@"
  /frameworks/base/core/java/android/net/
WebAddress.java 24 import java.util.regex.Matcher;
25 import java.util.regex.Pattern;
93 // The ':' character is not returned by the regex.

Completed in 1963 milliseconds

<<41424344454647484950>>