HomeSort by relevance Sort by last modified time
    Searched defs:compile (Results 51 - 75 of 102) sorted by null

1 23 4 5

  /external/webkit/Source/JavaScriptCore/yarr/
YarrPattern.cpp 959 const char* YarrPattern::compile(const UString& patternString) function in class:JSC::Yarr::YarrPattern
    [all...]
YarrInterpreter.cpp 1450 PassOwnPtr<BytecodePattern> compile(BumpPointerAllocator* allocator) function in class:JSC::Yarr::Interpreter::ByteCompiler
    [all...]
YarrJIT.cpp 2246 void compile(JSGlobalData* globalData, YarrCodeBlock& jitObject) function in class:JSC::Yarr::YarrGenerator
    [all...]
  /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 
ant.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/apache-harmony/regex/src/test/java/org/apache/harmony/tests/java/util/regex/
PatternTest.java 50 Pattern p = Pattern.compile("ab# this is a comment\ncd", Pattern.COMMENTS);
64 assertEquals(Pattern.compile("o").split("boo:and:foo", 5).length, 5);
65 assertEquals(Pattern.compile("b").split("ab", -1).length, 2);
68 Pattern pat = Pattern.compile("x");
79 pat = Pattern.compile("b");
84 pat = Pattern.compile("");
90 pat = Pattern.compile("b");
95 pat = Pattern.compile("");
101 pat = Pattern.compile("b");
106 pat = Pattern.compile("");
    [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/webkit/Source/JavaScriptCore/jit/
JIT.h 181 static JITCode compile(JSGlobalData* globalData, CodeBlock* codeBlock, CodePtr* functionEntryArityCheck = 0, void* offsetBase = 0) function in class:JSC::JIT
    [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...]
  /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 
  /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...]
  /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 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 

Completed in 1581 milliseconds

1 23 4 5