HomeSort by relevance Sort by last modified time
    Searched refs:HANDLE (Results 901 - 925 of 976) sorted by null

<<31323334353637383940

  /external/chromium_org/third_party/angle_dx11/src/libEGL/
libEGL.cpp 621 return display->createOffscreenSurface(config, (HANDLE)buffer, attrib_list);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_icd.h 433 * the shared surface handle for the bound drawable (window).
472 * Get the ICD GHGLRC handle corresponding to the specified hglrc handle.
493 * The shared surface handle.
499 HANDLE hSharedSurface;
  /external/lzma/CPP/Windows/
FileDir.cpp 100 HANDLE hDir = ::CreateFileW(fileName, GENERIC_WRITE,
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_icd.h 433 * the shared surface handle for the bound drawable (window).
472 * Get the ICD GHGLRC handle corresponding to the specified hglrc handle.
493 * The shared surface handle.
499 HANDLE hSharedSurface;
  /external/qemu/android/
main-common.c 230 HANDLE handle = GetModuleHandle( NULL ); local
231 HICON icon = LoadIcon( handle, MAKEINTRESOURCE(1) );
915 * instead of -sysdir <dir> and -system <file>, so handle this by checking
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/windx5/
SDL_dx5events.c 51 static HANDLE SDL_DIevt[MAX_INPUTS];
63 and give him a chance to handle some messages. */
709 /* Handle the events */
920 * so we handle it as a special case here */
  /external/qemu/
kqemu.c 72 HANDLE kqemu_fd = KQEMU_INVALID_FD;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_os.py 749 # is started and running at a point where it could handle a signal.
752 PeekNamedPipe.argtypes = (wintypes.HANDLE, # Pipe handle
839 # handle CTRL+C, rather than ignore it. This property is inherited
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_os.py 749 # is started and running at a point where it could handle a signal.
752 PeekNamedPipe.argtypes = (wintypes.HANDLE, # Pipe handle
839 # handle CTRL+C, rather than ignore it. This property is inherited
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/
jquery.js 41 // Handle $(DOMElement)
47 // Handle HTML strings
55 // HANDLE: $(html) -> $(array)
59 // HANDLE: $("#id")
65 // Handle the case where IE and Opera return items
81 // HANDLE: $(expr, [context])
86 // HANDLE: $(function)
92 // HANDLE: $(array)
95 // HANDLE: $(arraylike)
99 // HANDLE: $(*
    [all...]
  /external/chromium/base/
file_util_unittest.cc 69 bool SetReparsePoint(HANDLE source, const FilePath& target_path) {
101 bool DeleteReparsePoint(HANDLE source) {
    [all...]
  /external/chromium_org/base/
file_util_unittest.cc 77 bool SetReparsePoint(HANDLE source, const FilePath& target_path) {
109 bool DeleteReparsePoint(HANDLE source) {
    [all...]
  /external/chromium_org/chrome_frame/
utils.cc 562 // not currently handle bitmaps (e.g. hbmpChecked, hbmpUnchecked or
854 // target to handle the new navigation issues a POST request
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_process_host_impl.cc 759 // Dump the handle table if handle auditing is enabled.
781 // don't want to dispatch a message before then since it will need the handle.
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
win32regkey.cc 988 h_key_, // key handle
1032 h_key_, // key handle
1093 HANDLE token;
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/async/
sqlite3async.c 77 ** an assumption to do with file-handle synchronization by the Os.
98 ** File handle operations (invoked by SQLite thread):
143 ** ASYNC_CLOSE or (b) when the file handle was opened, two of
147 ** If condition (b) above is true, then one file-handle
260 HANDLE aCond[1];
471 ** structures, one for each handle currently open on the file.
476 ** Otherwise, pFile is a file handle opened on the file in question and
521 sqlite3_file *pBaseRead; /* Read handle to the underlying Os file */
522 sqlite3_file *pBaseWrite; /* Write handle to the underlying Os file */
523 AsyncFileLock lock; /* Lock state for this handle */
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
code.c 25 HANDLE handle; local
36 handle = CreateFileW (file_name,
43 if (handle == INVALID_HANDLE_VALUE) {
48 fd = _open_osfhandle((intptr_t) handle, 0);
50 CloseHandle (handle);
  /external/libpng/
pngtest.c 60 typedef HANDLE png_FILE_p;
334 can't handle far buffers in the medium and small models, we have to copy
408 can't handle far buffers in the medium and small models, we have to copy
    [all...]
  /external/mdnsresponder/mDNSPosix/
NetMonitor.c 56 static HANDLE gStopEvent = INVALID_HANDLE_VALUE;
    [all...]
  /external/stlport/test/unit/
string_test.cpp 229 HANDLE t[nth];
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
string_test.cpp 229 HANDLE t[nth];
    [all...]
  /ndk/tests/device/test-stlport/unit/
string_test.cpp 229 HANDLE t[nth];
    [all...]
  /external/chromium_org/chrome/installer/setup/
setup_main.cc     [all...]
  /external/chromium_org/third_party/icu/source/tools/tzcode/
tz2icu.cpp 606 HANDLE hList;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_screen.h     [all...]

Completed in 1946 milliseconds

<<31323334353637383940