HomeSort by relevance Sort by last modified time
    Searched refs:dup (Results 151 - 175 of 674) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/third_party/libxml/src/
SAX2.c 1931 xmlChar *dup = NULL; local
    [all...]
  /external/libxml2/
SAX2.c 1969 xmlChar *dup = NULL; local
    [all...]
  /bionic/libc/arch-arm64/denver64/bionic/
memset.S 85 dup v0.4s, A_lw
137 dup v0.4s, A_lw
  /bionic/libc/arch-arm64/generic/bionic/
strchr.S 83 dup vrepchr.16b, chrin
85 dup vrepmask_c.4s, wtmp2
  /external/bison/djgpp/
subpipe.c 125 old_stdin = dup(STDIN_FILENO);
129 old_stdout = dup(STDOUT_FILENO);
  /external/chromium_org/tools/android/forwarder2/
daemon.cc 195 CHECK_EQ(dup(null_fd), STDOUT_FILENO);
196 CHECK_EQ(dup(null_fd), STDERR_FILENO);
  /external/libhevc/common/arm64/
ihevc_inter_pred_filters_luma_horz.s 144 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)
ihevc_inter_pred_luma_horz_w16out.s 136 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)
ihevc_weighted_pred_bi.s 198 dup v28.4s,w10 //vmovq_n_s32(0-shift)
200 dup v30.4s,w4 //vmovq_n_s32(tmp_lvl_shift)
ihevc_weighted_pred_uni.s 156 dup v28.4s,w6 //vmovq_n_s32(tmp_shift)
159 dup v30.4s,w10 //vmovq_n_s32(tmp_lvl_shift)
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/beans/
BeanMapEmitter.java 136 e.dup();
162 e.dup();
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
KeyFactory.java 195 e.dup();
239 e.dup();
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/impl/
FieldProviderTransformer.java 109 e.dup();
111 e.dup();
  /frameworks/av/media/libstagefright/rtsp/
AAMRAssembler.cpp 212 sp<AMessage> msg = mNotifyMsg->dup();
228 sp<AMessage> msg = mNotifyMsg->dup();
  /frameworks/base/core/jni/
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()));
  /frameworks/native/libs/gui/
CpuConsumer.cpp 106 b.mFence->dup());
119 b.mFence->dup());
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.h 186 virtual HWCLayer* dup() = 0;
188 return rhs ? rhs->dup() : NULL;
  /hardware/intel/img/hwcomposer/ips/tangier/
TngDisplayContext.cpp 199 // For physical displays, dup the releaseFenceFd only for
206 (releaseFenceFd != -1) ? dup(releaseFenceFd) : -1;
224 // dup releaseFenceFd for physical displays and ignore virtual
230 (releaseFenceFd != -1) ? dup(releaseFenceFd) : -1;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
posixfile.py 12 f.dup()
99 def dup(self): member in class:_posixfile_
103 raise AttributeError, 'dup() method unavailable'
105 return posix.fdopen(posix.dup(self._file_.fileno()), self._file_.mode)
111 raise AttributeError, 'dup() method unavailable'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
posixfile.py 12 f.dup()
99 def dup(self): member in class:_posixfile_
103 raise AttributeError, 'dup() method unavailable'
105 return posix.fdopen(posix.dup(self._file_.fileno()), self._file_.mode)
111 raise AttributeError, 'dup() method unavailable'
  /frameworks/rs/cpu_ref/
rsCpuIntrinsics_advsimd_ColorMatrix.S 77 dup v6.4s, v4.s[0]
78 dup v7.4s, v4.s[0]
94 dup v6.4s, v4.s[0]
95 dup v7.4s, v4.s[0]
112 dup v6.4s, v4.s[1]
113 dup v7.4s, v4.s[1]
129 dup v6.4s, v4.s[1]
130 dup v7.4s, v4.s[1]
147 dup v6.4s, v4.s[2]
148 dup v7.4s, v4.s[2
    [all...]
  /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...]

Completed in 1817 milliseconds

1 2 3 4 5 67 8 91011>>