/external/valgrind/main/include/ |
pub_tool_libcfile.h | 84 extern SysRes VG_(dup) ( Int oldfd );
|
/frameworks/av/media/libstagefright/rtsp/ |
SDPLoader.cpp | 147 sp<AMessage> notify = mNotify->dup();
|
AAMRAssembler.cpp | 212 sp<AMessage> msg = mNotifyMsg->dup(); 228 sp<AMessage> msg = mNotifyMsg->dup();
|
/frameworks/av/media/libstagefright/wifi-display/ |
MediaSender.cpp | 354 sp<AMessage> notify = mNotify->dup(); 368 sp<AMessage> notify = mNotify->dup(); 375 sp<AMessage> notify = mNotify->dup(); 382 sp<AMessage> notify = mNotify->dup();
|
/external/chromium_org/third_party/libxml/src/ |
SAX2.c | 1931 xmlChar *dup = NULL; local [all...] |
/external/libxml2/ |
SAX2.c | 1931 xmlChar *dup = NULL; local [all...] |
/external/bison/djgpp/ |
subpipe.c | 125 old_stdin = dup(STDIN_FILENO); 129 old_stdout = dup(STDOUT_FILENO);
|
/external/chromium/base/ |
shared_memory_posix.cc | 262 mapped_file_ = dup(fileno(fp)); 268 NOTREACHED() << "Call to dup failed, errno=" << errno; 323 const int new_fd = dup(mapped_file_);
|
/external/chromium/chrome/browser/nacl_host/ |
nacl_process_host.cc | 207 // No need to dup the imc_handle - we don't pass it anywhere else so 261 channel.fd = dup(internal_->sockets_for_sel_ldr[i]); 263 LOG(ERROR) << "Failed to dup() a file descriptor"; 282 memory_fd.fd = dup(memory_buffer.handle().fd); 284 LOG(ERROR) << "Failed to dup() a file descriptor";
|
/external/chromium_org/tools/android/forwarder2/ |
daemon.cc | 197 CHECK_EQ(dup(null_fd), STDOUT_FILENO); 198 CHECK_EQ(dup(null_fd), STDERR_FILENO);
|
/frameworks/base/core/jni/ |
android_view_InputChannel.cpp | 204 int dupFd = dup(rawFd); 206 ALOGE("Error %d dup channel fd %d.", errno, rawFd); 254 new NativeInputChannel(nativeInputChannel->getInputChannel()->dup()));
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
HWComposer.h | 181 virtual HWCLayer* dup() = 0; 183 return rhs ? rhs->dup() : NULL;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
posixfile.py | 12 f.dup() 99 def dup(self): member in class:_posixfile_ 103 raise AttributeError, 'dup() method unavailable' 105 return posix.fdopen(posix.dup(self._file_.fileno()), self._file_.mode) 111 raise AttributeError, 'dup() method unavailable'
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
posixfile.py | 12 f.dup() 99 def dup(self): member in class:_posixfile_ 103 raise AttributeError, 'dup() method unavailable' 105 return posix.fdopen(posix.dup(self._file_.fileno()), self._file_.mode) 111 raise AttributeError, 'dup() method unavailable'
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
NuPlayerRenderer.cpp | 236 sp<AMessage> notify = mNotify->dup(); 435 sp<AMessage> notify = mNotify->dup(); 441 sp<AMessage> notify = mNotify->dup(); 618 sp<AMessage> notify = mNotify->dup(); 673 sp<AMessage> notify = mNotify->dup();
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
tree.rb | 288 stack.push( cursor.children.dup ) unless cursor.empty? 707 tree_node and tree_node.dup 859 from_token = from_token.dup 1189 return @nodes.dup 1338 def dup( el ) method in class:ANTLR3.CommonTree.TreeAdaptor.CommonTreeNodeStream.each.RewriteRuleTokenStream 1358 def dup( el ) method in class:ANTLR3.CommonTree.TreeAdaptor.CommonTreeNodeStream.each.RewriteRuleSubtreeStream 1377 def dup( el ) method in class:ANTLR3.CommonTree.TreeAdaptor.CommonTreeNodeStream.each.RewriteRuleNodeStream [all...] |
/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...] |
/external/bison/lib/ |
unistd.in.h | 87 They also declare access(), chmod(), close(), dup(), dup2(), isatty(), 319 # define dup rpl_dup 321 _GL_FUNCDECL_RPL (dup, int, (int oldfd)); 322 _GL_CXXALIAS_RPL (dup, int, (int oldfd)); 324 _GL_CXXALIAS_SYS (dup, int, (int oldfd)); 326 _GL_CXXALIASWARN (dup); 328 # undef dup 330 _GL_WARN_ON_USE (dup, "dup is unportable - " 331 "use gnulib module dup for portability") [all...] |
/external/bison/linux-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...] |
/frameworks/av/media/libstagefright/wifi-display/source/ |
TSPacketizer.cpp | 183 sp<ABuffer> dup = new ABuffer(accessUnit->size() + size); local 188 memcpy(dup->data() + offset, csd->data(), csd->size()); 192 memcpy(dup->data() + offset, accessUnit->data(), accessUnit->size()); 194 return dup; 205 sp<ABuffer> dup = new ABuffer(aac_frame_length); local 216 uint8_t *ptr = dup->data(); 238 return dup;
|
/frameworks/av/media/libstagefright/foundation/ |
ANetworkSession.cpp | 205 sp<AMessage> msg = mNotify->dup(); 297 sp<AMessage> notify = mNotify->dup(); 376 sp<AMessage> notify = mNotify->dup(); 399 sp<AMessage> notify = mNotify->dup(); 425 sp<AMessage> notify = mNotify->dup(); 505 sp<AMessage> notify = mNotify->dup(); 677 sp<AMessage> msg = mNotify->dup(); 782 sp<AMessage> msg = mNotify->dup(); 792 sp<AMessage> msg = mNotify->dup(); [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
GrammarAST.java | 460 public static GrammarAST dup(Tree t) { method in class:GrammarAST 471 return dup(this); 518 GrammarAST root = dup(t); // make copy of root
|
/external/chromium_org/tools/grit/grit/extern/ |
tclib.py | 137 dup = 0 140 dup = 1 142 if not dup:
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_collections.py | 670 for i, dup in enumerate([ 686 msg = (i, dup, words) 687 self.assertTrue(dup is not words) 688 self.assertEqual(dup, words) 689 self.assertEqual(len(dup), len(words)) 690 self.assertEqual(type(dup), type(words)) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_collections.py | 670 for i, dup in enumerate([ 686 msg = (i, dup, words) 687 self.assertTrue(dup is not words) 688 self.assertEqual(dup, words) 689 self.assertEqual(len(dup), len(words)) 690 self.assertEqual(type(dup), type(words)) [all...] |