OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:regex
(Results
1626 - 1650
of
5854
) sorted by null
<<
61
62
63
64
65
66
67
68
69
70
>>
/external/autotest/client/site_tests/hardware_Resolution/
hardware_Resolution.py
20
# The list of connectors in this
regex
pattern comes from an array called
/external/autotest/client/site_tests/security_ASLR/
security_ASLR.py
190
# -g, --gmatch * Use
regex
rather than string compare (with -s)
310
# Build
regex
to parse one line of proc maps table.
317
regex
= r'%s +%s +%s +%s +%s +%s' % (memory, perms, something,
319
found_match = re.match(
regex
, result)
/external/autotest/server/site_tests/firmware_PDProtocol/
firmware_PDProtocol.py
96
@param pattern: The
regex
to search the output for
/external/autotest/server/site_tests/hardware_DiskFirmwareUpgrade/
hardware_DiskFirmwareUpgrade.py
41
- the model of the device present matches the defined model
regex
.
/external/autotest/site_utils/admin/scripts/
check_db.out
204
regex
1256
/external/boringssl/src/third_party/android-cmake/
AndroidNdkGdb.cmake
72
string(
REGEX
REPLACE ";" " " PROJECT_INCLUDES "${PROJECT_INCLUDES}")
android.toolchain.cmake
250
macro( __LIST_FILTER listvar
regex
)
253
if( __val MATCHES "${
regex
}" )
308
file( STRINGS ${_path} __apiFileContent
REGEX
"${__ndkApiLevelRegex}" )
312
string(
REGEX
REPLACE "${__ndkApiLevelRegex}" "\\1" ${_var} "${__apiFileContent}" )
421
file( STRINGS "${ANDROID_NDK}/RELEASE.TXT" ANDROID_NDK_RELEASE_FULL LIMIT_COUNT 1
REGEX
"r[0-9]+[a-z]?" )
422
string(
REGEX
MATCH "r([0-9]+)([a-z]?)" ANDROID_NDK_RELEASE "${ANDROID_NDK_RELEASE_FULL}" )
427
string(
REGEX
REPLACE "r([0-9]+)([a-z]?)" "\\1*1000" ANDROID_NDK_RELEASE_NUM "${ANDROID_NDK_RELEASE}" )
525
string(
REGEX
MATCH "[0-9]+[.][0-9]+([.][0-9]+)?" __availableToolchainCompilerVersions "${__availableToolchainCompilerVersions}" )
538
FILE( STRINGS "${ANDROID_NDK_TOOLCHAINS_PATH}/${__toolchain}/setup.mk" __toolchainVersionStr
REGEX
"${__toolchainVersionRegex}" )
540
string(
REGEX
REPLACE "${__toolchainVersionRegex}" "\\1" __toolchainVersionStr "${__toolchainVersionStr}"
[
all
...]
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/
rjsmin.c
145
/* Comment or
Regex
or something else entirely */
180
/*
Regex
*/
380
substitution
regex
.\n\
385
:Note: This is a hand crafted C implementation built on the
regex
\n\
/external/clang/test/
cxx-sections.data
[
all
...]
/external/clang/www/
related.html
92
DXR is a code search and navigation tool aimed at making sense of large projects like Firefox. It supports full-text and
regex
searches as well as structural queries like "Find all the callers of this function."
/external/cn-cbor/
CMakeLists.txt
97
string (
REGEX
REPLACE "^\\s*#.*" "" ig "${ig}")
/external/doclava/src/com/google/doclava/
LinkReference.java
19
import java.util.
regex
.Pattern;
20
import java.util.
regex
.Matcher;
62
*
regex
pattern to use when matching explicit 'a href' reference text
68
*
regex
pattern to use when matching double-quoted reference text
/external/gflags/cmake/
execute_test.cmake
4
string (
REGEX
REPLACE "([.+*?^$()])" "\\\\\\1" ${STRVAR} "${${STRVAR}}")
/external/glide/third_party/disklrucache/
README.md
5
has a string key and a fixed number of values. Each key must match the
regex
/external/guice/extensions/servlet/src/com/google/inject/servlet/
ServletsModuleBuilder.java
52
return new ServletKeyBindingBuilderImpl(regexes, UriPatternType.
REGEX
);
/external/icu/icu4c/source/test/hdrtst/
cxxfiles.txt
79
regex
.h
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/instr/
SignatureRemover.java
21
import java.util.
regex
.Pattern;
/external/jarjar/src/main/com/tonicsystems/jarjar/
PackageRemapper.java
22
import java.util.
regex
.Pattern;
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/
StructuralWhitespaceStripper.java
43
import java.util.
regex
.Matcher;
44
import java.util.
regex
.Pattern;
99
* A
regex
snippet to match sequences of inline whitespace. The easiest way to define this is as
219
// The trailing whitespace
regex
should never fail to match a string.
/external/jsilver/src/org/clearsilver/jni/
JNI.java
20
import java.util.
regex
.Pattern;
/external/jsoncpp/
CMakeLists.txt
54
STRING(
REGEX
MATCHALL "[0-9]+|-([A-Za-z0-9_]+)" VERSION_PARTS ${VERSION_TEXT})
/external/jsr305/javadoc/javax/annotation/
package-summary.html
100
<TD WIDTH="15%"><B><A HREF="../../javax/annotation/
RegEx
.Checker.html" title="class in javax.annotation">
RegEx
.Checker</A></B></TD>
182
<TD WIDTH="15%"><B><A HREF="../../javax/annotation/
RegEx
.html" title="annotation in javax.annotation">
RegEx
</A></B></TD>
package-tree.html
93
<LI TYPE="circle">javax.annotation.<A HREF="../../javax/annotation/
RegEx
.Checker.html" title="class in javax.annotation"><B>
RegEx
.Checker</B></A> (implements javax.annotation.meta.<A HREF="../../javax/annotation/meta/TypeQualifierValidator.html" title="interface in javax.annotation.meta">TypeQualifierValidator</A><A>)
107
<LI TYPE="circle">javax.annotation.<A HREF="../../javax/annotation/
RegEx
.html" title="annotation in javax.annotation"><B>
RegEx
</B></A> (implements java.lang.annotation.Annotation)
/external/jsr305/javadoc/
overview-tree.html
92
<LI TYPE="circle">javax.annotation.<A HREF="javax/annotation/
RegEx
.Checker.html" title="class in javax.annotation"><B>
RegEx
.Checker</B></A> (implements javax.annotation.meta.<A HREF="javax/annotation/meta/TypeQualifierValidator.html" title="interface in javax.annotation.meta">TypeQualifierValidator</A><A>)
111
<LI TYPE="circle">javax.annotation.<A HREF="javax/annotation/
RegEx
.html" title="annotation in javax.annotation"><B>
RegEx
</B></A> (implements java.lang.annotation.Annotation)
/external/junit-params/src/main/java/junitparams/naming/
MacroSubstitutionNamingStrategy.java
9
import java.util.
regex
.Pattern;
Completed in 792 milliseconds
<<
61
62
63
64
65
66
67
68
69
70
>>