HomeSort by relevance Sort by last modified time
    Searched full:construct (Results 976 - 1000 of 4776) sorted by null

<<31323334353637383940>>

  /external/libvpx/libvpx/vp8/common/arm/neon/
vp8_subpixelvariance8x8_neon.asm 54 vext.8 d3, d2, d3, #1 ;construct src_ptr[-1]
82 vext.8 d3, d2, d3, #1 ;construct src_ptr[-1]
vp8_subpixelvariance16x16s_neon.asm 55 vext.8 q1, q0, q1, #1 ;construct src_ptr[1]
235 vext.8 q1, q0, q1, #1 ;construct src_ptr[1]
254 vext.8 q3, q2, q3, #1 ;construct src_ptr[1]
365 vext.8 q1, q0, q1, #1 ;construct src_ptr[1]
381 vext.8 q3, q2, q3, #1 ;construct src_ptr[1]
422 vext.8 q1, q0, q1, #1 ;construct src_ptr[1]
  /external/llvm/include/llvm/Support/
Allocator.h 152 /// Allocate space, but do not construct, one object.
159 /// Allocate space for an array of objects. This does not construct the
  /external/llvm/include/llvm/Transforms/Utils/
SSAUpdater.h 76 /// \brief Construct SSA form, materializing a value that is live at the end
80 /// \brief Construct SSA form, materializing a value that is live in the
  /external/protobuf/src/google/protobuf/
message_unittest.cc 268 // Construct a new descriptor.
275 // Trying to construct it should return NULL.
  /external/skia/src/gpu/gl/
GrGLProgramEffects.h 211 * This class is used to construct a GrGLVertexProgramEffects* object.
299 * This class is used to construct a GrGLTexGenProgramEffects* object.
  /external/stlport/stlport/stl/
_construct.h 274 inline void construct(_T1* __p, const _T2& __val) {_Param_Construct(__p, __val); } function
276 inline void construct(_T1* __p) { _STLP_STD::_Construct(__p); } function
  /external/tinyxml/docs/
classTiXmlDeclaration.html 25 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Construct an empty declaration. <br></td></tr>
33 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Construct. <br></td></tr>
  /external/v8/src/
zone.h 190 // Construct a new ZoneList with the given capacity; the length is
195 // Construct a new ZoneList by copying the elements of the given ZoneList.
  /external/v8/test/mjsunit/
debug-evaluate-locals-optimized.js 28 // Flags: --expose-debug-as debug --expose-gc --allow-natives-syntax --inline-construct
132 // Check for construct call.
  /external/webrtc/src/common_audio/vad/
vad_unittest.cc 85 // Construct a speech signal that will trigger the VAD in all modes. It is
200 // Construct a speech signal that will trigger the VAD in all modes. It is
  /external/webrtc/src/system_wrappers/source/
thread_posix.cc 85 const int error = ptr->Construct();
129 int ThreadPosix::Construct()
  /frameworks/base/core/java/android/speech/srec/
WaveHeader.java 59 * Construct a WaveHeader, with all fields defaulting to zero.
65 * Construct a WaveHeader, with fields initialized.
  /frameworks/base/core/jni/android/graphics/
YuvToJpegEncoder.cpp 100 // construct u row and v row
175 // construct u row and v row
  /frameworks/base/docs/html/google/play/billing/
billing_best_practices.jd 65 <li>Construct strings on the fly instead of defining them as constants.</li>
111 literal string. Instead, construct the string at runtime from pieces or use bit manipulation (for
  /libcore/luni/src/main/java/java/util/logging/
MemoryHandler.java 79 * Default constructor, construct and init a {@code MemoryHandler} using
127 * Construct and init a {@code MemoryHandler} using given target, size and
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_construct.h 274 inline void construct(_T1* __p, const _T2& __val) {_Param_Construct(__p, __val); } function
276 inline void construct(_T1* __p) { _STLP_STD::_Construct(__p); } function
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_construct.h 274 inline void construct(_T1* __p, const _T2& __val) {_Param_Construct(__p, __val); } function
276 inline void construct(_T1* __p) { _STLP_STD::_Construct(__p); } function
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_construct.h 274 inline void construct(_T1* __p, const _T2& __val) {_Param_Construct(__p, __val); } function
276 inline void construct(_T1* __p) { _STLP_STD::_Construct(__p); } function
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_construct.h 274 inline void construct(_T1* __p, const _T2& __val) {_Param_Construct(__p, __val); } function
276 inline void construct(_T1* __p) { _STLP_STD::_Construct(__p); } function
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_construct.h 274 inline void construct(_T1* __p, const _T2& __val) {_Param_Construct(__p, __val); } function
276 inline void construct(_T1* __p) { _STLP_STD::_Construct(__p); } function
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_construct.h 274 inline void construct(_T1* __p, const _T2& __val) {_Param_Construct(__p, __val); } function
276 inline void construct(_T1* __p) { _STLP_STD::_Construct(__p); } function
  /external/chromium_org/third_party/icu/source/i18n/
tblcoll.cpp 94 construct(rules,
104 construct(rules,
115 construct(rules,
126 construct(rules,
157 RuleBasedCollator::construct(const UnicodeString& rules, function in class:RuleBasedCollator
289 * which will construct a collator that's functionally identical to this one.
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
UnknownFieldSet.java 86 * Construct an {@code UnknownFieldSet} around the given map. The map is
278 * <p>Use {@link UnknownFieldSet#newBuilder()} to construct a {@code Builder}.
651 * <p>{@code Field} is an immutable class. To construct one, you must use a
659 /** Construct a new {@link Builder}. */
665 * Construct a new {@link Builder} and initialize it to a copy of
809 * <p>Use {@link Field#newBuilder()} to construct a {@code Builder}.
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 458 /// \brief Construct the Diagnostic message for the given ExplodedNode.
464 /// The class knows how to construct the stack hint message based on
478 /// 'getMessageForX()' methods to construct a specific message.
496 /// supply a message that will be used to construct an extra hint on the
598 static PathDiagnosticCallPiece *construct(const ExplodedNode *N,
602 static PathDiagnosticCallPiece *construct(PathPieces &pieces,

Completed in 1247 milliseconds

<<31323334353637383940>>