Searched refs:dup (Results 101 - 125 of 315) sorted by relevance

1234567891011>>

/external/chromium_org/mojo/common/test/
H A Dtest_utils_posix.cc79 int rv = dup(fileno(fp.get()));
80 PCHECK(rv != -1) << "dup";
/external/chromium_org/mojo/embedder/
H A Dsimple_platform_shared_buffer_posix.cc48 // |FILE*|, and then we have to |dup(fileno(fp))| to get back to an FD that we
70 // Note: |dup()| is not interruptible (but |dup2()|/|dup3()| are).
71 base::ScopedFD fd(dup(fileno(fp.get())));
73 PLOG(ERROR) << "dup";
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
H A Dmock_kernel_proxy.h26 MOCK_METHOD1(dup, int(int));
/external/e2fsprogs/lib/ext2fs/
H A Ddupfs.c99 fs->mmp_fd = dup(src->mmp_fd);
/external/libhevc/common/arm64/
H A Dihevc_intra_pred_chroma_mode_3_to_9.s122 dup v30.8b,w7 //intra_pred_ang
151 dup v26.8b,w9 //most idx added to final idx values
170 dup v27.4h,w0
301 dup v27.4h,w5 //row value inc or reset accordingly
307 dup v16.8b,w5
308 dup v26.8b,w9
344 dup v27.4h,w9 //row value inc or reset accordingly
433 dup v26.8b,w9
451 dup v16.8b,w6
H A Dihevc_inter_pred_filters_luma_horz.s144 dup v24.8b, v2.8b[0] //coeffabs_0 = vdup_lane_u8(coeffabs, 0)
146 dup v25.8b, v2.8b[1] //coeffabs_1 = vdup_lane_u8(coeffabs, 1)
148 dup v26.8b, v2.8b[2] //coeffabs_2 = vdup_lane_u8(coeffabs, 2)
151 dup v27.8b, v2.8b[3] //coeffabs_3 = vdup_lane_u8(coeffabs, 3)
154 dup v28.8b, v2.8b[4] //coeffabs_4 = vdup_lane_u8(coeffabs, 4)
156 dup v29.8b, v2.8b[5] //coeffabs_5 = vdup_lane_u8(coeffabs, 5)
158 dup v30.8b, v2.8b[6] //coeffabs_6 = vdup_lane_u8(coeffabs, 6)
159 dup v31.8b, v2.8b[7] //coeffabs_7 = vdup_lane_u8(coeffabs, 7)
H A Dihevc_inter_pred_luma_horz_w16out.s136 dup v24.8b, v2.8b[0] //coeffabs_0 = vdup_lane_u8(coeffabs, 0)
138 dup v25.8b, v2.8b[1] //coeffabs_1 = vdup_lane_u8(coeffabs, 1)
140 dup v26.8b, v2.8b[2] //coeffabs_2 = vdup_lane_u8(coeffabs, 2)
143 dup v27.8b, v2.8b[3] //coeffabs_3 = vdup_lane_u8(coeffabs, 3)
146 dup v28.8b, v2.8b[4] //coeffabs_4 = vdup_lane_u8(coeffabs, 4)
148 dup v29.8b, v2.8b[5] //coeffabs_5 = vdup_lane_u8(coeffabs, 5)
150 dup v30.8b, v2.8b[6] //coeffabs_6 = vdup_lane_u8(coeffabs, 6)
152 dup v31.8b, v2.8b[7] //coeffabs_7 = vdup_lane_u8(coeffabs, 7)
H A Dihevc_weighted_pred_bi.s198 dup v28.4s,w10 //vmovq_n_s32(0-shift)
200 dup v30.4s,w4 //vmovq_n_s32(tmp_lvl_shift)
H A Dihevc_weighted_pred_uni.s156 dup v28.4s,w6 //vmovq_n_s32(tmp_shift)
159 dup v30.4s,w10 //vmovq_n_s32(tmp_lvl_shift)
/external/llvm/test/MC/AArch64/
H A Darm64-advsimd.s87 dup.2d v0, x3
88 dup.4s v0, w3
89 dup.2s v0, w3
90 dup.8h v0, w3
91 dup.4h v0, w3
92 dup.16b v0, w3
93 dup.8b v0, w3
95 dup v1.2d, x3
96 dup v2.4s, w4
97 dup v
[all...]
/external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/
H A DEnhancer.java705 e.dup();
792 e.dup();
811 e.dup();
829 e.dup();
846 e.dup();
901 se.dup();
984 e.dup();
1014 e.dup();
1020 e.dup();
/external/mockito/cglib-and-asm/src/org/mockito/cglib/reflect/
H A DConstructorDelegate.java103 e.dup();
/external/netperf/
H A Dnetserver.c243 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/
H A Dpub_tool_libcfile.h87 extern SysRes VG_(dup) ( Int oldfd );
/external/chromium_org/third_party/libxml/src/
H A DSAX2.c1931 xmlChar *dup = NULL; local
1988 * the string has been dup'ed and terminates with 0
2031 dup = xmlSAX2DecodeAttrEntities(ctxt, value, valueend);
2032 if (dup == NULL) {
2042 dup = xmlStrndup(value, valueend - value);
2045 ctxt->myDoc, ctxt->node, ret, dup);
2049 * dup now contains a string of the flattened attribute
2065 ctxt->node, fullname, dup);
2072 xmlFree(dup);
2073 dup
[all...]
/external/libxml2/
H A DSAX2.c1969 xmlChar *dup = NULL; local
2026 * the string has been dup'ed and terminates with 0
2069 dup = xmlSAX2DecodeAttrEntities(ctxt, value, valueend);
2070 if (dup == NULL) {
2080 dup = xmlStrndup(value, valueend - value);
2083 ctxt->myDoc, ctxt->node, ret, dup);
2087 * dup now contains a string of the flattened attribute
2103 ctxt->node, fullname, dup);
2110 xmlFree(dup);
2111 dup
[all...]
/external/bison/djgpp/
H A Dsubpipe.c125 old_stdin = dup(STDIN_FILENO);
129 old_stdout = dup(STDOUT_FILENO);
/external/chromium_org/tools/android/forwarder2/
H A Ddaemon.cc195 CHECK_EQ(dup(null_fd), STDOUT_FILENO);
196 CHECK_EQ(dup(null_fd), STDERR_FILENO);
/external/mockito/cglib-and-asm/src/org/mockito/cglib/beans/
H A DBeanMapEmitter.java136 e.dup();
162 e.dup();
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
H A DKeyFactory.java195 e.dup();
239 e.dup();
/external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/impl/
H A DFieldProviderTransformer.java109 e.dup();
111 e.dup();
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtree.rb288 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
1278 return dup( __next__ )
1283 abstract :dup
1338 def dup( el ) method in class:ANTLR3.CommonTree.TreeAdaptor.CommonTreeNodeStream.each.RewriteRuleTokenStream
1339 raise TypeError, "dup can't be called for a token stream"
1358 def dup( el ) method in class:ANTLR3.CommonTree.TreeAdaptor.CommonTreeNodeStream.each.RewriteRuleSubtreeStream
1377 def dup( e method in class:ANTLR3.CommonTree.TreeAdaptor.CommonTreeNodeStream.each.RewriteRuleNodeStream
[all...]
/external/bison/darwin-lib/
H A Dunistd.h88 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 fo
[all...]
/external/bison/lib/
H A Dunistd.in.h87 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 fo
[all...]
/external/bison/linux-lib/
H A Dunistd.h88 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 fo
[all...]

Completed in 792 milliseconds

1234567891011>>