HomeSort by relevance Sort by last modified time
    Searched refs:construct (Results 176 - 200 of 517) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/wilhelm/src/itf/
IEngine.c 113 CLEDDevice *thiz = (CLEDDevice *) construct(pCLEDDevice_class, exposedMask, self);
151 CVibraDevice *thiz = (CVibraDevice *) construct(pCVibraDevice_class, exposedMask, self);
187 // Construct our new AudioPlayer instance
188 CAudioPlayer *thiz = (CAudioPlayer *) construct(pCAudioPlayer_class, exposedMask, self);
431 // Construct our new AudioRecorder instance
432 CAudioRecorder *thiz = (CAudioRecorder *) construct(pCAudioRecorder_class, exposedMask,
572 CMidiPlayer *thiz = (CMidiPlayer *) construct(pCMidiPlayer_class, exposedMask, self);
618 CListener *thiz = (CListener *) construct(pCListener_class, exposedMask, self);
655 C3DGroup *thiz = (C3DGroup *) construct(pC3DGroup_class, exposedMask, self);
689 COutputMix *thiz = (COutputMix *) construct(pCOutputMix_class, exposedMask, self)
    [all...]
  /external/chromium_org/content/child/npapi/
npobject_stub.cc 370 npobject_->_class->construct) {
371 return_value = npobject_->_class->construct(
377 return_value = WebBindings::construct(
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/
codecvt_specializations.h 79 // Number of external bytes needed to construct one complete
106 { construct(__obj); }
112 construct(__obj);
179 construct(const encoding_state& __obj) function in class:encoding_state
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/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
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_uninitialized.h 243 __alloc.construct(&*__cur, *__first);
279 __alloc.construct(&*__cur, __x);
304 __alloc.construct(&*__cur, __x);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
codecvt_specializations.h 76 // Number of external bytes needed to construct one complete
103 { construct(__obj); }
109 construct(__obj);
176 construct(const encoding_state& __obj) function in class:encoding_state
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_uninitialized.h 243 __alloc.construct(&*__cur, *__first);
279 __alloc.construct(&*__cur, __x);
304 __alloc.construct(&*__cur, __x);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
codecvt_specializations.h 76 // Number of external bytes needed to construct one complete
103 { construct(__obj); }
109 construct(__obj);
176 construct(const encoding_state& __obj) function in class:encoding_state
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_uninitialized.h 243 __alloc.construct(&*__cur, *__first);
279 __alloc.construct(&*__cur, __x);
304 __alloc.construct(&*__cur, __x);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
codecvt_specializations.h 76 // Number of external bytes needed to construct one complete
103 { construct(__obj); }
109 construct(__obj);
176 construct(const encoding_state& __obj) function in class:encoding_state
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_uninitialized.h 243 __alloc.construct(&*__cur, *__first);
279 __alloc.construct(&*__cur, __x);
304 __alloc.construct(&*__cur, __x);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
codecvt_specializations.h 76 // Number of external bytes needed to construct one complete
103 { construct(__obj); }
109 construct(__obj);
176 construct(const encoding_state& __obj) function in class:encoding_state
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
codecvt_specializations.h 79 // Number of external bytes needed to construct one complete
106 { construct(__obj); }
112 construct(__obj);
179 construct(const encoding_state& __obj) function in class:encoding_state
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
alloc_traits.h 238 typename = decltype(std::declval<_Alloc2*>()->construct(
253 { __a.construct(__p, std::forward<_Args>(__args)...); }
378 * @brief Construct an object of type @a _Tp
383 * Calls <tt> __a.construct(__p, std::forward<Args>(__args)...) </tt>
385 * to construct an object of type @a _Tp at location @a __p from the
389 static void construct(_Alloc& __a, _Tp* __p, _Args&&... __args) function in struct:allocator_traits
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
codecvt_specializations.h 79 // Number of external bytes needed to construct one complete
106 { construct(__obj); }
112 construct(__obj);
179 construct(const encoding_state& __obj) function in class:encoding_state
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
codecvt_specializations.h 79 // Number of external bytes needed to construct one complete
106 { construct(__obj); }
112 construct(__obj);
179 construct(const encoding_state& __obj) function in class:encoding_state
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
alloc_traits.h 238 typename = decltype(std::declval<_Alloc2*>()->construct(
253 { __a.construct(__p, std::forward<_Args>(__args)...); }
378 * @brief Construct an object of type @a _Tp
383 * Calls <tt> __a.construct(__p, std::forward<Args>(__args)...) </tt>
385 * to construct an object of type @a _Tp at location @a __p from the
389 static void construct(_Alloc& __a, _Tp* __p, _Args&&... __args) function in struct:allocator_traits
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
codecvt_specializations.h 79 // Number of external bytes needed to construct one complete
106 { construct(__obj); }
112 construct(__obj);
179 construct(const encoding_state& __obj) function in class:encoding_state
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/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
  /prebuilts/ndk/9/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
  /art/compiler/utils/
arena_containers.h 169 void construct(pointer p, const_reference val) { function in class:art::ArenaAllocatorAdapter
scoped_arena_containers.h 152 void construct(pointer p, const_reference val) { function in class:art::ScopedArenaAllocatorAdapter
  /external/chromium_org/third_party/WebKit/public/web/
WebBindings.h 61 BLINK_EXPORT static bool construct(NPP, NPObject*, const NPVariant* args, uint32_t argCount, NPVariant* result);
  /external/chromium_org/third_party/angle/src/compiler/translator/
PoolAlloc.h 284 void construct(pointer p, const T& val) { new ((void *)p) T(val); } function in class:pool_allocator

Completed in 1144 milliseconds

1 2 3 4 5 6 78 91011>>