Home
last modified time | relevance | path

Searched refs:temp_handle (Results 1 – 4 of 4) sorted by relevance

/external/autotest/client/cros/
Dgpio.py92 with open(temp_file, 'r') as temp_handle:
93 debug_info = temp_handle.read()
/external/libchrome/base/memory/
Dshared_memory_unittest.cc384 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/
Dswapchain9.c922 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/
Dmetadata.h1052 …ng, FLAC__IOHandle handle, FLAC__IOCallbacks callbacks, FLAC__IOHandle temp_handle, FLAC__IOCallba…