/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/ExecutionContexts/ |
D | 10.1.6.js | 92 function Prototype() { class 96 this.__proto__ = new Prototype(); 100 this.__proto__ = new Prototype(); 108 this.__proto__ = new Prototype();
|
D | 10.1.8-1.js | 116 this.__proto__ = new Prototype();
|
/external/llvm/bindings/ocaml/bitreader/ |
D | bitreader_ocaml.c | 31 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/ |
D | prototype-1.6.0.3.js | 9 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 …]
|
D | concat-jquery-mootools-prototype.js | 4779 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/ |
D | executionengine_ocaml.c | 48 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/ |
D | testvarargs.ll | 6 declare i32 @printf(i8*, ...) ;; Prototype for: int __builtin_printf(const char*, ...)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
D | parser.ml | 160 Ast.Prototype (id, Array.of_list (List.rev args)) 176 Ast.Prototype (name, args) 191 Ast.Function (Ast.Prototype ("", [||]), e)
|
D | ast.ml | 32 | Prototype of string * string array Constructor
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/ |
D | parser.ml | 104 Ast.Prototype (id, Array.of_list (List.rev args)) 118 Ast.Function (Ast.Prototype ("", [||]), e)
|
D | ast.ml | 22 type proto = Prototype of string * string array Constructor
|
D | codegen.ml | 50 | Ast.Prototype (name, args) ->
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
D | parser.ml | 104 Ast.Prototype (id, Array.of_list (List.rev args)) 118 Ast.Function (Ast.Prototype ("", [||]), e)
|
D | ast.ml | 22 type proto = Prototype of string * string array Constructor
|
D | codegen.ml | 50 | Ast.Prototype (name, args) ->
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/ |
D | parser.ml | 104 Ast.Prototype (id, Array.of_list (List.rev args)) 118 Ast.Function (Ast.Prototype ("", [||]), e)
|
D | ast.ml | 22 type proto = Prototype of string * string array Constructor
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
D | parser.ml | 186 Ast.Prototype (id, Array.of_list (List.rev args)) 202 Ast.Prototype (name, args) 217 Ast.Function (Ast.Prototype ("", [||]), e)
|
D | ast.ml | 35 | Prototype of string * string array Constructor
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
D | ast.ml | 28 type proto = Prototype of string * string array Constructor
|
D | parser.ml | 140 Ast.Prototype (id, Array.of_list (List.rev args)) 154 Ast.Function (Ast.Prototype ("", [||]), e)
|
/external/openssl/apps/ |
D | server.pem | 25 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
|
D | server2.pem | 32 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/ |
D | test-func-name-inference.cc | 197 TEST(Prototype) { in TEST() argument
|
/external/openssl/android.testssl/ |
D | server2.pem | 32 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
|