/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
extptr_allocator.h | 107 construct(_Up* __p, _Args&&... __args) function in class:_ExtPtr_allocator 112 construct(pointer __p, _Args&&... __args) function in class:_ExtPtr_allocator 113 { construct(__p.get(), std::forward<_Args>(__args)...); } 125 void construct(pointer __p, const _Tp& __val) function in class:_ExtPtr_allocator
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
stream_iterator.h | 63 /// Construct end of input stream iterator. 67 /// Construct start of input stream iterator. 170 /// Construct from an ostream. 174 * Construct from an ostream.
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
stream_iterator.h | 63 /// Construct end of input stream iterator. 67 /// Construct start of input stream iterator. 170 /// Construct from an ostream. 174 * Construct from an ostream.
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
extptr_allocator.h | 107 construct(_Up* __p, _Args&&... __args) function in class:_ExtPtr_allocator 112 construct(pointer __p, _Args&&... __args) function in class:_ExtPtr_allocator 113 { construct(__p.get(), std::forward<_Args>(__args)...); } 125 void construct(pointer __p, const _Tp& __val) function in class:_ExtPtr_allocator
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
stream_iterator.h | 63 /// Construct end of input stream iterator. 67 /// Construct start of input stream iterator. 170 /// Construct from an ostream. 174 * Construct from an ostream.
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/ |
extptr_allocator.h | 107 construct(_Up* __p, _Args&&... __args) function in class:_ExtPtr_allocator 112 construct(pointer __p, _Args&&... __args) function in class:_ExtPtr_allocator 113 { construct(__p.get(), std::forward<_Args>(__args)...); } 125 void construct(pointer __p, const _Tp& __val) function in class:_ExtPtr_allocator
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/model/ |
GLFrame.java | 29 * Construct a {@link GLFrame} given the range of {@link GLCall}s spanning this frame.
|
/external/chromium/net/spdy/ |
spdy_test_util.h | 33 // This struct holds information used to construct spdy control and data frames. 108 // Construct a SPDY packet. 122 // Construct a generic SpdyControlFrame. 143 // Construct an expected SPDY reply string. 153 // Construct an expected SPDY SETTINGS frame. 158 // Construct a SPDY PING frame. 162 // Construct a SPDY GOAWAY frame. 166 // Construct a SPDY WINDOW_UPDATE frame. 171 // Construct a SPDY RST_STREAM frame. 176 // Construct a single SPDY header entry, for validation [all...] |
/external/llvm/include/llvm/Option/ |
ArgList.h | 268 /// MakeArgString - Construct a constant string pointer whose 340 /// Construct a new derived arg list from \p BaseArgs. 367 /// AddFlagArg - Construct a new FlagArg for the given option \p Id and 373 /// AddPositionalArg - Construct a new Positional arg for the given option 382 /// AddSeparateArg - Construct a new Positional arg for the given option 391 /// AddJoinedArg - Construct a new Positional arg for the given option 399 /// MakeFlagArg - Construct a new FlagArg for the given option \p Id. 402 /// MakePositionalArg - Construct a new Positional arg for the 407 /// MakeSeparateArg - Construct a new Positional arg for the 412 /// MakeJoinedArg - Construct a new Positional arg for th [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
__split_buffer | 217 __alloc_traits::construct(__a, _VSTD::__to_raw_pointer(this->__end_)); 236 __alloc_traits::construct(__a, _VSTD::__to_raw_pointer(this->__end_), __x); 261 __alloc_traits::construct(__buf.__alloc(), 265 __alloc_traits::construct(__a, _VSTD::__to_raw_pointer(this->__end_), *__first); 282 __alloc_traits::construct(__a, _VSTD::__to_raw_pointer(this->__end_), *__first); 505 __alloc_traits::construct(__alloc(), _VSTD::__to_raw_pointer(__begin_-1), __x); 536 __alloc_traits::construct(__alloc(), _VSTD::__to_raw_pointer(__begin_-1), 569 __alloc_traits::construct(__alloc(), _VSTD::__to_raw_pointer(__end_), __x); 600 __alloc_traits::construct(__alloc(), _VSTD::__to_raw_pointer(__end_), 633 __alloc_traits::construct(__alloc(), _VSTD::__to_raw_pointer(__end_) [all...] |
scoped_allocator | 73 template <class T, class... Args> void construct(T* p, Args&& args); 75 void construct(pair<T1, T2>* p, piecewise_construct t, tuple<Args1...> x, 78 void construct(pair<T1, T2>* p); 80 void construct(pair<T1, T2>* p, U&& x, V&& y); 82 void construct(pair<T1, T2>* p, const pair<U, V>& x); 84 void construct(pair<T1, T2>* p, pair<U, V>&& x); 474 void construct(_Tp* __p, _Args&& ...__args) 506 allocator_traits<typename _OM::type>::construct 519 allocator_traits<typename _OM::type>::construct 534 allocator_traits<typename _OM::type>::construct [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
fldset.h | 32 * subclass interface - construct the FieldsSet to reference one of the standard 41 * subclass interface - construct the FieldsSet without using a standard enum type. 156 * Not callable - construct a default FieldsSet 162 * construct the object. 165 void construct(UDebugEnumType whichEnum, int32_t fieldCount);
|
/external/icu4c/test/intltest/ |
fldset.h | 32 * subclass interface - construct the FieldsSet to reference one of the standard 41 * subclass interface - construct the FieldsSet without using a standard enum type. 156 * Not callable - construct a default FieldsSet 162 * construct the object. 165 void construct(UDebugEnumType whichEnum, int32_t fieldCount);
|
/external/oauth/core/src/main/java/net/oauth/ |
OAuth.java | 88 * Construct a form-urlencoded document containing the given sequence of 143 /** Construct a &-separated list of the given values, percentEncoded. */ 180 * Construct a Map containing a copy of the given parameters. If several 197 /** Construct a list of Parameters from name, value, name, value... */ 278 * Construct a URL like the given one, but with the given parameters added
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/optional/ |
optional.hpp | 102 inline void construct(Factory const& factory, void* address) function in namespace:boost_optional_detail 230 construct(val); 240 construct(val); 250 construct(rhs.get_impl()); 256 // implementation (the correct 'construct()' overload) 262 construct(expr,tag); 282 construct(rhs.get_impl()); 299 construct(static_cast<value_type>(rhs.get())); 308 else construct(val); 321 else construct(expr,tag) 344 void construct ( argument_type val ) function in class:boost::optional_detail::optional_base 353 void construct ( Expr const& factory, in_place_factory_base const* ) function in class:boost::optional_detail::optional_base 362 void construct ( Expr const& factory, typed_in_place_factory_base const* ) function in class:boost::optional_detail::optional_base 390 void construct ( Expr const& expr, void const* ) function in class:boost::optional_detail::optional_base 421 void construct ( Expr const& expr, optional_tag const* ) function in class:boost::optional_detail::optional_base [all...] |
/external/jmdns/src/javax/jmdns/ |
ServiceInfo.java | 67 * Construct a service description for registering with JmDNS. 84 * Construct a service description for registering with JmDNS. 103 * Construct a service description for registering with JmDNS. 124 * Construct a service description for registering with JmDNS. 147 * Construct a service description for registering with JmDNS. The properties hashtable must map property names to either Strings or byte arrays describing the property values. 168 * Construct a service description for registering with JmDNS. The properties hashtable must map property names to either Strings or byte arrays describing the property values. 191 * Construct a service description for registering with JmDNS. 212 * Construct a service description for registering with JmDNS. 235 * Construct a service description for registering with JmDNS. 258 * Construct a service description for registering with JmDNS [all...] |
/external/libvpx/libvpx/vp8/common/arm/neon/ |
sixtappredict8x4_neon.asm | 84 vext.8 d28, d6, d7, #1 ;construct src_ptr[-1] 94 vext.8 d28, d6, d7, #4 ;construct src_ptr[2] 104 vext.8 d28, d6, d7, #2 ;construct src_ptr[0] 114 vext.8 d28, d6, d7, #5 ;construct src_ptr[3] 124 vext.8 d28, d6, d7, #3 ;construct src_ptr[1] 162 vext.8 d27, d6, d7, #1 ;construct src_ptr[-1] 174 vext.8 d27, d6, d7, #4 ;construct src_ptr[2] 186 vext.8 d27, d6, d7, #2 ;construct src_ptr[0] 198 vext.8 d27, d6, d7, #5 ;construct src_ptr[3] 210 vext.8 d27, d6, d7, #3 ;construct src_ptr[1 [all...] |
sixtappredict8x8_neon.asm | 88 vext.8 d28, d6, d7, #1 ;construct src_ptr[-1] 98 vext.8 d28, d6, d7, #4 ;construct src_ptr[2] 108 vext.8 d28, d6, d7, #2 ;construct src_ptr[0] 118 vext.8 d28, d6, d7, #5 ;construct src_ptr[3] 128 vext.8 d28, d6, d7, #3 ;construct src_ptr[1] 175 vext.8 d27, d6, d7, #1 ;construct src_ptr[-1] 187 vext.8 d27, d6, d7, #4 ;construct src_ptr[2] 199 vext.8 d27, d6, d7, #2 ;construct src_ptr[0] 211 vext.8 d27, d6, d7, #5 ;construct src_ptr[3] 223 vext.8 d27, d6, d7, #3 ;construct src_ptr[1 [all...] |
/external/proguard/src/proguard/classfile/util/ |
DynamicMemberReferenceInitializer.java | 307 // Try to match the SomeClass.class.getField("someField") construct. 312 // Try to match the SomeClass.class.getDeclaredField("someField") construct. 318 // {}) construct. 324 // new Class[] {}) construct. 330 // { A.class }) construct. 336 // new Class[] { A.class }) construct. 342 // { A.class, B.class }) construct. 348 // new Class[] { A.class, B.class }) construct. 385 // Don't look for the dynamic construct.
|
/external/guava/guava/src/com/google/common/collect/ |
ImmutableList.java | 89 return construct(e1, e2); 98 return construct(e1, e2, e3); 107 return construct(e1, e2, e3, e4); 116 return construct(e1, e2, e3, e4, e5); 125 return construct(e1, e2, e3, e4, e5, e6); 135 return construct(e1, e2, e3, e4, e5, e6, e7); 145 return construct(e1, e2, e3, e4, e5, e6, e7, e8); 155 return construct(e1, e2, e3, e4, e5, e6, e7, e8, e9); 165 return construct(e1, e2, e3, e4, e5, e6, e7, e8, e9, e10); 175 return construct(e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11) 294 private static <E> ImmutableList<E> construct(Object... elements) { method in class:ImmutableList [all...] |
/external/icu4c/layoutex/layout/ |
plruns.h | 42 * Construct a <code>pl_fontRuns</code> object from pre-existing arrays of fonts 62 * Construct an empty <code>pl_fontRuns</code> object. Clients can add font and limit 176 * Construct a <code>pl_valueRuns</code> object from pre-existing arrays of values 195 * Construct an empty <code>pl_valueRuns</code> object. Clients can add values and limits 308 * Construct a <code>pl_localeRuns</code> object from pre-existing arrays of fonts 327 * Construct an empty <code>pl_localeRuns</code> object. Clients can add font and limit
|
/external/llvm/include/llvm/CodeGen/PBQP/ |
Math.h | 25 /// \brief Construct a PBQP vector of the given size. 30 /// \brief Construct a PBQP vector with initializer. 36 /// \brief Copy construct a PBQP vector. 115 /// \brief Construct a PBQP Matrix with the given dimensions. 120 /// \brief Construct a PBQP Matrix with the given dimensions and initial 127 /// \brief Copy construct a PBQP matrix.
|
/libcore/luni/src/main/java/javax/xml/transform/stream/ |
StreamSource.java | 60 * Construct a StreamSource from a byte stream. Normally, 76 * Construct a StreamSource from a byte stream. Normally, 94 * Construct a StreamSource from a character reader. Normally, 108 * Construct a StreamSource from a character reader. Normally, 124 * Construct a StreamSource from a URL. 133 * Construct a StreamSource from a File.
|
/cts/hostsidetests/appsecurity/test-apps/AppAccessData/src/com/android/cts/appaccessdata/ |
AccessPrivateDataTest.java | 58 // construct the absolute file path to the app's private file 88 // construct the absolute file path to the other app's public file
|
/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
Counter.java | 79 * Construct a counter object. 93 * Construct a counter object.
|