HomeSort by relevance Sort by last modified time
    Searched refs:UINT (Results 1 - 25 of 333) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /dalvik/dx/src/com/android/dx/dex/
SizeOf.java 24 public static final int UINT = 4;
30 * checksum uint
32 * file_size uint
33 * header_size uint
34 * endian_tag uint
35 * link_size uint
36 * link_off uint
37 * map_off uint
38 * string_ids_size uint
39 * string_ids_off uint
    [all...]
  /hardware/ti/omap3/dspbridge/inc/
DSPManager.h 71 extern DBAPI DspManager_Open(UINT argc, PVOID argp);
86 extern DBAPI DspManager_Close(UINT argc, PVOID argp);
112 extern DBAPI DSPManager_EnumNodeInfo(UINT uNode,
114 UINT uNDBPropsSize,
115 OUT UINT * puNumNodes);
138 extern DBAPI DSPManager_EnumProcessorInfo(UINT uProcessor,
141 UINT uProcessorInfoSize,
142 OUT UINT * puNumProcs);
159 aNotifications, UINT uCount,
160 OUT UINT * puIndex
    [all...]
qosti.h 100 DSP_STATUS QosTI_GetDynLoaderMemStat(UINT heapDesc, UINT *memInitSize,
101 UINT *memUsed, UINT *memLargestFreeBlockSize,
102 UINT *memFreeBlocks, UINT *memAllocBlocks);
DSPStream.h 83 UINT uSize, OUT BYTE ** apBuffer,
84 UINT uNumBufs);
117 IN BYTE ** apBuffer, UINT uNumBufs);
138 UINT uStreamInfoSize);
211 extern DBAPI DSPStream_Open(DSP_HNODE hNode, UINT uDirection,
212 UINT uIndex,
231 extern DBAPI DSPStream_PrepareBuffer(DSP_HSTREAM hStream, UINT uSize,
279 UINT uEventMask, UINT uNotifyType,
302 UINT nStreams, OUT UINT * pMask
    [all...]
dbdefs.h 136 #define DSP_SHMSEG0 (UINT)(-1)
331 UINT uSegid; /* Memory segment on DSP to allocate buffers */
332 UINT uBufsize; /* Buffer size (DSP words) */
333 UINT uNumBufs; /* Number of buffers */
334 UINT uAlignment; /* Buffer alignment */
335 UINT uTimeout; /* Timeout for blocking STRM calls */
336 UINT lMode; /* mode of stream when opened */
337 UINT uDMAChnlId; /* DMA chnl id if DSP_STRMMODE is LDMA or RDMA */
338 UINT uDMAPriority; /* DMA channel priority 0=lowest, >0=high */
359 UINT uStaticDataSize
    [all...]
DSPProcessor.h 86 extern DBAPI DSPProcessor_Attach(UINT uProcessor,
133 IN UINT uNodeTabSize,
134 OUT UINT * puNumNodes,
135 OUT UINT * puAllocated);
207 UINT uResourceType,
210 UINT uResourceInfoSize);
232 UINT uStateInfoSize);
287 UINT uEventMask,
288 UINT uNotifyType,
qosregistry.h 207 UINT align; /* alignment of memory heap */
209 UINT heapId; /* resource heap ID */
211 UINT size; /* size of memory heap */
213 UINT type; /* type of memory: prefer/require/scratch/persist */
215 UINT allocated; /* size of heap in use (not free) */
217 UINT largestfree; /* size of largest contiguous free block */
219 UINT group; /* scratch group ID (only for scratch memory) */
238 UINT MaxMips; /* max cpu cycles required for component */
240 UINT TypicalMips; /* typical cpu cycles required */
242 UINT MaxCycles; /* max cpu cycles for single iteration */
    [all...]
  /hardware/ti/omap3/dspbridge/libbridge/inc/
DSPManager.h 71 extern DBAPI DspManager_Open(UINT argc, PVOID argp);
86 extern DBAPI DspManager_Close(UINT argc, PVOID argp);
112 extern DBAPI DSPManager_EnumNodeInfo(UINT uNode,
114 UINT uNDBPropsSize,
115 OUT UINT * puNumNodes);
138 extern DBAPI DSPManager_EnumProcessorInfo(UINT uProcessor,
141 UINT uProcessorInfoSize,
142 OUT UINT * puNumProcs);
159 aNotifications, UINT uCount,
160 OUT UINT * puIndex
    [all...]
qosti.h 96 DSP_STATUS QosTI_GetDynLoaderMemStat(UINT heapDesc, UINT *memInitSize,
97 UINT *memUsed, UINT *memLargestFreeBlockSize,
98 UINT *memFreeBlocks, UINT *memAllocBlocks);
110 DSP_STATUS QosTI_GetProcLoadStat(UINT *currentLoad, UINT *predLoad,
111 UINT *currDspFreq, UINT *predictedFreq)
    [all...]
DSPStream.h 85 UINT uSize, OUT BYTE ** apBuffer,
86 UINT uNumBufs);
119 IN BYTE ** apBuffer, UINT uNumBufs);
140 UINT uStreamInfoSize);
213 extern DBAPI DSPStream_Open(DSP_HNODE hNode, UINT uDirection,
214 UINT uIndex,
233 extern DBAPI DSPStream_PrepareBuffer(DSP_HSTREAM hStream, UINT uSize,
281 UINT uEventMask, UINT uNotifyType,
304 UINT nStreams, OUT UINT * pMask
    [all...]
dbdefs.h 136 #define DSP_SHMSEG0 (UINT)(-1)
325 UINT uSegid; /* Memory segment on DSP to allocate buffers */
326 UINT uBufsize; /* Buffer size (DSP words) */
327 UINT uNumBufs; /* Number of buffers */
328 UINT uAlignment; /* Buffer alignment */
329 UINT uTimeout; /* Timeout for blocking STRM calls */
330 UINT lMode; /* mode of stream when opened */
331 UINT uDMAChnlId; /* DMA chnl id if DSP_STRMMODE is LDMA or RDMA */
332 UINT uDMAPriority; /* DMA channel priority 0=lowest, >0=high */
353 UINT uStaticDataSize
    [all...]
DSPProcessor.h 86 extern DBAPI DSPProcessor_Attach(UINT uProcessor,
133 IN UINT uNodeTabSize,
134 OUT UINT * puNumNodes,
135 OUT UINT * puAllocated);
207 UINT uResourceType,
210 UINT uResourceInfoSize);
232 UINT uStateInfoSize);
287 UINT uEventMask,
288 UINT uNotifyType,
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/
IndexDataManager.h 26 UINT minIndex;
27 UINT maxIndex;
28 UINT startIndex;
36 IndexBuffer(IDirect3DDevice9 *device, UINT size, D3DFORMAT format);
39 UINT size() const { return mBufferSize; }
40 virtual void *map(UINT requiredSpace, UINT *offset) = 0;
42 virtual void reserveSpace(UINT requiredSpace, GLenum type) = 0;
50 UINT mBufferSize;
59 StreamingIndexBuffer(IDirect3DDevice9 *device, UINT initialSize, D3DFORMAT format)
    [all...]
VertexDataManager.h 29 UINT offset;
30 UINT stride; // 0 means not to advance the read pointer at all
31 UINT semanticIndex;
39 VertexBuffer(IDirect3DDevice9 *device, UINT size, DWORD usageFlags);
64 ArrayVertexBuffer(IDirect3DDevice9 *device, UINT size, DWORD usageFlags);
67 UINT size() const { return mBufferSize; }
68 virtual void *map(const VertexAttribute &attribute, UINT requiredSpace, UINT *streamOffset) = 0;
70 void addRequiredSpace(UINT requiredSpace);
74 UINT mBufferSize
    [all...]
  /external/webkit/Source/WebCore/platform/chromium/
SoundChromiumWin.cpp 36 MessageBeep(static_cast<UINT>(-1));
  /external/webkit/Source/WebCore/platform/win/
SoundWin.cpp 33 void systemBeep() { MessageBeep(static_cast<UINT>(-1)); }
WindowMessageListener.h 34 typedef unsigned UINT;
41 virtual void windowReceivedMessage(HWND, UINT message, WPARAM, LPARAM) = 0;
  /external/webkit/Source/WebKit/win/Interfaces/
IWebCoreStatistics.idl 40 HRESULT javaScriptObjectsCount([out, retval] UINT* count);
41 HRESULT javaScriptGlobalObjectsCount([out, retval] UINT* count);
42 HRESULT javaScriptProtectedObjectsCount([out, retval] UINT* count);
43 HRESULT javaScriptProtectedGlobalObjectsCount([out, retval] UINT* count);
45 HRESULT iconPageURLMappingCount([out, retval] UINT* count);
46 HRESULT iconRetainedPageURLCount([out, retval] UINT* count);
47 HRESULT iconRecordCount([out, retval] UINT* count);
48 HRESULT iconsWithDataCount([out, retval] UINT* count);
50 HRESULT cachedFontDataCount([out, retval] UINT* count);
51 HRESULT cachedFontDataInactiveCount([out, retval] UINT* count)
    [all...]
  /external/chromium/chrome/browser/ui/views/status_icons/
status_tray_win.h 20 UINT message,
30 UINT message,
35 UINT next_icon_id_;
42 UINT taskbar_created_message_;
status_icon_win.h 23 StatusIconWin(UINT id, HWND window, UINT message);
32 UINT icon_id() const { return icon_id_; }
34 UINT message_id() const { return message_id_; }
52 UINT icon_id_;
58 UINT message_id_;
  /external/webkit/Source/WebKit/chromium/public/win/
WebInputEventFactory.h 46 WEBKIT_API static WebKeyboardEvent keyboardEvent(HWND, UINT, WPARAM, LPARAM);
47 WEBKIT_API static WebMouseEvent mouseEvent(HWND, UINT, WPARAM, LPARAM);
48 WEBKIT_API static WebMouseWheelEvent mouseWheelEvent(HWND, UINT, WPARAM, LPARAM);
  /external/webkit/Source/WebKit2/Shared/win/
WebEventFactory.h 38 static WebMouseEvent createWebMouseEvent(HWND, UINT message, WPARAM, LPARAM, bool didActivateWebView);
39 static WebWheelEvent createWebWheelEvent(HWND, UINT message, WPARAM, LPARAM);
40 static WebKeyboardEvent createWebKeyboardEvent(HWND, UINT message, WPARAM, LPARAM);
  /external/webkit/Source/WebKit/win/
WebCoreStatistics.h 46 /* [retval][out] */ UINT *count);
48 /* [retval][out] */ UINT *count);
50 /* [retval][out] */ UINT *count);
52 /* [retval][out] */ UINT *count);
56 /* [retval][out] */ UINT *count);
58 /* [retval][out] */ UINT *count);
60 /* [retval][out] */ UINT *count);
62 /* [retval][out] */ UINT *count);
64 /* [retval][out] */ UINT *count);
66 /* [retval][out] */ UINT *count)
    [all...]
WebCoreStatistics.cpp 96 /* [retval][out] */ UINT* count)
102 *count = (UINT)JSDOMWindow::commonJSGlobalData()->heap.objectCount();
107 /* [retval][out] */ UINT* count)
113 *count = (UINT)JSDOMWindow::commonJSGlobalData()->heap.globalObjectCount();
118 /* [retval][out] */ UINT* count)
124 *count = (UINT)JSDOMWindow::commonJSGlobalData()->heap.protectedObjectCount();
129 /* [retval][out] */ UINT* count)
135 *count = (UINT)JSDOMWindow::commonJSGlobalData()->heap.protectedGlobalObjectCount();
156 /* [retval][out] */ UINT* count)
160 *count = (UINT) iconDatabase().pageURLMappingCount()
    [all...]
  /external/webkit/Tools/TestWebKitAPI/win/
WindowMessageObserver.h 33 virtual void windowReceivedMessage(HWND, UINT message, WPARAM, LPARAM) = 0;

Completed in 240 milliseconds

1 2 3 4 5 6 7 8 91011>>