HomeSort by relevance Sort by last modified time
    Searched refs:dup (Results 276 - 300 of 402) sorted by null

<<11121314151617

  /external/oprofile/daemon/
opd_ibs.c 832 .dup = &ibs_sfile_dup,
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface_unittest.cc     [all...]
  /frameworks/av/media/libmedia/
IMediaRecorder.cpp 401 int fd = dup(data.readFileDescriptor());
  /frameworks/av/media/libstagefright/
NuMediaExtractor.cpp 136 sp<FileSource> fileSource = new FileSource(dup(fd), offset, size);
StagefrightMetadataRetriever.cpp 81 // Warning caller retains ownership of the filedescriptor! Dup it if necessary.
84 fd = dup(fd);
  /frameworks/base/core/jni/android/graphics/
BitmapFactory.cpp 445 int newFD = ::dup(descriptor);
459 with the same descriptor. This is only required if we didn't dup the
  /frameworks/base/core/jni/
android_os_Debug.cpp 525 /* dup() the descriptor so we don't close the original with fclose() */
526 int fd = dup(origFd);
528 ALOGW("dup(%d) failed: %s\n", origFd, strerror(errno));
529 jniThrowRuntimeException(env, "dup() failed");
  /frameworks/base/libs/androidfw/
Asset.cpp 200 /* want buffered I/O for the file scan; must dup so fclose() is safe */
201 FILE* fp = fdopen(dup(fd), "rb");
  /hardware/msm7k/libgralloc/
gralloc.cpp 162 private_handle_t* hnd = new private_handle_t(dup(m->framebuffer->fd), size,
  /hardware/qcom/display/libhwcomposer/
hwc_copybit.cpp 543 mRelFd[1] = dup(fd);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesf.h 157 inline NCursesFormField* dup(int first_row, int first_col) function in class:NCursesFormField
unistd.h 490 extern int dup (int __fd) __THROW __wur;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
cursesf.h 157 inline NCursesFormField* dup(int first_row, int first_col) function in class:NCursesFormField
unistd.h 490 extern int dup (int __fd) __THROW __wur;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
cursesf.h 157 inline NCursesFormField* dup(int first_row, int first_col) function in class:NCursesFormField
unistd.h 490 extern int dup (int __fd) __THROW __wur;
    [all...]
  /system/core/init/
init.c 246 sprintf(tmp, "%d,%d", dup(fd), sz);
  /libcore/luni/src/main/native/
org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp 4446 X509_REVOKED* dup = X509_REVOKED_dup(revoked); local
    [all...]
  /bionic/libc/arch-mips/
syscalls.mk 76 syscall_src += arch-mips/syscalls/dup.S
  /external/openssh/
monitor_wrap.c 709 if ((tmp1 = dup(pmonitor->m_recvfd)) == -1 ||
710 (tmp2 = dup(pmonitor->m_recvfd)) == -1) {
763 /* closed dup'ed master */
    [all...]
  /external/mdnsresponder/mDNSCore/
mDNS.c 1402 AuthRecord *dup = *d; local
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas     [all...]
  /external/libxml2/
xmlIO.c 1151 fd = gzdopen(dup(0), "rb");
1225 fd = gzdopen(dup(1), mode);
1347 fd = __libxml2_xzdopen(dup(0), "rb");
    [all...]
  /external/bison/lib/
gnulib.mk 343 libbison_a_SOURCES += fd-safer-flag.c dup-safer-flag.c
    [all...]
  /external/bison/
maint.mk 535 # 1) take advantage of two "dup"-suffixed strings:
536 # x(((2n?)?re|c(har)?|n(re|m)|[mz])alloc|alloc_(oversized|die)|(mem|str)dup)
539 # x(((2n?)?re|char|n(re|m)|[cmz])alloc|alloc_(oversized|die)|(mem|str)dup)
540 _xa1 = x(((2n?)?re|char|n(re|m)|[cmz])alloc|alloc_(oversized|die)|(mem|str)dup)
    [all...]

Completed in 2432 milliseconds

<<11121314151617