HomeSort by relevance Sort by last modified time
    Searched full:dword (Results 1126 - 1150 of 2679) sorted by null

<<41424344454647484950>>

  /hardware/ti/omap3/dspbridge/libbridge/inc/
qosti.h 53 void DbgMsg(DWORD dwZone, char *szFormat, ...);
61 DSP_STATUS QosTI_DspMsg(DWORD dwCmd, DWORD dwArg1, DWORD dwArg2, DWORD *dwOut1,
62 DWORD *dwOut2);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntstrsafe.h 32 typedef ULONG DWORD;
105 IN DWORD Flags)
120 IN DWORD Flags)
257 IN DWORD Flags,
339 IN DWORD Flags)
428 IN DWORD Flags)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
functiondiscoveryapi.h 59 STDMETHOD_(HRESULT,OpenPropertyStore)(THIS_ DWORD dwStgAccess,IPropertyStore **ppIPropertyStore) PURE;
117 STDMETHOD_(HRESULT,GetCount)(THIS_ DWORD *pdwCount) PURE;
118 STDMETHOD_(HRESULT,Get)(THIS_ const WCHAR *pszInstanceIdentity,DWORD *pdwIndex,IFunctionInstance **ppIFunctionInstance) PURE;
119 STDMETHOD_(HRESULT,Item)(THIS_ DWORD dwIndex,IFunctionInstance **ppFunctionInstance) PURE;
121 STDMETHOD_(HRESULT,Remove)(THIS_ DWORD dwIndex,IFunctionInstance **ppIFunctionInstance) PURE;
122 STDMETHOD_(HRESULT,Delete)(THIS_ DWORD dwIndex) PURE;
  /device/generic/goldfish/camera/
Converters.h 30 * pixels are represented as WORD, or DWORD, the color order inside the
31 * WORD / DWORD matches the one that would occur if that WORD / DWORD would have
77 * Extracting, and saving color bytes from / to WORD / DWORD RGB.
89 /* Extract red, green, and blue bytes from RGB32 dword. */
95 /* Build RGB32 dword from red, green, and blue bytes. */
106 /* Extract red, green, and blue bytes from RGB32 dword. */
112 /* Build RGB32 dword from red, green, and blue bytes. */
  /external/chromium_org/base/process/
process_win.cc 41 DWORD priority = GetPriority();
54 DWORD priority;
  /external/chromium_org/chrome/browser/net/
service_providers_win.cc 19 DWORD size = 0;
53 DWORD size = 0;
  /external/chromium_org/chrome/installer/gcapi/
gcapi_test.cc 13 DWORD reason = 0;
42 DWORD reason = 0;
  /external/chromium_org/chrome/test/logging/win/
log_file_reader.h 51 DWORD stack_depth,
63 DWORD stack_depth,
  /external/chromium_org/chrome/utility/
shell_handler_win.cc 39 DWORD flags,
84 DWORD error_code = ::CommDlgExtendedError();
  /external/chromium_org/chrome_elf/blacklist/test/
blacklist_test.cc 258 DWORD input_state,
259 DWORD expected_output_state) {
264 DWORD blacklist_state = blacklist::BLACKLIST_STATE_MAX;
301 DWORD attempt_count = 0;
306 DWORD blacklist_state = blacklist::BLACKLIST_STATE_MAX;
325 DWORD blacklist_state = blacklist::BLACKLIST_STATE_MAX;
330 DWORD attempt_count = blacklist::kBeaconMaxAttempts;
333 EXPECT_EQ(static_cast<DWORD>(0), attempt_count);
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_state_impl_win.cc 41 DWORD bytes_required;
47 DWORD ignore;
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_truetype_font_list_win.cc 23 DWORD font_type,
39 DWORD font_type,
  /external/chromium_org/device/bluetooth/
bluetooth_low_energy_win_unittest.cc 64 DWORD test_value = 5u;
65 size_t buffer_size = sizeof(DWORD);
  /external/chromium_org/media/base/simd/
scale_yuv_to_rgb_mmx.inc 29 %define WORD_SIZE DWORD
96 movd DWORD [ARGBq], mm1
  /external/chromium_org/net/base/
net_util_win.cc 33 NetworkChangeNotifier::ConnectionType GetNetworkInterfaceType(DWORD ifType) {
212 DWORD cur_version = 0;
213 const DWORD kMaxClientVersion = 2;
214 DWORD result = wlanapi.OpenHandle(kMaxClientVersion, &cur_version, &client);
240 DWORD conn_info_size = 0;
281 DWORD cur_version = 0;
282 const DWORD kMaxClientVersion = 2;
283 DWORD result = wlanapi.OpenHandle(
  /external/chromium_org/sandbox/win/sandbox_poc/pocdll/
processes_and_threads.cc 48 DWORD err_code = ::GetLastError();
92 DWORD err_code = ::GetLastError();
  /external/chromium_org/sandbox/win/src/
acl.cc 82 DWORD size = sizeof(TOKEN_USER) + SECURITY_MAX_SID_SIZE;
112 DWORD result = ::SetSecurityInfo(object, object_type,
target_process.cc 80 DWORD exit_code = 0;
111 DWORD TargetProcess::Create(const wchar_t* exe_path,
122 DWORD flags =
151 DWORD win_result = ERROR_SUCCESS;
244 DWORD TargetProcess::Init(Dispatcher* ipc_dispatcher, void* policy,
253 DWORD shared_mem_size = static_cast<DWORD>(shared_IPC_size +
262 DWORD access = FILE_MAP_READ | FILE_MAP_WRITE;
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
Query9.cpp 111 DWORD numPixels = 0;
113 HRESULT hres = mQuery->GetData(&numPixels, sizeof(DWORD), D3DGETDATA_FLUSH);
Renderer9.h 59 IDirect3DVertexShader9 *createVertexShader(const DWORD *function, size_t length);
60 IDirect3DPixelShader9 *createPixelShader(const DWORD *function, size_t length);
61 HRESULT createVertexBuffer(UINT Length, DWORD Usage, IDirect3DVertexBuffer9 **ppVertexBuffer);
62 HRESULT createIndexBuffer(UINT Length, DWORD Usage, D3DFORMAT Format, IDirect3DIndexBuffer9 **ppIndexBuffer);
105 virtual DWORD getAdapterVendor() const;
117 DWORD getCapsDeclTypes() const;
195 D3DPOOL getTexturePool(DWORD usage) const;
220 D3DPOOL getBufferPool(DWORD usage) const;
  /external/chromium_org/third_party/cld/encodings/compact_lang_det/win/
normalizedunicodetext.h 39 DWORD Normalize(NORM_FORM normalization_form, const WCHAR* text);
50 const WCHAR* text, DWORD *error_code);
  /external/chromium_org/third_party/icu/source/test/perf/convperf/
convperf.h 151 DWORD uiCodePage;
203 DWORD uiCodePage;
307 pMulti->CreateConvertCharset(mimeInfo.uiCodePage, 1200 /*unicode*/, (DWORD)0,&pConvToUni);
363 pMulti->CreateConvertCharset(1200 /*unicode*/, mimeInfo.uiCodePage, (DWORD)0,&pConvFromUni);
390 DWORD dwEnc;
424 DWORD dwMode=0;
443 DWORD dwEnc;
480 DWORD dwMode=0;
  /external/chromium_org/third_party/npapi/npspy/common/
logger.cpp 304 void Logger::logCall(NPAPI_Action action, DWORD dw1, DWORD dw2, DWORD dw3, DWORD dw4, DWORD dw5, DWORD dw6, DWORD dw7)
337 void Logger::logReturn(NPAPI_Action action, DWORD dwRet)
  /external/chromium_org/third_party/npapi/npspy/include/
plugload.h 41 DWORD GetPluginsDir(char * path, DWORD maxsize);
  /external/chromium_org/third_party/sfntly/cpp/src/test/
platform_thread.cc 23 DWORD __stdcall ThreadFunc(void* params) {
45 DWORD result = WaitForSingleObject(thread_handle, INFINITE);

Completed in 733 milliseconds

<<41424344454647484950>>