Home
last modified time | relevance | path

Searched defs:handle (Results 1 – 13 of 13) sorted by relevance

/ndk/sources/host-tools/ndk-stack/elff/
Delff_api.cc34 elff_close(ELFF_HANDLE handle) in elff_close()
42 elff_is_exec(ELFF_HANDLE handle) in elff_is_exec()
53 elff_get_pc_address_info(ELFF_HANDLE handle, in elff_get_pc_address_info()
72 elff_free_pc_address_info(ELFF_HANDLE handle, Elf_AddressInfo* address_info) in elff_free_pc_address_info()
Dmapfile.c95 mapfile_close(MapFile* handle) in mapfile_close()
110 mapfile_read(MapFile* handle, void* buf, size_t nbyte) in mapfile_read()
132 mapfile_read_at(MapFile* handle, size_t offset, void* buf, size_t nbyte) in mapfile_read_at()
151 mapfile_map(MapFile* handle, in mapfile_map()
Delf_mapped_section.cc33 bool ElfMappedSection::map(MapFile* handle, in map()
Dmapfile.h40 mapfile_is_valid(MapFile* handle) in mapfile_is_valid()
/ndk/sources/android/libthread_db/gdb-6.6/
Dlibthread_db.c216 _event_getmsg_helper(td_thrhandle_t const * handle, void * bkpt_addr) in _event_getmsg_helper()
279 td_thr_get_info(td_thrhandle_t const * handle, td_thrinfo_t * info) in td_thr_get_info()
290 td_thr_event_enable(td_thrhandle_t const * handle, td_event_e event) in td_thr_event_enable()
328 td_thrhandle_t handle; in td_ta_thr_iter() local
/ndk/sources/host-tools/ndk-stack/
Dndk-stack.c72 FILE* handle = use_stdin ? stdin : fopen(dump_file, "r"); in main() local
/ndk/sources/android/libthread_db/gdb-7.3.x/
Dlibthread_db.c227 _event_getmsg_helper(td_thrhandle_t const * handle, void * bkpt_addr) in _event_getmsg_helper()
302 td_thr_get_info(td_thrhandle_t const * handle, td_thrinfo_t * info) in td_thr_get_info()
315 td_thr_event_enable(td_thrhandle_t const * handle, td_event_e event) in td_thr_event_enable()
364 td_thrhandle_t handle; in td_ta_thr_iter() local
/ndk/sources/android/libthread_db/gdb-7.6/
Dlibthread_db.c240 _event_getmsg_helper(td_thrhandle_t const * handle, void * bkpt_addr) in _event_getmsg_helper()
315 td_thr_get_info(td_thrhandle_t const * handle, td_thrinfo_t * info) in td_thr_get_info()
328 td_thr_event_enable(td_thrhandle_t const * handle, td_event_e event) in td_thr_event_enable()
377 td_thrhandle_t handle; in td_ta_thr_iter() local
/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_system_mock.cpp317 MockFileHandle* handle = reinterpret_cast<MockFileHandle*>(fd_); in Close() local
328 MockFileHandle* handle = reinterpret_cast<MockFileHandle*>(fd_); in Read() local
337 MockFileHandle* handle = reinterpret_cast<MockFileHandle*>(fd_); in SeekTo() local
350 MockFileHandle* handle = reinterpret_cast<MockFileHandle*>(fd_); in Map() local
/ndk/sources/cxx-stl/gabi++/src/
Dstdexcept.cc54 void* handle = dlopen("/usr/lib/libstdc++.6.dylib", RTLD_NOLOAD); in compute_gcc_empty_string_storage() local
/ndk/sources/third_party/googletest/googletest/src/
Dgtest-internal-inl.h970 explicit AutoHandle(HANDLE handle) : handle_(handle) {} in AutoHandle()
976 void Reset(HANDLE handle) { in Reset()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/
Dxlocale.c214 void *handle = dlopen(path, RTLD_LOCAL | RTLD_NOW); in newlocale() local
/ndk/sources/third_party/googletest/googletest/test/
Dgtest-death-test_test.cc1098 HANDLE handle = ::CreateEvent(NULL, FALSE, FALSE, NULL); in TEST() local