OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:compile
(Results
876 - 900
of
1905
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/external/llvm/utils/lit/lit/formats/
base.py
49
self.pattern = re.
compile
(pattern)
/external/markdown/markdown/extensions/
codehilite.py
150
c = re.
compile
(r'''
toc.py
35
header_rgx = re.
compile
("[Hh][123456]")
/external/mesa3d/scons/
llvm.py
76
llvm_version_re = re.
compile
(r'^#define PACKAGE_VERSION "([^"]*)"')
/external/oauth/core/src/main/java/net/oauth/http/
HttpMessage.java
159
.
compile
("; *charset *= *([^;\"]*|\"([^\"]|\\\\\")*\")(;|$)");
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/tls/
OkHostnameVerifier.java
52
private static final Pattern VERIFY_AS_IP_ADDRESS = Pattern.
compile
(
/external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
AttrResourceLoader.java
27
XPathExpression stringsXPath = XPathFactory.newInstance().newXPath().
compile
("/resources/declare-styleable/attr/enum");
/external/skia/tools/
find_bad_images_in_skps.py
59
ignores = [re.
compile
(ignore) for ignore in ignores]
misc_utils.py
175
pattern: (string) to be passed to re.
compile
181
pattern_object = re.
compile
(pattern)
194
pattern: (string) to be passed to re.
compile
211
pattern: (string) to be passed to re.
compile
submit_try
31
# Alias which can be used to run a try on all
compile
builders.
32
COMPILE_BUILDERS = '
compile
'
177
%s: Will run against all
compile
trybots.
202
p = re.
compile
(regex)
svn.py
150
status_regex = re.
compile
(status_regex_string, re.MULTILINE)
/external/smack/src/com/kenai/jbosh/
ComposableBody.java
61
Pattern.
compile
("<" + "(?:(?:[^:\t\n\r >]+:)|(?:\\{[^\\}>]*?}))?"
/external/smack/src/org/jivesoftware/smack/proxy/
HTTPProxySocketFactory.java
170
= Pattern.
compile
("HTTP/\\S+\\s(\\d+)\\s(.*)\\s*");
/external/smali/dexlib2/src/accessorTest/java/org/jf/dexlib2/
AccessorTest.java
54
private Pattern accessorMethodPattern = Pattern.
compile
("([a-zA-Z]*)_([a-zA-Z]*)");
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
CustomInlineMethodResolver.java
100
private static final Pattern longMethodPattern = Pattern.
compile
("(L[^;]+;)->([^(]+)\\(([^)]*)\\)(.+)");
/external/srec/srec/Grammar/include/
SR_Grammar.h
95
ESR_ReturnCode(*
compile
)(struct SR_Grammar_t* self);
member in struct:SR_Grammar_t
261
* -
Compile
from expressions (not supported by SREC) or load pre-compiled grammars
/external/srec/srec/Grammar/src/
SR_Grammar.c
35
return self->
compile
(self);
/external/vixl/tools/
test.py
128
names = filter(re.
compile
(f).search, names)
/external/zlib/src/contrib/masmx64/
gvmat64.asm
38
; to
compile
this file for infozip Zip, I use option:
41
; to
compile
this file for zLib, I use option:
47
; This file
compile
with Microsoft Macro Assembler (x64) for AMD64
116
; (if you
compile
with zlib 1.0.4 or older, remove the +4).
130
;;;
compile
time. Sigh.)
134
; (if you
compile
with zlib 1.0.4 or older, use "zlib1222add equ (-4)").
135
; (if you
compile
with zlib between 1.0.5 and 1.2.2.1, use "zlib1222add equ 0").
136
; if you
compile
with zlib 1.2.2.2 or later , use "zlib1222add equ 8").
/frameworks/base/cmds/wm/src/com/android/commands/wm/
Wm.java
178
final Pattern FLATTENED_PATTERN = Pattern.
compile
(
/frameworks/base/core/java/android/content/
UriMatcher.java
210
static final Pattern PATH_SPLIT_PATTERN = Pattern.
compile
("/");
/frameworks/compile/slang/
Android.mk
77
LOCAL_C_INCLUDES += frameworks/
compile
/libbcc/include
slang.h
228
int
compile
();
236
// Reset the slang compiler state such that it can be reused to
compile
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
SmsUsageMonitor.java
193
mShortCodePattern = (shortCodeRegex != null ? Pattern.
compile
(shortCodeRegex) : null);
195
Pattern.
compile
(premiumShortCodeRegex) : null);
197
Pattern.
compile
(freeShortCodeRegex) : null);
199
Pattern.
compile
(standardShortCodeRegex) : null);
/frameworks/rs/driver/runtime/
Android.mk
68
include frameworks/
compile
/slang/rs_version.mk
Completed in 633 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>