HomeSort by relevance Sort by last modified time
    Searched refs:Prototype (Results 51 - 75 of 145) sorted by null

1 23 4 5 6

  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/IA32/
InterruptTable.asm 28 ; Prototype: VOID
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/X64/
InterruptTable.asm 26 ; Prototype: VOID
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
parser.ml 126 (* prototype
136 'Token.Kwd '(' ?? "expected '(' in prototype";
138 'Token.Kwd ')' ?? "expected ')' in prototype" >] ->
140 Ast.Prototype (id, Array.of_list (List.rev args))
143 raise (Stream.Error "expected function name in prototype")
145 (* definition ::= 'def' prototype expression *)
154 Ast.Function (Ast.Prototype ("", [||]), e)
156 (* external ::= 'extern' prototype *)
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/
parser.ml 126 (* prototype
136 'Token.Kwd '(' ?? "expected '(' in prototype";
138 'Token.Kwd ')' ?? "expected ')' in prototype" >] ->
140 Ast.Prototype (id, Array.of_list (List.rev args))
143 raise (Stream.Error "expected function name in prototype")
145 (* definition ::= 'def' prototype expression *)
154 Ast.Function (Ast.Prototype ("", [||]), e)
156 (* external ::= 'extern' prototype *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
parser.ml 163 (* prototype
182 'Token.Kwd '(' ?? "expected '(' in prototype";
184 'Token.Kwd ')' ?? "expected ')' in prototype" >] ->
186 Ast.Prototype (id, Array.of_list (List.rev args))
191 'Token.Kwd '(' ?? "expected '(' in prototype";
193 'Token.Kwd ')' ?? "expected ')' in prototype" >] ->
202 Ast.Prototype (name, args)
206 raise (Stream.Error "expected function name in prototype")
208 (* definition ::= 'def' prototype expression *)
217 Ast.Function (Ast.Prototype ("", [||]), e
    [all...]
codegen.ml 288 | Ast.Prototype (name, args) | Ast.BinOpPrototype (name, args, _) ->
321 | Ast.Prototype (_, args) | Ast.BinOpPrototype (_, args, _) -> args
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/
parser.ml 163 (* prototype
182 'Token.Kwd '(' ?? "expected '(' in prototype";
184 'Token.Kwd ')' ?? "expected ')' in prototype" >] ->
186 Ast.Prototype (id, Array.of_list (List.rev args))
191 'Token.Kwd '(' ?? "expected '(' in prototype";
193 'Token.Kwd ')' ?? "expected ')' in prototype" >] ->
202 Ast.Prototype (name, args)
206 raise (Stream.Error "expected function name in prototype")
208 (* definition ::= 'def' prototype expression *)
217 Ast.Function (Ast.Prototype ("", [||]), e
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
Rops.java 23 import com.android.dexgen.rop.type.Prototype;
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
Simulator.java 31 import com.android.dx.rop.type.Prototype;
560 * Checks whether the prototype is compatible with returning the
569 * Check to see if the prototype's return type is
575 fail("return type mismatch: prototype " +
701 * Get the instance or static prototype, and use it to
705 Prototype prototype local
707 machine.popArgs(frame, prototype);
713 Prototype prototype = invokeDynamicRef.getPrototype() local
730 Prototype prototype = local
    [all...]
Ropper.java 39 import com.android.dx.rop.type.Prototype;
766 Prototype desc = method.getEffectiveDescriptor();
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
DebugInfoDecoder.java 25 import com.android.dexgen.rop.type.Prototype;
60 private final Prototype desc;
249 "Mismatch between parameters_size and prototype");
DebugInfoEncoder.java 26 import com.android.dexgen.rop.type.Prototype;
69 private final Prototype desc;
  /dalvik/dx/src/com/android/dx/dex/file/
DebugInfoDecoder.java 42 import com.android.dx.rop.type.Prototype;
71 private final Prototype desc;
260 "Mismatch between parameters_size and prototype");
DebugInfoEncoder.java 38 import com.android.dx.rop.type.Prototype;
77 private final Prototype desc;
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
codegen.ml 50 | Ast.Prototype (name, args) ->
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
codegen.ml 50 | Ast.Prototype (name, args) ->
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter3/
codegen.ml 50 | Ast.Prototype (name, args) ->
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/
codegen.ml 50 | Ast.Prototype (name, args) ->
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/BootScriptSaveOnS3SaveStateThunk/X64/
AsmDispatchExecute.S 30 # Prototype: EFI_STATUS
AsmDispatchExecute.asm 30 ; Prototype: EFI_STATUS
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/BaseFspApiLib/X64/
Thunk64To32.S 30 # Prototype: UINT32
Thunk64To32.asm 30 ; Prototype: UINT32
  /external/v8/benchmarks/
raytrace.js 8 // untouched. This file also contains a copy of parts of the Prototype
24 // The following is a copy of parts of the Prototype JavaScript library:
26 // Prototype JavaScript framework, version 1.5.0
29 // Prototype is freely distributable under the terms of an MIT-style license.
30 // For details, see the Prototype web site: http://prototype.conio.net/
79 Flog.RayTracer.Color.prototype = {
169 result = Flog.RayTracer.Color.prototype.add(
170 Flog.RayTracer.Color.prototype.multiplyScalar(c1, 1 - w),
171 Flog.RayTracer.Color.prototype.multiplyScalar(c2, w
    [all...]
  /external/llvm/bindings/ocaml/target/
target_ocaml.c 27 void llvm_raise(value Prototype, char *Message);
  /external/v8/src/parsing/
preparser.cc 66 if (scanner->LiteralMatches("prototype", 9))
67 return PreParserIdentifier::Prototype();

Completed in 1190 milliseconds

1 23 4 5 6