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

<<11121314151617181920>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
streambuf_iterator.h 103 /// Construct end of input stream iterator.
113 /// Construct start of input stream iterator.
117 /// Construct start of streambuf iterator.
242 /// Construct output iterator from ostream.
246 /// Construct output iterator from streambuf.
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/
scoped_allocator 201 __o_traits::construct(__outer, __p, std::forward<_Args>(__args)...);
214 __o_traits::construct(__outer, __p, allocator_arg, inner_allocator(),
225 __o_traits::construct(__outer, __p, std::forward<_Args>(__args)...,
333 void construct(_Tp* __p, _Args&&... __args)
341 // TODO: construct pairs
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
streambuf_iterator.h 101 /// Construct end of input stream iterator.
111 /// Construct start of input stream iterator.
115 /// Construct start of streambuf iterator.
240 /// Construct output iterator from ostream.
244 /// Construct output iterator from streambuf.
alloc_traits.h 239 typename = decltype(std::declval<_Alloc2*>()->construct(
254 { __a.construct(__p, std::forward<_Args>(__args)...); }
380 * @brief Construct an object of type @a _Tp
385 * Calls <tt> __a.construct(__p, std::forward<Args>(__args)...) </tt>
387 * to construct an object of type @a _Tp at location @a __p from the
391 static auto construct(_Alloc& __a, _Tp* __p, _Args&&... __args)
518 = decltype(_Traits::construct(std::declval<_Alloc&>(),
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
XSLTElementDef.java 39 * Construct an instance of XSLTElementDef. This must be followed by a
45 * Construct an instance of XSLTElementDef.
73 * Construct an instance of XSLTElementDef.
104 * Construct an instance of XSLTElementDef.
128 * Construct an instance of XSLTElementDef.
156 * Construct an instance of XSLTElementDef.
186 * Construct an instance of XSLTElementDef.
212 * Construct an instance of XSLTElementDef.
236 * Construct an instance of XSLTElementDef that represents text.
253 * Construct an instance of XSLTElementDef
    [all...]
  /external/libvpx/libvpx/vp8/common/arm/neon/
sixtappredict16x16_neon.asm 96 vext.8 d28, d6, d7, #1 ;construct src_ptr[-1]
112 vext.8 d28, d6, d7, #4 ;construct src_ptr[2]
128 vext.8 d28, d6, d7, #5 ;construct src_ptr[3]
144 vext.8 d28, d6, d7, #2 ;construct src_ptr[0]
160 vext.8 d28, d6, d7, #3 ;construct src_ptr[1]
324 vext.8 d20, d6, d7, #1 ;construct src_ptr[-1]
328 vext.8 d24, d6, d7, #4 ;construct src_ptr[2]
332 vext.8 d28, d6, d7, #5 ;construct src_ptr[3]
348 vext.8 d22, d6, d7, #2 ;construct src_ptr[0]
353 vext.8 d26, d6, d7, #3 ;construct src_ptr[1
    [all...]
  /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);
427 // Construct our new AudioRecorder instance
428 CAudioRecorder *thiz = (CAudioRecorder *) construct(pCAudioRecorder_class, exposedMask,
566 CMidiPlayer *thiz = (CMidiPlayer *) construct(pCMidiPlayer_class, exposedMask, self);
612 CListener *thiz = (CListener *) construct(pCListener_class, exposedMask, self);
649 C3DGroup *thiz = (C3DGroup *) construct(pC3DGroup_class, exposedMask, self);
683 COutputMix *thiz = (COutputMix *) construct(pCOutputMix_class, exposedMask, self)
    [all...]
  /external/chromium_org/content/browser/renderer_host/
web_input_event_aura.cc 196 // The approach is to fully construct a blink::WebInputEvent from the
201 // necessary information to construct a WebMouseEvent. So instead of extracting
208 // Construct an untranslated event from the platform event data.
237 // Construct an untranslated event from the platform event data.
260 // Construct an untranslated event from the platform event data.
281 // Windows can figure out whether or not to construct a RawKeyDown or a Char
  /external/clang/include/clang/Driver/
Driver.h 234 /// BuildCompilation - Construct a compilation object for a command
253 /// BuildInputs - Construct the list of inputs and their types from
263 /// BuildActions - Construct the list of actions to perform for the
272 /// BuildUniversalActions - Construct the list of actions to perform
345 /// ConstructAction - Construct the appropriate action to do for
351 /// BuildJobsForAction - Construct the jobs to perform for the
  /external/icu4c/i18n/
tblcoll.cpp 93 construct(rules,
103 construct(rules,
114 construct(rules,
125 construct(rules,
156 RuleBasedCollator::construct(const UnicodeString& rules, function in class:RuleBasedCollator
276 * which will construct a collator that's functionally identical to this one.
  /external/proguard/src/proguard/classfile/util/
DynamicClassReferenceInitializer.java 243 // Try to match the Class.forName("SomeClass") construct.
253 // Don't look for the dynamic construct.
258 // construct.
265 // Print out a note about the construct.
269 // Try to match the javac .class construct.
281 // Try to match the jikes .class construct.
  /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
  /external/chromium-trace/trace-viewer/third_party/python_gflags/
gflags_validators.py 95 """Given flag values, construct the input to be given to checker.
134 """Given flag values, construct the input to be given to checker.
169 """Given flag values, construct the input to be given to checker.
  /external/chromium_org/chrome/browser/speech/
tts_mac.mm 32 // We construct a new NSSpeechSynthesizer for each utterance, for
118 // Deliberately construct a new speech synthesizer every time Speak is
268 // This depends on the fact that we construct a new NSSpeechSynthesizer
  /external/chromium_org/third_party/icu/source/test/intltest/
fldset.cpp 20 construct((UDebugEnumType)-1, fieldCount);
24 construct(field, udbg_enumCount(field));
35 void FieldsSet::construct(UDebugEnumType field, int32_t fieldCount) { function in class:FieldsSet
  /external/chromium_org/third_party/python_gflags/
gflags_validators.py 95 """Given flag values, construct the input to be given to checker.
134 """Given flag values, construct the input to be given to checker.
169 """Given flag values, construct the input to be given to checker.
  /external/chromium_org/v8/src/
lazy-instance.h 61 // static void Construct(MyClass* allocated_ptr) {
131 ConstructTrait::Construct(MutableInstance(storage));
154 static void Construct(T* allocated_ptr) {
proxy.js 57 var construct = constructTrap
59 return %Apply(construct, UNDEFINED, arguments, 0, %_ArgumentsLength());
63 ["createFunction", "construct"])
  /external/clang/include/clang/AST/
CharUnits.h 52 /// Zero - Construct a CharUnits quantity of zero.
57 /// One - Construct a CharUnits quantity of one.
62 /// fromQuantity - Construct a CharUnits quantity from a raw integer type.
  /external/clang/include/clang/ASTMatchers/
ASTMatchFinder.h 10 // Provides a way to construct an ASTConsumer that runs given matchers
13 // The general idea is to construct a matcher expression that describes a
19 // the match or construct changes that can be applied to the code.
  /external/icu4c/test/intltest/
colldata.h 58 * Construct a <code>CEList</code> object.
129 * Construct an empty <code>StringList</code>
211 * Construct a <code>CollData</code> object.
fldset.cpp 20 construct((UDebugEnumType)-1, fieldCount);
24 construct(field, udbg_enumCount(field));
35 void FieldsSet::construct(UDebugEnumType field, int32_t fieldCount) { function in class:FieldsSet
  /external/v8/src/
lazy-instance.h 61 // static void Construct(MyClass* allocated_ptr) {
128 ConstructTrait::Construct(MutableInstance(storage));
153 static void Construct(T* allocated_ptr) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
pool_allocator.h 160 // 402. wrong new expression in [some_] allocator::construct
162 construct(pointer __p, const _Tp& __val) function in class:__pool_alloc
168 construct(pointer __p, _Args&&... __args) function in class:__pool_alloc

Completed in 839 milliseconds

<<11121314151617181920>>