/external/pdfium/core/src/fxge/Microsoft SDK/include/ |
D | GdiplusInit.h | 24 typedef unsigned long ULONG_PTR, *PULONG_PTR; //johnson add here. typedef 44 typedef Status (WINAPI *NotificationHookProc)(OUT ULONG_PTR *token); 45 typedef VOID (WINAPI *NotificationUnhookProc)(ULONG_PTR token); 95 OUT ULONG_PTR *token, 102 extern "C" VOID WINAPI GdiplusShutdown(ULONG_PTR token);
|
/external/chromium_org/net/http/ |
D | mock_sspi_library_win.cc | 30 phCredential->dwLower = phCredential->dwUpper = ((ULONG_PTR) ((INT_PTR)0)); in AcquireCredentialsHandle() 56 phNewContext->dwLower = phNewContext->dwUpper = ((ULONG_PTR) ((INT_PTR)0)); in InitializeSecurityContext() 75 EXPECT_TRUE(phCredential->dwLower == ((ULONG_PTR) ((INT_PTR) 0))); in FreeCredentialsHandle() 76 EXPECT_TRUE(phCredential->dwLower == ((ULONG_PTR) ((INT_PTR) 0))); in FreeCredentialsHandle() 82 EXPECT_TRUE(phContext->dwLower == ((ULONG_PTR) ((INT_PTR) 0))); in DeleteSecurityContext() 83 EXPECT_TRUE(phContext->dwLower == ((ULONG_PTR) ((INT_PTR) 0))); in DeleteSecurityContext()
|
/external/chromium_org/sandbox/win/wow_helper/ |
D | service64_resolver.cc | 286 if (reinterpret_cast<ULONG_PTR>(full_remote_thunk) > in PerformPatch() 287 static_cast<ULONG_PTR>(ULONG_MAX)) in PerformPatch() 290 if (reinterpret_cast<ULONG_PTR>(target_) > static_cast<ULONG_PTR>(ULONG_MAX)) in PerformPatch() 296 ULONG_PTR diff = reinterpret_cast<BYTE*>(&full_remote_thunk->internal_thunk) - in PerformPatch() 318 ULONG_PTR patch_info = reinterpret_cast<ULONG_PTR>(remote_thunk); in PerformPatch()
|
D | target_code.h | 30 PatchInfo* patch_info, HANDLE process, PVOID* base, ULONG_PTR zero_bits,
|
D | target_code.cc | 11 PatchInfo *patch_info, HANDLE process, PVOID *base, ULONG_PTR zero_bits, in TargetNtMapViewOfSection()
|
D | wow_helper.cc | 82 void* thunk = reinterpret_cast<void*>(static_cast<ULONG_PTR>(buffer)); in wWinMain()
|
/external/chromium_org/base/message_loop/ |
D | message_pump_win.cc | 444 reinterpret_cast<ULONG_PTR>(this), in ScheduleWork() 464 ULONG_PTR key = HandlerToKey(handler, true); in RegisterIOHandler() 474 ULONG_PTR key = HandlerToKey(handler, false); in RegisterJobObject() 575 ULONG_PTR key = NULL; in GetIOItem() 632 ULONG_PTR MessagePumpForIO::HandlerToKey(IOHandler* handler, in HandlerToKey() 634 ULONG_PTR key = reinterpret_cast<ULONG_PTR>(handler); in HandlerToKey() 649 ULONG_PTR key, in KeyToHandler() 652 return reinterpret_cast<IOHandler*>(key & ~static_cast<ULONG_PTR>(1)); in KeyToHandler()
|
D | message_pump_win.h | 340 static ULONG_PTR HandlerToKey(IOHandler* handler, bool has_valid_io_context); 343 static IOHandler* KeyToHandler(ULONG_PTR key, bool* has_valid_io_context);
|
/external/clang/test/Parser/ |
D | MicrosoftExtensions.c | 9 typedef __w64 unsigned long ULONG_PTR, *PULONG_PTR; typedef 12 return((void * __ptr64) (unsigned __int64) (ULONG_PTR)p ); in PtrToPtr64() 16 return((void * __ptr32) (unsigned __int32) (ULONG_PTR)p ); in PtrToPtr32()
|
/external/chromium_org/chrome_elf/blacklist/ |
D | blacklist_interceptions.h | 23 ULONG_PTR zero_bits, 36 HANDLE section, HANDLE process, PVOID *base, ULONG_PTR zero_bits,
|
D | blacklist_interceptions.cc | 177 ULONG_PTR zero_bits, in BlNtMapViewOfSectionImpl() 246 ULONG_PTR zero_bits, in BlNtMapViewOfSection() 268 HANDLE section, HANDLE process, PVOID *base, ULONG_PTR zero_bits, in BlNtMapViewOfSection64()
|
/external/chromium_org/sandbox/win/src/ |
D | resolver_64.cc | 36 ULONG_PTR interceptor_function; 57 thunk->interceptor_function = reinterpret_cast<ULONG_PTR>(interceptor); in SetInternalThunk()
|
D | filesystem_policy.h | 52 ULONG_PTR* io_information); 68 ULONG_PTR* io_information);
|
D | process_thread_policy.cc | 116 static_cast<ULONG_PTR>(client_info.process_id)); in OpenThreadAction() 118 reinterpret_cast<PVOID>(static_cast<ULONG_PTR>(thread_id)); in OpenThreadAction() 151 static_cast<ULONG_PTR>(client_info.process_id)); in OpenProcessAction()
|
D | target_interceptions.h | 20 HANDLE process, PVOID *base, ULONG_PTR zero_bits, SIZE_T commit_size,
|
D | target_interceptions.cc | 20 HANDLE process, PVOID *base, ULONG_PTR zero_bits, SIZE_T commit_size, in TargetNtMapViewOfSection()
|
/external/netperf/ |
D | netlib.h | 585 #define ULONG_PTR unsigned long macro 589 (char *)(( (ULONG_PTR)(BufPtr) + \ 590 (ULONG_PTR) (Align) -1) & \ 591 ~((ULONG_PTR) (Align) - 1)) + (ULONG_PTR)(Offset)
|
/external/chromium_org/tools/telemetry/third_party/pyserial/serial/ |
D | win32.py | 23 ULONG_PTR = c_int64 variable 26 ULONG_PTR = c_ulong variable 237 ('Internal', ULONG_PTR), 238 ('InternalHigh', ULONG_PTR),
|
/external/chromium_org/chrome/browser/hang_monitor/ |
D | hung_plugin_action.cc | 114 reinterpret_cast<ULONG_PTR>(this)); in OnHungWindowDetected() 202 ULONG_PTR data, in HungWindowResponseCallback()
|
D | hung_plugin_action.h | 34 ULONG_PTR data,
|
/external/clang/test/Analysis/ |
D | null-deref-ps.c | 257 typedef unsigned long ULONG_PTR, *PULONG_PTR; typedef 258 typedef ULONG_PTR DWORD_PTR, *PDWORD_PTR;
|
/external/chromium_org/third_party/webrtc/system_wrappers/source/ |
D | set_thread_name_win.h | 101 (ULONG_PTR*)&info); in SetThreadName()
|
/external/webrtc/src/system_wrappers/source/ |
D | set_thread_name_win.h | 36 (ULONG_PTR*)&info); in SetThreadName()
|
/external/chromium_org/tools/telemetry/third_party/pyserial/serial/tools/ |
D | list_ports_windows.py | 10 from serial.win32 import ULONG_PTR, is_64bit 68 ('Reserved', ULONG_PTR),
|
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ |
D | pthread_cancel.c | 50 ptw32_cancel_callback (ULONG_PTR unused) in ptw32_cancel_callback()
|