| /external/emma/core/java12/com/vladium/util/ |
| WCMatcher.java | 21 public static WCMatcher compile (final String pattern) method in class:WCMatcher
|
| /external/harfbuzz_ng/src/ |
| hb-ot-map.cc | 170 hb_ot_map_builder_t::compile (hb_ot_map_t &m) function in class:hb_ot_map_builder_t
|
| /external/jsilver/src/com/google/clearsilver/jsilver/compiler/ |
| TemplateCompiler.java | 72 return compile(templateFactory.find(templateName, resourceLoader, escapeMode), templateName, 78 return compile(templateFactory.createTemp(content, escapeMode), name, escapeMode); 82 * Compile AST into Java class. 88 private Template compile(TemplateSyntaxTree ast, String templateName, EscapeMode mode) { method in class:TemplateCompiler 91 String errorMessage = "Could not compile template: " + templateName;
|
| /external/llvm/tools/lto/ |
| LTOCodeGenerator.cpp | 194 const void* LTOCodeGenerator::compile(size_t* length, std::string& errMsg) { function in class:LTOCodeGenerator 199 // remove old buffer if compile() called twice
|
| /external/webkit/Source/JavaScriptCore/runtime/ |
| RegExp.cpp | 87 m_state = compile(globalData); 103 RegExp::RegExpState RegExp::compile(JSGlobalData* globalData) function in class:JSC::RegExp
|
| Executable.h | 211 JSObject* compile(ExecState* exec, ScopeChainNode* scopeChainNode) function in class:JSC::EvalExecutable 257 JSObject* compile(ExecState* exec, ScopeChainNode* scopeChainNode) function in class:JSC::ProgramExecutable
|
| /frameworks/compile/slang/ |
| slang.cpp | 430 int Slang::compile() { function in class:slang::Slang
|
| slang_rs.cpp | 278 bool SlangRS::compile( function in class:slang::SlangRS 347 if (Slang::compile() > 0)
|
| /libcore/luni/src/main/java/java/util/regex/ |
| Pattern.java | 27 * with the same regular expression, it may be more efficient to compile it once and reuse it. 38 * Pattern p = Pattern.compile("Hello, (\\S+)"); 340 * Returns the regular expression supplied to {@code compile}. 352 * Returns the flags supplied to {@code compile}. 373 public static Pattern compile(String regularExpression, int flags) throws PatternSyntaxException { method in class:Pattern 378 * Equivalent to {@code Pattern.compile(pattern, 0)}. 380 public static Pattern compile(String pattern) { method in class:Pattern 390 compile(); method 393 private void compile() throws PatternSyntaxException { method in class:Pattern 412 * Equivalent to {@code Pattern.compile(regularExpression).matcher(input).matches()} 452 compile(); method [all...] |
| /ndk/build/core/ |
| ndk-common.sh | 461 # check that we can compile a trivial C program with this compiler 471 compile 477 compile 481 compile 494 compile 533 # try to compile the current source file in $TMPC into an object 536 compile () function 564 # perform a simple compile / link / run of the source file in $TMPC 568 compile 570 echo "Failure to compile test program [all...] |
| definitions.mk | 807 # Return the compiler flags used to compile a C++ module [all...] |
| /external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
| Compiler.java | 114 public Expression compile(int opPos) throws TransformerException method in class:Compiler 124 expr = compile(opPos + 2); break; 216 operation.setLeftRight(compile(leftPos), compile(rightPos)); method 237 unary.setRight(compile(rightPos)); method 243 * Compile an 'or' operation. 257 * Compile an 'and' operation. 271 * Compile a '!=' operation. 285 * Compile a '=' operation. 299 * Compile a '<=' operation 1052 func.setArg(compile(p), i); method [all...] |
| /external/apache-xml/src/main/java/org/apache/xpath/jaxp/ |
| XPathImpl.java | 375 * <p>Compile an XPath expression for later evaluation.</p> 391 public XPathExpression compile(String expression) method in class:XPathImpl
|
| /external/guava/guava/src/com/google/common/base/ |
| Predicates.java | 245 * {@code Pattern.compile(pattern).matcher(arg).find()} 566 this(Pattern.compile(patternStr));
|
| /external/icu4c/i18n/ |
| regexcmp.cpp | 98 // Compile regex pattern. The state machine for rexexp pattern parsing is here. 104 void RegexCompile::compile( function in class:RegexCompile 114 compile(&patternText, pp, e); 120 // compile, UText mode 123 void RegexCompile::compile( function in class:RegexCompile 275 // Set stack cleanup: a successful compile would have left it empty, 442 // Compile to a 483 // Compile to a 505 // Compile to a 553 // compile time conventions require the slot anyhow [all...] |
| repattrn.cpp | 266 // compile 270 RegexPattern::compile(const UnicodeString ®ex, function in class:RegexPattern 306 compiler.compile(regex, pe, status); 318 // compile, UText mode 321 RegexPattern::compile(UText *regex, function in class:RegexPattern 357 compiler.compile(regex, pe, status); 368 // compile with default flags. 371 RegexPattern::compile(const UnicodeString ®ex, function in class:RegexPattern 375 return compile(regex, 0, pe, err); 380 // compile with default flags, UText mod 383 RegexPattern::compile(UText *regex, function in class:RegexPattern 395 RegexPattern::compile(const UnicodeString ®ex, function in class:RegexPattern 408 RegexPattern::compile(UText *regex, function in class:RegexPattern [all...] |
| /external/javassist/src/main/javassist/ |
| CtMethod.java | 341 int compile(Bytecode code) throws CannotCompileException { method in class:CtMethod.ConstParameter 380 int compile(Bytecode code) throws CannotCompileException { method in class:CtMethod.IntConstParameter 401 int compile(Bytecode code) throws CannotCompileException { method in class:CtMethod.LongConstParameter 422 int compile(Bytecode code) throws CannotCompileException { method in class:CtMethod.StringConstParameter
|
| /external/webkit/Source/JavaScriptCore/dfg/ |
| DFGNonSpeculativeJIT.cpp | 174 void NonSpeculativeJIT::compile(SpeculationCheckIndexIterator& checkIterator, Node& node) function in class:JSC::DFG::NonSpeculativeJIT 653 void NonSpeculativeJIT::compile(SpeculationCheckIndexIterator& checkIterator, BasicBlock& block) function in class:JSC::DFG::NonSpeculativeJIT 674 compile(checkIterator, node); 678 void NonSpeculativeJIT::compile(SpeculationCheckIndexIterator& checkIterator) function in class:JSC::DFG::NonSpeculativeJIT 683 compile(checkIterator, blocks[m_block]);
|
| DFGSpeculativeJIT.cpp | 242 bool SpeculativeJIT::compile(Node& node) function in class:JSC::DFG::SpeculativeJIT 785 bool SpeculativeJIT::compile(BasicBlock& block) function in class:JSC::DFG::SpeculativeJIT 804 if (!compile(node)) 810 bool SpeculativeJIT::compile() function in class:JSC::DFG::SpeculativeJIT 815 if (!compile(blocks[m_block]))
|
| /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/ |
| Shader.cpp | 439 void VertexShader::compile() function in class:gl::VertexShader 503 void FragmentShader::compile() function in class:gl::FragmentShader
|
| /frameworks/compile/libbcc/tests/ |
| test.py | 50 def compile(args): function 188 out, err = compile(args)
|
| /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/ |
| JUnitCodeGen.java | 101 public void compile() throws IOException{ method in class:JUnitCodeGen
|
| /external/javasqlite/src/main/java/SQLite/ |
| Database.java | 307 Vm vm = compile(sql); 360 Vm vm = compile(sql, args); 414 Vm vm = compile(sql, args); 673 * Compile and return SQLite VM for SQL statement. Only available 680 public Vm compile(String sql) throws SQLite.Exception { method in class:Database 689 * Compile and return SQLite VM for SQL statement. Only available 697 public Vm compile(String sql, String args[]) throws SQLite.Exception { method in class:Database 748 * Internal compile method. 757 * Internal compile method, SQLite 3.0 only.
|
| /external/javassist/src/main/javassist/compiler/ |
| Javac.java | 87 public CtMember compile(String src) throws CompileError { method in class:Javac
|
| /external/mksh/src/ |
| syn.c | 913 compile(Source *s, bool skiputf8bom) function
|