/frameworks/wilhelm/src/ |
sync.c | 65 // Could be NULL during construct or destroy
|
/libcore/luni/src/main/java/org/xml/sax/ext/ |
Locator2Impl.java | 34 * Construct a new, empty Locator2Impl object.
|
/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
conditionals | 112 # Test some random "else if..." construct nesting
|
/packages/apps/Exchange/exchange2/src/com/android/exchange/provider/ |
GalResult.java | 59 // The Builder we use to construct the PackedString
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
throw_allocator.h | 233 construct(pointer __p, const T& val) function in class:throw_allocator 234 { return std::allocator<value_type>().construct(__p, val); } 239 construct(pointer __p, _Args&&... __args) function in class:throw_allocator 242 construct(__p, std::forward<_Args>(__args)...);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
wctype.h | 170 /* Construct value that describes a class of wide characters identified 217 /* Construct value that describes a mapping between wide characters 283 /* Construct value that describes a class of wide characters identified 304 /* Construct value that describes a mapping between wide characters
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
shared_ptr.h | 97 * @brief Construct an empty %shared_ptr. 106 * @brief Construct a %shared_ptr that owns the pointer @a __p. 116 * @brief Construct a %shared_ptr that owns the pointer @a __p 133 * @brief Construct a %shared_ptr that owns a null pointer 150 * @brief Construct a %shared_ptr that owns the pointer @a __p 169 * @brief Construct a %shared_ptr that owns a null pointer 196 * This can be used to construct a @c shared_ptr to a sub-object 211 * otherwise construct a %shared_ptr that shares ownership 262 * @brief Construct an empty %shared_ptr.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
wctype.h | 170 /* Construct value that describes a class of wide characters identified 217 /* Construct value that describes a mapping between wide characters 283 /* Construct value that describes a class of wide characters identified 304 /* Construct value that describes a mapping between wide characters
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
wctype.h | 170 /* Construct value that describes a class of wide characters identified 217 /* Construct value that describes a mapping between wide characters 283 /* Construct value that describes a class of wide characters identified 304 /* Construct value that describes a mapping between wide characters
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
shared_ptr.h | 97 * @brief Construct an empty %shared_ptr. 106 * @brief Construct a %shared_ptr that owns the pointer @a __p. 116 * @brief Construct a %shared_ptr that owns the pointer @a __p 133 * @brief Construct a %shared_ptr that owns a null pointer 150 * @brief Construct a %shared_ptr that owns the pointer @a __p 169 * @brief Construct a %shared_ptr that owns a null pointer 196 * This can be used to construct a @c shared_ptr to a sub-object 211 * otherwise construct a %shared_ptr that shares ownership 262 * @brief Construct an empty %shared_ptr.
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
throw_allocator.h | 233 construct(pointer __p, const T& val) function in class:throw_allocator 234 { return std::allocator<value_type>().construct(__p, val); } 239 construct(pointer __p, _Args&&... __args) function in class:throw_allocator 242 construct(__p, std::forward<_Args>(__args)...);
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
throw_allocator.h | 233 construct(pointer __p, const T& val) function in class:throw_allocator 234 { return std::allocator<value_type>().construct(__p, val); } 239 construct(pointer __p, _Args&&... __args) function in class:throw_allocator 242 construct(__p, std::forward<_Args>(__args)...);
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/ |
throw_allocator.h | 233 construct(pointer __p, const T& val) function in class:throw_allocator 234 { return std::allocator<value_type>().construct(__p, val); } 239 construct(pointer __p, _Args&&... __args) function in class:throw_allocator 242 construct(__p, std::forward<_Args>(__args)...);
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/ext/ |
throw_allocator.h | 233 construct(pointer __p, const T& val) function in class:throw_allocator 234 { return std::allocator<value_type>().construct(__p, val); } 239 construct(pointer __p, _Args&&... __args) function in class:throw_allocator 242 construct(__p, std::forward<_Args>(__args)...);
|
/sdk/common/src/com/android/xml/ |
AndroidXPathFactory.java | 55 * Construct the context with the prefix associated with the android namespace.
|
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
ThreadInfo.java | 38 * Construct with basic identification.
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/ |
LogCatMessage.java | 37 * Construct an immutable log message object.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
Overlay.java | 35 * Construct the overlay, using the given graphics context for painting.
|
/tools/motodev/src/help/studio_help/src/topics/ |
t_code-generator.dita | 17 <cmd>Construct your layout file, ensuring that it contains all of the UI elements that you want to
|
/tools/motodev/src/plugins/db.core/src/com/motorolamobility/studio/android/db/core/event/ |
DatabaseModelEventManager.java | 35 //Singleton - avoid extensions and other means to construct an instance
|
/tools/motodev/src/plugins/emulator/src/com/motorola/studio/android/emulator/core/emulationui/ |
EmuViewerRootNode.java | 38 * A class should construct an instance of this class whenever an emulator information is to be
|
/tools/motodev/src/plugins/preflighting.core/src/com/motorolamobility/preflighting/core/applicationdata/ |
XMLElement.java | 36 * Construct an XMLElement object with the given parameters.
|
/external/llvm/include/llvm/Support/ |
PathV1.h | 95 /// Construct a path to the root directory of the file system. The root 104 /// Construct a path to a unique temporary directory that is created in 110 /// @brief Construct a path to an new, unique, existing temporary 114 /// Construct a vector of sys::Path that contains the "standard" system 116 /// @brief Construct a path to the system library directory 119 /// Construct a vector of sys::Path that contains the "standard" bitcode 125 /// @brief Construct a list of directories in which bitcode could be 134 /// Construct a path to the current user's home directory. The 140 /// @brief Construct a path to the current user's "home" directory 143 /// Construct a path to the current directory for the current process [all...] |
/dalvik/tests/068-classloader/src/ |
FancyLoader.java | 49 * Construct FancyLoader, grabbing a reference to the DexFile class 87 * Construct a DexFile object through reflection.
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
AVTPartXPath.java | 71 * Construct a simple AVT part. 81 * Construct a simple AVT part.
|