HomeSort by relevance Sort by last modified time
    Searched refs:temp_handle (Results 1 - 6 of 6) sorted by null

  /external/autotest/client/cros/
gpio.py 92 with open(temp_file, 'r') as temp_handle:
93 debug_info = temp_handle.read()
  /external/libchrome/base/memory/
shared_memory_unittest.cc 386 HANDLE temp_handle; local
388 GetCurrentProcess(), &temp_handle,
393 win::ScopedHandle writable_handle(temp_handle);
395 GetCurrentProcess(), &temp_handle, FILE_MAP_READ,
400 win::ScopedHandle writable_handle(temp_handle);
  /external/libxaac/decoder/
ixheaacd_decode_main.c 218 WORD32 ixheaacd_dec_main(VOID *temp_handle, WORD8 *inbuffer, WORD8 *outbuffer,
223 (ia_exhaacplus_dec_api_struct *)temp_handle;
  /external/mesa3d/src/gallium/state_trackers/nine/
swapchain9.c 922 D3DWindowBuffer *temp_handle; local
    [all...]
  /external/flac/libFLAC/
metadata_iterators.c 114 static FLAC__bool copy_n_bytes_from_file_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__IOHandle temp_handle, FLAC__IOCallback_Write temp_write_cb, FLAC__off_t bytes, FLAC__Metadata_SimpleIteratorStatus *status);
116 static FLAC__bool copy_remaining_bytes_from_file_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__IOCallback_Eof eof_cb, FLAC__IOHandle temp_handle, FLAC__IOCallback_Write temp_write_cb, FLAC__Metadata_SimpleIteratorStatus *status);
    [all...]
  /external/flac/include/FLAC/
metadata.h     [all...]

Completed in 188 milliseconds