OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:compile
(Results
526 - 550
of
1965
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/fonttools/Lib/fontTools/ttLib/tables/
_c_v_t.py
17
def
compile
(self, ttFont):
member in class:table__c_v_t
_g_a_s_p.py
26
def
compile
(self, ttFont):
member in class:table__g_a_s_p
_h_e_a_d.py
41
def
compile
(self, ttFont):
member in class:table__h_e_a_d
_l_o_c_a.py
31
def
compile
(self, ttFont):
member in class:table__l_o_c_a
_v_h_e_a.py
35
def
compile
(self, ttFont):
member in class:table__v_h_e_a
/external/hamcrest/library/src/org/hamcrest/xml/
HasXPath.java
34
compiledXPath = xPath.
compile
(xPathExpression);
/external/javassist/src/main/javassist/
CtNewWrappedConstructor.java
78
stacksize2 = cparam.
compile
(code) + 2;
/external/lldb/examples/python/
delta.py
82
timestamp_regex = re.
compile
('(\s*)([1-9][0-9]+\.[0-9]+)([^0-9].*)$')
/external/lldb/scripts/
verify_api.py
58
api_regex = re.
compile
(options.api_regex_str)
/external/lldb/test/lang/cpp/virtual/
TestVirtual.py
20
pattern = re.
compile
("^([^=]*) = '([^=]*)'$")
/external/llvm/include/llvm/LTO/
LTOCodeGenerator.h
93
//
Compile
the merged module into a *single* object file; the path to object
111
const void *
compile
(size_t *length,
/external/mesa3d/src/glsl/tests/
sexps.py
49
sexp_token_regexp = re.
compile
(
/external/objenesis/tck/test/org/objenesis/tck/
OsgiTest.java
53
xPathExpression = xPath.
compile
("/project/parent/version");
/external/openfst/src/include/fst/script/
compile.h
22
#include <fst/script/
compile
-impl.h>
/external/protobuf/gtest/test/
gtest_help_test.py
55
HELP_REGEX = re.
compile
(
/external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
StringArrayResourceLoader.java
30
XPathExpression itemXPath = XPathFactory.newInstance().newXPath().
compile
("item");
/frameworks/compile/libbcc/bcinfo/
Android.mk
24
include frameworks/
compile
/slang/rs_version.mk
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/utils/
BmsgTokenizer.java
69
mMatcher = Pattern.
compile
("(([^:]*):(.*))?\r\n").matcher(str);
ObexTime.java
36
.
compile
("(\\d{4})(\\d{2})(\\d{2})T(\\d{2})(\\d{2})(\\d{2})(([+-])(\\d{2})(\\d{2}))?");
/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/utils/
BmsgTokenizer.java
69
mMatcher = Pattern.
compile
("(([^:]*):(.*))?\r\n").matcher(str);
ObexTime.java
36
.
compile
("(\\d{4})(\\d{2})(\\d{2})T(\\d{2})(\\d{2})(\\d{2})(([+-])(\\d{2})(\\d{2}))?");
/frameworks/webview/chromium/tools/
memreport.py
69
regexps[region_filter] = re.
compile
(region_filter)
/libcore/luni/src/main/native/
java_util_regex_Pattern.cpp
90
RegexPattern* result = RegexPattern::
compile
(regexString, flags, error, status);
/packages/apps/UnifiedEmail/src/com/android/mail/
EmailAddress.java
40
Pattern.
compile
("\\\"?([^\"<]*?)\\\"?\\s*<(.*)>").matcher("");
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/
Field.java
55
Pattern.
compile
(FIELD_NAME_PATTERN);
Completed in 1237 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>