/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/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
|
throw_allocator.h | 643 construct(pointer __p, const value_type& val) function 644 { return _M_allocator.construct(__p, val); } 649 construct(pointer __p, _Args&&... __args) function 650 { return _M_allocator.construct(__p, std::forward<_Args>(__args)...); }
|
/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
|
throw_allocator.h | 647 construct(_Up* __p, _Args&&... __args) function 648 { return _M_allocator.construct(__p, std::forward<_Args>(__args)...); } 656 construct(pointer __p, const value_type& val) function 657 { return _M_allocator.construct(__p, val); }
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/impl/ |
profiler_hash_func.h | 115 // Insert a new node at construct with object, callstack and initial size.
|
/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
|
throw_allocator.h | 643 construct(pointer __p, const value_type& val) function 644 { return _M_allocator.construct(__p, val); } 649 construct(pointer __p, _Args&&... __args) function 650 { return _M_allocator.construct(__p, std::forward<_Args>(__args)...); }
|
/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
|
throw_allocator.h | 647 construct(_Up* __p, _Args&&... __args) function 648 { return _M_allocator.construct(__p, std::forward<_Args>(__args)...); } 656 construct(pointer __p, const value_type& val) function 657 { return _M_allocator.construct(__p, val); }
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/impl/ |
profiler_hash_func.h | 115 // Insert a new node at construct with object, callstack and initial size.
|
/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
|
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/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/ |
types.h | 61 /// Parallel with OpenMP taskqueue construct.
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/impl/ |
profiler_hash_func.h | 115 // Insert a new node at construct with object, callstack and initial size.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
DelegatingAction.java | 36 * Construct a new delegate of the given action
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
WorkingSetGroup.java | 57 // *before* we construct the control. However the control is created when the
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
TraceFileWriter.java | 38 * Construct a trace file writer.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/ |
GLCompositeProperty.java | 31 /** Construct a composite property given a list of {@link IGLProperty} objects. */
|
GLListProperty.java | 33 * Construct a list of properties of given size from the provided template.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/ |
GLPropertyAccessor.java | 58 * Factory method used to construct a {@link GLPropertyAccessor}.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/ |
GdbServerTask.java | 43 * Construct a gdbserver task.
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
IncomingMessage.java | 124 // construct the Notification object. 177 // construct the Notification object.
|
/development/tools/axl/ |
singletonmixin.py | 17 2) The usual idiom to construct an instance by calling the class, i.e. 128 If the singleton needs args to construct, include them in the first
|