Home
last modified time | relevance | path

Searched refs:arguments (Results 1 – 25 of 396) sorted by relevance

12345678910>>...16

/external/webkit/WebKitTools/DumpRenderTree/
DLayoutTestController.cpp74 …unction, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* e… in dumpAsTextCallback() argument
81 …unction, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* e… in dumpAsPDFCallback() argument
88 …unction, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* e… in dumpBackForwardListCallback() argument
95 …unction, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* e… in dumpChildFramesAsTextCallback() argument
102 …unction, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* e… in dumpChildFrameScrollPositionsCallback() argument
109 …unction, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* e… in dumpDatabaseCallbacksCallback() argument
116 …unction, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* e… in dumpDOMAsWebArchiveCallback() argument
123 …unction, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* e… in dumpEditingCallbacksCallback() argument
130 …unction, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* e… in dumpResourceLoadCallbacksCallback() argument
137 …unction, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* e… in dumpResourceResponseMIMETypesCallback() argument
[all …]
DAccessibilityUIElement.cpp39 …unction, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* e… in allAttributesCallback() argument
45 …unction, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* e… in attributesOfLinkedUIElementsCallback() argument
51 …unction, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* e… in attributesOfDocumentLinksCallback() argument
57 …unction, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* e… in attributesOfChildrenCallback() argument
63 …unction, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* e… in parameterizedAttributeNamesCallback() argument
69 …unction, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* e… in attributesOfColumnHeadersCallback() argument
75 …unction, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* e… in attributesOfRowHeadersCallback() argument
81 …unction, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* e… in attributesOfColumnsCallback() argument
87 …unction, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* e… in attributesOfRowsCallback() argument
93 …unction, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* e… in attributesOfVisibleCellsCallback() argument
[all …]
/external/webkit/V8Binding/v8/test/mjsunit/bugs/
Dbug-941049.js32 assertEquals(100, f.arguments = 100); // read-only
33 assertEquals(3, f.arguments.length);
34 assertEquals(1, f.arguments[0]);
35 assertEquals(2, f.arguments[1]);
36 assertEquals(3, f.arguments[2]);
37 f.arguments[0] = 999;
38 f.arguments.extra = 'kallevip';
42 assertEquals('kallevip', f.arguments.extra);
43 return f.arguments;
50 var a = arguments;
[all …]
Dbug-222.js30 var oldArgs = Foo.arguments;
32 var newArgs = Foo.arguments
37 Foo.arguments = oldArgs;
38 assertEquals(Foo.arguments, newArgs);
41 assertFalse(delete Foo.arguments);
42 assertEquals(Foo.arguments, newArgs);
/external/webkit/V8Binding/v8/test/mjsunit/
Darguments-apply.js29 return arguments;
38 return ReturnArguments.apply(this, arguments);
51 return object.f.apply(this, arguments);
63 var arguments = [3, 4];
64 return ReturnArguments.apply(this, arguments);
73 return ReturnReceiver.apply(receiver, arguments);
84 return ReturnReceiver.apply(Object, arguments);
93 return f.apply(this, arguments);
103 return object.apply(this, arguments);
113 var result = ReturnArguments.apply(this, arguments);
[all …]
Darguments.js29 return arguments.length;
33 return arguments.length;
37 return arguments.length;
58 return arguments[index];
62 return arguments[index];
66 return arguments[index];
96 function f(a) { return arguments.length; };
Ddebug-handle.js46 function evaluateRequest(dcp, arguments) { argument
52 if (arguments) {
53 request = '{' + base_request + ',"arguments":' + arguments + '}';
66 function lookupRequest(dcp, arguments, success) { argument
72 if (arguments) {
73 request = '{' + base_request + ',"arguments":' + arguments + '}';
150 var arguments = '{"handles":[' + ref + ']}';
154 response_name = lookupRequest(dcp, arguments, true);
161 response_length = lookupRequest(dcp, arguments, true);
181 var arguments = '{"handles":[' + refs.join(',') + ']}';
[all …]
Darguments-indirect.js33 var a = arguments;
40 assertEquals(3, f.arguments.length);
41 assertEquals(1, f.arguments[0]);
42 assertEquals(2, f.arguments[1]);
43 assertEquals(3, f.arguments[2]);
Ddebug-backtrace.js162 assertEquals(2, frame.arguments.length);
163 assertEquals('x', frame.arguments[0].name);
164 assertEquals('number', response.lookup(frame.arguments[0].value.ref).type);
165 assertEquals(1, response.lookup(frame.arguments[0].value.ref).value);
166 assertEquals('y', frame.arguments[1].name);
167 assertEquals('undefined', response.lookup(frame.arguments[1].value.ref).type);
176 assertEquals(2, frame.arguments.length);
177 assertEquals('x', frame.arguments[0].name);
178 assertEquals('number', response.lookup(frame.arguments[0].value.ref).type);
179 assertEquals(1, response.lookup(frame.arguments[0].value.ref).value);
[all …]
/external/bison/djgpp/
Dsubpipe.c59 static char **arguments; variable
131 arguments = xmalloc(argc * sizeof(arguments[0])); in create_subpipe()
134 arguments[argc] = xmalloc((strlen(argv[argc]) + 1) * sizeof(arguments[0][0])); in create_subpipe()
135 strcpy(arguments[argc], argv[argc]); in create_subpipe()
137 arguments[argc] = NULL; in create_subpipe()
179 program = strrchr(arguments[0], '/'); in end_of_output_subpipe()
183 program = arguments[0]; in end_of_output_subpipe()
220 status = spawnvp(P_WAIT, program, arguments); in end_of_output_subpipe()
273 for (argc = 0; arguments[argc]; argc++) in reap_subpipe()
274 free(arguments[argc]); in reap_subpipe()
[all …]
/external/opencore/oscl/oscl/osclbase/src/
Dpvlogger.cpp125 …EXPORT_REF void PVLogger::LogMsgStringV(message_id_type msgID, const char * fmt, va_list arguments) in LogMsgStringV() argument
133 LogMsg(msgID, fmt, arguments); in LogMsgStringV()
139 _parentLogger->LogMsgStringV(msgID, fmt, arguments); in LogMsgStringV()
144 OSCL_UNUSED_ARG(arguments); in LogMsgStringV()
149 …_EXPORT_REF void PVLogger::LogMsgBuffersV(message_id_type msgID, int32 numPairs, va_list arguments) in LogMsgBuffersV() argument
157 LogMsg(msgID, numPairs, arguments); in LogMsgBuffersV()
163 _parentLogger->LogMsgBuffersV(msgID, numPairs, arguments); in LogMsgBuffersV()
169 OSCL_UNUSED_ARG(arguments); in LogMsgBuffersV()
177 va_list arguments; in LogMsgString() local
178 va_start(arguments, fmt); in LogMsgString()
[all …]
/external/webkit/JavaScriptCore/tests/mozilla/ecma_3/Function/
Dregress-94506.js38 var arguments = 5555; variable
42 function F1(arguments) argument
44 return arguments;
51 var arguments = 55;
52 return arguments;
59 return arguments;
60 var arguments = 555;
67 return arguments;
/external/webkit/V8Binding/v8/src/
Dd8.js391 if (this.arguments) {
394 if (this.arguments.toJSONProtocol) {
395 json += this.arguments.toJSONProtocol()
397 json += SimpleObjectToJSON_(this.arguments);
421 request.arguments = {};
422 request.arguments.handles = [ lookup_handle ];
427 request.arguments = {};
428 request.arguments.expression = expression;
431 request.arguments.global = true;
444 request.arguments = {};
[all …]
Ddebug-delay.js1212 if (request.arguments && (request.arguments.inlineRefs ||
1213 request.arguments.compactFormat)) {
1282 if (request.arguments) {
1287 var stepaction = request.arguments.stepaction;
1288 var stepcount = request.arguments.stepcount;
1330 if (!request.arguments) {
1336 var type = request.arguments.type;
1337 var target = request.arguments.target;
1338 var line = request.arguments.line;
1339 var column = request.arguments.column;
[all …]
Dchecks.cc43 va_list arguments; in V8_Fatal() local
44 va_start(arguments, format); in V8_Fatal()
45 i::OS::VPrintError(format, arguments); in V8_Fatal()
46 va_end(arguments); in V8_Fatal()
92 va_list arguments; in API_Fatal() local
93 va_start(arguments, format); in API_Fatal()
94 i::OS::VPrintError(format, arguments); in API_Fatal()
95 va_end(arguments); in API_Fatal()
/external/webkit/JavaScriptCore/runtime/
DJSActivation.cpp82 if (propertyName == exec->propertyNames().arguments) { in getOwnPropertySlot()
126 if (propertyName == exec->propertyNames().arguments) in deleteProperty()
148 activation->symbolTableGet(exec->propertyNames().arguments, slot); in argumentsGetter()
149 return slot.getValue(exec, exec->propertyNames().arguments); in argumentsGetter()
153 Arguments* arguments = callFrame->optionalCalleeArguments(); in argumentsGetter() local
154 if (!arguments) { in argumentsGetter()
155 arguments = new (callFrame) Arguments(callFrame); in argumentsGetter()
156 arguments->copyRegisters(); in argumentsGetter()
157 callFrame->setCalleeArguments(arguments); in argumentsGetter()
159 ASSERT(arguments->isObject(&Arguments::info)); in argumentsGetter()
[all …]
/external/webkit/JavaScriptCore/API/tests/
DJSNode.c36 …unction, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* e… in JSNode_appendChild() argument
45 …} else if (argumentCount < 1 || !JSValueIsObjectOfClass(context, arguments[0], JSNode_class(contex… in JSNode_appendChild()
51 Node* child = JSObjectGetPrivate(JSValueToObject(context, arguments[0], NULL)); in JSNode_appendChild()
59 …unction, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* e… in JSNode_removeChild() argument
66 if (JSValueIsObjectOfClass(context, arguments[0], JSNode_class(context))) { in JSNode_removeChild()
68 Node* child = JSObjectGetPrivate(JSValueToObject(context, arguments[0], exception)); in JSNode_removeChild()
78 …unction, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* e… in JSNode_replaceChild() argument
84 if (JSValueIsObjectOfClass(context, arguments[0], JSNode_class(context))) { in JSNode_replaceChild()
85 if (JSValueIsObjectOfClass(context, arguments[1], JSNode_class(context))) { in JSNode_replaceChild()
87 … Node* newChild = JSObjectGetPrivate(JSValueToObject(context, arguments[0], exception)); in JSNode_replaceChild()
[all …]
/external/proguard/src/proguard/
DArgumentWordReader.java34 private final String[] arguments; field in ArgumentWordReader
51 public ArgumentWordReader(String[] arguments, File baseDir) in ArgumentWordReader() argument
55 this.arguments = arguments; in ArgumentWordReader()
63 return index < arguments.length ? in nextLine()
64 arguments[index++] : in nextLine()
/external/webkit/JavaScriptCore/tests/mozilla/js1_4/Functions/
Dfunction-001.js90 return arguments;
94 return TestFunction_2.arguments;
98 var arguments = "PASS";
99 return arguments;
103 var arguments = "PASS";
104 return TestFunction_4.arguments;
/external/webkit/JavaScriptCore/tests/mozilla/ecma/ExecutionContexts/
D10.1.6.js55 var arguments = "FAILED!"; variable
78 (new AnotherTestObject(1,2,3)).arguments );
93 this.arguments = ARG_STRING;
97 return arguments;
104 arguments = ARG_STRING;
105 return arguments;
/external/webkit/WebKitTools/DumpRenderTree/win/
DEventSender.cpp96 …unction, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* e… in leapForwardCallback() argument
99 msgQueue[endOfQueue].delay = JSValueToNumber(context, arguments[0], exception); in leapForwardCallback()
131 …unction, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* e… in contextClickCallback() argument
147 …unction, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* e… in mouseDownCallback() argument
208 …unction, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* e… in mouseUpCallback() argument
248 …unction, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* e… in mouseMoveToCallback() argument
253 lastMousePosition.x = (int)JSValueToNumber(context, arguments[0], exception); in mouseMoveToCallback()
255 lastMousePosition.y = (int)JSValueToNumber(context, arguments[1], exception); in mouseMoveToCallback()
344 …unction, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* e… in keyDownCallback() argument
355 JSStringRef character = JSValueToStringCopy(context, arguments[0], exception); in keyDownCallback()
[all …]
/external/proguard/src/proguard/retrace/
DReTrace.java205 String arguments = null; in execute() local
236 arguments = originalArguments(match); in execute()
295 arguments, in execute()
301 arguments = originalArguments(match); in execute()
302 outLine.append(arguments); in execute()
433 String arguments, in originalMethodName() argument
452 if (methodInfo.matches(lineNumber, type, arguments)) in originalMethodName()
467 outLine.append('(').append(methodInfo.arguments).append(')'); in originalMethodName()
488 extraBuffer.append('(').append(methodInfo.arguments).append(')'); in originalMethodName()
655 private String arguments; field in ReTrace.MethodInfo
[all …]
/external/webkit/V8Binding/v8/src/ia32/
Dframes-ia32.cc81 int arguments; in GetCallerStackPointer() local
89 arguments = 0; in GetCallerStackPointer()
95 arguments = function->shared()->formal_parameter_count() + 1; in GetCallerStackPointer()
98 return fp() + offset + (arguments * kPointerSize); in GetCallerStackPointer()
103 const int arguments = Smi::cast(GetExpression(0))->value(); in GetCallerStackPointer() local
105 return fp() + offset + (arguments + 1) * kPointerSize; in GetCallerStackPointer()
/external/webkit/V8Binding/v8/src/x64/
Dframes-x64.cc85 int arguments; in GetCallerStackPointer() local
93 arguments = 0; in GetCallerStackPointer()
99 arguments = function->shared()->formal_parameter_count() + 1; in GetCallerStackPointer()
102 return fp() + offset + (arguments * kPointerSize); in GetCallerStackPointer()
107 const int arguments = Smi::cast(GetExpression(0))->value(); in GetCallerStackPointer() local
109 return fp() + offset + (arguments + 1) * kPointerSize; in GetCallerStackPointer()
/external/webkit/V8Binding/v8/src/arm/
Dframes-arm.cc83 int arguments; in GetCallerStackPointer() local
91 arguments = 0; in GetCallerStackPointer()
97 arguments = function->shared()->formal_parameter_count() + 1; in GetCallerStackPointer()
100 return fp() + offset + (arguments * kPointerSize); in GetCallerStackPointer()
105 const int arguments = Smi::cast(GetExpression(0))->value(); in GetCallerStackPointer() local
107 return fp() + offset + (arguments + 1) * kPointerSize; in GetCallerStackPointer()

12345678910>>...16