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

<<71727374757677787980>>

  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Analysis/
CloneDetection.h 19 #include "llvm/Support/Regex.h"
333 std::shared_ptr<llvm::Regex> IgnoredFilesRegex;
337 IgnoredFilesRegex = std::make_shared<llvm::Regex>("^(" +
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Analysis/
CloneDetection.h 19 #include "llvm/Support/Regex.h"
333 std::shared_ptr<llvm::Regex> IgnoredFilesRegex;
337 IgnoredFilesRegex = std::make_shared<llvm::Regex>("^(" +
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Analysis/
CloneDetection.h 19 #include "llvm/Support/Regex.h"
333 std::shared_ptr<llvm::Regex> IgnoredFilesRegex;
337 IgnoredFilesRegex = std::make_shared<llvm::Regex>("^(" +
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Analysis/
CloneDetection.h 19 #include "llvm/Support/Regex.h"
333 std::shared_ptr<llvm::Regex> IgnoredFilesRegex;
337 IgnoredFilesRegex = std::make_shared<llvm::Regex>("^(" +
  /system/core/base/
logging_test.cpp 25 #include <regex>
216 // don't have std::regex, but we can at least make sure we printed at least as
231 std::regex message_regex(regex_str);
  /test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
MediaPreparer.java 46 import java.util.regex.Matcher;
47 import java.util.regex.Pattern;
135 // regex that matches a resolution string
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-powerpc/
powerpc.exp 96 # objdump: Apply objdump options on result. Compare with regex (last arg).
97 # nm: Apply nm options on result. Compare with regex (last arg).
98 # readelf: Apply readelf options on result. Compare with regex (last arg).
  /external/libtextclassifier/
model_generated.h 48 struct Regex;
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/23.2.0/
ddmlib-23.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/23.2.1/
ddmlib-23.2.1.jar 
  /cts/hostsidetests/atrace/src/android/atrace/cts/
AtraceHostTest.java 35 import java.util.regex.Matcher;
36 import java.util.regex.Pattern;
  /cts/hostsidetests/incident/src/com/android/server/cts/
ProtoDumpTestCase.java 44 import java.util.regex.Matcher;
45 import java.util.regex.Pattern;
  /cts/hostsidetests/theme/src/android/theme/cts/
ThemeHostTest.java 42 import java.util.regex.Matcher;
43 import java.util.regex.Pattern;
  /cts/tests/tests/jni/src/android/jni/cts/
LinkerNamespacesHelper.java 29 import java.util.regex.Matcher;
30 import java.util.regex.Pattern;
  /cts/tests/tests/keystore/src/android/server/am/
ActivityManagerTestBase.java 50 import java.util.regex.Matcher;
51 import java.util.regex.Pattern;
  /cts/tests/tests/opengl/src/android/opengl/cts/
OpenGlEsVersionTest.java 41 import java.util.regex.Matcher;
42 import java.util.regex.Pattern;
  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
RssService.java 41 import java.util.regex.Pattern;
42 import java.util.regex.Matcher;
  /development/samples/Wiktionary/src/com/example/android/wiktionary/
ExtendedWikiHelper.java 30 import java.util.regex.Matcher;
31 import java.util.regex.Pattern;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
asynchat.py 303 # this could maybe be made faster with a computed regex?
308 # regex: 14035/s
  /external/annotation-tools/scene-lib/src/annotations/io/
JavapParser.java 11 import java.util.regex.Matcher;
12 import java.util.regex.Pattern;
  /external/autotest/frontend/afe/
control_file.py 123 regex = re.compile('(\\\\*)("""|\'\'\')')
135 match = regex.search(line)
  /external/caliper/caliper/src/main/java/com/google/caliper/util/
ShortDuration.java 34 import java.util.regex.Matcher;
35 import java.util.regex.Pattern;
  /external/capstone/
CMakeLists.txt 347 STRING(REGEX REPLACE ".c$" "" TBIN ${TSRC})
353 STRING(REGEX REPLACE ".c$" "" ARM_REGRESS_BIN ${ARM_REGRESS_TEST})
  /external/clang/docs/
ClangFormat.rst 170 usage: clang-format-diff.py [-h] [-i] [-p NUM] [-regex PATTERN] [-style STYLE]
179 -regex PATTERN custom pattern selecting file paths to reformat
  /external/eigen/cmake/
FindMetis.cmake 222 string(REGEX REPLACE "^ -" "-" CMAKE_REQUIRED_LIBRARIES "${CMAKE_REQUIRED_LIBRARIES}")
247 string(REGEX REPLACE "/lib(32|64)?$" "" not_cached_dir "${first_lib_path}")

Completed in 1642 milliseconds

<<71727374757677787980>>