HomeSort by relevance Sort by last modified time
    Searched defs:get (Results 351 - 375 of 2528) sorted by null

<<11121314151617181920>>

  /libcore/luni/src/main/java/java/util/
UnsafeArrayList.java 51 public T get(int i) { method in class:UnsafeArrayList
  /libnativehelper/include/nativehelper/
ScopedBytes.h 67 const jbyte* get() const { function in class:ScopedBytesRO
75 jbyte* get() { function in class:ScopedBytesRW
ScopedStringChars.h 24 // passed a null jstring, and get will return NULL.
28 // if (name.get() == NULL) {
51 const jchar* get() const { function in class:ScopedStringChars
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/
Emplaceable.h 29 int get() const {return int_;} function in class:Emplaceable
38 std::size_t operator()(const Emplaceable& x) const {return x.get();}
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_num_get.h 64 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, function in class:num_get
70 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, function in class:num_get
74 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, function in class:num_get
79 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, function in class:num_get
83 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, function in class:num_get
87 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, function in class:num_get
91 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, function in class:num_get
96 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, function in class:num_get
100 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, function in class:num_get
105 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str function in class:num_get
109 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, function in class:num_get
114 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, function in class:num_get
119 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str, function in class:num_get
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/
reference_content.hpp 66 RefT get() const function in class:boost::detail::reference_content
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
ref.hpp 49 T& get() const { return *t_; } function in class:boost::reference_wrapper
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/
scoped_array.hpp 84 T * get() const // never throws function in class:boost::scoped_array
scoped_ptr.hpp 101 T * get() const // never throws function in class:boost::scoped_ptr
122 // get_pointer(p) is a generic way to say p.get()
126 return p.get();
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/iterator/
input_iterator_facade.hpp 42 static bool get( Facade& f ) function in class:boost::unit_test::input_iterator_core_access
44 return f.get();
85 m_valid = input_iterator_core_access::get( *static_cast<Derived*>(this) );
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/env/
environment.hpp 131 get( cstring var_name ) function in namespace:boost::BOOST_RT_PARAM_NAMESPACE::environment
140 get( cstring var_name ) function in namespace:boost::BOOST_RT_PARAM_NAMESPACE::environment
149 get( cstring var_name, boost::optional<T>& res ) function in namespace:boost::BOOST_RT_PARAM_NAMESPACE::environment
  /packages/apps/Camera/src/com/android/camera/
PreferenceGroup.java 44 public CameraPreference get(int index) { method in class:PreferenceGroup
45 return list.get(index);
RecordLocationPreference.java 43 return get(getSharedPreferences(), mResolver) ? VALUE_ON : VALUE_OFF;
46 public static boolean get( method in class:RecordLocationPreference
  /packages/apps/Camera2/src/com/android/camera/
PreferenceGroup.java 44 public CameraPreference get(int index) { method in class:PreferenceGroup
45 return list.get(index);
RecordLocationPreference.java 43 return get(getSharedPreferences(), mResolver) ? VALUE_ON : VALUE_OFF;
46 public static boolean get( method in class:RecordLocationPreference
  /packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
ProcessorBase.java 31 * {@link #get()} and {@link #get(long, TimeUnit)}, which are form {@link Future}, aren't
64 public final Object get() { method in class:ProcessorBase
72 public final Object get(long timeout, TimeUnit unit) { method in class:ProcessorBase
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
TransitionStore.java 29 mStorage.put(key, get(key, valueIfNull));
33 public <T> T get(Object key) { method in class:TransitionStore
34 return (T) mStorage.get(key);
38 public <T> T get(Object key, T valueIfNull) { method in class:TransitionStore
39 T value = (T) mStorage.get(key);
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
RangeArray.java 42 public T get(int i) { method in class:RangeArray
  /packages/apps/LegacyCamera/src/com/android/camera/
PreferenceGroup.java 44 public CameraPreference get(int index) { method in class:PreferenceGroup
45 return list.get(index);
RecordLocationPreference.java 45 return get(getSharedPreferences(), mResolver) ? VALUE_ON : VALUE_OFF;
48 public static boolean get( method in class:RecordLocationPreference
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
NowOrLaterWrapper.java 32 return consumer.consume(get(value));
37 return get(mWrapped.getNow());
49 public abstract B get(A value); method in class:NowOrLaterWrapper
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiConfigInfo.java 53 configList.append(wifiConfigs.get(i));
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
AttachmentLoader.java 52 public Attachment get() { method in class:AttachmentLoader.AttachmentCursor
54 Attachment m = mCache.get(uri);
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
ObjectCache.java 53 public T get() { method in class:ObjectCache
66 * returned by subsequent calls to get()
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/
DomainList.java 56 public String get(int index) { method in class:DomainList
59 return domains.get(index);
70 out.append(get(i)); method

Completed in 524 milliseconds

<<11121314151617181920>>