Searched refs:dup (Results 26 - 50 of 315) sorted by relevance

1234567891011>>

/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
H A DRewriteRuleSubtreeStream.js12 * must dup the type node, but ID has been added.
14 * Referencing a rule result twice is ok; dup entire tree as
18 * a proper way to refactor. This needs to always call dup node
19 * and super.next() doesn't know which to call: dup node or dup tree.
25 // if out of elements and size is 1, dup (at most a single node
35 dup: function(el) {
H A DRewriteRuleTokenStream.js25 dup: function(el) {
26 throw new Error("dup can't be called for a token stream.");
/external/chromium_org/content/common/
H A Dsandbox_util.cc30 // dup()ing and close()ing.
34 // the other process from the I/O thread. Without the dup, calling code might
37 int fd = should_close_source ? handle : ::dup(handle);
/external/libhevc/common/arm64/
H A Dihevc_mem_fns.s153 dup v0.8b,w1
182 dup v0.8b,w1
227 dup v0.8h,w1
255 dup v0.8h,w1
H A Dihevc_intra_pred_filters_luma_mode_19_to_25.s136 dup v30.8b,w7 //intra_pred_ang
241 dup v0.8b,w9 //intra_pred_ang
262 dup v31.8b, v4.8b[0]
268 dup v29.8b, v4.8b[1] //(ii)
289 dup v27.8b, v4.8b[2] //(iii)
293 dup v25.8b, v4.8b[3] //(iv)
308 dup v31.8b, v4.8b[4] //(v)
319 dup v29.8b, v4.8b[5] //(vi)
335 dup v27.8b, v4.8b[6] //(vii)
350 dup v2
[all...]
H A Dihevc_intra_pred_chroma_mode_27_to_33.s126 dup v0.8b,w9 //intra_pred_ang
145 dup v31.8b, v4.8b[0]
151 dup v29.8b, v4.8b[1] //(ii)
175 dup v27.8b, v4.8b[2] //(iii)
179 dup v25.8b, v4.8b[3] //(iv)
194 dup v31.8b, v4.8b[4] //(v)
205 dup v29.8b, v4.8b[5] //(vi)
222 dup v27.8b, v4.8b[6] //(vii)
239 dup v25.8b, v4.8b[7] //(viii)
284 dup v3
[all...]
H A Dihevc_intra_pred_luma_mode_27_to_33.s129 dup v0.8b,w9 //intra_pred_ang
150 dup v31.8b, v4.8b[0]
156 dup v29.8b, v4.8b[1] //(ii)
180 dup v27.8b, v4.8b[2] //(iii)
184 dup v25.8b, v4.8b[3] //(iv)
199 dup v31.8b, v4.8b[4] //(v)
210 dup v29.8b, v4.8b[5] //(vi)
227 dup v27.8b, v4.8b[6] //(vii)
244 dup v25.8b, v4.8b[7] //(viii)
289 dup v3
[all...]
H A Dihevc_intra_pred_chroma_planar.s122 dup v14.8h,w5
124 dup v2.8b,w4 //nt
125 dup v16.8h,w4 //nt
131 dup v0.4h,w7 //src[nt-1]
140 dup v1.4h,w7 //src[3nt+1]
154 dup v5.8b,w8 //row + 1
155 dup v6.8b,w9 //nt - 1 - row
191 dup v4.4h,w7 //src[2nt-1-row]
193 dup v3.4h,w11 //src[2nt-1-row]
208 dup v
[all...]
H A Dihevc_sao_band_offset_luma.s106 dup v31.8b,w11 //band_pos
126 dup v29.8b, v30.8b[1] //vdup_n_u8(pi1_sao_offset[1])
129 dup v28.8b, v30.8b[2] //vdup_n_u8(pi1_sao_offset[2])
132 dup v27.8b, v30.8b[3] //vdup_n_u8(pi1_sao_offset[3])
135 dup v26.8b, v30.8b[4] //vdup_n_u8(pi1_sao_offset[4])
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DRewriteRuleSubtreeStream.java58 * must dup the type node, but ID has been added.
60 * Referencing a rule result twice is ok; dup entire tree as
64 * a proper way to refactor. This needs to always call dup node
65 * and super.next() doesn't know which to call: dup node or dup tree.
71 // if out of elements and size is 1, dup (at most a single node
81 Object el = adaptor.dupNode(tree); // dup just the root (want node here)
85 protected Object dup(Object el) { method in class:RewriteRuleSubtreeStream
H A DRewriteRuleTokenStream.java73 protected Object dup(Object el) { method in class:RewriteRuleTokenStream
74 throw new UnsupportedOperationException("dup can't be called for a token stream.");
H A DRewriteRuleElementStream.java58 /** Once a node / subtree has been used in a stream, it must be dup'd
61 * If dirty, then next() always returns a dup.
134 * size==1. If we've already used the element, dup (dirty bit set).
139 // if out of elements and size is 1, dup
141 return dup(el);
160 if ( n ==1 ) { // if size is 1, it's ok; return and we'll dup
163 // out of elements and size was not 1, so we can't dup
177 /** When constructing trees, sometimes we need to dup a token or AST
180 * the element is for a tree root; then it must be a node dup.
182 protected abstract Object dup(Objec method in class:RewriteRuleElementStream
[all...]
/external/chromium_org/base/memory/
H A Dshared_memory_android.cc43 readonly_mapped_file_ = dup(mapped_file_);
45 DPLOG(ERROR) << "dup() failed";
/external/chromium_org/ipc/
H A Dipc_platform_file.cc33 // dup()ing and close()ing.
37 // the other process from the I/O thread. Without the dup, calling code might
40 int fd = close_source_handle ? handle : ::dup(handle);
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
H A Dmodule_ppapi.cc51 NaClSecureRngModuleSetUrandomFd(dup(private_interface_->UrandomFD()));
/external/oprofile/daemon/
H A Dopd_extended.h51 int (*dup)(struct sfile *, struct sfile *); member in struct:opd_ext_sfile_handlers
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
H A DRewriteRuleElementStream.as55 /** Once a node / subtree has been used in a stream, it must be dup'd
58 * If dirty, then next() always returns a dup.
120 * size==1. If we've already used the element, dup (dirty bit set).
126 // if out of elements and size is 1, dup
128 return dup(el);
147 if ( n ==1 ) { // if size is 1, it's ok; return and we'll dup
150 // out of elements and size was not 1, so we can't dup
164 /** When constructing trees, sometimes we need to dup a token or AST
167 * the element is for a tree root; then it must be a node dup.
169 protected function dup(e
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRRewriteRuleSubtreeStream.h50 - (id) dup:(id)element;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRRewriteRuleSubtreeStream.h50 - (id) dup:(id)element;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRRewriteRuleSubtreeStream.h50 - (id) dup:(id)element;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRRewriteRuleNodeStream.h46 - (id) dup:(id)element;
H A DANTLRRewriteRuleSubtreeStream.h50 - (id) dup:(id)element;
/external/sonivox/arm-wt-22k/host_src/
H A Deas_hostmm.c19 * the dup flag, which when set, indicates that the file handle has
83 * to malloc and free, the dup flag, and simply track
90 EAS_BOOL dup; member in struct:eas_hw_file_tag
264 fd = dup(locator->fd);
289 file->dup = EAS_FALSE;
542 dupFile->dup = file->dup = EAS_TRUE;
573 if (file1->dup)
597 /* there is only one duplicate, clear the dup flag */
599 dupFile->dup
[all...]
/external/sonivox/arm-fm-22k/host_src/
H A Deas_hostmm.c25 * 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/
H A Deas_hostmm.c25 * 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;

Completed in 1258 milliseconds

1234567891011>>