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

<<61626364656667686970>>

  /external/toybox/
toys.h 22 #include <regex.h>
  /external/v8/testing/
gtest.gyp 53 # In order to allow regex matches in gtest to be shared between Windows
  /external/vogar/src/vogar/
Expectation.java 22 import java.util.regex.Pattern;
  /frameworks/base/core/java/android/companion/
BluetoothDeviceFilterUtils.java 33 import java.util.regex.Pattern;
  /frameworks/base/core/java/android/net/
WifiKey.java 24 import java.util.regex.Pattern;
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
ConnectivityManagerTestBase.java 226 for (String regex: wifiRegexes) {
227 if (iface.matches(regex)) {
233 for (String regex: wifiRegexes) {
234 if (iface.matches(regex)) {
  /frameworks/support/jetifier/jetifier/processor/src/main/kotlin/com/android/tools/build/jetifier/processor/transform/pom/
XmlUtils.kt 27 import java.util.regex.Pattern
  /frameworks/support/room/compiler/src/main/kotlin/androidx/room/verifier/
DatabaseVerifier.kt 29 import java.util.regex.Pattern
  /libcore/ojluni/src/main/java/sun/misc/
ASCIICaseInsensitiveComparator.java 83 /* If java.util.regex.ASCII ever becomes public or sun.*, use its code instead:*/
  /libcore/ojluni/src/main/java/sun/nio/fs/
Util.java 72 * for simple string spilting cases when needing to avoid loading regex.
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppLauncherActivity.java 55 import java.util.regex.Matcher;
56 import java.util.regex.Pattern;
68 // Regex that matches characters that have special meaning in HTML. '<', '>', '&' and
289 // Regex that matches Web URL protocol part as case insensitive.
  /packages/apps/TV/partner_support/src/com/google/android/tv/partner/support/
TunerSetupUtils.java 28 import java.util.regex.Pattern;
  /packages/services/BuiltInPrintService/src/com/android/bips/p2p/
P2pUtils.java 32 import java.util.regex.Pattern;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/lib/Fuzzer/
FuzzerUtil.h 72 std::string SearchRegexCmd(const std::string &Regex);
  /prebuilts/clang/host/linux-x86/clang-4393122/prebuilt_include/llvm/lib/Fuzzer/
FuzzerUtil.h 72 std::string SearchRegexCmd(const std::string &Regex);
  /prebuilts/clang/host/linux-x86/clang-4479392/prebuilt_include/llvm/lib/Fuzzer/
FuzzerUtil.h 72 std::string SearchRegexCmd(const std::string &Regex);
  /prebuilts/clang/host/linux-x86/clang-4579689/prebuilt_include/llvm/lib/Fuzzer/
FuzzerUtil.h 78 std::string SearchRegexCmd(const std::string &Regex);
  /prebuilts/clang/host/linux-x86/clang-4630689/prebuilt_include/llvm/lib/Fuzzer/
FuzzerUtil.h 78 std::string SearchRegexCmd(const std::string &Regex);
  /prebuilts/clang/host/linux-x86/clang-4639204/prebuilt_include/llvm/lib/Fuzzer/
FuzzerUtil.h 78 std::string SearchRegexCmd(const std::string &Regex);
  /prebuilts/clang/host/linux-x86/clang-4691093/prebuilt_include/llvm/lib/Fuzzer/
FuzzerUtil.h 78 std::string SearchRegexCmd(const std::string &Regex);
  /prebuilts/gdb/darwin-x86/lib/python2.7/
warnings.py 51 'message' -- a regex that the warning message must match
53 'module' -- a regex that the module name must match
365 # - a compiled regex that must match the warning message
367 # - a compiled regex that must match the module that is being warned
  /prebuilts/gdb/linux-x86/lib/python2.7/
warnings.py 51 'message' -- a regex that the warning message must match
53 'module' -- a regex that the module name must match
365 # - a compiled regex that must match the warning message
367 # - a compiled regex that must match the module that is being warned
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/proftest/
proftest.go 100 ui.T.Errorf("failed to match against regex %q: %v", ui.AllowRx, err)
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/proftest/
proftest.go 100 ui.T.Errorf("failed to match against regex %q: %v", ui.AllowRx, err)
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/cmake/Modules/
HandleOutOfTreeLLVM.cmake 25 string(REGEX REPLACE

Completed in 1161 milliseconds

<<61626364656667686970>>