| /external/quake/quake/src/WinQuake/ |
| vid_dos.cpp | 575 int nummodes, i, j, column, row, dup;
local 594 dup = 0;
603 dup = 1;
610 dup = 1;
617 if (!dup)
|
| /external/webkit/Tools/iExploder/iexploder-1.7.2/src/ |
| iexploder.rb | 269 wildcard_property = properties.dup 392 when 0..84 then pattern = @htmlTags[rand(@htmlTags.length)].dup 394 when 90..94 then pattern = @cssAtRules[rand(@cssAtRules.length)].dup 416 pseudo = @cssPseudoTags[rand(@cssPseudoTags.length)].dup 475 property = @cssTags[rand(@cssTags.length)].dup 527 data = @media[mime_type].dup
|
| /external/antlr/antlr-3.4/runtime/Ruby/test/unit/ |
| test-template.rb | 180 MethodDescription.new( :to_s, '@name.to_s.dup' ) 201 | @name.to_s.dup 224 MethodDescription.new( :to_s, '@name.to_s.dup' ) 245 | @name.to_s.dup
|
| /external/bison/ |
| Android.mk | 46 lib/dup-safer-flag.c \ 47 lib/dup-safer.c \
|
| /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/netperf/ |
| netserver.c | 243 if (dup (fileno (where)) == -1) 589 if (dup (fileno (rd_null_fp)) == -1) 601 if (dup (fileno (where)) == -1) 619 if (dup (fileno (wr_null_fp)) == -1)
|
| /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/base/core/jni/ |
| android_os_ParcelFileDescriptor.cpp | 40 int fd = dup(origfd);
|
| 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()));
|
| /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";
|
| /frameworks/av/media/libstagefright/wifi-display/ |
| ANetworkSession.cpp | 186 sp<AMessage> msg = mNotify->dup(); 266 sp<AMessage> notify = mNotify->dup(); 345 sp<AMessage> notify = mNotify->dup(); 368 sp<AMessage> notify = mNotify->dup(); 394 sp<AMessage> notify = mNotify->dup(); 583 sp<AMessage> msg = mNotify->dup(); 640 sp<AMessage> msg = mNotify->dup(); 650 sp<AMessage> msg = mNotify->dup(); [all...] |
| MediaSender.cpp | 350 sp<AMessage> notify = mNotify->dup(); 357 sp<AMessage> notify = mNotify->dup(); 364 sp<AMessage> notify = mNotify->dup();
|
| /frameworks/native/services/surfaceflinger/DisplayHardware/ |
| HWComposer.h | 177 virtual HWCLayer* dup() = 0; 179 return rhs ? rhs->dup() : NULL;
|
| /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;
|
| /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
|
| /bionic/libc/include/ |
| unistd.h | 140 extern int dup(int);
|