Searched refs:temp_handle (Results 1 – 4 of 4) sorted by relevance
/external/autotest/client/cros/ |
D | gpio.py | 92 with open(temp_file, 'r') as temp_handle: 93 debug_info = temp_handle.read()
|
/external/libchrome/base/memory/ |
D | shared_memory_unittest.cc | 384 HANDLE temp_handle; in TEST() local 386 GetCurrentProcess(), &temp_handle, in TEST() 391 win::ScopedHandle writable_handle(temp_handle); in TEST() 393 GetCurrentProcess(), &temp_handle, FILE_MAP_READ, in TEST() 398 win::ScopedHandle writable_handle(temp_handle); in TEST()
|
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | swapchain9.c | 922 D3DWindowBuffer *temp_handle; in NineSwapChain9_GetFrontBufferData() local 937 create_present_buffer(This, width, height, &temp_resource, &temp_handle); in NineSwapChain9_GetFrontBufferData() 939 if (!temp_resource || !temp_handle) { in NineSwapChain9_GetFrontBufferData() 960 ID3DPresent_FrontBufferCopy(This->present, temp_handle); in NineSwapChain9_GetFrontBufferData() 964 ID3DPresent_DestroyD3DWindowBuffer(This->present, temp_handle); in NineSwapChain9_GetFrontBufferData()
|
/external/flac/include/FLAC/ |
D | metadata.h | 1052 …ng, FLAC__IOHandle handle, FLAC__IOCallbacks callbacks, FLAC__IOHandle temp_handle, FLAC__IOCallba…
|