HomeSort by relevance Sort by last modified time
    Searched full:construct (Results 551 - 575 of 2991) sorted by null

<<21222324252627282930>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
types.h 59 /// Parallel with OpenMP taskqueue construct.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/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/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/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/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++/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
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
LogCatMessageList.java 40 * Construct an empty message list.
  /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.
  /tools/motodev/src/help/studio_help/src/topics/
u_db-sql-scrapbook.dita 44 select <uicontrol>Edit in SQL Query Builder</uicontrol> to construct your SQL query statement interactively.
  /tools/motodev/src/plugins/android/src/com/motorola/studio/android/command/
CleanProjects.java 113 // Construct a list of valid projects to be cleaned
  /tools/motodev/src/plugins/emulator/src/com/motorola/studio/android/emulator/core/emulationui/
EmuViewerNode.java 32 * A class should construct an instance of this class whenever it wishes
  /tools/motodev/src/plugins/preflighting.core/src/com/motorolamobility/preflighting/core/validation/
ApplicationValidationResult.java 44 * Construct a new ApplicationValidationResult with the given parameters.
  /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
  /development/tools/emulator/system/camera/
EmulatedFakeCamera2.h 81 /** Construct default request */
149 /** Construct static camera metadata, two-pass */

Completed in 854 milliseconds

<<21222324252627282930>>