HomeSort by relevance Sort by last modified time
    Searched refs:HANDLE (Results 726 - 750 of 973) sorted by null

<<21222324252627282930>>

  /external/chromium_org/sandbox/win/wow_helper/
service64_resolver.cc 112 bool WriteProtectedChildMemory(HANDLE child_process,
  /external/chromium_org/third_party/WebKit/public/platform/
Platform.h 103 typedef HANDLE FileHandle;
173 // a handle to the directory containing this file
231 // Handle the <keygen> tag for generating client certificates
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
Renderer.h 110 virtual SwapChain *createSwapChain(HWND window, HANDLE shareHandle, GLenum backBufferFormat, GLenum depthBufferFormat) = 0;
  /external/chromium_org/third_party/icu/source/tools/toolutil/
toolutil.cpp 92 HANDLE file=FindFirstFileA(pathname, &info);
196 // TODO: handle case where stat is not available
  /external/chromium_org/third_party/libjingle/source/talk/base/
fileutils.h 99 HANDLE handle_;
241 // limitations before using it, and robustly handle failure.
  /external/chromium_org/third_party/openssl/openssl/crypto/bio/
bss_log.c 296 DeregisterEventSource((HANDLE)(bp->ptr));
  /external/chromium_org/third_party/openssl/openssl/crypto/threads/
mttest.c 724 static HANDLE *lock_cs;
730 lock_cs=OPENSSL_malloc(CRYPTO_num_locks() * sizeof(HANDLE));
767 HANDLE thread_handle[MAX_THREAD_NUMBER];
793 (CONST HANDLE *)&(thread_handle[i]),TRUE,INFINITE)
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
logging.h 268 // locks. We use an opaque file handle (not necessarily an int)
277 typedef HANDLE RawFD;
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
port.cc 348 HANDLE hFind = FindFirstFileA(full_glob, &found); // A is for Ansi
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
logging.h 238 // locks. We use an opaque file handle (not necessarily an int)
247 typedef HANDLE RawFD;
  /external/chromium_org/tools/win/split_link/
split_link.cc 184 HANDLE file = CreateFile(
  /external/chromium_org/ui/base/dragdrop/
os_exchange_data_provider_win.cc 42 // returns a handle to it.
861 HANDLE handle = GlobalAlloc(GPTR, static_cast<int>(bytes)); local
862 if (handle) {
863 base::win::ScopedHGlobal<uint8> scoped(handle);
868 storage->hGlobal = handle;
918 HANDLE hdata = GlobalAlloc(GMEM_MOVEABLE, kTotalBytes);
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_win.cc 259 HANDLE err = GetStdHandle(STD_ERROR_HANDLE);
  /external/e2fsprogs/lib/ext2fs/
getsize.c 75 HANDLE dev;
  /external/icu4c/tools/toolutil/
toolutil.cpp 96 HANDLE file=FindFirstFileA(pathname, &info);
200 // TODO: handle case where stat is not available
  /external/openssl/crypto/bio/
bss_log.c 296 DeregisterEventSource((HANDLE)(bp->ptr));
  /external/openssl/crypto/threads/
mttest.c 724 static HANDLE *lock_cs;
730 lock_cs=OPENSSL_malloc(CRYPTO_num_locks() * sizeof(HANDLE));
767 HANDLE thread_handle[MAX_THREAD_NUMBER];
793 (CONST HANDLE *)&(thread_handle[i]),TRUE,INFINITE)
  /external/qemu/
qemu-timer.c 110 /* return the host CPU cycle counter and handle stop/restart */
131 /* return the host CPU monotonic timer and handle stop/restart */
212 HANDLE timer;
1208 HANDLE hTimer;
    [all...]
  /external/svox/pico/lib/
picodbg.c 150 HANDLE hConsole;
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/inc/
OMX_WbAmrDecoder.h 405 * @param hComp OMX Handle
439 HANDLE event;
493 /** Handle for use with async callbacks */
505 /** This is component handle */
511 /** The component thread handle */
  /external/chromium_org/third_party/lcov-1.9/bin/
genhtml 525 # print_usage(handle)
532 local *HANDLE = $_[0];
534 print(HANDLE <<END_OF_USAGE);
825 # html_create(handle, filename)
830 my $handle = $_[0];
835 open($handle, "|gzip -c >$filename")
841 open($handle, ">$filename")
    [all...]
  /external/chromium/base/
message_loop_unittest.cc 817 HANDLE event,
869 HANDLE event_;
    [all...]
logging.cc 10 typedef HANDLE FileHandle;
11 typedef HANDLE MutexHandle;
97 // this file is lazily opened and the handle may be NULL
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
VPPTest.c 72 int fill_data (OMX_BUFFERHEADERTYPE *pBuf, HANDLE fIn);
461 HANDLE fIn = NULL;
462 HANDLE fOut = NULL;
463 HANDLE fYuvOut = NULL;
464 HANDLE fInOvelay = NULL;
853 /* Create a pipe used to handle events from the callback. */
881 fprintf (stderr,"Error in Get Handle function\n");
895 fprintf (stderr,"Error in Get Handle function\n");
902 fprintf (stderr,"Error in Get Handle function\n");
    [all...]
  /external/chromium_org/base/
file_util_win.cc 203 HANDLE dir =
409 // TODO(rkc): Work out if we want to handle NTFS junctions here or not, handle
615 // from a file handle. If we ever deprecate XP, consider changing the
631 // we only map the first byte, and need direct access to the handle. You can
658 HANDLE cp = GetCurrentProcess();

Completed in 860 milliseconds

<<21222324252627282930>>