Searched defs:data (Results 1 - 25 of 279) sorted by relevance

1234567891011>>

/bionic/tests/
H A Dresolv_test.cpp34 // Test data from https://groups.google.com/forum/#!topic/mailing.openbsd.tech/w3ACIlklJkI.
35 const char* data = local
43 ASSERT_EQ(128, b64_pton(data, buf, sizeof(buf)));
H A Dsys_msg_test.cpp58 char data[32]; member in struct:__anon2451
71 ASSERT_STREQ("hello world", msg.data);
H A Ddlfcn_symlink_support.cpp35 static int dl_callback(struct dl_phdr_info *info, size_t /* size */, void *data) { argument
48 std::string* path = reinterpret_cast<std::string*>(data);
/bionic/libc/bionic/
H A Ddl_iterate_phdr_static.cpp38 int dl_iterate_phdr(int (*cb)(struct dl_phdr_info* info, size_t size, void* data), void* data) { argument
48 // code/data, plus optionally a VDSO.
57 int rc = cb(&exe_info, sizeof(exe_info), data);
80 return cb(&vdso_info, sizeof(vdso_info), data);
H A Dptrace.cpp32 extern "C" long __ptrace(int req, pid_t pid, void* addr, void* data);
42 void* data; local
44 data = &peek_result;
46 data = va_arg(args, void*);
50 long result = __ptrace(req, pid, addr, data);
H A Dpthread_key.cpp48 // reused for a new key, pthread_getspecific will not return stale data.
73 // all keys that have a non-NULL data value and a non-NULL destructor.
82 if (SeqOfKeyInUse(seq) && seq == key_data[i].seq && key_data[i].data != NULL) {
100 // We need to clear the key data now, this will prevent the destructor (or a later one)
103 // function is responsible for manually releasing the corresponding data.
104 void* data = key_data[i].data; variable
105 key_data[i].data = NULL;
107 (*key_destructor)(data); variable
136 // responsibility of the caller to properly dispose of the corresponding data
[all...]
/bionic/libc/kernel/uapi/linux/
H A Dbaycom.h30 } data; member in struct:baycom_ioctl
H A Duserio.h29 __u8 data; member in struct:userio_cmd
H A Dblkpg.h28 void __user * data; member in struct:blkpg_ioctl_arg
/bionic/libc/kernel/uapi/linux/netfilter/
H A Dxt_connlimit.h38 struct xt_connlimit_data * data __attribute__((aligned(8))); member in struct:xt_connlimit_info
/bionic/libc/malloc_debug/
H A DGuardData.h50 bool Valid(void* data) { return memcmp(data, cmp_mem_.data(), cmp_mem_.size()) == 0; } argument
52 void LogFailure(const Header* header, const void* pointer, const void* data);
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/
H A Dbaycom.h30 } data; member in struct:baycom_ioctl
H A Duserio.h29 __u8 data; member in struct:userio_cmd
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/netfilter/
H A Dxt_connlimit.h38 struct xt_connlimit_data * data __attribute__((aligned(8))); member in struct:xt_connlimit_info
/bionic/linker/
H A Dlinker_mapped_file_fragment.h42 void* data() const { return data_; } function in class:MappedFileFragment
/bionic/tools/versioner/dependencies/common/kernel_uapi/linux/
H A Dbaycom.h30 } data; member in struct:baycom_ioctl
H A Duserio.h29 __u8 data; member in struct:userio_cmd
/bionic/tools/versioner/dependencies/common/kernel_uapi/linux/netfilter/
H A Dxt_connlimit.h38 struct xt_connlimit_data * data __attribute__((aligned(8))); member in struct:xt_connlimit_info
/bionic/libc/include/bits/
H A Depoll_event.h44 epoll_data_t data; member in struct:epoll_event
/bionic/libc/include/
H A Dsearch.h22 void* data; member in struct:entry
/bionic/libc/kernel/android/uapi/linux/usb/
H A Df_mtp.h35 void * data; member in struct:mtp_event
/bionic/libc/versioner-dependencies/common/kernel_android_uapi/linux/usb/
H A Df_mtp.h35 void * data; member in struct:mtp_event
/bionic/tools/versioner/current/bits/
H A Depoll_event.h44 epoll_data_t data; member in struct:epoll_event
/bionic/tools/versioner/current/
H A Dsearch.h22 void* data; member in struct:entry
/bionic/tools/versioner/dependencies/common/kernel_android_uapi/linux/usb/
H A Df_mtp.h35 void * data; member in struct:mtp_event

Completed in 254 milliseconds

1234567891011>>