Searched defs:compile (Results 1 - 25 of 30) sorted by relevance

12

/external/proguard/build/
H A Dbuild.sh40 function compile { function
69 compile $PROGUARD
72 compile $PROGUARD_GUI
75 compile $RETRACE
80 compile $ANT_TASK
84 echo "if you want to compile the optional ProGuard Ant task."
89 compile $WTK_PLUGIN
93 echo "if you want to compile the optional ProGuard WTK plugin."
/external/javasqlite/src/main/java/SQLite/
H A DVm.java16 * Internal last error code for compile()/step() methods.
29 * Vm vm = db.compile("select * from x; select * from y;");
33 * while (vm.compile()) {
55 public native boolean compile() throws SQLite.Exception; method in class:Vm
H A DDatabase.java307 Vm vm = compile(sql);
360 Vm vm = compile(sql, args);
414 Vm vm = compile(sql, args);
680 public Vm compile(String sql) throws SQLite.Exception { method in class:Database
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/srec/srec/Grammar/include/
H A DSR_Grammar.h95 ESR_ReturnCode(*compile)(struct SR_Grammar_t* self); member in struct:SR_Grammar_t
/external/emma/core/java12/com/vladium/util/
H A DWCMatcher.java21 public static WCMatcher compile (final String pattern) method in class:WCMatcher
/external/guava/src/com/google/common/base/
H A DCaseFormat.java34 LOWER_HYPHEN(Pattern.compile("[-]"), "-"),
39 LOWER_UNDERSCORE(Pattern.compile("[_]"), "_"),
44 LOWER_CAMEL(Pattern.compile("[A-Z]"), ""),
49 UPPER_CAMEL(Pattern.compile("[A-Z]"), ""),
54 UPPER_UNDERSCORE(Pattern.compile("[_]"), "_");
/external/qemu/android/build/
H A Dcommon.sh240 echo "Do not compile this program or library with Cygwin, use MSYS instead !!"
252 # check that we can compile a trivial C program with this compiler
260 compile
266 compile
270 compile
286 compile
303 # try to compile the current source file in $TMPC into an object
306 compile () function
328 # perform a simple compile / link / run of the source file in $TMPC
332 compile
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/jaxp/
H A DXPathImpl.java391 public XPathExpression compile(String expression) method in class:XPathImpl
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
H A DTemplateCompiler.java72 return compile(templateFactory.find(templateName, resourceLoader, escapeMode), templateName,
78 return compile(templateFactory.createTemp(content, escapeMode), name, escapeMode);
88 private Template compile(TemplateSyntaxTree ast, String templateName, EscapeMode mode) { method in class:TemplateCompiler
91 String errorMessage = "Could not compile template: " + templateName;
/external/webkit/Source/JavaScriptCore/runtime/
H A DRegExp.cpp87 m_state = compile(globalData);
103 RegExp::RegExpState RegExp::compile(JSGlobalData* globalData) function in class:JSC::RegExp
H A DExecutable.h211 JSObject* compile(ExecState* exec, ScopeChainNode* scopeChainNode) function in class:JSC::EvalExecutable
257 JSObject* compile(ExecState* exec, ScopeChainNode* scopeChainNode) function in class:JSC::ProgramExecutable
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A DCompiler.cpp104 bool TCompiler::compile(const char* const shaderStrings[], function in class:TCompiler
123 // We preserve symbols at the built-in level from compile-to-compile.
/external/webkit/Source/WebCore/platform/text/
H A DRegularExpression.cpp52 , m_regExpByteCode(compile(pattern, caseSensitivity))
57 PassOwnPtr<JSC::Yarr::BytecodePattern> compile(const String& patternString, TextCaseSensitivity caseSensitivity) function in class:WebCore::RegularExpression::Private
61 LOG_ERROR("RegularExpression: YARR compile failed with '%s'", m_constructionError);
/external/icu4c/i18n/
H A Dregexcmp.cpp103 void RegexCompile::compile( function in class:RegexCompile
113 compile(&patternText, pp, e);
119 // compile, UText mode
122 void RegexCompile::compile( function in class:RegexCompile
267 // Set stack cleanup: a successful compile would have left it empty,
539 // compile time conventions require the slot anyhow.
H A Drepattrn.cpp269 // compile
273 RegexPattern::compile(const UnicodeString &regex, function in class:RegexPattern
309 compiler.compile(regex, pe, status);
321 // compile, UText mode
324 RegexPattern::compile(UText *regex, function in class:RegexPattern
360 compiler.compile(regex, pe, status);
371 // compile with default flags.
374 RegexPattern::compile(const UnicodeString &regex, function in class:RegexPattern
378 return compile(regex, 0, pe, err);
383 // compile wit
386 RegexPattern::compile(UText *regex, function in class:RegexPattern
398 RegexPattern::compile(const UnicodeString &regex, function in class:RegexPattern
411 RegexPattern::compile(UText *regex, function in class:RegexPattern
[all...]
/external/javassist/src/main/javassist/
H A DCtMethod.java341 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
H A DCtField.java161 CtMember obj = compiler.compile(src);
813 abstract int compile(CtClass type, String name, Bytecode code, method in class:CtField.Initializer
829 int compile(CtClass type, String name, Bytecode code, method in class:CtField.CodeInitializer0
929 int compile(CtClass type, String name, Bytecode code, method in class:CtField.ParamInitializer
994 int compile(CtClass type, String name, Bytecode code, method in class:CtField.NewInitializer
1090 int compile(CtClass type, String name, Bytecode code, method in class:CtField.MethodInitializer
1165 int compile(CtClass type, String name, Bytecode code, method in class:CtField.IntInitializer
1198 int compile(CtClass type, String name, Bytecode code, method in class:CtField.LongInitializer
1234 int compile(CtClass type, String name, Bytecode code, method in class:CtField.FloatInitializer
1270 int compile(CtClas method in class:CtField.DoubleInitializer
1301 int compile(CtClass type, String name, Bytecode code, method in class:CtField.StringInitializer
1341 int compile(CtClass type, String name, Bytecode code, method in class:CtField.ArrayInitializer
1371 int compile(CtClass type, String name, Bytecode code, method in class:CtField.MultiArrayInitializer
[all...]
/external/javassist/src/main/javassist/compiler/
H A DJavac.java87 public CtMember compile(String src) throws CompileError { method in class:Javac
/external/llvm/tools/lto/
H A DLTOCodeGenerator.cpp214 const void* LTOCodeGenerator::compile(size_t* length, std::string& errMsg) function in class:LTOCodeGenerator
220 // remove old buffer if compile() called twice
/external/webkit/Source/JavaScriptCore/dfg/
H A DDFGNonSpeculativeJIT.cpp174 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]);
H A DDFGSpeculativeJIT.cpp242 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/apache-xml/src/main/java/org/apache/xpath/compiler/
H A DCompiler.java114 public Expression compile(int opPos) throws TransformerException method in class:Compiler
124 expr = compile(opPos + 2); break;
216 operation.setLeftRight(compile(leftPos), compile(rightPos));
237 unary.setRight(compile(rightPos));
570 return compile(opPos + 2);
586 return compile(opPos + 2);
666 return compile(opPos + 2);
693 return compile(opPos);
701 patterns[i] = (StepPattern) compile(opPo
[all...]
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DShader.cpp439 void VertexShader::compile() function in class:gl::VertexShader
503 void FragmentShader::compile() function in class:gl::FragmentShader
/external/mksh/src/
H A Dsyn.c860 compile(Source *s) function
/external/webkit/Source/JavaScriptCore/jit/
H A DJIT.h181 static JITCode compile(JSGlobalData* globalData, CodeBlock* codeBlock, CodePtr* functionEntryArityCheck = 0, void* offsetBase = 0) function in class:JSC::JIT

Completed in 657 milliseconds

12