/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ |
H A D | bigfile2.c | 55 PRInt64 offset, position; local 72 position = PR_Seek64(fd, offset, PR_SEEK_SET); 73 if (!LL_GE_ZERO(position)) { 77 PR_ASSERT(LL_EQ(position, offset));
|
H A D | bigfile3.c | 54 PRInt64 offset, position; local 98 position = PR_Seek64(fd, offset, PR_SEEK_SET); 99 if (!LL_GE_ZERO(position)) { 103 PR_ASSERT(LL_EQ(position, offset));
|
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/ |
H A D | UISlidingToolBar.cpp | 41 UISlidingToolBar::UISlidingToolBar(QWidget *pParentWidget, QWidget *pIndentWidget, QWidget *pChildWidget, Position position) argument 43 , m_position(position) 138 * But move mdi-sub-window to initial position: */ 212 /* And move mdi-sub-window to corresponding position: */
|
H A D | UIStatusBarEditorWindow.cpp | 109 /** Holds the last mouse-press position. */ 152 "<nobr><b>Drag&Drop</b> to change indicator position.</nobr>")); 189 /* Remember mouse-press position: */ 199 /* Forget mouse-press position: */ 496 /* Make sure it have valid position: */ 497 const int iWantedIndex = position(type); 501 /* Re-inject button into main-layout at proper position: */ 629 /* Get event position: */ 692 /* Insert type of dropped-button into position of token-button: */ 702 int UIStatusBarEditorWidget::position(IndicatorTyp function in class:UIStatusBarEditorWidget [all...] |
/vbox/src/VBox/Additions/os2/VBoxSF/ |
H A D | VBoxSFFind.cpp | 53 USHORT level, ULONG position, PCSZ pszName, USHORT flag) 52 FS32_FINDFROMNAME(PFSFSI pfsfsi, PVBOXSFFS pfsfsd, PBYTE pbData, USHORT cbData, PUSHORT pcMatch, USHORT level, ULONG position, PCSZ pszName, USHORT flag) argument
|
/vbox/src/libs/xpcom18a4/nsprpub/tools/ |
H A D | tail.c | 73 PRUint32 position = 0, seek = 0, time = 0; local 130 position = PR_Seek(file, (fileInfo.size - seek), PR_SEEK_SET); 131 if (-1 == (PRInt32)position) 132 PL_FPrintError(err, "Cannot seek to starting position"); 137 while (position < fileInfo.size) 139 PRInt32 read, bytes = fileInfo.size - position; 144 position += read;
|
/vbox/src/VBox/GuestHost/OpenGL/include/state/ |
H A D | cr_lighting.h | 24 CRbitvalue position[CR_MAX_BITARRAY]; member in struct:__anon16205 44 GLvectorf position; member in struct:__anon16207
|
/vbox/src/VBox/Additions/common/VBoxGuest/ |
H A D | VBoxDev-haiku.c | 80 static status_t VBoxGuestHaikuWrite(void *cookie, off_t position, const void *data, size_t *numBytes); 81 static status_t VBoxGuestHaikuRead(void *cookie, off_t position, void *data, size_t *numBytes); 366 * @param position The offset. 372 static status_t VBoxGuestHaikuWrite(void *cookie, off_t position, const void *data, size_t *numBytes) argument 382 * @param position The offset. 388 static status_t VBoxGuestHaikuRead(void *cookie, off_t position, void *data, size_t *numBytes) argument
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/ |
H A D | config.h | 190 XPoint *position; member in struct:__anon7355
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/ |
H A D | config.h | 163 XPoint *position; member in struct:__anon7731
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/ |
H A D | config.h | 162 XPoint *position; member in struct:__anon8091
|
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/normal/ |
H A D | UIMachineWindowNormal.cpp | 146 normalizeGeometry(false /* adjust position */); 149 void UIMachineWindowNormal::sltHandleMenuBarContextMenuRequest(const QPoint &position) argument 152 actionPool()->action(UIActionIndexRT_M_View_M_MenuBar)->menu()->exec(menuBar()->mapToGlobal(position)); 179 normalizeGeometry(false /* adjust position */); 182 void UIMachineWindowNormal::sltHandleStatusBarContextMenuRequest(const QPoint &position) argument 185 actionPool()->action(UIActionIndexRT_M_View_M_StatusBar)->menu()->exec(statusBar()->mapToGlobal(position)); 188 void UIMachineWindowNormal::sltHandleIndicatorContextMenuRequest(IndicatorType indicatorType, const QPoint &position) argument 208 pAction->menu()->exec(position); 357 /* Restore only window position: */ 361 normalizeGeometry(false /* adjust position */); [all...] |
/vbox/src/VBox/Frontends/VirtualBox/src/settings/global/ |
H A D | UIGlobalSettingsExtension.cpp | 293 void UIGlobalSettingsExtension::sltShowContextMenu(const QPoint &position) argument 296 if (m_pPackagesTree->itemAt(position)) 305 menu.exec(m_pPackagesTree->viewport()->mapToGlobal(position));
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/ |
H A D | config.h | 191 XPoint *position; member in struct:__anon4507
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/ |
H A D | config.h | 191 XPoint *position; member in struct:__anon4068
|
/vbox/src/libs/xpcom18a4/xpcom/tests/StringFactoringTests/ |
H A D | profile_main.cpp | 413 PRUint32 position = 0; local 417 position = Find(text, pattern);
|
/vbox/src/VBox/GuestHost/OpenGL/util/ |
H A D | libteac.c | 341 ELAN_POSITION position; local 452 (void)elan3_get_position(result->ctx, &position); 454 position.pos_mode,position.pos_nodeid, position.pos_nodes, 455 position.pos_levels); 456 if (position.pos_mode != ELAN_POS_MODE_SWITCHED) 457 crDebug("WARNING: position mode is not %d!\n",ELAN_POS_MODE_SWITCHED); 496 if (trans_host(buf) != (int)position.pos_nodeid) { 499 trans_host(buf), position 1178 ELAN_POSITION position; local [all...] |
/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/ |
H A D | UIMachineSettingsNetwork.cpp | 105 m_pAttachmentTypeComboBox->setCurrentIndex(position(m_pAttachmentTypeComboBox, adapterData.m_attachmentType)); 116 m_pAdapterTypeCombo->setCurrentIndex(position(m_pAdapterTypeCombo, adapterData.m_adapterType)); 119 m_pPromiscuousModeCombo->setCurrentIndex(position(m_pPromiscuousModeCombo, adapterData.m_promiscuousMode)); 765 m_pAdapterNameCombo->setCurrentIndex(position(m_pAdapterNameCombo, alternativeName())); 777 int UIMachineSettingsNetwork::position(QComboBox *pComboBox, int iData) function in class:UIMachineSettingsNetwork 784 int UIMachineSettingsNetwork::position(QComboBox *pComboBox, const QString &strText) function in class:UIMachineSettingsNetwork
|
H A D | UIMachineSettingsSF.cpp | 116 int position = 0; local 126 /* Selecting remove position */ 130 position = start; 133 position = (finish - start) / 2; 136 position = finish - 1; 144 position = (finish - start) / 2; 151 if (position == finish) 154 oneString.remove (position, 1); 159 if (position || mFormat == EllipsisFile) oneString.insert (position, " [all...] |
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/ |
H A D | VBoxFilePathSelectorWidget.cpp | 56 * Returns first position of difference between passed strings. 461 int position = 0; local 470 /* Selecting remove position */ 475 position = (finish - start) / 2; 477 if (position == finish) 480 fullText.remove (position, 1); 484 fullText.insert (position, "..."); 501 /* Store the cursor position */ 521 /* Restore the position to the right of dots */ 525 /* Restore the position t [all...] |
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/ |
H A D | drawprim.c | 125 const BYTE *diffuse = NULL, *specular = NULL, *normal = NULL, *position = NULL; local 158 position = element->data.addr; 343 if (position) { 344 const void *ptrToCoords = position + SkipnStrides * si->elements[WINED3D_FFP_POSITION].stride;
|
/vbox/src/libs/xpcom18a4/xpcom/obsolete/ |
H A D | nsIFileStream.cpp | 333 nsInt64 position = PR_Seek64(mFileDesc, 0, PR_SEEK_CUR); local 335 nsInt64 fileSize = position + available; 339 case NS_SEEK_CUR: newPosition += position; break;
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/ |
H A D | drawprim.c | 93 const BYTE *diffuse = NULL, *specular = NULL, *normal = NULL, *position = NULL; local 125 position = element->data + streamOffset[element->stream_idx]; 309 if (position) { 310 const void *ptrToCoords = position + SkipnStrides * si->elements[WINED3D_FFP_POSITION].stride; 815 /* First, locate the position data. This is provided in a vertex buffer in the stateblock. 833 if (stream_info.position_transformed) FIXME("Transformed position in rectpatch generation\n"); 861 FIXME("Cannot find data to generate. Only generating position and normals\n"); 935 * GL_AUTO_NORMAL to generate normals from the position. Do not use GL_MAP2_NORMAL. 939 out_vertex_size = 3 /* position */; 1129 patch->strided.position [all...] |
/vbox/src/libs/libxml2-2.6.31/ |
H A D | xpointer.c | 1034 * context position initalized to 1 2362 * First position to the beginning of the first text node 2428 * Check whether the document contains @string at the position 2432 * (@start, @startindex) will indicate the position of the beginning 2517 * (@start, @startindex) will indicate the position of the beginning 2735 * XML for line ends. The third argument gives the position of the first 2762 xmlXPathObjectPtr position = NULL; local 2780 position = valuePop(ctxt); 2781 if (position != NULL) 2782 pos = (int) position [all...] |
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/mac/ |
H A D | macio.c | 544 char *position = NULL; local 554 position = PL_strchr(macDirName, PR_PATH_SEPARATOR); 555 if ((position == macDirName) || (position == NULL)) 559 strncpy(volumeName, macDirName, position-macDirName);
|