OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:regex
(Results
1301 - 1325
of
5854
) sorted by null
<<
51
52
53
54
55
56
57
58
59
60
>>
/cts/tests/tests/os/src/android/os/cts/
CpuFeaturesTest.java
25
import java.util.
regex
.Matcher;
26
import java.util.
regex
.Pattern;
/cts/tests/tests/security/src/android/security/cts/
PackageSignatureTest.java
38
import java.util.
regex
.Matcher;
39
import java.util.
regex
.Pattern;
/developers/samples/android/ui/text/TextStyling-Java/app/src/main/java/com/android/example/text/styling/parser/
Parser.java
25
import java.util.
regex
.Matcher;
26
import java.util.
regex
.Pattern;
/development/cmds/monkey/src/com/android/commands/monkey/
MonkeyGetAppFrameRateEvent.java
30
import java.util.
regex
.Pattern;
31
import java.util.
regex
.Matcher;
MonkeyGetFrameRateEvent.java
29
import java.util.
regex
.Pattern;
30
import java.util.
regex
.Matcher;
/development/samples/Wiktionary/src/com/example/android/wiktionary/
WordWidget.java
36
import java.util.
regex
.Matcher;
37
import java.util.
regex
.Pattern;
/development/samples/WiktionarySimple/src/com/example/android/simplewiktionary/
WordWidget.java
36
import java.util.
regex
.Matcher;
37
import java.util.
regex
.Pattern;
/development/tools/bugreport/src/com/android/bugreport/anr/
AnrParser.java
31
import java.util.
regex
.Pattern;
32
import java.util.
regex
.Matcher;
/development/vndk/tools/header-checker/header-abi-util/include/
header_abi_util.h
22
#include <
regex
>
97
std::
regex
match_expr(find_str);
/development/vndk/tools/sourcedr/sourcedr/templates/
index.html
42
<span class="input-group-addon">is
regex
</span>
50
<span class="input-group-addon">is
regex
</span>
/external/autotest/client/bin/result_tools/
shrink_file_throttler.py
32
#
Regex
for files that should not be shrunk.
38
#
Regex
pattern to retrieve the original size of the file.
throttler_lib.py
45
#
Regex
of result files sorted based on priority. Files can be throttled first
55
#
Regex
of file names for Autotest debug logs. These files should be preserved
/external/autotest/client/site_tests/logging_KernelCrash/
logging_KernelCrash.py
40
regex
= r'kernel-(' + matches + r')-[0-9A-F]{8}$'
41
return (re.match(
regex
, signature) is not None)
/external/autotest/server/cros/network/
arping_runner.py
81
regex
= re.compile(r'(([0-9]{1,3}\.){3}[0-9]{1,3}) '
87
match = re.search(
regex
, line.strip())
/external/autotest/server/site_tests/power_DarkResumeDisplay/
power_DarkResumeDisplay.py
63
regex
= re.compile(pattern)
66
match =
regex
.match(line)
/external/autotest/server/site_tests/video_VDAStress/
output_test_video_params.py
39
regex
= re.compile(pattern, re.MULTILINE)
40
count = sum(1 for _ in
regex
.finditer(mm))
/external/capstone/
LICENSE_LLVM.TXT
68
OpenBSD
regex
llvm/lib/Support/{reg*, COPYRIGHT.
regex
}
/external/clang/
CMakeLists.txt
26
string(
REGEX
REPLACE
251
string(
REGEX
MATCH "[0-9]+\\.[0-9]+(\\.[0-9]+)?" CLANG_VERSION
255
string(
REGEX
REPLACE "([0-9]+)\\.[0-9]+(\\.[0-9]+)?" "\\1" CLANG_VERSION_MAJOR
257
string(
REGEX
REPLACE "[0-9]+\\.([0-9]+)(\\.[0-9]+)?" "\\1" CLANG_VERSION_MINOR
261
string(
REGEX
REPLACE "[0-9]+\\.[0-9]+\\.([0-9]+)" "\\1" CLANG_VERSION_PATCHLEVEL
301
string(
REGEX
REPLACE ".*ld64-([0-9.]+).*" "\\1" HOST_LINK_VERSION ${LD_V_OUTPUT})
303
string(
REGEX
REPLACE "[^0-9]*([0-9.]+).*" "\\1" HOST_LINK_VERSION ${LD_V_OUTPUT})
474
string(
REGEX
MATCH "stage([0-9]*)" MATCHED_STAGE "${CLANG_STAGE}")
/external/clang/lib/Format/
FormatTokenLexer.cpp
21
#include "llvm/Support/
Regex
.h"
157
//
Regex
literals can only follow after prefix unary operators, not after
160
//
regex
.
164
// The previous token must introduce an operand location where
regex
172
// Tries to parse a JavaScript
Regex
literal starting at the current token,
174
//
regex
literals. Changes the current token to a
regex
literal and updates
223
// Treat
regex
literals like other string_literals.
/external/clang/tools/scan-build-py/tests/functional/cases/
test_from_cdb.py
163
for
regex
in patterns:
164
match =
regex
.match(line.strip())
/external/compiler-rt/cmake/Modules/
CompilerRTCompile.cmake
12
string(
REGEX
REPLACE ";-\([DU]\);" ";-\\1" msvc_flags "${msvc_flags}")
41
string(
REGEX
MATCH "[.](cc|cpp)$" is_cxx ${source_rpath})
/external/desugar/test/java/com/google/devtools/build/android/desugar/classes_for_testing_type_inference/testsubjects/
TestSubject.java
26
import java.util.
regex
.Pattern;
27
import java.util.
regex
.PatternSyntaxException;
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
Deprecator.java
18
import java.util.
regex
.Matcher;
19
import java.util.
regex
.Pattern;
/external/jacoco/org.jacoco.core.test/src-java7/org/jacoco/core/test/filter/
TryWithResourcesTest.java
19
import java.util.
regex
.Matcher;
20
import java.util.
regex
.Pattern;
/external/jcommander/src/test/java/com/beust/jcommander/command/
CommandAliasTest.java
27
import java.util.
regex
.Matcher;
28
import java.util.
regex
.Pattern;
Completed in 1319 milliseconds
<<
51
52
53
54
55
56
57
58
59
60
>>