Searched refs:fdp (Results 1 – 12 of 12) sorted by relevance
/external/elfutils/0.153/libdwfl/ |
D | open.c | 143 __libdw_open_file (int *fdp, Elf **elfp, bool close_on_fail, bool archive_ok) in __libdw_open_file() argument 147 Elf *elf = elf_begin (*fdp, ELF_C_READ_MMAP_PRIVATE, NULL); in __libdw_open_file() 150 Dwfl_Error error = what_kind (*fdp, &elf, &kind, &close_fd); in __libdw_open_file() 157 error = __libdw_image_header (*fdp, &offset, in __libdw_open_file() 179 error = what_kind (*fdp, &elf, &kind, &close_fd); in __libdw_open_file() 197 close (*fdp); in __libdw_open_file() 198 *fdp = -1; in __libdw_open_file()
|
D | libdwflP.h | 411 extern Dwfl_Error __libdw_open_file (int *fdp, Elf **elfp,
|
/external/dhcpcd/ |
D | bpf.c | 55 int *fdp = NULL; in open_socket() local 113 fdp = &iface->arp_fd; in open_socket() 117 fdp = &iface->raw_fd; in open_socket() 123 if (fdp) { in open_socket() 124 if (*fdp != -1) in open_socket() 125 close(*fdp); in open_socket() 126 *fdp = fd; in open_socket()
|
/external/qemu/audio/ |
D | ossaudio.c | 121 static void oss_anal_close (int *fdp) in oss_anal_close() argument 125 qemu_set_fd_handler (*fdp, NULL, NULL, NULL); in oss_anal_close() 126 err = close (*fdp); in oss_anal_close() 128 oss_logerr (errno, "Failed to close file(fd=%d)\n", *fdp); in oss_anal_close() 130 *fdp = -1; in oss_anal_close()
|
/external/elfutils/0.153/src/ |
D | elfcmp.c | 50 static Elf *open_file (const char *fname, int *fdp, Ebl **eblp); 726 open_file (const char *fname, int *fdp, Ebl **eblp) in open_file() argument 741 *fdp = fd; in open_file()
|
/external/protobuf/src/google/protobuf/compiler/python/ |
D | python_generator.cc | 250 FileDescriptorProto fdp; in Generate() local 251 file_->CopyTo(&fdp); in Generate() 252 fdp.SerializeToString(&file_descriptor_serialized_); in Generate()
|
/external/qemu/target-i386/ |
D | hax-interface.h | 39 uint32 fdp; member
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/python/ |
D | python_generator.cc | 265 FileDescriptorProto fdp; in Generate() local 266 file_->CopyTo(&fdp); in Generate() 267 fdp.SerializeToString(&file_descriptor_serialized_); in Generate()
|
/external/blktrace/ |
D | blktrace.c | 1027 int cpu, *fdp; in close_client_connections() local 1029 for (cpu = 0, fdp = cl_fds; cpu < ncpus; cpu++, fdp++) { in close_client_connections() 1030 if (*fdp >= 0) { in close_client_connections() 1031 net_send_drops(*fdp); in close_client_connections() 1032 net_close_connection(fdp); in close_client_connections()
|
/external/llvm/patches/ |
D | 0002-Add-basic-Android-configuration.patch | 807 +/* Define to path to fdp program if found or 'echo fdp' otherwise */ 982 +/* Define to path to fdp program if found or 'echo fdp' otherwise */ 1789 +/* Define to path to fdp program if found or 'echo fdp' otherwise */ 1972 +/* Define to path to fdp program if found or 'echo fdp' otherwise */
|
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/ |
D | reflection_test.py | 1025 fdp = descriptor_pb2.FieldDescriptorProto 1026 AddDescriptorField(desc_proto, 'name', fdp.TYPE_STRING) 1027 AddDescriptorField(desc_proto, 'year', fdp.TYPE_INT64) 1028 AddDescriptorField(desc_proto, 'automatic', fdp.TYPE_BOOL) 1029 AddDescriptorField(desc_proto, 'price', fdp.TYPE_DOUBLE) 1034 new_field.type = fdp.TYPE_STRING
|
/external/llvm/ |
D | configure | 6616 set dummy fdp; ac_word=$2
|