HomeSort by relevance Sort by last modified time
    Searched full:fdp (Results 1 - 25 of 35) sorted by null

1 2

  /external/dhcpcd/
bpf.c 55 int *fdp = NULL; local
113 fdp = &iface->arp_fd;
117 fdp = &iface->raw_fd;
123 if (fdp) {
124 if (*fdp != -1)
125 close(*fdp);
126 *fdp = fd;
  /external/elfutils/0.153/libdwfl/
open.c 143 __libdw_open_file (int *fdp, Elf **elfp, bool close_on_fail, bool archive_ok)
147 Elf *elf = elf_begin (*fdp, ELF_C_READ_MMAP_PRIVATE, NULL);
150 Dwfl_Error error = what_kind (*fdp, &elf, &kind, &close_fd);
157 error = __libdw_image_header (*fdp, &offset,
179 error = what_kind (*fdp, &elf, &kind, &close_fd);
197 close (*fdp);
198 *fdp = -1;
libdwflP.h 407 /* Open Elf handle on *FDP. This handles decompression and checks
409 Returns DWFL_E_NOERROR and sets *ELFP on success, resets *FDP to -1 if
410 it's no longer used. Resets *FDP on failure too iff CLOSE_ON_FAIL. */
411 extern Dwfl_Error __libdw_open_file (int *fdp, Elf **elfp,
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
vdprintf.c 46 int *fdp = cookie; local
47 return (write(*fdp, buf, n));
  /external/llvm/device/include/llvm/Config/
llvm-config.h 65 /* Define to path to fdp program if found or 'echo fdp' otherwise */
config.h 585 /* Define to path to fdp program if found or 'echo fdp' otherwise */
  /external/llvm/host/include/llvm/Config/
llvm-config.h 73 /* Define to path to fdp program if found or 'echo fdp' otherwise */
config.h 621 /* Define to path to fdp program if found or 'echo fdp' otherwise */
  /external/llvm/lib/Support/
GraphWriter.cpp 121 case GraphProgram::FDP:
122 return "fdp";
182 S.TryFindProgram("dot|fdp|neato|twopi|circo", GeneratorPath))) {
  /external/qemu/audio/
ossaudio.c 121 static void oss_anal_close (int *fdp)
125 qemu_set_fd_handler (*fdp, NULL, NULL, NULL);
126 err = close (*fdp);
128 oss_logerr (errno, "Failed to close file(fd=%d)\n", *fdp);
130 *fdp = -1;
  /external/valgrind/main/memcheck/tests/ppc32/
power_ISA2_05.c 70 ** The [st|l]fdp[x] instructions were put into the "Floating-Point.Phased-Out"
  /external/valgrind/main/memcheck/tests/ppc64/
power_ISA2_05.c 68 ** The [st|l]fdp[x] instructions were put into the "Floating-Point.Phased-Out"
  /external/qemu/target-i386/
hax-interface.h 39 uint32 fdp; member in struct:fx_layout::__anon33849::__anon33850
  /external/elfutils/0.153/src/
elfcmp.c 50 static Elf *open_file (const char *fname, int *fdp, Ebl **eblp);
726 open_file (const char *fname, int *fdp, Ebl **eblp)
741 *fdp = fd;
  /external/blktrace/
blktrace.c 1027 int cpu, *fdp; local
1029 for (cpu = 0, fdp = cl_fds; cpu < ncpus; cpu++, fdp++) {
1030 if (*fdp >= 0) {
1031 net_send_drops(*fdp);
1032 net_close_connection(fdp);
    [all...]
  /external/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 250 FileDescriptorProto fdp; local
251 file_->CopyTo(&fdp);
252 fdp.SerializeToString(&file_descriptor_serialized_);
    [all...]
  /external/llvm/include/llvm/Support/
GraphWriter.h 46 FDP,
  /external/llvm/patches/
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 */
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 265 FileDescriptorProto fdp; local
266 file_->CopyTo(&fdp);
267 fdp.SerializeToString(&file_descriptor_serialized_);
    [all...]
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
reflection_test.py     [all...]
  /external/llvm/
configure 747 FDP
    [all...]
  /bionic/libc/zoneinfo/
tzdata     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
_codecs_kr.so 
_codecs_cn.so 
  /development/perftests/panorama/input/
test_002.ppm     [all...]

Completed in 807 milliseconds

1 2