Searched refs:temp_handle (Results 1 – 6 of 6) 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 | 452 HANDLE temp_handle; in TEST_P() local 454 GetCurrentProcess(), &temp_handle, in TEST_P() 459 win::ScopedHandle writable_handle(temp_handle); in TEST_P() 461 GetCurrentProcess(), &temp_handle, FILE_MAP_READ, in TEST_P() 466 win::ScopedHandle writable_handle(temp_handle); in TEST_P()
|
/external/libxaac/decoder/ |
D | ixheaacd_decode_main.c | 218 WORD32 ixheaacd_dec_main(VOID *temp_handle, WORD8 *inbuffer, WORD8 *outbuffer, in ixheaacd_dec_main() argument 223 (ia_exhaacplus_dec_api_struct *)temp_handle; in ixheaacd_dec_main()
|
/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/libFLAC/ |
D | metadata_iterators.c | 114 …_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__IOHandle temp_handle, FLAC__IOCallba… 116 …__IOCallback_Read read_cb, FLAC__IOCallback_Eof eof_cb, FLAC__IOHandle temp_handle, FLAC__IOCallba… 1465 …__IOCallback_Seek seek_cb, FLAC__IOCallback_Eof eof_cb, FLAC__IOHandle temp_handle, FLAC__IOCallba… in chain_rewrite_file_cb_() argument 1475 …if(!copy_n_bytes_from_file_cb_(handle, read_cb, temp_handle, temp_write_cb, chain->first_offset, &… in chain_rewrite_file_cb_() 1482 if(!write_metadata_block_header_cb_(temp_handle, temp_write_cb, node->data)) { in chain_rewrite_file_cb_() 1486 if(!write_metadata_block_data_cb_(temp_handle, temp_write_cb, node->data)) { in chain_rewrite_file_cb_() 1498 …if(!copy_remaining_bytes_from_file_cb_(handle, read_cb, eof_cb, temp_handle, temp_write_cb, &statu… in chain_rewrite_file_cb_() 1793 …ng, FLAC__IOHandle handle, FLAC__IOCallbacks callbacks, FLAC__IOHandle temp_handle, FLAC__IOCallba… in FLAC__metadata_chain_write_with_callbacks_and_tempfile() argument 1837 …file_cb_(chain, handle, callbacks.read, callbacks.seek, callbacks.eof, temp_handle, temp_callbacks… in FLAC__metadata_chain_write_with_callbacks_and_tempfile() 3244 …_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__IOHandle temp_handle, FLAC__IOCallba… in copy_n_bytes_from_file_cb_() argument [all …]
|
/external/flac/include/FLAC/ |
D | metadata.h | 1052 …ng, FLAC__IOHandle handle, FLAC__IOCallbacks callbacks, FLAC__IOHandle temp_handle, FLAC__IOCallba…
|