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

<<31323334353637383940>>

  /frameworks/compile/mclinker/include/mcld/ADT/
TreeAllocator.h 46 Alloc::construct(result);
  /frameworks/ex/variablespeed/src/com/android/ex/variablespeed/
EngineParameters.java 93 * We use the builder pattern to construct an {@link EngineParameters}
  /frameworks/native/services/surfaceflinger/EventLog/
EventLog.h 41 * EventLogBuffer is a helper class to construct an in-memory event log
  /libcore/luni/src/main/java/java/io/
StringBufferInputStream.java 46 * Construct a new {@code StringBufferInputStream} with {@code str} as
  /libcore/luni/src/main/java/java/lang/ref/
FinalizerReference.java 33 // The links used to construct the list.
  /libcore/luni/src/main/java/java/net/
ProxySelectorImpl.java 124 // construct pattern
  /libcore/luni/src/main/java/java/util/prefs/
PreferenceChangeEvent.java 50 * Construct a new {@code PreferenceChangeEvent} instance.
  /libcore/luni/src/test/java/libcore/java/text/
OldAttributedStringTest.java 159 * construct AttributedString. Case 2: Try to construct
166 // case 1: Try to construct AttributedString
182 // case 2: Try to construct AttributedString using 0-length text and
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/win32/
locale_win32.cpp 15 // FIXME: base currently unused. Needs manual work to construct the new locale
  /packages/apps/Contacts/src/com/android/contacts/editor/
ViewIdGenerator.java 31 * lifecycle, so that we can re-construct view state (e.g. focused view) when the screen rotates.
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
MotionEventHelper.java 103 // Construct and transform a vector oriented at the specified clockwise
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationMessage.java 100 * Public object that knows how to construct Messages given Cursors.
  /packages/apps/UnifiedEmail/src/com/android/mail/content/
ObjectCursor.java 32 /** An object that knows how to construct {@link T} objects using cursors. */
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
CharEscaperBuilder.java 70 * Construct a new sparse array builder.
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
CharEscaperBuilder.java 71 * Construct a new sparse array builder.
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/input/
CharSequenceReader.java 38 * Construct a new instance with the specified character sequence.
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/
AddressList.java 88 // copy-on-construct this time, because subclasses
  /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

Completed in 456 milliseconds

<<31323334353637383940>>