HomeSort by relevance Sort by last modified time
    Searched defs:construct (Results 126 - 150 of 333) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
codecvt_specializations.h 77 // Number of external bytes needed to construct one complete
104 { construct(__obj); }
110 construct(__obj);
177 construct(const encoding_state& __obj) function in class:encoding_state
throw_allocator.h 843 construct(_Up* __p, _Args&&... __args) function
845 _M_allocator.construct(__p, std::forward<_Args>(__args)...);
858 construct(pointer __p, const value_type& val) function
859 { return _M_allocator.construct(__p, val); }
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/support/
container_test_types.h 24 // 1. Enforce that 'a.construct(...)' and 'a.destroy(...)' are only ever
26 // 2. Provide a mechanism of checking calls to 'a.construct(Args...)'.
27 // Including controlling when and with what types 'a.construct(...)'
37 // 1. Allow calls to 'a.construct(p, args...)' to be checked by a test.
39 // should expect one call to 'a.construct' with the specified argument
42 // 'construct' method. The test-types use this value to assert that
54 * calls 'alloc.construct(value_type*, Args&&...)' with the same types.
63 * // Get the global controller, reset it, and construct an allocator with
77 * // Emplace the objects into the container. 'Alloc.construct(p, UArgs...)'
168 // This should only be called by 'Allocator.construct'
294 void construct(Up* p, Args&&... args) { function in class:ContainerTestAllocator
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_pthread_alloc.h 158 void construct(pointer __p, const _Tp& __val) { new(__p) _Tp(__val); } function in class:pthread_allocator
341 void construct(pointer __p, const _Tp& __val) { new(__p) _Tp(__val); } function in class:per_thread_allocator
_alloc.h 331 void construct(pointer __p, const_reference __val) { _STLP_STD::_Copy_Construct(__p, __val); } function in class:allocator
  /toolchain/binutils/binutils-2.25/elfcpp/
elfcpp_file.h 121 // Construct an Elf_file given an ELF file header.
123 { this->construct(file, ehdr); }
125 // Construct an ELF file.
241 construct(File* file, const Ef_ehdr& ehdr);
269 // Construct an Elf_strtab for a section with contents *P and size SIZE.
401 // Construct an Elf_file given an ELF file header.
405 Elf_file<size, big_endian, File>::construct(File* file, const Ef_ehdr& ehdr) function in class:elfcpp::Elf_file
420 // Construct an ELF file.
427 this->construct(file, Ef_ehdr(v.data()));
  /external/guava/guava/src/com/google/common/collect/
ImmutableSortedSet.java 143 return construct(Ordering.natural(), 2, e1, e2);
156 return construct(Ordering.natural(), 3, e1, e2, e3);
169 return construct(Ordering.natural(), 4, e1, e2, e3, e4);
182 return construct(Ordering.natural(), 5, e1, e2, e3, e4, e5);
204 return construct(Ordering.natural(), contents.length, (E[]) contents);
219 return construct(Ordering.natural(), elements.length, elements.clone());
357 return construct(comparator, array.length, array);
422 static <E> ImmutableSortedSet<E> construct( method in class:ImmutableSortedSet
562 ImmutableSortedSet<E> result = construct(comparator, size, contentsArray);
  /external/libcxx/test/support/
controlled_allocators.hpp 265 void construct(U *p, Args&&... args) { function in class:CountingAllocator
316 void construct(...) = delete;
391 void construct(U *p, Args&&... args) { function in class:MinAlignedAllocator
  /frameworks/wilhelm/src/
sles.cpp 504 /** \brief Construct a new instance of the specified class, exposing selected interfaces */
506 IObject *construct(const ClassTable *clazz, unsigned exposedMask, SLEngineItf engine) function
512 SL_LOGV("construct %s at %p", clazz->mName, thiz);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
throw_allocator.h 687 construct(_Up* __p, _Args&&... __args) function
688 { return _M_allocator.construct(__p, std::forward<_Args>(__args)...); }
696 construct(pointer __p, const value_type& val) function
697 { return _M_allocator.construct(__p, val); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
throw_allocator.h 687 construct(_Up* __p, _Args&&... __args) function
688 { return _M_allocator.construct(__p, std::forward<_Args>(__args)...); }
696 construct(pointer __p, const value_type& val) function
697 { return _M_allocator.construct(__p, val); }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
throw_allocator.h 687 construct(_Up* __p, _Args&&... __args) function
688 { return _M_allocator.construct(__p, std::forward<_Args>(__args)...); }
696 construct(pointer __p, const value_type& val) function
697 { return _M_allocator.construct(__p, val); }
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
throw_allocator.h 843 construct(_Up* __p, _Args&&... __args) function
845 _M_allocator.construct(__p, std::forward<_Args>(__args)...);
858 construct(pointer __p, const value_type& val) function
859 { return _M_allocator.construct(__p, val); }
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_alloc.h 331 void construct(pointer __p, const_reference __val) { _STLP_STD::_Copy_Construct(__p, __val); } function in class:allocator
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
throw_allocator.h 843 construct(_Up* __p, _Args&&... __args) function
845 _M_allocator.construct(__p, std::forward<_Args>(__args)...);
858 construct(pointer __p, const value_type& val) function
859 { return _M_allocator.construct(__p, val); }
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_alloc.h 331 void construct(pointer __p, const_reference __val) { _STLP_STD::_Copy_Construct(__p, __val); } function in class:allocator
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/Include/
PoolAlloc.h 306 void construct(pointer p, const T& val) { new ((void *)p) T(val); } function in class:glslang::pool_allocator
  /external/guice/extensions/persist/lib/
aopalliance.jar 
  /external/guice/lib/
aopalliance.jar 
  /external/icu/android_icu4j/src/main/java/android/icu/util/
SimpleTimeZone.java 57 * construct a TimeZone.
65 construct(rawOffset, 0, 0, 0, method
133 construct(rawOffset, method
183 construct(rawOffset, method
225 construct(rawOffset, method
964 private void construct(int _raw, method in class:SimpleTimeZone
    [all...]
  /external/icu/icu4c/source/i18n/
uspoof_impl.cpp 33 construct(status);
38 construct(status);
47 construct(status);
54 void SpoofImpl::construct(UErrorCode& status) { function in class:SpoofImpl
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
SimpleTimeZone.java 59 * construct a TimeZone.
68 construct(rawOffset, 0, 0, 0, method
137 construct(rawOffset, method
188 construct(rawOffset, method
231 construct(rawOffset, method
988 private void construct(int _raw, method in class:SimpleTimeZone
    [all...]
  /external/llvm/include/llvm/CodeGen/
DIE.h 301 template <class T> void construct(T V) { function in class:llvm::DIEValue
338 /// construct the value, rather than calling memcpy, to satisfy strict
346 construct<DIE##T>(*X.get<DIE##T>()); \
350 construct<const DIE##T *>(*X.get<const DIE##T *>()); \
374 construct<DIE##T>(V); \
380 construct<const DIE##T *>(V); \
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/constructor/
Constructor.java 48 * Construct a custom Java instance.
137 * Construct mapping instance (Map, JavaBean) when the runtime class is
140 protected class ConstructMapping implements Construct {
143 * Construct JavaBean. If type safe collections are used please look at
151 public Object construct(Node node) { method in class:Constructor.ConstructMapping
328 * Construct an instance when the runtime class is not known but a global
333 protected class ConstructYamlObject implements Construct {
335 private Construct getConstructor(Node node) {
339 Construct constructor = yamlClassConstructors.get(node.getNodeId());
343 public Object construct(Node node) method in class:Constructor.ConstructYamlObject
372 public Object construct(Node nnode) { method in class:Constructor.ConstructScalar
527 public Object construct(Node node) { method in class:Constructor.ConstructSequence
    [all...]
SafeConstructor.java 45 * Construct standard Java classes
129 // we need to construct keys to avoid duplications
157 public Object construct(Node node) { method in class:SafeConstructor.ConstructYamlNull
174 public Object construct(Node node) { method in class:SafeConstructor.ConstructYamlBool
181 public Object construct(Node node) { method in class:SafeConstructor.ConstructYamlInt
237 public Object construct(Node node) { method in class:SafeConstructor.ConstructYamlFloat
269 public Object construct(Node node) { method in class:SafeConstructor.ConstructYamlBinary
280 public Object construct(Node node) { method in class:SafeConstructor.ConstructYamlNumber
293 return (Number) yamlConstructors.get(Tag.FLOAT).construct(node);
314 public Object construct(Node node) method in class:SafeConstructor.ConstructYamlTimestamp
374 public Object construct(Node node) { method in class:SafeConstructor.ConstructYamlOmap
408 public Object construct(Node node) { method in class:SafeConstructor.ConstructYamlPairs
440 public Object construct(Node node) { method in class:SafeConstructor.ConstructYamlSet
459 public Object construct(Node node) { method in class:SafeConstructor.ConstructYamlStr
465 public Object construct(Node node) { method in class:SafeConstructor.ConstructYamlSeq
485 public Object construct(Node node) { method in class:SafeConstructor.ConstructYamlMap
504 public Object construct(Node node) { method in class:SafeConstructor.ConstructUndefined
    [all...]

Completed in 1281 milliseconds

1 2 3 4 56 7 8 91011>>