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

<<41424344454647484950>>

  /external/chromium_org/chrome/browser/install_verification/win/
loaded_modules_snapshot.cc 23 DWORD bytes_required = 0;
  /external/chromium_org/chrome/installer/gcapi/
gcapi_dll.cc 20 DWORD reason,
  /external/chromium_org/chrome/installer/test/
alternate_version_generator.cc 107 static ChromeVersion FromHighLow(DWORD high, DWORD low) {
127 DWORD high() const { return static_cast<DWORD>(version_ >> 32); }
128 DWORD low() const { return static_cast<DWORD>(version_); }
187 static_cast<int64>(std::numeric_limits<DWORD>::max())) {
189 0, static_cast<DWORD>(file_info.size), NULL);
202 LOG(DFATAL) << "Files larger than " << std::numeric_limits<DWORD>::max()
224 reinterpret_cast<DWORD*>(exit_code)))
    [all...]
  /external/chromium_org/chrome/installer/util/
installation_state.h 69 bool GetEulaAccepted(DWORD* eula_accepted) const;
80 bool GetUsageStats(DWORD* usagestats) const;
114 DWORD eula_accepted_;
115 DWORD usagestats_;
  /external/chromium_org/chrome/utility/
shell_handler_win.h 43 DWORD flags,
  /external/chromium_org/chrome_elf/
breakpad.cc 75 DWORD size = sizeof(TOKEN_USER) + SECURITY_MAX_SID_SIZE;
92 DWORD ret = ::GetEnvironmentVariable(L"CHROME_HEADLESS", NULL, 0);
109 DWORD code = exinfo->ExceptionRecord->ExceptionCode;
130 DWORD length = GetTempPath(MAX_PATH, temp_directory);
chrome_elf_constants.h 34 extern const DWORD kBeaconMaxAttempts;
  /external/chromium_org/content/common/
font_list_win.cc 18 DWORD font_type,
sandbox_util.cc 21 DWORD options = DUPLICATE_SAME_ACCESS;
  /external/chromium_org/content/test/plugin/
plugin_get_javascript_url_test.h 36 DWORD elapsed_time);
  /external/chromium_org/ipc/
ipc_platform_file.cc 18 DWORD options = DUPLICATE_SAME_ACCESS;
  /external/chromium_org/media/audio/win/
avrt_wrapper_win.cc 52 DWORD* task_index) {
avrt_wrapper_win.h 33 DWORD* task_index);
  /external/chromium_org/media/video/capture/win/
filter_base_win.h 55 STDMETHOD(GetState)(DWORD msec_timeout, FILTER_STATE* state);
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
w32_CancelableWait.c 42 ptw32_cancelable_wait (HANDLE waitHandle, DWORD timeout)
61 DWORD nHandles = 1;
62 DWORD status;
158 pthreadCancelableTimedWait (HANDLE waitHandle, DWORD timeout)
  /external/chromium_org/net/disk_cache/blockfile/
mapped_file_win.cc 22 static_cast<DWORD>(size), NULL);
  /external/chromium_org/net/socket/
socket_descriptor.cc 41 DWORD value = 0;
  /external/chromium_org/remoting/host/
curtain_mode_win.cc 34 DWORD session_id;
host_event_logger_win.cc 46 void LogString(WORD type, DWORD event_id, const std::string& string);
47 void Log(WORD type, DWORD event_id, const std::vector<std::string>& strings);
114 DWORD event_id,
142 DWORD event_id,
  /external/chromium_org/sandbox/win/src/
sync_policy_test.cc 20 DWORD desired_access = SYNCHRONIZE;
26 DWORD error_open = ::GetLastError();
55 DWORD error_create = ::GetLastError();
61 DWORD wait = ::WaitForSingleObject(event_create.Get(), 0);
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
Fence9.cpp 53 DWORD getDataFlags = (flushCommandBuffer ? D3DGETDATA_FLUSH : 0);
renderer9_utils.h 36 DWORD ConvertColorMask(bool red, bool green, bool blue, bool alpha);
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
compare_win.cc 200 vpmovzxbd xmm3, dword ptr [eax] // src[0-3]
202 vpmovzxbd xmm4, dword ptr [eax + 4] // src[4-7]
204 vpmovzxbd xmm2, dword ptr [eax + 8] // src[8-11]
206 vpmovzxbd xmm1, dword ptr [eax + 12] // src[12-15]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
threading.h 26 #define THREAD_FUNCTION DWORD WINAPI
27 #define THREAD_FUNCTION_RETURN DWORD
28 #define THREAD_SPECIFIC_INDEX DWORD
30 #define pthread_attr_t DWORD
  /external/chromium_org/third_party/libyuv/source/
compare_win.cc 200 vpmovzxbd xmm3, dword ptr [eax] // src[0-3]
202 vpmovzxbd xmm4, dword ptr [eax + 4] // src[4-7]
204 vpmovzxbd xmm2, dword ptr [eax + 8] // src[8-11]
206 vpmovzxbd xmm1, dword ptr [eax + 12] // src[12-15]

Completed in 393 milliseconds

<<41424344454647484950>>