Searched
refs:compile (Results
501 -
525 of
869) sorted by null
<<21222324252627282930>>
/dalvik/vm/compiler/template/ |
gen-template.py | 155 opcode_re = re.compile(r"^JIT_TEMPLATE\((\w+)\)", re.DOTALL)
|
/development/build/tools/ |
mk_sources_zip.py | 28 _RE_PKG = re.compile("^\s*package\s+([^\s;]+)\s*;.*")
|
/development/samples/MySampleRss/src/com/example/codelab/rssexample/ |
RssService.java | 208 Pattern p = Pattern.compile(patt);
|
/development/scripts/app_engine_server/gae_shell/ |
shell.py | 217 # log and compile the statement up front 220 compiled = compile(statement, '<string>', 'single')
|
/development/tools/idegen/src/ |
Configuration.java | 260 patterns.add(Pattern.compile(trimmed));
|
/development/tools/idegen/src/com/android/idegen/ |
StandardModule.java | 50 private static final Pattern SRC_PATTERN = Pattern.compile(
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/main/ |
main-scripts.rb | 210 master.compile 236 # compile grammar
|
/external/bison/build-aux/ |
config.rpath | 42 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
|
/external/chromium/build/util/ |
lastchange.py | 175 git_re = re.compile(r'^\s*git-svn-id:\s+(\S+)@(\d+)')
|
/external/doclava/src/com/google/doclava/ |
SampleTagInfo.java | 51 Pattern.compile("[\r\n \t]*([^\r\n \t]*)[\r\n \t]*([0-9A-Za-z_]*)[\r\n \t]*", Pattern.DOTALL);
|
/external/guava/guava/src/com/google/common/base/ |
Splitter.java | 200 * Splitter.on(Pattern.compile("\r?\n")).split(entireFile)} splits a string 237 * equivalent to {@code Splitter.on(Pattern.compile(pattern))}. 249 return on(Pattern.compile(separatorPattern));
|
/external/guava/guava-tests/test/com/google/common/base/ |
PredicatesTest.java | 760 // The next two lines are not expected to compile. 845 Predicates.contains(Pattern.compile("^Fo.*o.*bar$")); 863 Predicates.contains(Pattern.compile("Woo")); 879 Predicates.contains(Pattern.compile("foo")), 883 Pattern.compile("foo", Pattern.CASE_INSENSITIVE)))
|
/external/harfbuzz_ng/src/ |
hb-ot-map-private.hh | 194 HB_INTERNAL void compile (struct hb_ot_map_t &m);
|
/external/icu4c/samples/ugrep/ |
ugrep.cpp | 106 RegexPattern *rePat = RegexPattern::compile(pattern, parseErr, status);
|
/external/iproute2/examples/ |
cbq.init-v0.7.3 | 63 # - exposed "compile" command 176 # use "compile" command which will output "tc" commands required to build 177 # your configuration. Bear in mind that "compile" does not check if the "tc" 655 if [ "$1" = "compile" ]; then 698 ############################### START/COMPILE ############################### 701 start|compile) 708 ### If we are in compile/nocache/logging mode, don't bother with cache 709 if [ "$1" != "compile" -a "$2" != "nocache" -a -z "$CBQ_DEBUG" ]; then 719 ### compile the config if the cache is invalid 721 $0 compile > $CBQ_CACHE | [all...] |
/external/javassist/src/main/javassist/ |
CtNewMethod.java | 73 CtMember obj = compiler.compile(src);
|
CtNewWrappedMethod.java | 92 stacksize2 = cparam.compile(code);
|
/external/libxslt/libxslt/ |
attrvt.c | 279 "Attribute '%s': Failed to compile the expression "
|
/external/markdown/markdown/ |
preprocessors.py | 194 RE = re.compile(r'^(\ ?\ ?\ ?)\[([^\]]*)\]:\s*([^ ]*)(.*)$', re.DOTALL)
|
treeprocessors.py | 44 self.__placeholder_re = re.compile(markdown.INLINE_PLACEHOLDER % r'([0-9]{4})')
|
/external/mdnsresponder/mDNSPosix/ |
parselog.py | 72 spaceExp = re.compile(r'\s+')
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/ |
PropertyBoxParserImpl.java | 75 Pattern p = Pattern.compile("(.*)\\((.*?)\\)");
|
/external/openfst/src/include/fst/script/ |
fstscript.h | 33 #include <fst/script/compile.h>
|
/external/openssl/ |
check-all-builds.sh | 198 This script is used to ensure that all OpenSSL build variants compile 406 # Generic builds do not compile without this flag. 423 # Generate build instructions to compile source files.
|
/external/smack/src/org/jivesoftware/smack/ |
ServerTrustManager.java | 46 private static Pattern cnPattern = Pattern.compile("(?i)(cn=)([^,]*)");
|
Completed in 1883 milliseconds
<<21222324252627282930>>