OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:regex
(Results
1651 - 1675
of
5854
) sorted by null
<<
61
62
63
64
65
66
67
68
69
70
>>
/external/kotlinc/lib/
kotlin-preloader.jar
/external/libedit/src/
sys.h
130
#define
REGEX
/* Use POSIX.2 regular expression functions */
/external/libxml2/include/libxml/
xmlregexp.h
26
* thank the POSIX
regex
expressions.
/external/llvm/lib/Support/
regcname.h
2
* This code is derived from OpenBSD's libc/
regex
, original license follows:
/external/llvm/tools/xcode-toolchain/
CMakeLists.txt
49
string(
REGEX
MATCH "(.*/Toolchains)/.*" toolchains_match ${clang_path})
/external/markdown/markdown/extensions/
abbr.py
63
Given a string, returns an
regex
pattern to match that string.
/external/parameter-framework/upstream/tools/xmlGenerator/misc/
generatorpfwscript.lang
27
<!--default-
regex
-options case-sensitive="True"/-->
/external/proguard/src/proguard/retrace/
ReTrace.java
28
import java.util.
regex
.*;
40
private static final String REGEX_OPTION = "-
regex
";
722
System.err.println("Usage: java proguard.ReTrace [-
regex
<
regex
>] [-verbose] <mapping_file> [<stacktrace_file>]");
/external/python/cpython2/Lib/
warnings.py
73
'message' -- a
regex
that the warning message must match
75
'module' -- a
regex
that the module name must match
387
# - a compiled
regex
that must match the warning message
389
# - a compiled
regex
that must match the module that is being warned
/external/python/cpython3/Lib/test/test_json/
test_decode.py
47
# the whitespace
regex
, so this test is designed to try and
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
FileFsFile.java
10
import java.util.
regex
.Pattern;
/external/selinux/libselinux/
Android.bp
113
"src/
regex
.c",
/external/selinux/libselinux/utils/
Makefile
61
sefcontext_compile: sefcontext_compile.o ../src/
regex
.o
/external/skia/src/sksl/lex/
NFAState.h
23
// the
regex
'.'; matches any char but '\n'
/external/skia/tools/
compare_codereview.py
33
regex
. [Search for "You can't parse [X]HTML with
regex
." for more
155
regex
. [Search for "You can't parse [X]HTML with
regex
." for more
/external/skqp/src/sksl/lex/
NFAState.h
23
// the
regex
'.'; matches any char but '\n'
/external/skqp/tools/
compare_codereview.py
33
regex
. [Search for "You can't parse [X]HTML with
regex
." for more
155
regex
. [Search for "You can't parse [X]HTML with
regex
." for more
/external/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/line/
Log4jRuleSet.java
29
import java.util.
regex
.Pattern;
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue150/
YamlLoadAsIssueTest.java
28
import java.util.
regex
.Pattern;
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue306/
UuidSupportTest.java
25
import java.util.
regex
.Pattern;
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/resolver/
ImplicitResolverTest.java
20
import java.util.
regex
.Pattern;
/external/swiftshader/third_party/LLVM/lib/Support/
regcname.h
2
* This code is derived from OpenBSD's libc/
regex
, original license follows:
/external/swiftshader/third_party/llvm-subzero/lib/Support/
regcname.h
2
* This code is derived from OpenBSD's libc/
regex
, original license follows:
/external/tensorflow/tensorflow/compiler/xla/client/
executable_build_options.h
57
ExecutableBuildOptions& set_generate_hlo_graph(string
regex
);
/external/toybox/toys/posix/
nl.c
20
-E Use extended
regex
syntax (when doing -b pREGEX)
Completed in 1015 milliseconds
<<
61
62
63
64
65
66
67
68
69
70
>>