OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:regex
(Results
526 - 550
of
1927
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/chromium_org/components/url_matcher/
url_matcher.h
79
// handled by a
regex
matcher instead of a substring matcher.
173
URLMatcherCondition CreateURLMatchesCondition(const std::string&
regex
);
175
const std::string&
regex
);
197
// Note that substring patterns and
regex
patterns will use different IDs.
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/
webkitunittest.py
49
'Expected
regex
"%s"\nGot "%s"' % (regex_message, exception.__str__()))
/external/chromium_org/third_party/icu/source/test/hdrtst/
cxxfiles.txt
62
regex
.h
/external/chromium_org/third_party/icu/source/test/intltest/
itutil.cpp
362
LocalURegularExpressionPointer
regex
(
367
if(
regex
.isNull()) {
429
LocalURegularExpressionPointer
regex
(
432
regex
.adoptInstead(NULL);
/external/chromium_org/tools/linux/
dump-static-initializers.py
75
#
Regex
matching the substring of a symbol's demangled text representation most
102
#
Regex
matching nm output for the symbols we're interested in.
115
"""Verify the nm_re
regex
matches some sample lines."""
138
#
Regex
matching objdump output for the symbols we're interested in.
/external/chromium_org/v8/test/webkit/fast/regex/
ecma-regex-examples-expected.txt
24
This page tests the
regex
examples from the ECMA-262 specification.
ecma-regex-examples.js
25
"This page tests the
regex
examples from the ECMA-262 specification."
/external/chromium_org/win8/metro_driver/ime/
input_scope.cc
21
//
regex
support might be useful for IMEs or on-screen keyboards in future,
/external/clang/
CMakeLists.txt
117
string(
REGEX
MATCH "[0-9]+\\.[0-9]+(\\.[0-9]+)?" CLANG_VERSION
121
string(
REGEX
REPLACE "([0-9]+)\\.[0-9]+(\\.[0-9]+)?" "\\1" CLANG_VERSION_MAJOR
123
string(
REGEX
REPLACE "[0-9]+\\.([0-9]+)(\\.[0-9]+)?" "\\1" CLANG_VERSION_MINOR
127
string(
REGEX
REPLACE "[0-9]+\\.[0-9]+\\.([0-9]+)" "\\1" CLANG_VERSION_PATCHLEVEL
/external/icu4c/test/hdrtst/
cxxfiles.txt
71
regex
.h
/external/libvpx/libvpx/examples/includes/geshi/docs/
BUGS
24
- Perl/Javascript /.../
regex
syntax is only supported basically and there's no
/external/llvm/cmake/modules/
LLVMProcessSources.cmake
14
string(
REGEX
REPLACE "(^| )${old}($| )" " ${n} " ${var} "${${var}}" )
/external/llvm/lib/Support/
Android.mk
49
Regex
.cpp \
CMakeLists.txt
41
Regex
.cpp
regfree.c
2
* This code is derived from OpenBSD's libc/
regex
, original license follows:
regutils.h
2
* This code is derived from OpenBSD's libc/
regex
, original license follows:
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
Scene.java
22
import java.util.
regex
.Matcher;
23
import java.util.
regex
.Pattern;
199
public void assignRenderStateToMaterial(RenderState renderState, String
regex
) {
200
Pattern pattern = Pattern.compile(
regex
);
/frameworks/base/tools/aidl/
aidl_language.h
131
// we rely on the input matching the import
regex
from below
/libcore/luni/src/main/java/java/util/regex/
MatchResult.java
18
package java.util.
regex
;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
regex.cpp
1
//===--------------------------
regex
.cpp ---------------------------------===//
10
#include "
regex
"
54
return "An invalid
regex
grammar has been requested.";
56
return "An empty
regex
is not allowed in the POSIX grammar.";
/ndk/sources/host-tools/sed-4.2.1/po/
af.po
79
msgid "unterminated address
regex
"
200
msgstr "Geen vorige
regex
nie"
205
msgstr "Kan nie veranderaars vir leë
regex
spesifiseer nie"
435
msgstr "Ongeldige
regex
"
479
msgstr "Ongeldige vorige
regex
"
483
msgstr "Premature einde vir
regex
"
487
msgstr "
Regex
te groot"
495
msgstr "Geen vorige
regex
nie"
558
#~ " gebruik uitgebreide
regex
in die skrip\n"
/ndk/sources/host-tools/sed-4.2.1/testsuite/
bug-regex12.c
29
#include <
regex
.h>
/packages/apps/Browser/src/com/android/browser/
PreloadedTabControl.java
23
import java.util.
regex
.Pattern;
/packages/apps/Email/tests/src/com/android/email/mail/transport/
MockTransport.java
32
import java.util.
regex
.Pattern;
106
* @param pattern Java
RegEx
to wait for
114
* @param pattern Java
RegEx
to wait for
123
* @param pattern Java
RegEx
to wait for
/packages/apps/Email/tests/src/com/android/emailcommon/utility/
SSLUtilsTest.java
24
import java.util.
regex
.Pattern;
Completed in 548 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>