OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Regex
(Results
26 - 30
of
30
) sorted by null
1
2
/external/llvm/lib/Target/AArch64/Utils/
AArch64BaseInfo.cpp
17
#include "llvm/Support/
Regex
.h"
778
Regex
GenericRegPattern("^s3_([0-7])_c(1[15])_c([0-9]|1[0-5])_([0-7])$");
[
all
...]
/external/protobuf/python/
mox.py
904
class
Regex
(Comparator):
920
self.
regex
= re.compile(pattern, flags=flags)
929
return self.
regex
.search(rhs) is not None
932
s = '<regular expression \'%s\'' % self.
regex
.pattern
933
if self.
regex
.flags:
934
s += ', flags=%d' % self.
regex
.flags
[
all
...]
/external/libvpx/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php
217
#
Regex
to match balanced [brackets].
485
# case than to make the other
regex
more complicated.
[
all
...]
/external/clang/include/clang/ASTMatchers/
ASTMatchers.h
53
#include "llvm/Support/
Regex
.h"
[
all
...]
/build/tools/droiddoc/templates-sdk/assets/js/
docs.js
[
all
...]
Completed in 348 milliseconds
1
2