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

12 3 4 5 6 7

  /external/proguard/src/proguard/evaluation/
TracedStack.java 202 public void dup() method in class:TracedStack
204 super.dup();
Stack.java 366 public void dup() method in class:Stack
  /external/chromium_org/chrome/browser/ui/app_list/search/
mixer_unittest.cc 165 const std::string dup = "dup"; local
168 app_provider()->set_prefix(dup);
172 omnibox_provider()->set_prefix(dup);
176 webstore_provider()->set_prefix(dup);
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/
LazyLoaderGenerator.java 43 e.dup();
66 e.dup();
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/impl/
InterceptFieldTransformer.java 119 e.dup();
AddDelegateTransformer.java 84 dup(); method
  /frameworks/base/core/java/android/view/
InputChannel.java 132 public InputChannel dup() { method in class:InputChannel
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestTrees.java 160 CommonTree dup = (CommonTree)(new CommonTreeAdaptor()).dupTree(r0); local
162 assertNull(dup.parent);
163 assertEquals(-1, dup.childIndex);
164 dup.sanityCheckParentAndChildIndexes();
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
MulticastSocketTest.java 106 MulticastSocket dup = new MulticastSocket(port); local
108 assertTrue(dup.getReuseAddress());
109 dup.close();
    [all...]
  /external/clang/test/Analysis/
taint-generic.c 103 char *dup; local
104 dup = strndup(s, 20);
105 setproctitle(dup, 3); // expected-warning {{Uncontrolled Format String}}
  /external/libvorbis/vq/
vqgen.c 92 long dup=0,unused=0; local
115 dup++;
138 fprintf(stderr,"cell diameter: %.03g::%.03g::%.03g (%ld unused/%ld dup)\n",
139 min,mean/acc,max,unused,dup);
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/beans/
BeanMapEmitter.java 136 e.dup();
162 e.dup();
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/reflect/
ConstructorDelegate.java 103 e.dup();
MethodDelegate.java 240 e.dup();
MulticastDelegate.java 115 e.dup();
  /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
83 * to malloc and free, the dup flag, and simply track
90 EAS_BOOL dup; member in struct:eas_hw_file_tag
264 fd = dup(locator->fd);
289 file->dup = EAS_FALSE;
542 dupFile->dup = file->dup = EAS_TRUE;
573 if (file1->dup)
597 /* there is only one duplicate, clear the dup flag */
599 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;
  /ndk/sources/host-tools/sed-4.2.1/lib/
unistd.in.h 217 # define dup rpl_dup macro
218 extern int dup (int);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/
dbshelve.py 304 def dup(self, flags=0): member in class:DBShelfCursor
305 c = DBShelfCursor(self.dbc.dup(flags))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
socket.py 176 # a platform-independent dup() functionality. The
206 def dup(self): member in class:_socketobject
207 """dup() -> socket object
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/
dbshelve.py 304 def dup(self, flags=0): member in class:DBShelfCursor
305 c = DBShelfCursor(self.dbc.dup(flags))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
socket.py 176 # a platform-independent dup() functionality. The
206 def dup(self): member in class:_socketobject
207 """dup() -> socket object
  /external/bison/darwin-lib/
unistd.h 88 They also declare access(), chmod(), close(), dup(), dup2(), isatty(),
631 # define dup rpl_dup
633 _GL_FUNCDECL_RPL (dup, int, (int oldfd));
634 _GL_CXXALIAS_RPL (dup, int, (int oldfd));
636 _GL_CXXALIAS_SYS (dup, int, (int oldfd));
638 _GL_CXXALIASWARN (dup);
640 # undef dup macro
642 _GL_WARN_ON_USE (dup, "dup is unportable - "
643 "use gnulib module dup for portability")
    [all...]

Completed in 1687 milliseconds

12 3 4 5 6 7