| /frameworks/av/media/libstagefright/rtsp/ |
| AAVCAssembler.cpp | 347 sp<AMessage> msg = mNotifyMsg->dup(); 371 sp<AMessage> msg = mNotifyMsg->dup();
|
| AMPEG4ElementaryAssembler.cpp | 394 sp<AMessage> msg = mNotifyMsg->dup(); 418 sp<AMessage> msg = mNotifyMsg->dup();
|
| AMPEG4AudioAssembler.cpp | 560 sp<AMessage> msg = mNotifyMsg->dup(); 573 sp<AMessage> msg = mNotifyMsg->dup();
|
| MyHandler.h | 910 sp<AMessage> msg = mNotify->dup(); [all...] |
| /ndk/sources/host-tools/sed-4.2.1/lib/ |
| unistd.in.h | 217 # define dup rpl_dup macro 218 extern int dup (int);
|
| /packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/ |
| LiveWallpaperPreview.java | 193 MotionEvent dup = MotionEvent.obtainNoHistory(ev); local 195 mWallpaperConnection.mEngine.dispatchPointer(dup);
|
| /frameworks/av/media/libstagefright/ |
| MPEG2TSWriter.cpp | 246 sp<AMessage> notify = mNotify->dup(); 254 sp<AMessage> notify = mNotify->dup(); 353 sp<AMessage> notify = mNotify->dup(); 373 sp<AMessage> notify = mNotify->dup(); 395 sp<AMessage> notify = mNotify->dup(); 471 : mFile(fdopen(dup(fd), "wb")),
|
| ACodec.cpp | 62 sp<AMessage> msg = mNotify->dup(); 515 sp<AMessage> notify = mNotify->dup(); [all...] |
| /external/chromium/base/ |
| string_util_unittest.cc | 655 va_list dup; local 656 GG_VA_COPY(dup, org); 663 int i2 = va_arg(dup, int); 664 int j2 = va_arg(dup, int); 665 char* s2 = va_arg(dup, char*); 666 double d2 = va_arg(dup, double); 673 va_end(dup); [all...] |
| /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
| MulticastSocketTest.java | 147 MulticastSocket dup = null; local 149 dup = new MulticastSocket(port); 151 assertTrue(dup.getReuseAddress()); 155 if (dup != null) { 156 dup.close(); [all...] |
| /external/openssh/ |
| ssh.c | 1060 in = dup(STDIN_FILENO); 1061 out = dup(STDOUT_FILENO); 1063 fatal("channel_connect_stdio_fwd: dup() in/out failed"); [all...] |
| /external/tremolo/Tremolo/ |
| framing.c | 1163 void ogg_page_dup(ogg_page *dup,ogg_page *orig){ 1164 dup->header_len=orig->header_len; 1165 dup->body_len=orig->body_len; 1166 dup->header=ogg_buffer_dup(orig->header); 1167 dup->body=ogg_buffer_dup(orig->body);
|
| /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);
|
| /frameworks/av/media/libstagefright/wifi-display/rtp/ |
| RTPSender.cpp | 774 sp<AMessage> notify = mNotify->dup(); 781 sp<AMessage> notify = mNotify->dup(); 788 sp<AMessage> notify = mNotify->dup();
|
| /device/generic/goldfish/sensors/ |
| sensors_qemu.c | 146 handle->data[0] = dup(ctl->fd); 240 data->events_fd = dup(handle->data[0]);
|
| /external/libvpx/libvpx/vp8/common/x86/ |
| postproc_sse2.asm | 157 ; dup the first byte into the left border 8 times 165 ; dup the last byte into the right border 495 ; dup the first byte into the left border 8 times 504 ; dup the last byte into the right border
|
| /frameworks/native/libs/binder/ |
| IMemory.cpp | 274 android_atomic_write( dup( heap->mHeapId ), &mHeapId ); 302 int fd = dup( parcel_fd ); 303 ALOGE_IF(fd==-1, "cannot dup fd=%d, size=%ld, err=%d (%s)",
|
| /dalvik/vm/hprof/ |
| Hprof.cpp | 116 outFd = dup(headCtx->fd); 118 ALOGE("dup(%d) failed: %s", headCtx->fd, strerror(errno));
|
| /external/antlr/antlr-3.4/runtime/Ruby/test/unit/ |
| test-trees.rb | 562 dup = @adaptor.copy_tree( r0 ) 563 assert_nil dup.parent 564 dup.child_index.should == -1 565 dup.sanity_check
|
| /external/chromium/sdch/open-vcdiff/src/gtest/ |
| gtest-port.cc | 97 uncaptured_fd_ = dup(STDERR_FILENO);
|
| /external/openssl/crypto/perlasm/ |
| x86masm.pl | 123 DQ 2 dup (?)
|
| /external/proguard/src/proguard/evaluation/ |
| Stack.java | 367 public void dup() method in class:Stack
|
| /external/qemu/ |
| os-posix.c | 354 if ((fds[1] = dup(ret)) == -1) {
|
| /external/webkit/Source/WebKit2/Platform/unix/ |
| SharedMemoryUnix.cpp | 209 while ((duplicatedHandle = dup(m_fileDescriptor)) == -1) {
|
| /frameworks/av/media/libmedia/ |
| IMediaMetadataRetriever.cpp | 215 int fd = dup(data.readFileDescriptor());
|