HomeSort by relevance Sort by last modified time
    Searched defs:dup (Results 26 - 50 of 68) sorted by null

12 3

  /external/proguard/src/proguard/evaluation/
Stack.java 367 public void dup() method in class:Stack
Processor.java 193 stack.dup();
    [all...]
  /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;
  /external/sonivox/arm-hybrid-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;
  /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/sonivox/arm-wt-22k/misc/
eas_host.c 18 * buffer, the position of the next byte of data to be read, the dup
91 EAS_BOOL dup; member in struct:eas_hw_file_tag
264 file->dup = EAS_FALSE;
637 dupfile->dup = file->dup = EAS_TRUE;
671 if (file1->dup)
694 /* there is only one duplicate, clear the dup flag */
696 dupFile->dup = EAS_FALSE;
  /frameworks/base/core/java/android/os/
ParcelFileDescriptor.java 121 * Create a new ParcelFileDescriptor that is a dup of an existing
126 public static ParcelFileDescriptor dup(FileDescriptor orig) throws IOException { method in class:ParcelFileDescriptor
132 * Create a new ParcelFileDescriptor that is a dup of the existing
137 public ParcelFileDescriptor dup() throws IOException { method in class:ParcelFileDescriptor
138 return dup(getFileDescriptor());
143 * ParcelFileDescriptor holds a dup of the original fd passed in here,
146 * @param fd The native fd that the ParcelFileDescriptor should dup.
149 * for a dup of the given fd.
179 * ParcelFileDescriptor holds a dup of the original FileDescriptor in
  /ndk/sources/host-tools/sed-4.2.1/lib/
unistd.in.h 217 # define dup rpl_dup macro
218 extern int dup (int);
  /external/chromium/base/
string_util_unittest.cc 655 va_list dup; local
656 GG_VA_COPY(dup, org);
663 int i2 = va_arg(dup, int);
664 int j2 = va_arg(dup, int);
665 char* s2 = va_arg(dup, char*);
666 double d2 = va_arg(dup, double);
673 va_end(dup);
    [all...]
  /external/quake/quake/src/WinQuake/
vid_dos.cpp 575 int nummodes, i, j, column, row, dup; local
594 dup = 0;
603 dup = 1;
610 dup = 1;
617 if (!dup)
  /external/valgrind/main/coregrind/
m_libcfile.c 347 SysRes VG_(dup) ( Int oldfd ) function
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include-fixed/X11/
Xw32defs.h 30 #define dup _dup macro
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xw32defs.h 21 #define dup _dup macro
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/X11/
Xw32defs.h 30 #define dup _dup macro
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
MulticastSocketTest.java 147 MulticastSocket dup = null; local
149 dup = new MulticastSocket(port);
151 assertTrue(dup.getReuseAddress());
155 if (dup != null) {
156 dup.close();
    [all...]
  /external/bluetooth/glib/gio/
gfile.h 55 * @dup: Duplicates a #GFile.
144 GFile * (* dup) (GFile *file); member in struct:_GFileIface
    [all...]
  /external/libxml2/
SAX2.c 1915 xmlChar *dup = NULL; local
    [all...]
  /external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/
EASLib.c 67 * to malloc and free, the dup flag, and simply track
78 EAS_BOOL dup; member in struct:eas_hw_file_tag
86 EAS_BOOL dup; member in struct:eas_hw_file_tag
843 file->dup = EAS_FALSE;
    [all...]
EASLibVst.c 65 * to malloc and free, the dup flag, and simply track
76 EAS_BOOL dup; member in struct:eas_hw_file_tag
84 EAS_BOOL dup; member in struct:eas_hw_file_tag
538 file->dup = EAS_FALSE;
920 dupfile->dup = file->dup = EAS_TRUE;
954 if (file1->dup)
977 /* there is only one duplicate, clear the dup flag */
979 dupFile->dup = EAS_FALSE;
1062 file->dup = EAS_FALSE
    [all...]
  /external/tremolo/Tremolo/
vorbisfile.c 1120 ogg_page dup; local
    [all...]
  /libcore/luni/src/main/java/libcore/io/
Os.java 34 public FileDescriptor dup(FileDescriptor oldFd) throws ErrnoException; method in interface:Os
Posix.java 37 public native FileDescriptor dup(FileDescriptor oldFd) throws ErrnoException; method in class:Posix
ForwardingOs.java 43 public FileDescriptor dup(FileDescriptor oldFd) throws ErrnoException { return os.dup(oldFd); } method in class:ForwardingOs
  /packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
LiveWallpaperPreview.java 189 MotionEvent dup = MotionEvent.obtainNoHistory(ev); local
191 mWallpaperConnection.mEngine.dispatchPointer(dup);
  /prebuilt/linux-x86/toolchain/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

Completed in 2302 milliseconds

12 3