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

12

/macosx-10.10/WebCore-7600.1.25/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.10/libauto-186/auto_tester/
H A Dauto_tester.m108 int argCount = 0;
111 argCount++;
115 argCount++;
123 argCount++;
125 [args removeObjectsInRange:NSMakeRange(0, argCount)];
/macosx-10.10/JavaScriptCore-7600.1.17/interpreter/
H A DProtoCallFrame.h56 void setPaddedArgCount(uint32_t argCount) { paddedArgCount = argCount; } argument
H A DInterpreter.cpp175 unsigned argCount = argsObject->length(callFrame); local
176 if (argCount >= firstVarArgOffset)
177 argCount -= firstVarArgOffset;
179 argCount = 0;
180 unsigned paddedCalleeFrameOffset = WTF::roundUpToMultipleOf(stackAlignmentRegisters(), -firstFreeRegister + CallFrame::offsetFor(argCount + 1));
182 if (argCount > Arguments::MaxArguments || !stack->ensureCapacityFor(newCallFrame->registers())) {
191 unsigned argCount = array->length(); local
192 if (argCount >= firstVarArgOffset)
193 argCount -= firstVarArgOffset;
195 argCount
206 unsigned argCount = argObject->get(callFrame, callFrame->propertyNames().length).toUInt32(callFrame); local
243 unsigned argCount = argsObject->length(callFrame); local
256 unsigned argCount = array->length(); local
268 unsigned argCount = argObject->get(callFrame, callFrame->propertyNames().length).toUInt32(callFrame); local
[all...]
/macosx-10.10/tcl-105/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...]
/macosx-10.10/WebCore-7600.1.25/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.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWUserPseudoAddressSpace.h112 UInt32 argCount ; member in struct:IOFWPacketHeader_t::__anon1529
125 UInt32 argCount ; member in struct:IOFWPacketHeader_t::__anon1530
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.10/bootstrap_cmds-91/migcom.tproj/
H A Dserver.c90 register argument_t *count = arg->argCount;
802 argument_t *count = arg->argCount;
875 argument_t *count = arg->argCount;
904 argument_t *count = arg->argCount;
924 if (arg->argCount && !arg->argSameCount)
925 WriteRequestNDRConvertIntRepOneArgUse(file, arg->argCount);
930 fprintf(file, "\t" "if ( In%dP->%s > %d )\n", arg->argCount->argRequestPos, arg->argCount->argMsgField, arg->argType->itNumber);
957 fprintf(file, "\t" "if ( In%dP->%s > %d )\n", arg->argCount->argRequestPos, arg->argCount
[all...]
H A Duser.c94 register argument_t *count = arg->argCount;
718 fprintf(file, "\t for (i = %s; i < %d; ptr++, i++) {\n", arg->argCount->argVarName, it->itKPD_Number);
745 count = arg->argCount;
825 fprintf(file, "\t for (i = %s; i < %d; ptr++, i++) {\n", arg->argCount->argVarName, it->itKPD_Number);
875 count = arg->argCount;
921 fprintf(file, "\t for (i = %s; i < %d; ptr++, i++) {\n", arg->argCount->argVarName, it->itKPD_Number);
973 count = arg->argCount;
1007 fprintf(file, "\t for (i = %s%s; i < %d; ptr++, i++) {\n", (arg->argCount->argByReferenceUser) ? "*" : "", arg->argCount->argVarName, it->itKPD_Number);
1054 fprintf(file, "\tInP->%s = mig_strncpy(InP->%s, %s, %d);\n", arg->argCount
[all...]
H A Droutine.c113 argNULL, /* argument_t *argCount */
783 * argCount has been removed from the VarNeeded list,
969 arg->argCount = count;
972 we want the Parent to access it through argCount */
973 arg->argParent->argCount = count;
1031 (count->argCInOut = arg->argCount)->argCInOut = count;
1628 register argument_t *my_count = arg->argCount;
1629 register argument_t *ref_count = arg->argSameCount->argCount;
1645 arg->argCount = tmp_count;
H A Droutine.h317 * argCount, argPoly, and argDealloc get to the implicit count, poly,
356 struct argument *argCount; /* our count arg, if present */ member in struct:argument
/macosx-10.10/tcl-105/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.10/tcl-105/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.10/JavaScriptCore-7600.1.17/bytecode/
H A DBytecodeUseDef.h219 int argCount = instruction[3].u.operand; local
222 for (int i = opcodeID == op_construct ? 1 : 0; i < argCount; i++)
/macosx-10.10/pyobjc-45/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.10/pyobjc-45/2.6/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.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Modules/objc/
H A Dlibffi_support.m1003 int argCount;
1138 if (userdata->argCount == Py_SIZE(methinfo)-1) {
1856 stubUserdata->argCount = _argcount(callable, &haveVarArgs, &haveVarKwds);
1857 if (stubUserdata->argCount == -1) {
1864 if (stubUserdata->argCount == Py_SIZE(methinfo) && !haveVarArgs && !haveVarKwds) {
1866 } else if ((stubUserdata->argCount <= 1) && (haveVarArgs || haveVarKwds)) {
1875 Py_SIZE(methinfo), stubUserdata->argCount,
1886 stubUserdata->argCount = 0;
1934 stubUserdata->argCount = _argcount(callable, &haveVarArgs, &haveVarKwds);
1935 if (stubUserdata->argCount
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/jit/
H A DJITCall.cpp194 int argCount = instruction[3].u.operand; local
206 store32(TrustedImm32(argCount), Address(stackPointerRegister, JSStack::ArgumentCount * static_cast<int>(sizeof(Register)) + PayloadOffset - sizeof(CallerFrameAndPC)));
H A DJITCall32_64.cpp280 int argCount = instruction[3].u.operand; local
293 store32(TrustedImm32(argCount), Address(stackPointerRegister, JSStack::ArgumentCount * static_cast<int>(sizeof(Register)) + PayloadOffset - sizeof(CallerFrameAndPC)));

Completed in 446 milliseconds

12