Home
last modified time | relevance | path

Searched refs:Prototype (Results 1 – 25 of 58) sorted by relevance

123

/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/ExecutionContexts/
D10.1.6.js92 function Prototype() { class
96 this.__proto__ = new Prototype();
100 this.__proto__ = new Prototype();
108 this.__proto__ = new Prototype();
D10.1.8-1.js116 this.__proto__ = new Prototype();
/external/llvm/bindings/ocaml/bitreader/
Dbitreader_ocaml.c31 static void llvm_raise(value Prototype, char *Message) { in llvm_raise() argument
32 CAMLparam1(Prototype); in llvm_raise()
38 raise_with_arg(Prototype, CamlMessage); in llvm_raise()
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
Dprototype-1.6.0.3.js9 var Prototype = { variable
39 if (Prototype.Browser.MobileSafari)
40 Prototype.BrowserFeatures.SpecificElementExtensions = false;
69 klass.prototype.initialize = Prototype.emptyFunction;
390 return this.replace(new RegExp(Prototype.ScriptFragment, 'img'), '');
394 var matchAll = new RegExp(Prototype.ScriptFragment, 'img');
395 var matchOne = new RegExp(Prototype.ScriptFragment, 'im');
492 return this.sub(filter || Prototype.JSONFilter, '#{1}');
536 if (Prototype.Browser.WebKit || Prototype.Browser.IE) Object.extend(String.prototype, {
619 iterator = iterator || Prototype.K;
[all …]
Dconcat-jquery-mootools-prototype.js4779 return $extend(win, Window.Prototype);
4783 window[property] = Window.Prototype[property] = value;
4788 Window.Prototype = {$family: {name: 'window'}};
4809 return $extend(doc, Document.Prototype);
4813 document[property] = Document.Prototype[property] = value;
4818 Document.Prototype = {$family: {name: 'document'}};
5692 Element.Prototype[key] = value;
5707 Element.Prototype = {$family: {name: 'element'}};
5732 $extend(win.Element.prototype, Element.Prototype);
5843 var proto = Element.Prototype;
[all …]
/external/llvm/bindings/ocaml/executionengine/
Dexecutionengine_ocaml.c48 static void llvm_raise(value Prototype, char *Message) { in llvm_raise() argument
49 CAMLparam1(Prototype); in llvm_raise()
55 raise_with_arg(Prototype, CamlMessage); in llvm_raise()
/external/llvm/test/Feature/
Dtestvarargs.ll6 declare i32 @printf(i8*, ...) ;; Prototype for: int __builtin_printf(const char*, ...)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
Dparser.ml160 Ast.Prototype (id, Array.of_list (List.rev args))
176 Ast.Prototype (name, args)
191 Ast.Function (Ast.Prototype ("", [||]), e)
Dast.ml32 | Prototype of string * string array Constructor
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
Dparser.ml104 Ast.Prototype (id, Array.of_list (List.rev args))
118 Ast.Function (Ast.Prototype ("", [||]), e)
Dast.ml22 type proto = Prototype of string * string array Constructor
Dcodegen.ml50 | Ast.Prototype (name, args) ->
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
Dparser.ml104 Ast.Prototype (id, Array.of_list (List.rev args))
118 Ast.Function (Ast.Prototype ("", [||]), e)
Dast.ml22 type proto = Prototype of string * string array Constructor
Dcodegen.ml50 | Ast.Prototype (name, args) ->
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
Dparser.ml104 Ast.Prototype (id, Array.of_list (List.rev args))
118 Ast.Function (Ast.Prototype ("", [||]), e)
Dast.ml22 type proto = Prototype of string * string array Constructor
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
Dparser.ml186 Ast.Prototype (id, Array.of_list (List.rev args))
202 Ast.Prototype (name, args)
217 Ast.Function (Ast.Prototype ("", [||]), e)
Dast.ml35 | Prototype of string * string array Constructor
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
Dast.ml28 type proto = Prototype of string * string array Constructor
Dparser.ml140 Ast.Prototype (id, Array.of_list (List.rev args))
154 Ast.Function (Ast.Prototype ("", [||]), e)
/external/openssl/apps/
Dserver.pem25 subject=/C=US/O=AT&T Bell Laboratories/OU=Prototype Research CA
26 issuer= /C=US/O=AT&T Bell Laboratories/OU=Prototype Research CA
Dserver2.pem32 subject=/C=US/O=AT&T Bell Laboratories/OU=Prototype Research CA
33 issuer= /C=US/O=AT&T Bell Laboratories/OU=Prototype Research CA
/external/v8/test/cctest/
Dtest-func-name-inference.cc197 TEST(Prototype) { in TEST() argument
/external/openssl/android.testssl/
Dserver2.pem32 subject=/C=US/O=AT&T Bell Laboratories/OU=Prototype Research CA
33 issuer= /C=US/O=AT&T Bell Laboratories/OU=Prototype Research CA

123