OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:compile
(Results
351 - 375
of
1905
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/cts/libs/vogar-expect/src/vogar/
Expectation.java
42
= Pattern.
compile
(".*", Pattern.MULTILINE | Pattern.DOTALL);
/cts/tools/vm-tests-tf/src/util/build/
JavacBuildStep.java
69
return Main.
compile
(commandLine, new PrintWriter(System.err)) == 0;
/external/chromium_org/base/
PRESUBMIT.py
13
pattern = input_api.re.
compile
(r'^\s*@interface', input_api.re.MULTILINE)
/external/chromium_org/base/android/java/src/org/chromium/base/
SysUtils.java
55
Pattern pattern = Pattern.
compile
("^MemTotal:\\s+([0-9]+) kB$");
/external/chromium_org/build/android/
symbolize.py
27
TRACE_LINE = re.
compile
('(?P<frame>\#[0-9]+ 0x[0-9a-f]{8,8}) '
/external/chromium_org/components/tools/metrics/
count_ifdefs.py
43
token_line_re = re.
compile
(r'^#if(def)?.*\b(%s)\b.*$' % token_pattern)
/external/chromium_org/google_apis/
google_api_keys.py
30
line_pattern = re.
compile
(line_regexp)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/webgl/
update_webgl_conformance_tests.py
39
return re.
compile
(r'^<!--.*?-->\s*', re.DOTALL).sub('', text)
/external/chromium_org/third_party/google_appengine_cloudstorage/cloudstorage/
common.py
56
_GCS_BUCKET_REGEX = re.
compile
(_GCS_BUCKET_REGEX_BASE + r'$')
57
_GCS_BUCKET_PATH_REGEX = re.
compile
(r'/' + _GCS_BUCKET_REGEX_BASE + r'$')
58
_GCS_PATH_PREFIX_REGEX = re.
compile
(r'/' + _GCS_BUCKET_REGEX_BASE + r'.*')
59
_GCS_FULLPATH_REGEX = re.
compile
(r'/' + _GCS_BUCKET_REGEX_BASE + r'/.*')
/external/chromium_org/third_party/icu/source/tools/genrb/
prscmnts.cpp
25
#if UCONFIG_NO_REGULAR_EXPRESSIONS==0 /* donot
compile
when RegularExpressions not available */
85
RegexPattern *pattern = RegexPattern::
compile
("@", 0, *status);
120
RegexPattern *pattern = RegexPattern::
compile
("@", UREGEX_MULTILINE, *status);
144
RegexPattern *pattern = RegexPattern::
compile
("@", UREGEX_MULTILINE, *status);
183
RegexPattern *pattern = RegexPattern::
compile
("@", UREGEX_MULTILINE, *status);
/external/chromium_org/third_party/markdown/extensions/
abbr.py
67
ABBR_REF_RE = re.
compile
(r'[*]\[(?P<abbr>[^\]]*)\][ ]?:\s*(?P<title>.*)')
/external/chromium_org/third_party/skia/gm/
gm_json.py
115
GM_RELATIVE_URL_RE = re.
compile
(GM_RELATIVE_URL_PATTERN)
/external/chromium_org/tools/find_runtime_symbols/
reduce_debugline.py
20
_FILENAME_PATTERN = re.
compile
('(CU: |)(.+)\:')
/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/android/
memdump_parser.py
51
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]+)");
Completed in 687 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>