HomeSort by relevance Sort by last modified time
    Searched defs:compile (Results 76 - 100 of 137) sorted by null

1 2 34 5 6

  /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
  /frameworks/base/core/java/android/speech/srec/
Recognizer.java 42 * <li>Compile the <code>Recognizer.Grammar</code>, if needed.
67 * grammar.compile();
209 * Compile all slots.
211 public void compile() { method in class:Recognizer.Grammar
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-netrexx.jar 
ant-nodeps.jar 
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
BaseTest.java 109 protected boolean compile(String fileName) { method in class:BaseTest
118 //System.out.println("compile: "+cmdLine);
333 ok = compile(parserName+".java");
336 ok = compile(lexerName+".java");
340 boolean ok = compile(parserName+".java");
428 compile("Test.java");
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_blorp_blit.cpp 487 const GLuint *compile(struct brw_context *brw, GLuint *program_size);
592 brw_blorp_blit_program::compile(struct brw_context *brw, function in class:brw_blorp_blit_program
    [all...]
  /external/javassist/src/main/javassist/
CtField.java 161 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(CtClass type, String name, Bytecode code, 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/mesa3d/src/mesa/drivers/dri/i965/
brw_blorp_blit.cpp 487 const GLuint *compile(struct brw_context *brw, GLuint *program_size);
592 brw_blorp_blit_program::compile(struct brw_context *brw, function in class:brw_blorp_blit_program
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/regex/tests/java/util/regex/
PatternTest.java 74 Pattern p = Pattern.compile("a");
86 assertEquals(Pattern.compile("o").split("boo:and:foo", 5).length, 5);
87 assertEquals(Pattern.compile("b").split("ab", -1).length, 2);
90 Pattern pat = Pattern.compile("x");
101 pat = Pattern.compile("b");
106 pat = Pattern.compile("");
112 pat = Pattern.compile("b");
117 pat = Pattern.compile("");
123 pat = Pattern.compile("b");
128 pat = Pattern.compile("");
    [all...]
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
CommandRecognizerEngine.java 160 // compile the grammar
161 if (false) Log.d(TAG, "start grammar.compile");
162 mSrecGrammar.compile();
    [all...]
  /art/compiler/driver/
compiler_driver.cc 204 // Indicate that a method of the given type was resolved at compile time.
211 // Indicate that a method of the given type was unresolved at compile time as it was in an
494 Compile(class_loader, dex_files, *thread_pool.get(), timings);
2317 bool compile = verifier::MethodVerifier::IsCandidateForCompilation(method_ref, access_flags); local
    [all...]
  /external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/
antlr3.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/59/1/.cp/
jdtCompilerAdapter.jar 
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
pycodegen.py 43 mod.compile(display)
51 def compile(source, filename, mode, flags=None, dont_inherit=None): function
52 """Replacement for builtin compile() function"""
63 raise ValueError("compile() 3rd arg must be 'exec' or "
65 gen.compile()
83 def compile(self): member in class:AbstractCompileMode
93 def compile(self): member in class:Expression
102 def compile(self): member in class:Interactive
111 def compile(self, display=0): member in class:Module
126 # compile.c uses marshal to write a long directly, wit
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
pycodegen.py 43 mod.compile(display)
51 def compile(source, filename, mode, flags=None, dont_inherit=None): function
52 """Replacement for builtin compile() function"""
63 raise ValueError("compile() 3rd arg must be 'exec' or "
65 gen.compile()
83 def compile(self): member in class:AbstractCompileMode
93 def compile(self): member in class:Expression
102 def compile(self): member in class:Interactive
111 def compile(self, display=0): member in class:Module
126 # compile.c uses marshal to write a long directly, wit
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
GLFunctionTraceViewer.java 740 mPatterns.add(Pattern.compile(regex, Pattern.CASE_INSENSITIVE));
    [all...]
  /art/runtime/verifier/
method_verifier.cc 433 // If we're optimistically running verification at compile time, turn NO_xxx, ACCESS_xxx,
453 // Hard verification failures at compile time will still fail at runtime, so the class is
1057 bool compile = IsCandidateForCompilation(ref, method_access_flags_); local
    [all...]
  /packages/apps/Calculator/
arity-2.1.2.jar 
  /build/core/
definitions.mk 804 ## Commands to compile RenderScript to Java
840 ## Commands to compile RenderScript to C++
884 ## Commands for running protoc to compile .proto into .java
903 ## Commands for running protoc to compile .proto into .pb.cc and .pb.h
916 ## Commands for running gcc to compile a C++ file
946 ## Commands for running gcc to compile a C file
    [all...]
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 
sqlite-jdbc-3.7.2.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 1254 milliseconds

1 2 34 5 6