HomeSort by relevance Sort by last modified time
    Searched refs:dup (Results 1 - 25 of 191) sorted by null

1 2 3 4 5 6 7 8

  /external/bison/lib/
unistd--.h 24 #undef dup macro
25 #define dup dup_safer macro
dup-safer.c 1 /* Invoke dup, but avoid some glitches.
33 /* Like dup, but do not return STDIN_FILENO, STDOUT_FILENO, or
44 return fd_safer (dup (fd));
  /cts/tools/dx-tests/src/dxc/junit/opcodes/dup/jm/
T_dup_1.java 17 package dxc.junit.opcodes.dup.jm;
T_dup_2.java 17 package dxc.junit.opcodes.dup.jm;
T_dup_3.java 17 package dxc.junit.opcodes.dup.jm;
T_dup_4.java 17 package dxc.junit.opcodes.dup.jm;
T_dup_5.java 17 package dxc.junit.opcodes.dup.jm;
T_dup_6.java 17 package dxc.junit.opcodes.dup.jm;
T_dup_7.java 17 package dxc.junit.opcodes.dup.jm;
  /bionic/libc/arch-arm/syscalls/
dup.S 5 .type dup, #function
6 .globl dup
10 dup: label
  /bionic/libc/arch-x86/syscalls/
dup.S 5 .type dup, @function
6 .globl dup
9 dup: label
  /bionic/libc/arch-sh/syscalls/
dup.S 5 .type dup, @function
6 .globl dup
9 dup: label
  /external/stlport/test/eh/
LeakCheck.h 72 Value dup = v; local
77 op( dup );
84 CheckInvariant(dup);
153 Value dup = v; local
159 op( dup );
166 bool unchanged = (dup == v);
174 EH_STD::copy(dup.begin(), dup.end(), o);
  /cts/tools/dx-tests/src/dxc/junit/opcodes/dup/
Test_dup.java 17 package dxc.junit.opcodes.dup;
21 import dxc.junit.opcodes.dup.jm.T_dup_1;
22 import dxc.junit.opcodes.dup.jm.T_dup_6;
23 import dxc.junit.opcodes.dup.jm.T_dup_7;
59 Class.forName("dxc.junit.opcodes.dup.jm.T_dup_2");
73 Class.forName("dxc.junit.opcodes.dup.jm.T_dup_3");
87 Class.forName("dxc.junit.opcodes.dup.jm.T_dup_4");
101 Class.forName("dxc.junit.opcodes.dup.jm.T_dup_5");
  /external/chromium/third_party/icu/source/common/
cstring.c 304 char *dup = (char *) uprv_malloc(len); local
306 if (dup) {
307 uprv_memcpy(dup, src, len);
310 return dup;
315 char *dup; local
318 dup = uprv_strdup(src);
320 dup = (char*)uprv_malloc(n+1);
321 if (dup) {
322 uprv_memcpy(dup, src, n);
323 dup[n] = 0
    [all...]
  /external/icu4c/common/
cstring.c 304 char *dup = (char *) uprv_malloc(len); local
306 if (dup) {
307 uprv_memcpy(dup, src, len);
310 return dup;
315 char *dup; local
318 dup = uprv_strdup(src);
320 dup = (char*)uprv_malloc(n+1);
321 if (dup) {
322 uprv_memcpy(dup, src, n);
323 dup[n] = 0
    [all...]
  /external/oprofile/daemon/
opd_extended.h 49 int (*dup)(struct sfile *, struct sfile *); member in struct:opd_ext_sfile_handlers
  /frameworks/base/cmds/screencap/
screencap.cpp 35 int fd = dup(STDOUT_FILENO);
  /system/extras/tests/cpueater/
cpueater.c 59 dup(1);
  /dalvik/dx/tests/107-verify-stack-ops/
run 28 oneop dup
  /frameworks/base/voip/jni/rtp/
RtpStream.cpp 89 jint dup(JNIEnv *env, jobject thiz) function in namespace:__anon9552
91 int socket = ::dup(env->GetIntField(thiz, gNative));
107 {"dup", "()I", (void *)dup},
  /frameworks/base/core/jni/
ActivityManager.cpp 47 fd = dup(reply.readFileDescriptor());
  /external/sonivox/arm-wt-22k/host_src/
eas_hostmm.c 19 * the dup flag, which when set, indicates that the file handle has
84 * to malloc and free, the dup flag, and simply track
91 EAS_BOOL dup; member in struct:eas_hw_file_tag
265 fd = dup(locator->fd);
290 file->dup = EAS_FALSE;
543 dupFile->dup = file->dup = EAS_TRUE;
574 if (file1->dup)
598 /* there is only one duplicate, clear the dup flag */
600 dupFile->dup = EAS_FALSE
    [all...]
  /external/dropbear/
cli-session.c 114 cli_ses.stdincopy = dup(STDIN_FILENO);
116 cli_ses.stdoutcopy = dup(STDOUT_FILENO);
118 cli_ses.stderrcopy = dup(STDERR_FILENO);
  /external/sonivox/arm-fm-22k/host_src/
eas_hostmm.c 25 * the dup flag, which when sets, indicates that the file handle has
78 * to malloc and free, the dup flag, and simply track
85 EAS_BOOL dup; member in struct:eas_hw_file_tag
254 file->dup = EAS_FALSE;
512 dupFile->dup = file->dup = EAS_TRUE;
543 if (file1->dup)
567 /* there is only one duplicate, clear the dup flag */
569 dupFile->dup = EAS_FALSE;

Completed in 229 milliseconds

1 2 3 4 5 6 7 8