Home
last modified time | relevance | path

Searched refs:MoveMemory (Results 1 – 25 of 292) sorted by relevance

12345678910>>...12

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org/eclipse/swt/ole/win32/
H A DVariant.java491 OS.MoveMemory(pData, new short[] {type}, 2); in getData()
499 OS.MoveMemory(pData, new short[] {type}, 2); in getData()
880 OS.MoveMemory(byRefPtr, new float[]{val}, 4); in setByRef()
921 OS.MoveMemory(dataType, pData, 2); in setData()
942 OS.MoveMemory(newByteData, pData + 8, 1); in setData()
947 OS.MoveMemory(newShortData, pData + 8, 2); in setData()
952 OS.MoveMemory(newCharData, pData + 8, 2); in setData()
957 OS.MoveMemory(newIntData, pData + 8, 4); in setData()
962 OS.MoveMemory(newLongData, pData + 8, 8); in setData()
967 OS.MoveMemory(newFloatData, pData + 8, 4); in setData()
[all …]
H A DOleControlSite.java286 COM.MoveMemory(typeAttribute, ppTypeAttr[0], TYPEATTR.sizeof); in getDefaultEventSinkGUID()
312 COM.MoveMemory(riid, ppTypeAttr[0], GUID.sizeof); in getDefaultEventSinkGUID()
626 OS.MoveMemory(phwnd, new long[] {0}, C.PTR_SIZEOF); in GetWindow()
631 OS.MoveMemory(phwnd, new long[] {handle}, C.PTR_SIZEOF); in GetWindow()
637 if (pArgErr != 0) OS.MoveMemory(pArgErr, new int[] {0}, 4); in Invoke()
652 if (pArgErr != 0) OS.MoveMemory(pArgErr, new int[] {0}, 4); in Invoke()
665 if (pArgErr != 0) OS.MoveMemory(pArgErr, new int[] {0}, 4); in Invoke()
671 if (pArgErr != 0) OS.MoveMemory(pArgErr, new int[] {0}, 4); in Invoke()
772 COM.MoveMemory(guid, riid, GUID.sizeof); in QueryInterface()
779 OS.MoveMemory(ppvObject, new long[] {iDispatch.getAddress()}, C.PTR_SIZEOF); in QueryInterface()
[all …]
H A DOleAutomation.java264 COM.MoveMemory(vardesc, ppVarDesc[0], VARDESC.sizeof); in getPropertyDescription()
272 OS.MoveMemory(vt, vardesc.elemdescVar_tdesc_union + C.PTR_SIZEOF, 2); in getPropertyDescription()
295 COM.MoveMemory(funcdesc, ppFuncDesc[0], FUNCDESC.sizeof); in getFunctionDescription()
320 OS.MoveMemory(vt, funcdesc.lprgelemdescParam + i * COM.ELEMDESC_sizeof() + C.PTR_SIZEOF, 2); in getFunctionDescription()
323 OS.MoveMemory(pTypedesc, funcdesc.lprgelemdescParam + i * COM.ELEMDESC_sizeof(), C.PTR_SIZEOF); in getFunctionDescription()
325 OS.MoveMemory(vt2, pTypedesc[0] + C.PTR_SIZEOF, 2); in getFunctionDescription()
330 …OS.MoveMemory(wParamFlags, funcdesc.lprgelemdescParam + i * COM.ELEMDESC_sizeof() + COM.TYPEDESC_s… in getFunctionDescription()
337 OS.MoveMemory(vt, funcdesc.elemdescFunc_tdesc_union + C.PTR_SIZEOF, 2); in getFunctionDescription()
357 COM.MoveMemory(typeattr, ppTypeAttr[0], TYPEATTR.sizeof); in getTypeInfoAttributes()
565 OS.MoveMemory(pDispParams.rgdispidNamedArgs + offset, new int[] {rgdispidNamedArgs[i-1]}, 4); in invoke()
[all …]
H A DOleFrame.java199 OS.MoveMemory(msg, lParam, MSG.sizeof); in getMsgProc()
301 OS.MoveMemory(lParam, msg, MSG.sizeof); in getMsgProc()
369 OS.MoveMemory(lprectBorder, rectBorder, RECT.sizeof); in GetBorder()
426 OS.MoveMemory(phwnd, new long[] {handle}, C.PTR_SIZEOF); in GetWindow()
452 OS.MoveMemory(lpMenuWidths, new int[] {0}, 4); in InsertMenus()
492 OS.MoveMemory(lpMenuWidths, new int[] {fileMenuCount}, 4); in InsertMenus()
540 OS.MoveMemory(lpMenuWidths + 16, new int[] {windowMenuCount}, 4); in InsertMenus()
592 COM.MoveMemory(guid, riid, GUID.sizeof); in QueryInterface()
599 OS.MoveMemory(ppvObject, new long [] {0}, C.PTR_SIZEOF); in QueryInterface()
694 COM.MoveMemory(borderwidth, pborderwidths, RECT.sizeof); in SetBorderSpace()
[all …]
H A DOleClientSite.java380 OS.MoveMemory(pv, buffer, count); in OleCreate()
730 OS.MoveMemory(ppContainer, new long[]{0}, C.PTR_SIZEOF); in GetContainer()
772 OS.MoveMemory(buffer, ptr, length); in getProgID()
807 OS.MoveMemory(phwnd, new long[] {0}, C.PTR_SIZEOF); in GetWindow()
812 OS.MoveMemory(phwnd, new long[] {handle}, C.PTR_SIZEOF); in GetWindow()
1011 OS.MoveMemory(pArea, rect, RECT.sizeof); in onPaint()
1072 COM.MoveMemory(guid, riid, GUID.sizeof); in QueryInterface()
1097 OS.MoveMemory(ppvObject, new long[] {0}, C.PTR_SIZEOF); in QueryInterface()
1213 OS.MoveMemory(buffer, pv, pcbWritten[0]); in saveFromContents()
1241 OS.MoveMemory(size, pv, 4); in saveFromOle10Native()
[all …]
H A DOleEventSink.java114 COM.MoveMemory(dispParams, pDispParams, DISPPARAMS.sizeof); in Invoke()
167 COM.MoveMemory(guid, riid, GUID.sizeof); in QueryInterface()
171 OS.MoveMemory(ppvObject, new long[] {iDispatch.getAddress()}, C.PTR_SIZEOF); in QueryInterface()
176 OS.MoveMemory(ppvObject, new long[] {0}, C.PTR_SIZEOF); in QueryInterface()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/
H A DOS.java2227 public static final void MoveMemory (long Destination, TCHAR Source, int Length) { in MoveMemory() method in OS
2229 MoveMemory (Destination, Source1, Length); in MoveMemory()
2232 public static final void MoveMemory (TCHAR Destination, long Source, int Length) { in MoveMemory() method in OS
2234 MoveMemory (Destination1, Source, Length); in MoveMemory()
2281 OS.MoveMemory (lpWndClass.lpszClassName, lpszClassName, byteCount); in RegisterClass()
3435 public static final native void MoveMemory (long Destination, long Source, int Length); in MoveMemory() method in OS
3470 public static final native void MoveMemory (long Destination, MSG Source, int Length); in MoveMemory() method in OS
3490 public static final native void MoveMemory (long Destination, RECT Source, int Length); in MoveMemory() method in OS
3730 public static final native void MoveMemory (EMR Destination, long Source, int Length); in MoveMemory() method in OS
3760 public static final native void MoveMemory (MSG Destination, long Source, int Length); in MoveMemory() method in OS
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser/
H A DWebSite.java163 COM.MoveMemory (guid, args[0], GUID.sizeof); in createCOMInterfaces()
231 COM.MoveMemory(guid, riid, GUID.sizeof); in QueryInterface()
322 OS.MoveMemory(pt, ppt, POINT.sizeof); in ShowContextMenu()
359 OS.MoveMemory(msg, lpMsg, MSG.sizeof); in TranslateAccelerator()
375 OS.MoveMemory(msg, lpMsg, MSG.sizeof); in TranslateAccelerator()
515 COM.MoveMemory(guid, riid, GUID.sizeof); in QueryService()
585 COM.MoveMemory(guid, pContext, GUID.sizeof); in ProcessUrlAction()
699 OS.MoveMemory (userPtr, user, size); in Authenticate()
729 OS.MoveMemory (ptr, rgszNames, C.PTR_SIZEOF); in GetIDsOfNames()
732 OS.MoveMemory (buffer, ptr[0], length * 2); in GetIDsOfNames()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/win32/org/eclipse/swt/dnd/
H A DOleEnumFORMATETC.java93 COM.MoveMemory(rgelt + i*FORMATETC.sizeof, nextItems[i], FORMATETC.sizeof); in Next()
97 OS.MoveMemory(pceltFetched, new int[] {nextItems.length}, 4); in Next()
103 OS.MoveMemory(pceltFetched, new int[] {0}, 4); in Next()
104 COM.MoveMemory(rgelt, new FORMATETC(), FORMATETC.sizeof); in Next()
114 COM.MoveMemory(guid, riid, GUID.sizeof); in QueryInterface()
117 OS.MoveMemory(ppvObject, new long[] {iEnumFORMATETC.getAddress()}, C.PTR_SIZEOF); in QueryInterface()
121 OS.MoveMemory(ppvObject, new long[] {0}, C.PTR_SIZEOF); in QueryInterface()
H A DImageTransfer.java91 OS.MoveMemory(bmi, bmiHeader, BITMAPINFOHEADER.sizeof); in javaToNative()
105 OS.MoveMemory(newPtr, bmi, bmi.length); in javaToNative()
109 OS.MoveMemory(pBitDest, imgData.data, imageSize); in javaToNative()
116 OS.MoveMemory(pBitDest, scanline, bytesPerLine); in javaToNative()
162 OS.MoveMemory(bmiHeader, ptr, BITMAPINFOHEADER.sizeof); in nativeToJava()
173 OS.MoveMemory(pBits[0], bits, bmiHeader.biSizeImage); in nativeToJava()
182 OS.MoveMemory(pDestBits, pSourceBits, scanline); in nativeToJava()
H A DDropTarget.java279 OS.MoveMemory(point, new long[]{pt}, 8); in DragEnter_64()
293 OS.MoveMemory(pdwEffect, new int[] {COM.DROPEFFECT_NONE}, 4); in DragEnter()
323 OS.MoveMemory(pdwEffect, new int[] {opToOs(selectedOperation)}, 4); in DragEnter()
346 OS.MoveMemory(point, new long[]{pt}, 8); in DragOver_64()
359 OS.MoveMemory(pdwEffect, new int[] {COM.DROPEFFECT_NONE}, 4); in DragOver()
400 OS.MoveMemory(point, new long[]{pt}, 8); in Drop_64()
421 OS.MoveMemory(pdwEffect, new int[] {COM.DROPEFFECT_NONE}, 4); in Drop()
446 OS.MoveMemory(pdwEffect, new int[] {COM.DROPEFFECT_NONE}, 4); in Drop()
633 COM.MoveMemory(guid, riid, GUID.sizeof); in QueryInterface()
640 OS.MoveMemory(ppvObject, new long[] {0}, C.PTR_SIZEOF); in QueryInterface()
[all …]
H A DDragSource.java487 COM.MoveMemory(transferData.formatetc, pFormatetc, FORMATETC.sizeof); in GetData()
512 COM.MoveMemory(pmedium, transferData.stgmedium, STGMEDIUM.sizeof); in GetData()
653 COM.MoveMemory(transferData.formatetc, pFormatetc, FORMATETC.sizeof); in QueryGetData()
673 COM.MoveMemory(guid, riid, GUID.sizeof); in QueryInterface()
676 OS.MoveMemory(ppvObject, new long[] {iDropSource.getAddress()}, C.PTR_SIZEOF); in QueryInterface()
682 OS.MoveMemory(ppvObject, new long[] {iDataObject.getAddress()}, C.PTR_SIZEOF); in QueryInterface()
687 OS.MoveMemory(ppvObject, new long[] {0}, C.PTR_SIZEOF); in QueryInterface()
730 COM.MoveMemory(formatetc, pFormatetc, FORMATETC.sizeof); in SetData()
733 COM.MoveMemory(stgmedium, pmedium,STGMEDIUM.sizeof); in SetData()
736 OS.MoveMemory(ptrEffect, stgmedium.unionField, C.PTR_SIZEOF); in SetData()
[all …]
H A DClipboard.java600 OS.MoveMemory(ppenumFormatetc, new long[] {enumFORMATETC.getAddress()}, C.PTR_SIZEOF); in EnumFormatEtc()
614 COM.MoveMemory(transferData.formatetc, pFormatetc, FORMATETC.sizeof); in GetData()
625 OS.MoveMemory(stgmedium.unionField, new int[] {COM.DROPEFFECT_COPY}, 4); in GetData()
627 COM.MoveMemory(pmedium, stgmedium, STGMEDIUM.sizeof); in GetData()
641 COM.MoveMemory(pmedium, transferData.stgmedium, STGMEDIUM.sizeof); in GetData()
649 COM.MoveMemory(transferData.formatetc, pFormatetc, FORMATETC.sizeof); in QueryGetData()
667 COM.MoveMemory(guid, riid, GUID.sizeof); in QueryInterface()
669 OS.MoveMemory(ppvObject, new long[] {iDataObject.getAddress()}, C.PTR_SIZEOF); in QueryInterface()
673 OS.MoveMemory(ppvObject, new long[] {0}, C.PTR_SIZEOF); in QueryInterface()
818 COM.MoveMemory(formatetc, rgelt, FORMATETC.sizeof); in _getAvailableTypes()
H A DFileTransfer.java96 OS.MoveMemory(newPtr, dropfiles, DROPFILES.sizeof); in javaToNative()
97 OS.MoveMemory(newPtr + DROPFILES.sizeof, buffer, byteCount); in javaToNative()
196 OS.MoveMemory(newPtr, cida, CIDA.sizeof); in generateCidaFromFilepaths()
197 OS.MoveMemory(newPtr + CIDA.sizeof, pidlOffsets, 4 * cida.cidl); in generateCidaFromFilepaths()
199 OS.MoveMemory(newPtr + pidlOffsets[i], pidls[i], pidlSizes[i]); in generateCidaFromFilepaths()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Accessibility/win32/org/eclipse/swt/accessibility/
H A DAccessible.java1610 COM.MoveMemory(guid, iid, GUID.sizeof); in QueryInterface()
1782 COM.MoveMemory(guid, riid, GUID.sizeof); in QueryService()
2045 OS.MoveMemory(pLeft, pxLeft, 4); in accLocation()
2046 OS.MoveMemory(pTop, pyTop, 4); in accLocation()
2047 OS.MoveMemory(pWidth, pcxWidth, 4); in accLocation()
2048 OS.MoveMemory(pHeight, pcyHeight, 4); in accLocation()
2402 OS.MoveMemory(buffer, pHelp[0], size); in get_accHelp()
2493 OS.MoveMemory(buffer, pName[0], size); in get_accName()
2770 OS.MoveMemory (buffer, szValue, size); in put_accValue()
5071 OS.MoveMemory (ptr, psz, C.PTR_SIZEOF); in getString()
[all …]
H A DRelation.java102 COM.MoveMemory(guid, iid, GUID.sizeof); in QueryInterface()
105 OS.MoveMemory(ppvObject, new long[] { getAddress() }, C.PTR_SIZEOF); in QueryInterface()
143 OS.MoveMemory(pNTargets, new int [] { targets.length }, 4); in get_nTargets()
152 OS.MoveMemory(ppTarget, new long[] { target.getAddress() }, C.PTR_SIZEOF); in get_target()
162 OS.MoveMemory(ppTargets + i * C.PTR_SIZEOF, new long[] { target.getAddress() }, C.PTR_SIZEOF); in get_targets()
164 OS.MoveMemory(pNTargets, new int [] { count }, 4); in get_targets()
203 OS.MoveMemory(psz, new long [] { ptr }, C.PTR_SIZEOF); in setString()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/
H A DSnippet186.java138 OS.MoveMemory(vt_type, pPostData, 2); in readSafeArray()
142 OS.MoveMemory(pVariant, pPostData + 8, 4); in readSafeArray()
144 OS.MoveMemory(vt_type, pVariant[0], 2); in readSafeArray()
147 OS.MoveMemory(pSafearray, pVariant[0] + 8, OS.PTR_SIZEOF); in readSafeArray()
149 OS.MoveMemory(safeArray, pSafearray[0], SAFEARRAY.sizeof); in readSafeArray()
193 OS.MoveMemory (pSafeArray, safeArray, SAFEARRAY.sizeof); in writeSafeArray()
197 OS.MoveMemory(pVariant, new short[] {vt}, 2); in writeSafeArray()
198 OS.MoveMemory(pVariant + 8, new long /*int*/[]{pSafeArray}, OS.PTR_SIZEOF); in writeSafeArray()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/
H A DFileDialog.java204 OS.MoveMemory (ofn, lParam, OFNOTIFY.sizeof); in OFNHookProc()
210 OS.MoveMemory (lpofn, ofn.lpOFN, OPENFILENAME.sizeof); in OFNHookProc()
218 OS.MoveMemory (ofn.lpOFN, lpofn, OPENFILENAME.sizeof); in OFNHookProc()
278 OS.MoveMemory (lpstrTitle, buffer3, byteCount3); in open()
295 OS.MoveMemory (lpstrFilter, buffer4, byteCount4); in open()
310 OS.MoveMemory (lpstrFile, name, byteCountFile); in open()
321 OS.MoveMemory (lpstrInitialDir, path, byteCountDir); in open()
385 OS.MoveMemory (lpstrFile, new char [1], TCHAR.sizeof); in open()
412 OS.MoveMemory (buffer, lpstrFile, buffer.length * TCHAR.sizeof); in open()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/internal/
H A DBidiUtil.java202 OS.MoveMemory(result.lpGlyphs, lpGlyphs2, lpGlyphs2.length); in getRenderInfo()
207 OS.MoveMemory(result.lpClass, classBuffer, classBuffer.length); in getRenderInfo()
224 OS.MoveMemory(dx2, result.lpDx, dx2.length * 4); in getRenderInfo()
232 OS.MoveMemory(order2, result.lpOrder, order2.length * 4); in getRenderInfo()
238 OS.MoveMemory(classBuffer2, result.lpClass, classBuffer2.length); in getRenderInfo()
313 OS.MoveMemory(result.lpClass, classBuffer, classBuffer.length); in getOrderInfo()
328 OS.MoveMemory(order2, result.lpOrder, order2.length * 4); in getOrderInfo()
334 OS.MoveMemory(classBuffer2, result.lpClass, classBuffer2.length); in getOrderInfo()
492 OS.MoveMemory(order, result.lpOrder, 4); in resolveTextDirection()
499 OS.MoveMemory(order, result.lpOrder + 4, 4); in resolveTextDirection()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/ole/win32/
H A DCOM.java285 public static final native void MoveMemory(long Destination, FORMATETC Source, int Length); in MoveMemory() method in COM
295 public static final native void MoveMemory(long Destination, STGMEDIUM Source, int Length); in MoveMemory() method in COM
300 public static final native void MoveMemory(STGMEDIUM Destination, long SourcePtr, int Length); in MoveMemory() method in COM
305 public static final native void MoveMemory(DISPPARAMS Destination, long SourcePtr, int Length); in MoveMemory() method in COM
310 public static final native void MoveMemory(FORMATETC Destination, long Source, int Length); in MoveMemory() method in COM
315 public static final native void MoveMemory(GUID Destination, long SourcePtr, int Length); in MoveMemory() method in COM
320 public static final native void MoveMemory(TYPEATTR Destination, long SourcePtr, int Length); in MoveMemory() method in COM
325 public static final native void MoveMemory(RECT Destination, long Source, int Length); in MoveMemory() method in COM
330 public static final native void MoveMemory(FUNCDESC Destination, long Source, int Length); in MoveMemory() method in COM
335 public static final native void MoveMemory(VARDESC Destination, long Source, int Length); in MoveMemory() method in COM
[all …]
H A DITypeInfo.java38 OS.MoveMemory(buffer, pBstrName[0], size); in GetDocumentation()
51 OS.MoveMemory(buffer, pBstrDocString[0], size); in GetDocumentation()
64 OS.MoveMemory(buffer, pBstrHelpFile[0], size); in GetDocumentation()
92 OS.MoveMemory(buffer, rgBstrNames[i], size); in GetNames()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Printing/win32/org/eclipse/swt/printing/
H A DPrintDialog.java345 OS.MoveMemory(ptr, offsets, offsetsSize); in open()
346 OS.MoveMemory(ptr + offsetsSize, buffer, size); in open()
378 OS.MoveMemory(ptr, devmodeData, devmodeData.length); in open()
392 OS.MoveMemory(devmode, ptr, DEVMODE.sizeof); in open()
418 OS.MoveMemory(ptr, devmode, DEVMODE.sizeof); in open()
467 OS.MoveMemory(offsets, ptr, 2 * offsets.length); in open()
469 OS.MoveMemory(buffer, ptr, size); in open()
507 OS.MoveMemory(data.otherData, ptr, size); in open()
511 OS.MoveMemory(devmode, ptr, DEVMODE.sizeof); in open()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT WebKit/win32/org/eclipse/swt/browser/
H A DWebUIDelegate.java49 OS.MoveMemory (result, new int[] {1}, 4); /* BOOL */ in canTakeFocus()
71 OS.MoveMemory (resultHMenu, new long[] {0}, C.PTR_SIZEOF); in contextMenuItemsForElement()
277 COM.MoveMemory (v, resultPtr, VARIANT.sizeof); in mouseDidMoveOverElement()
356 OS.MoveMemory (lpszDocName, buffer, byteCount); in printFrame()
377 COM.MoveMemory (guid, riid, GUID.sizeof); in QueryInterface()
390 OS.MoveMemory (ppvObject, new long[] {0}, C.PTR_SIZEOF); in QueryInterface()
416 OS.MoveMemory (result, response, 4); /* BOOL */ in runBeforeUnloadConfirmPanelWithMessage()
430 OS.MoveMemory (result, response, 4); /* BOOL */ in runJavaScriptConfirmPanelWithMessage()
442 OS.MoveMemory (result, response, C.PTR_SIZEOF); in runJavaScriptTextInputPanelWithPrompt()
461 COM.MoveMemory (rect, frame, RECT.sizeof); in setFrame()
[all …]
H A DWebDownloadDelegate.java230 COM.MoveMemory (guid, riid, GUID.sizeof); in QueryInterface()
233 OS.MoveMemory (ppvObject, new long[] {iWebDownloadDelegate.getAddress ()}, C.PTR_SIZEOF); in QueryInterface()
238 OS.MoveMemory (ppvObject, new long[] {iWebDownloadDelegate.getAddress ()}, C.PTR_SIZEOF); in QueryInterface()
243 OS.MoveMemory (ppvObject, new long[] {0}, C.PTR_SIZEOF); in QueryInterface()
258 OS.MoveMemory (finalRequest, new long[] {request}, C.PTR_SIZEOF); in willSendRequest()
H A DWebResourceLoadDelegate.java228 OS.MoveMemory (estimate, ptr, 8); in identifierForInitialRequest()
247 COM.MoveMemory (guid, riid, GUID.sizeof); in QueryInterface()
250 OS.MoveMemory (ppvObject, new long[] {iWebResourceLoadDelegate.getAddress ()}, C.PTR_SIZEOF); in QueryInterface()
255 OS.MoveMemory (ppvObject, new long[] {iWebResourceLoadDelegate.getAddress ()}, C.PTR_SIZEOF); in QueryInterface()
260 OS.MoveMemory (ppvObject, new long[] {0}, C.PTR_SIZEOF); in QueryInterface()
370 OS.MoveMemory (newRequest, new long[] {mReq.getAddress ()}, C.PTR_SIZEOF); in willSendRequest()
376 OS.MoveMemory (newRequest, new long[] {request}, C.PTR_SIZEOF); in willSendRequest()

12345678910>>...12