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

12 3 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRRewriteRuleSubtreeStream.h 50 - (id) dup:(id)element;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRRewriteRuleSubtreeStream.h 50 - (id) dup:(id)element;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRRewriteRuleSubtreeStream.h 50 - (id) dup:(id)element;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRRewriteRuleNodeStream.h 46 - (id) dup:(id)element;
ANTLRRewriteRuleSubtreeStream.h 50 - (id) dup:(id)element;
  /frameworks/av/media/libstagefright/rtsp/
AMPEG2TSAssembler.cpp 96 sp<AMessage> msg = mNotifyMsg->dup();
112 sp<AMessage> msg = mNotifyMsg->dup();
ARawAudioAssembler.cpp 96 sp<AMessage> msg = mNotifyMsg->dup();
112 sp<AMessage> msg = mNotifyMsg->dup();
  /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/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;
  /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/oprofile/daemon/
opd_extended.c 152 && ext_feature_table[opd_ext_feat_index].handlers->ext_sfile->dup != NULL)
153 ext_feature_table[opd_ext_feat_index].handlers->ext_sfile->dup(to, from);
  /external/qemu/android/utils/
debug.c 118 stdio_save_out_fd = dup(out_fd);
119 stdio_save_err_fd = dup(err_fd);
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDecoder.cpp 94 sp<AMessage> notify = mNotify->dup();
127 sp<AMessage> notify = mNotify->dup();
NuPlayerSource.h 88 sp<AMessage> dupNotify() const { return mNotify->dup(); }
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3rewritestreams.c 324 stream->dup = dupTok;
343 stream->dup = dupTok;
362 stream->dup = dupTok;
388 stream->dup = dupTree;
410 stream->dup = dupTree;
433 stream->dup = dupTree;
457 stream->dup = dupTreeNode;
476 stream->dup = dupTreeNode;
495 stream->dup = dupTreeNode;
565 /// size==1. If we've already used the element, dup (dirty bit set)
    [all...]
  /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/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
parameter.rb 11 else name.dup
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
core-extensions.rb 10 dup.here_indent!( chr )
21 dup.here_flow!( chr )
107 str = self.dup
244 return dup if self.size >= len.abs
  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-recognizers.rb 39 @antlr_version = ANTLR3::ANTLR_VERSION.dup
  /external/bison/lib/
fseterr.c 64 fd2 = dup (fd);
  /external/webkit/Tools/iExploder/iexploder-1.3.2/htdocs/
webserver.rb 49 ie = $ie_preload.dup
  /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();
  /frameworks/native/include/ui/
Fence.h 88 int dup() const;

Completed in 1327 milliseconds

12 3 4 5 6 7 8 91011>>