Searched refs:dup (Results 76 - 100 of 315) sorted by relevance

1234567891011>>

/external/proguard/src/proguard/evaluation/
H A DTracedStack.java202 public void dup() method in class:TracedStack
204 super.dup();
/external/protobuf/src/google/protobuf/testing/
H A Dgoogletest.cc162 original_stdout_ = dup(1);
177 original_stderr_ = dup(2);
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
H A DAndroid.mk45 # We need to dup libwebrtc_isacfix$(MY_LIB_SUFFIX) because ibwebrtc_isacfix_neon$(MY_LIB_SUFFIX)
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
H A DRewriteRuleElementStream.js20 /** Once a node / subtree has been used in a stream, it must be dup'd
23 * If dirty, then next() always returns a dup.
75 * size==1. If we've already used the element, dup (dirty bit set).
81 // if out of elements and size is 1, dup
83 return this.dup(el);
102 if ( n===1 ) { // if size is 1, it's ok; return and we'll dup
105 // out of elements and size was not 1, so we can't dup
/external/bison/lib/
H A Ddup2.c123 int duplicated_fd = dup (fd);
/external/chromium_org/chrome/browser/ui/app_list/search/
H A Dmixer_unittest.cc178 const std::string dup = "dup"; local
181 app_provider()->set_prefix(dup);
185 omnibox_provider()->set_prefix(dup);
189 webstore_provider()->set_prefix(dup);
/external/chromium_org/remoting/host/native_messaging/
H A Dpipe_messaging_channel.cc35 result = dup(file.GetPlatformFile());
/external/compiler-rt/test/BlocksRuntime/
H A Dfail.c60 dup(1);
/external/libhevc/common/arm64/
H A Dihevc_deblk_chroma_vert.s161 dup v2.4h,w3
167 dup v3.4h,w2
170 dup v30.4h,w3
171 dup v31.4h,w2
H A Dihevc_intra_pred_filters_luma_mode_11_to_17.s136 dup v30.8b,w7 //intra_pred_ang
259 dup v2.8b,w0 //contains #1 for adding to get ref_main_idx + 1
265 dup v3.8b,w0
278 dup v26.8b,w9 //least idx added to final idx values
287 dup v29.8b,w0 //contains #31 for vand operation
290 dup v28.8b,w0
297 dup v27.8b,w0 //row value inc or reset accordingly
418 dup v27.8b,w0 //row value inc or reset accordingly
423 dup v26.8b,w9
456 dup v2
[all...]
H A Dihevc_inter_pred_chroma_vert.s126 dup v0.8b, v3.8b[0] //coeffabs_0
127 dup v1.8b, v3.8b[1] //coeffabs_1
128 dup v2.8b, v3.8b[2] //coeffabs_2
129 dup v3.8b, v3.8b[3] //coeffabs_3
191 dup v7.2s, v6.2s[1]
194 dup v7.2s, v7.2s[1]
198 dup v7.2s, v7.2s[1]
H A Dihevc_inter_pred_chroma_vert_w16out.s128 dup v0.8b, v3.8b[0] //coeffabs_0
129 dup v1.8b, v3.8b[1] //coeffabs_1
130 dup v2.8b, v3.8b[2] //coeffabs_2
131 dup v3.8b, v3.8b[3] //coeffabs_3
192 dup v7.2s, v6.2s[1]
195 dup v7.2s, v7.2s[1]
199 dup v7.2s, v7.2s[1]
H A Dihevc_intra_pred_luma_dc.s131 dup v7.2s,w5
203 dup v16.8b, v18.8b[0] //dc_val
221 dup v24.8h, v23.4h[0] //3*dc + 2 (moved to all lanes)
371 dup v20.16b, v16.8b[0]
454 dup v16.8b, v18.8b[0] //dc_val
464 dup v24.8h, v23.4h[0] //3*dc + 2 (moved to all lanes)
H A Dihevc_intra_pred_luma_vert.s181 dup v22.16b,w11 //src[2nt]
188 dup v24.16b,w12 //src[2nt+1]
189 dup v30.8h,w12
321 dup v22.8b,w11 //src[2nt]
328 dup v24.8b,w12 //src[2nt+1]
329 dup v30.8h,w12
H A Dihevc_intra_pred_chroma_dc.s192 dup v17.8b,w1
193 dup v16.8b,w11
285 dup v0.4h,w10
/external/chromium_org/tools/grit/grit/
H A Dtclib.py92 dup = False
96 dup = True
98 if not dup:
/external/clang/test/Analysis/
H A Dtaint-generic.c103 char *dup; local
104 dup = strndup(s, 20);
105 setproctitle(dup, 3); // expected-warning {{Uncontrolled Format String}}
/external/libpcap/msdos/
H A Dpkt_rx0.asm49 destinAdr db 6 dup (0) ; packet destination address
50 sourceAdr db 6 dup (0) ; packet source address
52 rxBuffer db RX_BUF_SIZE dup (0) ; RX buffer
58 _pktTemp db 20 dup (0) ; temp work area
59 _pktTxBuf db (TX_BUF_SIZE+14) dup (0) ; TX buffer
60 _pktRxBuf RX_ELEMENT NUM_RX_BUF dup (<>) ; RX structures
/external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/
H A DEASLib.c67 * to malloc and free, the dup flag, and simply track
78 EAS_BOOL dup; member in struct:eas_hw_file_tag
86 EAS_BOOL dup; member in struct:eas_hw_file_tag
843 file->dup = EAS_FALSE;
1225 dupfile->dup = file->dup = EAS_TRUE;
1259 if (file1->dup)
1282 /* there is only one duplicate, clear the dup flag */
1284 dupFile->dup = EAS_FALSE;
1367 file->dup
[all...]
H A DEASLibVst.c65 * to malloc and free, the dup flag, and simply track
76 EAS_BOOL dup; member in struct:eas_hw_file_tag
84 EAS_BOOL dup; member in struct:eas_hw_file_tag
538 file->dup = EAS_FALSE;
920 dupfile->dup = file->dup = EAS_TRUE;
954 if (file1->dup)
977 /* there is only one duplicate, clear the dup flag */
979 dupFile->dup = EAS_FALSE;
1062 file->dup
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/
H A Dtest-template.rb180 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/
H A DAndroid.mk46 lib/dup-safer-flag.c \
47 lib/dup-safer.c \
/external/chromium-trace/trace-viewer/build/
H A Dgenerate_standalone_timeline_view.py54 return os.fdopen(os.dup(sys.stdout.fileno()), 'w')
/external/chromium_org/base/memory/
H A Dshared_memory_nacl.cc153 const int new_fd = dup(mapped_file_);
155 DPLOG(ERROR) << "dup() failed.";
/external/chromium_org/base/posix/
H A Dfile_descriptor_shuffle.cc87 *result = HANDLE_EINTR(dup(fd));

Completed in 1500 milliseconds

1234567891011>>