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

1 2 3 4 5

  /bionic/libc/arch-arm/syscalls/
dup.S 6 ENTRY(dup) function
15 END(dup)
  /bionic/libc/arch-mips/syscalls/
dup.S 4 .globl dup
6 .ent dup
8 dup: label
22 .end dup
  /bionic/libc/arch-x86/syscalls/
dup.S 6 ENTRY(dup) function
21 END(dup)
  /external/bison/lib/
unistd--.h 23 #undef dup macro
24 #define dup dup_safer macro
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
RewriteRuleNodeStream.java 65 protected Object dup(Object el) { method in class:RewriteRuleNodeStream
66 // we dup every node, so don't have to worry about calling dup; short-
68 throw new UnsupportedOperationException("dup can't be called for a node stream.");
RewriteRuleSubtreeStream.java 58 * must dup the type node, but ID has been added.
60 * Referencing a rule result twice is ok; dup entire tree as
64 * a proper way to refactor. This needs to always call dup node
65 * and super.next() doesn't know which to call: dup node or dup tree.
71 // if out of elements and size is 1, dup (at most a single node
81 Object el = adaptor.dupNode(tree); // dup just the root (want node here)
85 protected Object dup(Object el) { method in class:RewriteRuleSubtreeStream
RewriteRuleTokenStream.java 73 protected Object dup(Object el) { method in class:RewriteRuleTokenStream
74 throw new UnsupportedOperationException("dup can't be called for a token stream.");
RewriteRuleElementStream.java 58 /** Once a node / subtree has been used in a stream, it must be dup'd
61 * If dirty, then next() always returns a dup.
134 * size==1. If we've already used the element, dup (dirty bit set).
139 // if out of elements and size is 1, dup
141 return dup(el);
160 if ( n ==1 ) { // if size is 1, it's ok; return and we'll dup
163 // out of elements and size was not 1, so we can't dup
177 /** When constructing trees, sometimes we need to dup a token or AST
178 * subtree. Dup'ing a token means just creating another AST node
180 * the element is for a tree root; then it must be a node dup
182 protected abstract Object dup(Object el); method in class:RewriteRuleElementStream
    [all...]
  /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);
  /frameworks/compile/libbcc/lib/Support/
OutputFile.cpp 127 llvm::raw_fd_ostream *OutputFile::dup() { function in class:OutputFile
131 newfd = ::dup(mFD);
140 // dup() returns ok.
  /external/oprofile/daemon/
opd_extended.h 51 int (*dup)(struct sfile *, struct sfile *); member in struct:opd_ext_sfile_handlers
  /frameworks/base/core/java/android/net/
VpnService.java 166 ParcelFileDescriptor dup = null; local
168 dup = ParcelFileDescriptor.fromFd(socket);
169 return getService().protectVpn(dup);
174 dup.close();
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3rewritestreams.h 92 /// Once a node / subtree has been used in a stream, it must be dup'ed
95 /// If dirty, then next() always returns a dup.
122 /// When constructing trees, sometimes we need to dup a token or AST
123 /// subtree. Dup'ing a token means just creating another AST node
126 void * (*dup) (struct ANTLR3_REWRITE_RULE_ELEMENT_STREAM_struct * stream, void * el); member in struct:ANTLR3_REWRITE_RULE_ELEMENT_STREAM_struct
141 /// must dup the type node, but ID has been added.
143 /// Referencing to a rule result twice is ok; dup entire tree as
  /external/icu4c/common/
cstring.c 315 char *dup = (char *) uprv_malloc(len); local
317 if (dup) {
318 uprv_memcpy(dup, src, len);
321 return dup;
326 char *dup; local
329 dup = uprv_strdup(src);
331 dup = (char*)uprv_malloc(n+1);
332 if (dup) {
333 uprv_memcpy(dup, src, n);
334 dup[n] = 0
    [all...]
  /frameworks/native/libs/ui/
Fence.cpp 98 int Fence::dup() const { function in class:android::Fence
99 return ::dup(mFenceFd);
  /external/proguard/src/proguard/evaluation/
TracedStack.java 202 public void dup() method in class:TracedStack
204 super.dup();
Stack.java 367 public void dup() method in class:Stack
  /external/webkit/Source/JavaScriptCore/wtf/
FastMalloc.cpp 187 char* dup = static_cast<char*>(fastMalloc(len)); local
188 memcpy(dup, src, len);
189 return dup;
    [all...]
  /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();
  /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/kernel-headers/original/linux/
sync.h 32 * @dup: duplicate a sync_pt
56 struct sync_pt *(*dup)(struct sync_pt *pt); member in struct:sync_timeline_ops
  /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/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;

Completed in 753 milliseconds

1 2 3 4 5