OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:compile
(Results
476 - 500
of
1905
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/libcore/luni/src/test/java/org/apache/harmony/regex/tests/java/util/regex/
PatternSyntaxExceptionTest.java
92
Pattern.
compile
(regex);
103
Pattern.
compile
(regex);
/ndk/docs/tools/
ndk-markdown-substitutions.py
13
self.pattern = re.
compile
(pattern)
162
re_blockquote = re.
compile
(r"^ ")
/packages/apps/UnifiedEmail/src/com/android/emailcommon/internet/
MimeBodyPart.java
40
private static final Pattern REMOVE_OPTIONAL_BRACKETS = Pattern.
compile
("^<?([^>]+)>?$");
42
private static final Pattern END_OF_LINE = Pattern.
compile
("\r?\n");
/pdk/build/
prepare_pdk_tree.py
33
self.patterns = [re.
compile
('path=\"([^\"]*)\".*groups=\"([^\"]*)\"'), \
34
re.
compile
('groups=\"([^\"]*)\".*path=\"([^\"]*)\"')]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_build_clib.py
74
def
compile
(*args, **kw):
member in class:BuildCLibTestCase.test_build_libraries.FakeCompiler
76
create_static_lib =
compile
test_build_py.py
47
cmd.
compile
= 1
106
cmd.
compile
= 1
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
version.py
100
version_re = re.
compile
(r'^(\d+) \. (\d+) (\. (\d+))? ([ab](\d+))?$',
261
component_re = re.
compile
(r'(\d+ | [a-z]+ | \.)', re.VERBOSE)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_build_clib.py
74
def
compile
(*args, **kw):
member in class:BuildCLibTestCase.test_build_libraries.FakeCompiler
76
create_static_lib =
compile
test_build_py.py
47
cmd.
compile
= 1
106
cmd.
compile
= 1
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
version.py
100
version_re = re.
compile
(r'^(\d+) \. (\d+) (\. (\d+))? ([ab](\d+))?$',
261
component_re = re.
compile
(r'(\d+ | [a-z]+ | \.)', re.VERBOSE)
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/
VersionCheck.java
60
private final static Pattern sPluginVersionPattern = Pattern.
compile
(
62
private final static Pattern sSourcePropPattern = Pattern.
compile
(
/bionic/libc/tools/
check-symbols-glibc.py
20
r = re.
compile
(r' +\d+: [0-9a-f]+ +\d+ (I?FUNC|OBJECT) +\S+ +\S+ +\d+ (\S+)')
/build/core/tasks/check_boot_jars/
check_boot_jars.py
20
""" Load and
compile
whitelist regular expressions from filename.
32
whitelist_re = re.
compile
(combined_re)
35
'Cannot
compile
package whitelist regular expression: %r',
/cts/tests/tests/webkit/src/android/webkit/cts/
WebViewStartupTest.java
86
final Pattern pat = Pattern.
compile
("count=(\\d+)");
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
filetestcase.py
41
_EXPECTED_RE = re.
compile
(r'\s*//\s*(?:(?P<line>[+-]?[0-9]+):)?'
/external/chromium_org/mojo/tools/
run_mojo_python_tests.py
62
test_description = re.
compile
("(\w+) \(([\w.]+)\)")
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
crashlogs.py
56
first_line_regex = re.
compile
(r'^Process:\s+(?P<process_name>.*) \[(?P<pid>\d+)\]$')
/external/chromium_org/third_party/closure_linter/closure_linter/common/
filetestcase.py
41
_EXPECTED_RE = re.
compile
(r'\s*//\s*(?:(?P<line>[+-]?[0-9]+):)?'
/external/chromium_org/third_party/jinja2/
tests.py
16
number_re = re.
compile
(r'^-?\d+(\.\d+)?$')
/external/chromium_org/third_party/libyuv/tools/valgrind-libyuv/memcheck/
PRESUBMIT.py
30
sup_regex = re.
compile
('suppressions.*\.txt$')
/external/chromium_org/third_party/mesa/src/src/glsl/tests/
sexps.py
49
sexp_token_regexp = re.
compile
(
/external/chromium_org/tools/code_coverage/
croc_scan_test.py
33
s.re_token = re.
compile
(r'([\:\"\(\)])')
/external/chromium_org/tools/find_runtime_symbols/
static_symbols.py
9
_ARGUMENT_TYPE_PATTERN = re.
compile
('\([^()]*\)(\s*const)?')
10
_TEMPLATE_ARGUMENT_PATTERN = re.
compile
('<[^<>]*>')
11
_LEADING_TYPE_PATTERN = re.
compile
('^.*\s+(\w+::)')
12
_READELF_SECTION_HEADER_PATTER = re.
compile
(
/external/chromium_org/tools/grit/grit/format/
c_format.py
75
two_digit_hex_num = re.
compile
(
html_inline.py
35
_BEGIN_IF_BLOCK = lazy_re.
compile
(
39
_END_IF_BLOCK = lazy_re.
compile
('\s*</if>')
42
_STYLESHEET_RE = lazy_re.
compile
(
45
_INCLUDE_RE = lazy_re.
compile
(
48
_SRC_RE = lazy_re.
compile
(
51
_ICON_RE = lazy_re.
compile
(
Completed in 443 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>