| /ndk/sources/cxx-stl/llvm-libc++/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv/ |
| invoke.fail.cpp | 12 // class function<R(ArgTypes...)> 35 std::function<int& (const A_int_1*)> r2(fp);
|
| /ndk/sources/cxx-stl/llvm-libc++/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr/ |
| operator_==.pass.cpp | 12 // class function<R(ArgTypes...)> 15 // bool operator==(const function<R(ArgTypes...)>&, nullptr_t); 18 // bool operator==(nullptr_t, const function<R(ArgTypes...)>&); 21 // bool operator!=(const function<R(ArgTypes...)>&, nullptr_t); 24 // bool operator!=(nullptr_t, const function<R(ArgTypes...)>&); 34 std::function<int(int)> f;
|
| /ndk/sources/cxx-stl/llvm-libc++/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ/ |
| target.pass.cpp | 12 // class function<R(ArgTypes...)> 62 std::function<int(int)> f = A(); 69 std::function<int(int)> f = g; 76 const std::function<int(int)> f = A(); 83 const std::function<int(int)> f = g;
|
| /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Array/ |
| 15.4.4.4-2.js | 59 Note that the reverse function is intentionally generic; it does not require 61 kinds of objects for use as a method. Whether the reverse function can be applied 83 function getTestCases() { 97 function CheckItems( R, A ) { 106 function test() { 117 function Object_1( value ) { 126 function Reverse( array ) { 149 function Iterate( array ) { 155 function Object_1( value ) {
|
| /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Expressions/ |
| 11.6.1-1.js | 72 function test() { 86 function getTestCases() { 188 function MyProtoValuelessObject() { 189 this.valueOf = new Function ( "" ); 193 function MyProtolessObject( value ) { 194 this.valueOf = new Function( "return this.value" ); 199 function MyValuelessObject(value) { 202 function MyPrototypeObject(value) { 203 this.valueOf = new Function( "return this.value;" ); 204 this.toString = new Function( "return (this.value + '');" ) [all...] |
| 11.6.1-2.js | 72 function test() { 85 function getTestCases() { 183 function MyProtoValuelessObject() { 184 this.valueOf = new Function ( "" ); 187 function MyProtolessObject( value ) { 188 this.valueOf = new Function( "return this.value" ); 192 function MyValuelessObject(value) { 195 function MyPrototypeObject(value) { 196 this.valueOf = new Function( "return this.value;" ); 197 this.toString = new Function( "return (this.value + '');" ) [all...] |
| 11.6.1-3.js | 71 function test() { 84 function getTestCases() { 161 function MyProtoValuelessObject() { 162 this.valueOf = new Function ( "" ); 165 function MyProtolessObject( value ) { 166 this.valueOf = new Function( "return this.value" ); 170 function MyValuelessObject(value) { 173 function MyPrototypeObject(value) { 174 this.valueOf = new Function( "return this.value;" ); 175 this.toString = new Function( "return (this.value + '');" ) [all...] |
| /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Exceptions/ |
| regress-181914.js | 57 function _Error(msg) 66 function MyApplyError(msg) 78 function MyCallError(msg) 89 function otherScope(msg) 161 function examineThis(err, msg) 168 function addThis() 177 function test()
|
| /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_3/inherit/ |
| proto_10.js | 48 function InstanceOf( object, constructor ) { 57 function Employee ( name, dept ) { 62 function Manager () { 67 function WorkerBee ( name, dept, projs ) { 74 function SalesPerson () { 80 function Engineer ( name, projs, machine ) { 87 function test() {
|
| proto_12.js | 47 function Employee ( name, dept ) { 52 function Manager () { 57 function WorkerBee ( name, dept, projs ) { 64 function SalesPerson () { 70 function Hobbyist( hobby ) { 74 function Engineer ( name, projs, machine, hobby ) { 86 function test() {
|
| /external/webkit/Source/WebCore/inspector/front-end/ |
| FontView.js | 29 WebInspector.FontView = function(resource) 43 hasContent: function() 48 _createContentIfNeeded: function() 76 show: function(parentElement) 84 resize: function() 97 _measureElement: function() 106 updateFontPreviewSize: function()
|
| TextViewer.js | 32 WebInspector.TextViewer = function(textModel, platform, url, delegate) 53 this._gutterPanel.element.addEventListener("mousewheel", function(e) { 87 revealLine: function(lineNumber) 92 addDecoration: function(lineNumber, decoration) 98 removeDecoration: function(lineNumber, decoration) 104 markAndRevealRange: function(range) 109 highlightLine: function(lineNumber) 117 clearLineHighlight: function() 122 freeCachedElements: function() 148 beginUpdates: function() [all...] |
| AuditRules.js | 45 WebInspector.AuditRules.getDomainToResourcesMap = function(resources, types, needFullResources) 66 WebInspector.AuditRules.GzipRule = function() 72 doRun: function(resources, result, callback) 101 _isCompressed: function(resource) 110 _shouldCompress: function(resource) 119 WebInspector.AuditRules.CombineExternalResourcesRule = function(id, name, type, resourceTypeName, allowedPerDomain) 128 doRun: function(resources, result, callback) 154 WebInspector.AuditRules.CombineJsResourcesRule = function(allowedPerDomain) { 161 WebInspector.AuditRules.CombineCssResourcesRule = function(allowedPerDomain) { 168 WebInspector.AuditRules.MinimizeDnsLookupsRule = function(hostCountThreshold) [all...] |
| /external/v8/src/ |
| codegen.cc | 78 PrintF("*** Generate code for %s function: ", ftype); 79 info->function()->name()->ShortPrint(); 85 PrettyPrinter().PrintProgram(info->function())); 90 AstPrinter().PrintProgram(info->function())); 122 FunctionLiteral* function = info->function(); local 127 stream.Seek(function->start_position()); 131 function->end_position() - function->start_position() + 1; 141 *function->debug_name()->ToCString()) [all...] |
| /external/v8/test/mjsunit/ |
| debug-breakpoints.js | 32 function f() {a=1;b=2}; 33 function g() { 58 // function g() { 66 // function g() { 72 // function g() { 80 // function g() { 86 // function g() { 93 // function g() { 101 // function g() { 109 // function g() [all...] |
| debug-liveedit-check-stack.js | 35 function TestBase(name) { 40 "(function ChooseAnimal(callback) {\n " + 58 this.ScriptChanger = function() { 71 function Noop() {} 73 function WrapInCatcher(f, holder) { 74 return function() { 88 function WrapInNativeCall(f) { 89 return function() { 94 function WrapInDebuggerCall(f) { 95 return function() { [all...] |
| /external/v8/tools/ |
| tickprocessor.js | 29 function inherits(childCtor, parentCtor) { 34 function V8Profile(separateIc) { 37 this.skipThisFunction = function(name) { return V8Profile.IC_RE.test(name); }; 48 * A thin wrapper around shell's 'read' function showing a file name on error. 50 function readFile(fileName) { 63 function parseState(s) { 73 function SnapshotLogProcessor() { 82 'function-creation': null, 83 'function-move': null, 84 'function-delete': null [all...] |
| /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/ |
| permission-denied-already-clear-watch.js | 11 navigator.geolocation.getCurrentPosition(function(p) { 14 }, function(e) { 22 function continueTest() 25 var watchId = navigator.geolocation.watchPosition(function(p) { 28 }, function(e) {
|
| permission-denied-already-error.js | 11 navigator.geolocation.getCurrentPosition(function(p) { 14 }, function(e) { 22 function continueTest() 28 navigator.geolocation.getCurrentPosition(function(p) { 31 }, function(e) {
|
| permission-denied-already-success.js | 11 navigator.geolocation.getCurrentPosition(function(p) { 14 }, function(e) { 22 function continueTest() 25 navigator.geolocation.getCurrentPosition(function(p) { 28 }, function(e) {
|
| reentrant-error.js | 14 navigator.geolocation.getCurrentPosition(function(p) { 17 }, function(e) { 31 function continueTest() { 37 navigator.geolocation.getCurrentPosition(function(p) { 40 }, function(e) {
|
| reentrant-success.js | 17 navigator.geolocation.getCurrentPosition(function(p) { 30 }, function(e) { 35 function continueTest() { 41 navigator.geolocation.getCurrentPosition(function(p) { 47 }, function(e) {
|
| /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/GetSet/ |
| getset-003.js | 47 obj.name setter = function(newValue) {this._name=newValue; this.nameSETS++;} 48 obj.name getter = function() {this.nameGETS++; return this._name;} 77 Object.prototype.name setter = function(newValue) {this._name=newValue; this.nameSETS++;} 78 Object.prototype.name getter = function() {this.nameGETS++; return this._name;} 106 function TestObject() 111 TestObject.prototype.name setter = function(newValue) {this._name=newValue; this.nameSETS++;} 112 TestObject.prototype.name getter = function() {this.nameGETS++; return this._name;} 163 function addThis() 172 function test() 187 function getStatus(i [all...] |
| getset-004.js | 47 obj.__defineSetter__('name', function(newValue) {this._name=newValue; this.nameSETS++;}); 48 obj.__defineGetter__('name', function() {this.nameGETS++; return this._name;}); 77 Object.prototype.__defineSetter__('name', function(newValue) {this._name=newValue; this.nameSETS++;}); 78 Object.prototype.__defineGetter__('name', function() {this.nameGETS++; return this._name;}); 106 function TestObject() 111 TestObject.prototype.__defineSetter__('name', function(newValue) {this._name=newValue; this.nameSETS++;}); 112 TestObject.prototype.__defineGetter__('name', function() {this.nameGETS++; return this._name;}); 163 function addThis() 172 function test() 187 function getStatus(i [all...] |
| /external/webkit/Source/WebCore/loader/ |
| PolicyChecker.cpp | 51 void PolicyChecker::checkNavigationPolicy(const ResourceRequest& newRequest, NavigationPolicyDecisionFunction function, void* argument) 53 checkNavigationPolicy(newRequest, m_frame->loader()->activeDocumentLoader(), 0, function, argument); 57 PassRefPtr<FormState> formState, NavigationPolicyDecisionFunction function, void* argument) 68 function(argument, request, 0, true); 78 function(argument, request, 0, true); 84 m_callback.set(request, formState.get(), function, argument); 92 void PolicyChecker::checkNewWindowPolicy(const NavigationAction& action, NewWindowPolicyDecisionFunction function, 95 m_callback.set(request, formState, frameName, action, function, argument); 100 void PolicyChecker::checkContentPolicy(const ResourceResponse& response, ContentPolicyDecisionFunction function, void* argument) 102 m_callback.set(function, argument) [all...] |