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

1 2 3

  /development/host/windows/usb/api/
adb_api_instance.cpp 30 ULONG_PTR adb_app_instance_id = 0;
adb_object_handle.cpp 34 ULONG_PTR next_adb_handle_value = 0;
  /external/chromium/net/http/
mock_sspi_library_win.cc 30 phCredential->dwLower = phCredential->dwUpper = ((ULONG_PTR) ((INT_PTR)0));
56 phNewContext->dwLower = phNewContext->dwUpper = ((ULONG_PTR) ((INT_PTR)0));
75 EXPECT_TRUE(phCredential->dwLower == ((ULONG_PTR) ((INT_PTR) 0)));
76 EXPECT_TRUE(phCredential->dwLower == ((ULONG_PTR) ((INT_PTR) 0)));
82 EXPECT_TRUE(phContext->dwLower == ((ULONG_PTR) ((INT_PTR) 0)));
83 EXPECT_TRUE(phContext->dwLower == ((ULONG_PTR) ((INT_PTR) 0)));
  /external/chromium_org/net/http/
mock_sspi_library_win.cc 30 phCredential->dwLower = phCredential->dwUpper = ((ULONG_PTR) ((INT_PTR)0));
56 phNewContext->dwLower = phNewContext->dwUpper = ((ULONG_PTR) ((INT_PTR)0));
75 EXPECT_TRUE(phCredential->dwLower == ((ULONG_PTR) ((INT_PTR) 0)));
76 EXPECT_TRUE(phCredential->dwLower == ((ULONG_PTR) ((INT_PTR) 0)));
82 EXPECT_TRUE(phContext->dwLower == ((ULONG_PTR) ((INT_PTR) 0)));
83 EXPECT_TRUE(phContext->dwLower == ((ULONG_PTR) ((INT_PTR) 0)));
  /external/chromium_org/sandbox/win/src/
resolver_64.cc 36 ULONG_PTR interceptor_function;
57 thunk->interceptor_function = reinterpret_cast<ULONG_PTR>(interceptor);
target_interceptions.h 20 HANDLE process, PVOID *base, ULONG_PTR zero_bits, SIZE_T commit_size,
filesystem_policy.h 51 ULONG_PTR* io_information);
67 ULONG_PTR* io_information);
  /external/chromium_org/sandbox/win/wow_helper/
target_code.h 30 PatchInfo* patch_info, HANDLE process, PVOID* base, ULONG_PTR zero_bits,
target_code.cc 11 PatchInfo *patch_info, HANDLE process, PVOID *base, ULONG_PTR zero_bits,
service64_resolver.cc 286 if (reinterpret_cast<ULONG_PTR>(full_remote_thunk) >
287 static_cast<ULONG_PTR>(ULONG_MAX))
290 if (reinterpret_cast<ULONG_PTR>(target_) > static_cast<ULONG_PTR>(ULONG_MAX))
296 ULONG_PTR diff = reinterpret_cast<BYTE*>(&full_remote_thunk->internal_thunk) -
318 ULONG_PTR patch_info = reinterpret_cast<ULONG_PTR>(remote_thunk);
  /external/webrtc/src/system_wrappers/source/
set_thread_name_win.h 36 (ULONG_PTR*)&info);
  /external/chromium/chrome/browser/hang_monitor/
hung_plugin_action.h 33 ULONG_PTR data,
hung_plugin_action.cc 63 reinterpret_cast<ULONG_PTR>(this));
148 ULONG_PTR data,
  /external/chromium_org/chrome/browser/hang_monitor/
hung_plugin_action.h 34 ULONG_PTR data,
hung_plugin_action.cc 114 reinterpret_cast<ULONG_PTR>(this));
202 ULONG_PTR data,
  /external/clang/test/Parser/
MicrosoftExtensions.c 10 typedef __w64 unsigned long ULONG_PTR, *PULONG_PTR;
14 return((void * __ptr64) (unsigned __int64) (ULONG_PTR)p );
18 return((void * __ptr32) (unsigned __int32) (ULONG_PTR)p );
  /external/chromium_org/base/message_loop/
message_pump_win.cc 475 reinterpret_cast<ULONG_PTR>(this),
495 ULONG_PTR key = HandlerToKey(handler, true);
505 ULONG_PTR key = HandlerToKey(handler, false);
606 ULONG_PTR key = NULL;
663 ULONG_PTR MessagePumpForIO::HandlerToKey(IOHandler* handler,
665 ULONG_PTR key = reinterpret_cast<ULONG_PTR>(handler);
680 ULONG_PTR key,
683 return reinterpret_cast<IOHandler*>(key & ~static_cast<ULONG_PTR>(1));
message_pump_win.h 380 static ULONG_PTR HandlerToKey(IOHandler* handler, bool has_valid_io_context);
383 static IOHandler* KeyToHandler(ULONG_PTR key, bool* has_valid_io_context);
  /external/chromium_org/win8/metro_driver/
metro_driver_win7.cc 127 ODS("GetRootWindow", ULONG_PTR(globals.core_window));
132 ODS("SetFrameWindow", ULONG_PTR(window));
  /external/chromium/chrome/browser/ui/views/tab_contents/
render_view_context_menu_views.cc 59 mi.dwMenuData = reinterpret_cast<ULONG_PTR>(this);
  /external/chromium_org/chrome_frame/
update_launcher.cc 63 ULONG_PTR phandle = NULL;
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_cancel.c 50 ptw32_cancel_callback (ULONG_PTR unused)
  /external/netperf/
netlib.h 585 #define ULONG_PTR unsigned long
589 (char *)(( (ULONG_PTR)(BufPtr) + \
590 (ULONG_PTR) (Align) -1) & \
591 ~((ULONG_PTR) (Align) - 1)) + (ULONG_PTR)(Offset)
  /external/clang/test/Analysis/
null-deref-ps.c 257 typedef unsigned long ULONG_PTR, *PULONG_PTR;
258 typedef ULONG_PTR DWORD_PTR, *PDWORD_PTR;
  /external/chromium/base/
message_pump_win.cc 421 reinterpret_cast<ULONG_PTR>(this),
435 ULONG_PTR key = reinterpret_cast<ULONG_PTR>(handler);
527 ULONG_PTR key = NULL;

Completed in 1732 milliseconds

1 2 3