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

<<81828384858687888990>>

  /dalvik/dx/src/com/android/dx/command/findusages/
FindUsages.java 32 import java.util.regex.Pattern;
  /developers/samples/android/ui/text/TextStyling-Kotlin/app/src/main/java/com/android/example/text/styling/parser/
Parser.kt 19 import java.util.regex.Pattern
  /development/tools/idegen/
README 61 use Java's regular expression parser (see java.util.regex.Parser).
  /development/tools/idegen/src/
Eclipse.java 25 import java.util.regex.Pattern;
  /development/tools/privapp_permissions/
privapp_permissions.py 486 regex = r"uses-permission.*: name='([\S]+)'"
487 matches = re.search(regex, line)
491 regex = r'package: ([\S]+)'
492 matches = re.search(regex, line)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_old_mailbox.py 120 # Testing new regex from bug #1633678
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/faqwiz/
README 34 all its regular expression needs, instead of the regex and regsub
  /external/ImageMagick/MagickWand/
Makefile.am 138 MagickWand_libMagickWand_@MAGICK_MAJOR_VERSION@_@MAGICK_ABI_SUFFIX@_la_LDFLAGS_VERSION = -export-symbols-regex ".*"
  /external/autotest/client/site_tests/kernel_LTP/
kernel_LTP.py 37 # within an individual CMDFILE by supplying a regex match for
  /external/autotest/server/control_segments/
provision 30 # Split based off of a comma followed by colon regex.
  /external/autotest/server/site_tests/firmware_EmmcWriteLoad/
firmware_EmmcWriteLoad.py 62 """Check the current dmesg output for the specified error message regex.
  /external/autotest/site_utils/stats/
apache_error_log_metrics_unittest.py 113 Sending it a line which matches the first-line regex should result in
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
jsmin_2_0_9.py 191 # returning a regex...
  /external/clang/include/clang/Driver/
Multilib.h 132 MultilibSet &FilterOut(const char *Regex);
  /external/clang/lib/Driver/
Action.cpp 13 #include "llvm/Support/Regex.h"
  /external/clang/test/Analysis/
explain-svals.cpp 31 // Test strings are regex'ed because we need to match exact string
  /external/curl/lib/
Makefile.am 110 libcurl_la_LDFLAGS_EXTRA += -export-symbols-regex '^curl_.*'
  /external/deqp/framework/delibs/cmake/
toolchain-ios.cmake 35 string (REGEX REPLACE "^([0-9]+)\\.([0-9]+).*$" "\\1" DARWIN_MAJOR_VERSION "${CMAKE_HOST_SYSTEM_VERSION}")
  /external/doclava/src/com/google/doclava/
AndroidLinter.java 21 import java.util.regex.Pattern;
  /external/eigen/bench/tensors/
benchmark_main.cc 17 #include <regex.h>
  /external/google-benchmark/docs/
tools.md 152 Where `<filter_baseline>` and `<filter_contender>` are the same regex filters that you would pass to the `[--benchmark_filter=<regex>]` parameter of the benchmark binary.
203 Where `<filter_baseline>` and `<filter_contender>` are the same regex filters that you would pass to the `[--benchmark_filter=<regex>]` parameter of the benchmark binary.
  /external/google-benchmark/test/
CMakeLists.txt 20 string (REGEX REPLACE "(^| )[/-]D *NDEBUG($| )" " "
  /external/google-breakpad/src/testing/
CMakeLists.txt 5 # ctest. You can select which tests to run using 'ctest -R regex'.
  /external/google-breakpad/src/testing/gtest/test/
gtest_help_test.py 64 # The help message must match this regex.
  /external/google-breakpad/src/testing/test/
gmock_output_test.py 113 # findall() returns a list of all matches of the regex in output.

Completed in 1639 milliseconds

<<81828384858687888990>>