OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:compile
(Results
376 - 400
of
1965
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium_org/tools/gn/
last_commit_position.py
54
regex = re.
compile
(r'\s*Cr-Commit-Position: refs/heads/master@\{#(\d+)\}\s*')
/external/chromium_org/tools/grit/grit/tool/
postprocess_unittest.py
52
smarter = re.
compile
(r'(DUMMY)(.*)')
/external/chromium_org/tools/gyp/test/win/
gyptest-link-base-address.py
28
image_base_reg_ex = re.
compile
('.*\s+([0-9]+) image base.*', re.DOTALL)
/external/chromium_org/tools/linux/
dump-static-initializers.py
54
protobuf_filename_re = re.
compile
(r'(.*)\.pb\.cc$')
81
symbol_code_name_re = re.
compile
(r'^(?:[^(<[]*::)?([^:(<[]*).*?$')
104
nm_re = re.
compile
(r'(\S+) (\S+) t (?:_ZN12)?_GLOBAL__(?:sub_)?I_(.*)')
141
disassembly_re = re.
compile
(r'^\s+[0-9a-f]+:.*<(\S+)>')
/external/chromium_org/tools/memory_inspector/memory_inspector/backends/
memdump_parser.py
52
map_re = re.
compile
(RE)
/external/chromium_org/tools/metrics/histograms/
update_use_counter_css.py
40
ENUM_REGEX = re.
compile
(r"""CSSProperty(.*): # capture the enum name
/external/chromium_org/tools/security/
check_message_owners.py
32
regexp = re.
compile
('^per-file.*_messages[^=]*=\s*(.*)@([^#]*)')
/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
strace_profiler.py
18
_STRACE_LINE_RE = re.
compile
(
27
_UNFINISHED_LINE_RE = re.
compile
(
32
_RESUMED_LINE_RE = re.
compile
(
39
_KILLED_LINE_RE = re.
compile
(
/external/chromium_org/tools/telemetry/third_party/pyserial/serial/tools/
list_ports.py
42
r = re.
compile
(regexp, re.I)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-netrexx.jar
/external/eigen/debug/gdb/
printers.py
49
regex = re.
compile
('\<.*\>')
175
pretty_printers_dict[re.
compile
('^Eigen::Quaternion<.*>$')] = lambda val: EigenQuaternionPrinter(val)
176
pretty_printers_dict[re.
compile
('^Eigen::Matrix<.*>$')] = lambda val: EigenMatrixPrinter("Matrix", val)
177
pretty_printers_dict[re.
compile
('^Eigen::Array<.*>$')] = lambda val: EigenMatrixPrinter("Array", val)
/external/fonttools/Lib/fontTools/ttLib/tables/
F_F_T_M_.py
22
def
compile
(self, ttFont):
member in class:table_F_F_T_M_
/external/hamcrest/src/org/hamcrest/core/
DescribedAs.java
20
private final static Pattern ARG_PATTERN = Pattern.
compile
("%([0-9]+)");
/external/icu/icu4c/source/common/
simplepatternformatter.h
74
UBool
compile
(const UnicodeString &pattern, UErrorCode &status);
/external/icu/icu4c/source/tools/genrb/
prscmnts.cpp
35
#if UCONFIG_NO_REGULAR_EXPRESSIONS==0 /* donot
compile
when RegularExpressions not available */
95
RegexPattern *pattern = RegexPattern::
compile
(UnicodeString("@"), 0, *status);
130
RegexPattern *pattern = RegexPattern::
compile
(UnicodeString("@"), UREGEX_MULTILINE, *status);
154
RegexPattern *pattern = RegexPattern::
compile
(UnicodeString("@"), UREGEX_MULTILINE, *status);
194
RegexPattern *pattern = RegexPattern::
compile
(UnicodeString("@"), UREGEX_MULTILINE, *status);
/external/jsilver/src/com/google/streamhtmlparser/util/
HtmlUtils.java
74
// Safe for use by concurrent threads so we
compile
once.
76
Pattern.
compile
(META_REDIRECT_REGEX, Pattern.CASE_INSENSITIVE);
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
RegexCache.java
38
pattern = Pattern.
compile
(regex);
/external/lldb/utils/misc/
grep-svn-log.py
80
regexp = re.
compile
(sys.argv[1])
/external/llvm/utils/llvm-build/llvmbuild/
configutil.py
35
regex = re.
compile
(regex_string)
/external/markdown/markdown/extensions/
abbr.py
30
ABBR_REF_RE = re.
compile
(r'[*]\[(?P<abbr>[^\]]*)\][ ]?:\s*(?P<title>.*)')
fenced_code.py
66
FENCED_BLOCK_RE = re.
compile
( \
/external/openfst/src/bin/
fstcompile.cc
23
#include <fst/script/
compile
.h>
/external/oprofile/
opimport_pull
85
deleted_pattern = re.
compile
(" \(deleted\)$");
100
pattern = re.
compile
("(^raw_samples)(.*)/(.*)$")
/external/owasp/sanitizer/src/main/org/owasp/html/examples/
SlashdotPolicyExample.java
77
.allowAttributes("lang").matching(Pattern.
compile
("[a-zA-Z]{2,20}"))
/external/regex-re2/
Android.mk
19
re2/
compile
.cc \
Completed in 2321 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>