Searched refs:argCount (Results 1 - 25 of 28) sorted by relevance

12

/macosx-10.9.5/WebCore-7537.78.1/bridge/
H A Dnpruntime_impl.h48 extern bool _NPN_Invoke(NPP, NPObject*, NPIdentifier methodName, const NPVariant* args, uint32_t argCount, NPVariant* result);
49 extern bool _NPN_InvokeDefault(NPP, NPObject*, const NPVariant* args, uint32_t argCount, NPVariant* result);
58 extern bool _NPN_Construct(NPP, NPObject*, const NPVariant* args, uint32_t argCount, NPVariant *result);
H A DNP_jsobject.cpp110 static void getListFromVariantArgs(ExecState* exec, const NPVariant* args, unsigned argCount, RootObject* rootObject, MarkedArgumentBuffer& aList) argument
112 for (unsigned i = 0; i < argCount; ++i)
166 bool _NPN_InvokeDefault(NPP, NPObject* o, const NPVariant* args, uint32_t argCount, NPVariant* result) argument
189 getListFromVariantArgs(exec, args, argCount, rootObject, argList);
199 return o->_class->invokeDefault(o, args, argCount, result);
204 bool _NPN_Invoke(NPP npp, NPObject* o, NPIdentifier methodName, const NPVariant* args, uint32_t argCount, NPVariant* result) argument
215 if (argCount != 1)
236 getListFromVariantArgs(exec, args, argCount, rootObject, argList);
246 return o->_class->invoke(o, methodName, args, argCount, result);
473 bool _NPN_Construct(NPP, NPObject* o, const NPVariant* args, uint32_t argCount, NPVarian argument
[all...]
H A Dtestbindings.cpp246 void myInvoke (MyObject *obj, NPIdentifier name, NPVariant *args, unsigned argCount, NPVariant *result) argument
249 if (argCount == 1 && NPN_VariantIsString(&args[0]))
254 if (argCount == 1 && NPN_VariantIsDouble (&args[0]))
259 if (argCount == 1 && (NPN_VariantIsDouble (&args[0]) || NPN_VariantIsInt32 (&args[0])))
264 if (argCount == 1 && NPN_VariantIsString (&args[0]))
269 if (argCount == 1 && NPN_VariantIsBool (&args[0]))
/macosx-10.9.5/libauto-185.5/auto_tester/
H A Dauto_tester.m108 int argCount = 0;
111 argCount++;
115 argCount++;
123 argCount++;
125 [args removeObjectsInRange:NSMakeRange(0, argCount)];
/macosx-10.9.5/WebCore-7537.78.1/xml/
H A DXPathFunctions.h43 unsigned int argCount() const { return subExprCount(); } function in class:WebCore::XPath::Function
H A DXPathFunctions.cpp381 if (argCount() > 0) {
395 if (argCount() > 0) {
409 if (argCount() > 0) {
430 if (!argCount())
440 unsigned count = argCount();
506 bool haveLength = argCount() == 3;
532 if (!argCount())
539 if (!argCount()) {
625 if (!argCount())
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/tablelist/scripts/
H A Dmwutil.tcl362 set argCount [llength $argList]
363 if {$argCount > 1} {
368 } elseif {$argCount == 1} {
412 set argCount [llength $argList]
413 if {$argCount > 1} {
417 if {$argCount % 2 != 0} {
424 } elseif {$argCount == 1} {
486 set argCount [llength $argList]
490 if {$argCount != 2} {
497 if {$argCount !
[all...]
H A DtablelistWidget.tcl1045 set argCount [llength $argList]
1046 if {$argCount < 2 || $argCount > 3} {
1061 if {$argCount != 2} {
1070 if {$argCount == 2} {
1152 set argCount [llength $argList]
1153 if {$argCount < 1 || $argCount > 2} {
1160 if {$argCount == 1} {
1254 set argCount [llengt
[all...]
H A DtablelistUtil.tcl1979 set argCount [llength $columns]
1985 for {set n 0} {$n < $argCount} {incr n} {
1995 if {[incr n] == $argCount} {
2004 if {[incr n] < $argCount} {
/macosx-10.9.5/WebCore-7537.78.1/plugins/
H A Dnpruntime.h252 const NPVariant *args, uint32_t argCount,
256 uint32_t argCount,
269 uint32_t argCount,
364 const NPVariant *args, uint32_t argCount, NPVariant *result);
366 uint32_t argCount, NPVariant *result);
379 uint32_t argCount, NPVariant *result);
H A Dnpfunctions.h87 typedef bool (*NPN_InvokeProcPtr) (NPP npp, NPObject *obj, NPIdentifier methodName, const NPVariant *args, unsigned argCount, NPVariant *result);
88 typedef bool (*NPN_InvokeDefaultProcPtr) (NPP npp, NPObject *obj, const NPVariant *args, unsigned argCount, NPVariant *result);
97 typedef bool (*NPN_ConstructProcPtr)(NPP npp, NPObject* obj, const NPVariant *args, uint32_t argCount, NPVariant *result);
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOFWUserPseudoAddressSpace.h112 UInt32 argCount ; member in struct:IOFWPacketHeader_t::__anon1706
125 UInt32 argCount ; member in struct:IOFWPacketHeader_t::__anon1707
149 UInt32 argCount ; member in struct:IOFWPacketHeader_t::SkippedPacket_t
164 UInt32 argCount ; member in struct:IOFWPacketHeader_t::ReadPacket_t
H A DIOFWUserPseudoAddressSpace.cpp196 header->CommonHeader.argCount = 8;
217 header->CommonHeader.argCount = 2;
240 header->CommonHeader.argCount = 7 ;
954 inPacketHeader->CommonHeader.argCount) ;
H A DIOFWUserAsyncStreamListener.cpp460 inPacketHeader->CommonHeader.argCount) ;
/macosx-10.9.5/WebKit-7537.78.2/efl/ewk/
H A Dewk_js.h46 typedef Ewk_JS_Variant* (*Ewk_JS_Invoke_Cb)(Ewk_JS_Object *obj, Ewk_JS_Variant *args, int argCount);
H A Dewk_js.cpp656 Eina_Bool ewk_js_object_invoke(Ewk_JS_Object* jsObject, Ewk_JS_Variant* args, int argCount, Ewk_JS_Variant* result) argument
666 if (argCount)
669 np_args = static_cast<NPVariant*>(malloc(sizeof(NPVariant) *argCount));
675 for (int i = 0; i < argCount; i++)
679 if (!(fail = _NPN_InvokeDefault(0, reinterpret_cast<NPObject*>(jsObject), np_args, argCount, &np_result)))
690 UNUSED_PARAM(argCount);
/macosx-10.9.5/JavaScriptCore-7537.78.1/interpreter/
H A DInterpreter.cpp236 unsigned argCount = argsObject->length(callFrame); local
237 CallFrame* newCallFrame = CallFrame::create(callFrame->registers() + firstFreeRegister + CallFrame::offsetFor(argCount + 1));
238 if (argCount > Arguments::MaxArguments || !stack->grow(newCallFrame->registers())) {
242 newCallFrame->setArgumentCountIncludingThis(argCount + 1);
244 argsObject->copyToArguments(callFrame, newCallFrame, argCount);
250 unsigned argCount = array->length(); local
251 CallFrame* newCallFrame = CallFrame::create(callFrame->registers() + firstFreeRegister + CallFrame::offsetFor(argCount + 1));
252 if (argCount > Arguments::MaxArguments || !stack->grow(newCallFrame->registers())) {
256 newCallFrame->setArgumentCountIncludingThis(argCount + 1);
258 array->copyToArguments(callFrame, newCallFrame, argCount);
263 unsigned argCount = argObject->get(callFrame, callFrame->propertyNames().length).toUInt32(callFrame); local
[all...]
/macosx-10.9.5/tcl-102/tcl/tcl/library/
H A Dpackage.tcl89 set argCount [llength $args]
90 if {$argCount < 1} {
98 for {set idx 0} {$idx < $argCount} {incr idx} {
/macosx-10.9.5/tcl-102/tcl84/tcl/library/
H A Dpackage.tcl92 set argCount [llength $args]
93 if {$argCount < 1} {
101 for {set idx 0} {$idx < $argCount} {incr idx} {
/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJITCall.cpp168 int argCount = instruction[2].u.operand; local
180 store32(TrustedImm32(argCount), Address(regT1, JSStack::ArgumentCount * static_cast<int>(sizeof(Register)) + OBJECT_OFFSETOF(EncodedValueDescriptor, asBits.payload)));
H A DJITCall32_64.cpp244 int argCount = instruction[2].u.operand; local
257 store32(TrustedImm32(argCount), payloadFor(JSStack::ArgumentCount, regT3));
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Modules/objc/
H A Dlibffi_support.m983 int argCount;
1118 if (userdata->argCount == methinfo->ob_size-1) {
1835 stubUserdata->argCount = _argcount(callable, &haveVarArgs, &haveVarKwds);
1836 if (stubUserdata->argCount == -1) {
1843 if (stubUserdata->argCount == methinfo->ob_size && !haveVarArgs && !haveVarKwds) {
1845 } else if ((stubUserdata->argCount <= 1) && haveVarArgs && haveVarKwds) {
1859 methinfo->ob_size, stubUserdata->argCount,
1871 stubUserdata->argCount = 0;
1919 stubUserdata->argCount = _argcount(callable, &haveVarArgs, &haveVarKwds);
1920 if (stubUserdata->argCount
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Modules/objc/
H A Dlibffi_support.m1006 int argCount;
1141 if (userdata->argCount == Py_SIZE(methinfo)-1) {
1859 stubUserdata->argCount = _argcount(callable, &haveVarArgs, &haveVarKwds);
1860 if (stubUserdata->argCount == -1) {
1867 if (stubUserdata->argCount == Py_SIZE(methinfo) && !haveVarArgs && !haveVarKwds) {
1869 } else if ((stubUserdata->argCount <= 1) && (haveVarArgs || haveVarKwds)) {
1878 Py_SIZE(methinfo), stubUserdata->argCount,
1889 stubUserdata->argCount = 0;
1937 stubUserdata->argCount = _argcount(callable, &haveVarArgs, &haveVarKwds);
1938 if (stubUserdata->argCount
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGByteCodeParser.cpp770 int argCount = currentInstruction[2].u.operand;
771 if (JSStack::CallFrameHeaderSize + (unsigned)argCount > m_parameterSlots)
772 m_parameterSlots = JSStack::CallFrameHeaderSize + argCount;
776 for (int i = 0 + dummyThisArgument; i < argCount; ++i)
3072 unsigned argCount = inlineCallFrame()->arguments.size();
3073 if (JSStack::CallFrameHeaderSize + argCount > m_parameterSlots)
3074 m_parameterSlots = JSStack::CallFrameHeaderSize + argCount;
3078 for (unsigned argument = 1; argument < argCount; ++argument)
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DArrayPrototype.cpp428 size_t argCount = exec->argumentCount(); local
445 if (i == argCount)

Completed in 909 milliseconds

12