HomeSort by relevance Sort by last modified time
    Searched defs:Prototype (Results 1 - 25 of 71) sorted by null

1 2 3

  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
ast.ml 19 (* proto - This type represents the "prototype" for a function, which captures
22 type proto = Prototype of string * string array
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
ast.ml 19 (* proto - This type represents the "prototype" for a function, which captures
22 type proto = Prototype of string * string array
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
ast.ml 19 (* proto - This type represents the "prototype" for a function, which captures
22 type proto = Prototype of string * string array
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter2/
ast.ml 19 (* proto - This type represents the "prototype" for a function, which captures
22 type proto = Prototype of string * string array
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter3/
ast.ml 19 (* proto - This type represents the "prototype" for a function, which captures
22 type proto = Prototype of string * string array
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/
ast.ml 19 (* proto - This type represents the "prototype" for a function, which captures
22 type proto = Prototype of string * string array
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
ast.ml 25 (* proto - This type represents the "prototype" for a function, which captures
28 type proto = Prototype of string * string array
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
ast.ml 28 (* proto - This type represents the "prototype" for a function, which captures
32 | Prototype of string * string array
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
ast.ml 31 (* proto - This type represents the "prototype" for a function, which captures
35 | Prototype of string * string array
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/
ast.ml 25 (* proto - This type represents the "prototype" for a function, which captures
28 type proto = Prototype of string * string array
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/
ast.ml 28 (* proto - This type represents the "prototype" for a function, which captures
32 | Prototype of string * string array
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/
ast.ml 31 (* proto - This type represents the "prototype" for a function, which captures
35 | Prototype of string * string array
  /external/guice/extensions/spring/test/com/google/inject/spring/
SpringIntegrationTest.java 47 RootBeanDefinition prototype local
48 = new RootBeanDefinition(Prototype.class, false);
49 beanFactory.registerBeanDefinition("prototype", prototype);
56 bind(Prototype.class)
57 .toProvider(fromSpring(Prototype.class, "prototype"));
65 assertNotNull(injector.getInstance(Prototype.class));
66 assertNotSame(injector.getInstance(Prototype.class),
67 injector.getInstance(Prototype.class))
78 RootBeanDefinition prototype local
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/type/
Prototype.java 26 public final class Prototype implements Comparable<Prototype> {
28 private static final HashMap<String, Prototype> internTable =
29 new HashMap<String, Prototype>(500);
53 public static Prototype intern(String descriptor) {
57 Prototype result = internTable.get(descriptor);
103 result = new Prototype(descriptor, returnType, parameterTypes);
164 public static Prototype intern(String descriptor, Type definer,
166 Prototype base = intern(descriptor);
184 * @param count {@code > 0;} the number of elements in the prototype
    [all...]
  /dalvik/dx/src/com/android/dx/rop/type/
Prototype.java 28 public final class Prototype implements Comparable<Prototype> {
34 private static final ConcurrentMap<String, Prototype> internTable =
59 public static Prototype intern(String descriptor) {
64 Prototype result = internTable.get(descriptor);
74 * Returns a prototype for a method descriptor.
76 * The {@code Prototype} returned will be the interned value if present,
85 public static Prototype fromDescriptor(String descriptor) {
86 Prototype result = internTable.get(descriptor);
132 return new Prototype(descriptor, returnType, parameterTypes)
    [all...]
  /dalvik/dx/src/com/android/dx/command/dexer/
Main.java 47 import com.android.dx.rop.type.Prototype;
255 Prototype.clearInternTable();
    [all...]
  /external/v8/src/parsing/
preparser.h 58 static PreParserIdentifier Prototype() {
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.2/
dexmaker-1.2.jar 
  /external/dexmaker/lib/
dalvik-dx-1.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /prebuilts/tools/common/m2/repository/com/jakewharton/android/repackaged/dalvik-dx/1/
dalvik-dx-1.jar 
  /prebuilts/tools/common/m2/repository/com/jakewharton/android/repackaged/dalvik-dx/7.1.0_r7/
dalvik-dx-7.1.0_r7.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0/
builder-2.1.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0-beta1/
builder-2.1.0-beta1.jar 

Completed in 525 milliseconds

1 2 3