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

1 2 3 4 5 6 7 8 91011>>

  /external/bison/lib/
unistd--.h 23 #undef dup macro
24 #define dup dup_safer macro
  /bionic/libc/arch-mips/syscalls/
dup.S 4 .globl dup
6 .ent dup
8 dup: label
22 .end dup
  /bionic/libc/arch-arm/syscalls/
dup.S 6 ENTRY(dup) function
15 END(dup)
  /external/valgrind/main/none/tests/
fdleak_dup.c 12 DO( dup(s) );
  /bionic/libc/arch-x86/syscalls/
dup.S 6 ENTRY(dup) function
21 END(dup)
  /external/mdnsresponder/mDNSShared/
dnsextd_lexer.l 40 char * dup;
42 dup = strdup( string + 1);
44 dup[ strlen( dup ) - 1 ] = '\0';
46 return dup;
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
RewriteRuleNodeStream.as 21 protected override function dup(el:Object):Object {
22 // we dup every node, so don't have to worry about calling dup; short-
24 throw new Error("dup can't be called for a node stream.");
RewriteRuleSubtreeStream.as 40 * must dup the type node, but ID has been added.
42 * Referencing a rule result twice is ok; dup entire tree as
46 * a proper way to refactor. This needs to always call dup node
47 * and super.next() doesn't know which to call: dup node or dup tree.
53 // if out of elements and size is 1, dup (at most a single node
63 protected override function dup(el:Object):Object {
RewriteRuleTokenStream.as 55 protected override function dup(el:Object):Object {
56 throw new Error("dup can't be called for a token stream.");
RewriteRuleElementStream.as 55 /** Once a node / subtree has been used in a stream, it must be dup'd
58 * If dirty, then next() always returns a dup.
120 * size==1. If we've already used the element, dup (dirty bit set).
126 // if out of elements and size is 1, dup
128 return dup(el);
147 if ( n ==1 ) { // if size is 1, it's ok; return and we'll dup
150 // out of elements and size was not 1, so we can't dup
164 /** When constructing trees, sometimes we need to dup a token or AST
165 * subtree. Dup'ing a token means just creating another AST node
167 * the element is for a tree root; then it must be a node dup
    [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);
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
RewriteRuleSubtreeStream.js 12 * must dup the type node, but ID has been added.
14 * Referencing a rule result twice is ok; dup entire tree as
18 * a proper way to refactor. This needs to always call dup node
19 * and super.next() doesn't know which to call: dup node or dup tree.
25 // if out of elements and size is 1, dup (at most a single node
35 dup: function(el) {
RewriteRuleNodeStream.js 19 dup: function() {
20 // we dup every node, so don't have to worry about calling dup; short-
22 throw new Error("dup can't be called for a node stream.");
RewriteRuleTokenStream.js 25 dup: function(el) {
26 throw new Error("dup can't be called for a token stream.");
  /frameworks/compile/libbcc/include/bcc/Support/
OutputFile.h 44 // This is similar to the system call dup(). It creates a copy of the file
48 llvm::raw_fd_ostream *dup();
  /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...]
  /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...]
  /system/extras/tests/cpueater/
cpueater.c 59 dup(1);
  /dalvik/dx/tests/107-verify-stack-ops/
run 28 oneop dup
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/
iexploder.cgi 39 header_options['type'] = header_options['Content-Type'].dup
  /external/oprofile/daemon/
opd_extended.h 51 int (*dup)(struct sfile *, struct sfile *); member in struct:opd_ext_sfile_handlers
  /frameworks/av/media/libmediaplayerservice/
ActivityManager.cpp 48 fd = dup(reply.readFileDescriptor());

Completed in 1207 milliseconds

1 2 3 4 5 6 7 8 91011>>