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

<<81828384858687888990>>

  /external/perfetto/tools/ftrace_proto_gen/
ftrace_proto_gen.cc 20 #include <regex>
59 if (std::regex_match(field.type_and_name, std::regex(R"(char \w+\[\d+\])")))
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
DescriptorPool.cs 184 private static readonly Regex ValidationRegex = new Regex("^[_A-Za-z][_A-Za-z0-9]*$",
  /external/protobuf/gtest/scripts/
fuse_gtest_files.py 70 # Regex for matching '#include <gtest/...>'.
73 # Regex for matching '#include "src/..."'.
  /external/python/cpython2/Lib/
asynchat.py 310 # this could maybe be made faster with a computed regex?
315 # regex: 14035/s
  /external/python/cpython2/Lib/test/
test_cmd_line_script.py 246 for name, regex in tests:
249 self.assertRegexpMatches(err, regex)
  /external/python/cpython3/Lib/
asynchat.py 296 # this could maybe be made faster with a computed regex?
301 # regex: 14035/s
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ResourceHelper.java 20 import java.util.regex.Matcher;
21 import java.util.regex.Pattern;
  /external/smali/smali/src/main/java/org/jf/smali/
LiteralTools.java 31 import java.util.regex.Matcher;
32 import java.util.regex.Pattern;
  /external/swiftshader/third_party/LLVM/cmake/
config-ix.cmake 222 string(REGEX REPLACE "\\." "_" NAME ${NAME})
297 string(REGEX MATCH "^[^-]*" LLVM_NATIVE_ARCH ${LLVM_HOSTTRIPLE})
  /external/tensorflow/tensorflow/compiler/xla/legacy_flags/
debug_options_flags.cc 107 "HLO modules matching this regex will be dumped to a .dot file "
138 "HLO modules matching this regex will be dumped to LOG(INFO)."),
  /external/tensorflow/tensorflow/core/profiler/internal/
tfprof_op.cc 202 for (const string& regex : regexes) {
203 if (RE2::FullMatch(nodes[i]->name(), regex)) {
  /external/toybox/toys/pending/
expr.c 49 Constants may be strings or integers. Comparison, logical, and regex
149 // regex match, precedence 6, signature S_TO_SI
  /external/v8/testing/gtest/include/gtest/internal/
gtest-port.h 176 // GTEST_USES_POSIX_RE - enhanced POSIX regex is used. Do not confuse with
179 // GTEST_USES_SIMPLE_RE - our own simple regex is used;
418 // On Android, <regex.h> is only available starting with Gingerbread.
430 // On some platforms, <regex.h> needs someone to define size_t, and
434 # include <regex.h> // NOLINT
440 // <regex.h> is not available on Windows. Use our own simple regex
446 // <regex.h> may not be available on this platform. Use our own
447 // simple regex implementation instead.
    [all...]
  /external/v8/testing/gtest/scripts/
fuse_gtest_files.py 70 # Regex for matching '#include "gtest/..."'.
73 # Regex for matching '#include "src/..."'.
  /external/vboot_reference/scripts/image_signing/
ensure_secure_kernelparams.sh 52 # are regex metacharacters.
173 # Ensure all other required regex params are present.
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-port.h 129 // GTEST_USES_POSIX_RE - enhanced POSIX regex is used. Do not confuse with
132 // GTEST_USES_SIMPLE_RE - our own simple regex is used;
314 // On Android, <regex.h> is only available starting with Gingerbread.
323 // On some platforms, <regex.h> needs someone to define size_t, and
327 # include <regex.h> // NOLINT
333 // <regex.h> is not available on Windows. Use our own simple regex
339 // <regex.h> may not be available on this platform. Use our own
340 // simple regex implementation instead.
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/scripts/
fuse_gtest_files.py 70 # Regex for matching '#include "gtest/..."'.
73 # Regex for matching '#include "src/..."'.
  /frameworks/base/core/java/android/util/
EventLog.java 31 import java.util.regex.Matcher;
32 import java.util.regex.Pattern;
  /frameworks/base/services/core/java/com/android/server/connectivity/tethering/
TetheringConfiguration.java 267 for (String regex : regexs) {
268 if (iface.matches(regex)) return true;
  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pGroup.java 26 import java.util.regex.Pattern;
27 import java.util.regex.Matcher;
  /frameworks/data-binding/compilationTests/src/test/java/android/databinding/compilationTest/
BaseCompilationTest.java 44 import java.util.regex.Matcher;
45 import java.util.regex.Pattern;
  /frameworks/opt/net/ethernet/java/com/android/server/ethernet/
EthernetTracker.java 93 // Interface match regex.
242 // our regex, start tracking it.
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
VisualVoicemailSmsFilter.java 43 import java.util.regex.Pattern;
112 * Additionally, if the SMS does not match the format, but matches the regex specified by the
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaMmiCode.java 34 import java.util.regex.Pattern;
35 import java.util.regex.Matcher;
  /frameworks/support/navigation/runtime/src/main/java/androidx/navigation/
ActivityNavigator.java 33 import java.util.regex.Matcher;
34 import java.util.regex.Pattern;

Completed in 1699 milliseconds

<<81828384858687888990>>