Searched defs:index (Results 176 - 200 of 394) sorted by relevance

1234567891011>>

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dthrpool_server.c396 int index = 0; local
404 argv[index++] = path;
408 argv[index++] = "-d";
409 argv[index++] = "-p";
410 argv[index++] = port;
411 argv[index++] = NULL;
413 argv[index++] = "-p";
414 argv[index++] = port;
415 argv[index++] = NULL;
417 PR_ASSERT(MAX_ARGS >= (index
[all...]
/vbox/src/libs/xpcom18a4/python/src/module/
H A D_xpcom.cpp232 int index; local
238 if (!PyArg_ParseTuple(args, "OiO", &obIS, &index, &obParams))
257 PyXPCOM_InterfaceVariantHelper arg_helper((Py_nsISupports *)obIS, index);
266 r = XPTC_InvokeByIndex(pis, index, arg_helper.m_num_array, arg_helper.m_var_array);
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsAtomTable.cpp229 PRUint32 index, void *arg)
228 DumpAtomLeaks(PLDHashTable *table, PLDHashEntryHdr *he, PRUint32 index, void *arg) argument
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsFastLoadFile.h80 typedef PRUint32 NSFastLoadID; // nsFastLoadFooter::mIDMap index
81 typedef PRUint32 NSFastLoadOID; // nsFastLoadFooter::mObjectMap index
91 * The reader XORs, converts the ID to an index, and bounds-checks all array
92 * accesses that use the index. Array access code asserts that the index is in
128 * Convert an OID to an index into nsFastLoadFooter::mObjectMap.
131 #define MFL_SHARP_INDEX_TO_OID(index) (((index) + 1) << MFL_OBJECT_TAG_BITS)
338 PRUint32 index = aFastId - 1; local
339 NS_ASSERTION(index < mNumID
347 PRUint32 index = MFL_OID_TO_SHARP_INDEX(aOID); local
[all...]
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/
H A DxptiInterfaceInfo.cpp315 xptiInterfaceEntry::GetMethodInfo(uint16 index, const nsXPTMethodInfo** info) argument
320 if(index < mInterface->mMethodBaseIndex)
321 return mInterface->mParent->GetMethodInfo(index, info);
323 if(index >= mInterface->mMethodBaseIndex +
334 method_descriptors[index -
340 xptiInterfaceEntry::GetMethodInfoForName(const char* methodName, uint16 *index, argument
354 *index = i + mInterface->mMethodBaseIndex;
361 return mInterface->mParent->GetMethodInfoForName(methodName, index, result);
364 *index = 0;
371 xptiInterfaceEntry::GetConstant(uint16 index, cons argument
[all...]
/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DTestStrings.cpp416 PRInt32 index = a.FindCharInSet("xyz");
417 if (index != kNotFound)
522 PRInt32 index = buf.FindCharInSet(",?", 5); local
523 if (index != 5)
526 index = buf.FindCharInSet("helo", 0);
527 if (index != 0)
530 index = buf.FindCharInSet("z?", 6);
531 if (index != (PRInt32) buf.Length()-1)
541 PRInt32 index = buf.RFindCharInSet(",?", 5); local
542 if (index !
[all...]
/vbox/src/libs/zlib-1.2.6/contrib/blast/
H A Dblast.c50 unsigned next; /* index of next write location in out[] */
129 int index; /* index of first code of length len in symbol table */ local
136 code = first = index = 0;
147 return h->symbol[index + (code - first)];
149 index += count; /* else update for next length */
/vbox/src/VBox/Main/webservice/jaxlibs/
H A DFastInfoset.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/fastinfoset/ ...
H A Dstreambuffer.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/stream/ ...
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Ddixstruct.h92 int index; member in struct:_Client
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Ddixstruct.h92 int index; member in struct:_Client
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Ddixstruct.h93 int index; member in struct:_Client
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
H A DLzFind.c65 Byte MatchFinder_GetIndexByte(CMatchFinder *p, Int32 index) { return p->buffer[index]; } argument
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/LzmaCompress/Sdk/C/
H A DLzFind.c46 Byte MatchFinder_GetIndexByte(CMatchFinder *p, Int32 index) { return p->buffer[index]; } argument
H A DLzFindMt.c552 Byte MatchFinderMt_GetIndexByte(CMatchFinderMt *p, Int32 index) argument
554 return p->pointerToCurPos[index];
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dlibteac.c279 /* Build an ordered index into the hosts table */
837 int index= (j+tcomm->poll_shift) % num_ids; local
838 int thisId= ids[index];
842 tcomm->poll_shift= index;
1026 crDebug("Send msg %d in buffer %d to %d (list index %d)...",
/vbox/src/VBox/HostServices/SharedOpenGL/dlm/
H A Ddlm_bbox.c300 VertexAttrib3fARB(GLuint index, GLfloat x, GLfloat y, GLfloat z) argument
302 if (index == 0)
/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Dpcmcia.h46 u_char index; member in struct:pcc_config_t
/vbox/src/VBox/Devices/USB/freebsd/
H A DUSBProxyDevice-freebsd.cpp246 static int usbProxyFreeBSDEndpointOpen(PUSBPROXYDEV pProxyDev, int Endpoint, bool fIsoc, int index) argument
257 for (; index < USBFBSD_MAXENDPOINTS; index++)
259 pEndpointFBSD = &pDevFBSD->aSwEndpoint[index];
265 return index;
268 if (index == USBFBSD_MAXENDPOINTS)
270 for (index = 0; index != USBFBSD_MAXENDPOINTS; index++)
272 pEndpointFBSD = &pDevFBSD->aSwEndpoint[index];
695 int index; local
1004 int index; local
[all...]
/vbox/src/VBox/Disassembler/
H A DDisasmCore.cpp644 uint8_t index = pDis->bOpCode - 0xD8; local
647 fpop = &(g_apMapX86_FP_Low[index])[MODRM_REG(ModRM)];
656 fpop = &(g_apMapX86_FP_High[index])[ModRM - 0xC0];
709 unsigned index = pDis->SIB.Bits.Index; local
725 if (index != 4)
728 pParam->Index.idxGenReg = index;
739 // [scaled index] + disp32
773 /* REX.B extends the Base field if not scaled index + disp32 */
/vbox/src/VBox/Frontends/VirtualBox/src/extensions/
H A DQIFileDialog.cpp50 int index = r.indexIn (result); local
51 if (index >= 0)
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DUIApplianceEditorWidget.cpp625 /* Create an index of this position, but in column 0. */
626 QModelIndex c0Index = pModel->index(idx.row(), 0, idx.parent());
636 /* Get the index for the config value column. */
637 QModelIndex hdIndex = pModel->index(list.at(i).row(), ConfigValueSection, list.at(i).parent());
791 QModelIndex VirtualSystemModel::index(int row, int column, const QModelIndex &parentIdx /* = QModelIndex() */) const function in class:VirtualSystemModel
899 return index(idx.row(), ConfigValueSection, idx.parent());
914 restoreDefaults(index(i, 0, parentIdx));
916 emit dataChanged(index(0, 0, parentIdx), index(parentItem->childCount()-1, 0, parentIdx));
946 QModelIndex index(id
[all...]
H A DUIPortForwardingTable.cpp346 void addRule(const QModelIndex &index);
347 void delRule(const QModelIndex &index);
350 Qt::ItemFlags flags(const QModelIndex &index) const;
362 QVariant data(const QModelIndex &index, int iRole) const;
363 bool setData(const QModelIndex &index, const QVariant &value, int iRole = Qt::EditRole);
371 void UIPortForwardingModel::addRule(const QModelIndex &index) argument
381 /* If index is valid => copy data: */
382 if (index.isValid())
383 m_dataList << UIPortForwardingData(strTemplate.arg(++uMaxIndex), m_dataList[index.row()].protocol,
384 m_dataList[index
393 delRule(const QModelIndex &index) argument
442 data(const QModelIndex &index, int iRole) const argument
514 setData(const QModelIndex &index, const QVariant &value, int iRole ) argument
[all...]
H A DVBoxFilePathSelectorWidget.cpp64 int index = 0; local
65 for (index = 0; index < minLength ; ++ index)
66 if (aS1 [index] != aS2 [index])
68 return index;
/vbox/src/VBox/GuestHost/OpenGL/packer/
H A Dpack_shaders.c23 void PACK_APIENTRY crPackBindAttribLocation(GLuint program, GLuint index, const char *name) argument
28 int packet_length = sizeof(int)+sizeof(GLenum)+sizeof(program)+sizeof(index) + cbName*sizeof(*name);
34 WRITE_DATA_AI(GLuint, index);
414 void PACK_APIENTRY crPackGetActiveAttrib(GLuint program, GLuint index, GLsizei bufSize, GLsizei * length, GLint * size, GLenum * type, char * name, int * writeback) argument
426 WRITE_DATA(12, GLuint, index);
435 void PACK_APIENTRY crPackGetActiveUniform(GLuint program, GLuint index, GLsizei bufSize, GLsizei * length, GLint * size, GLenum * type, char * name, int * writeback) argument
447 WRITE_DATA(12, GLuint, index);
636 void PACK_APIENTRY crPackBindAttribLocationSWAP(GLuint program, GLuint index, const char *name) argument
640 (void)index;

Completed in 252 milliseconds

1234567891011>>