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

1 2 3 4 56 7 8 91011>>

  /frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/dataclass/
OuterClass_InnerClass_Delegate.java 26 // The delegate override of Inner.get return 6 + a + b
27 public static int get(OuterClass outer, InnerClass inner, int a, long b) { method in class:OuterClass_InnerClass_Delegate
  /frameworks/rs/
rsMatrix2x2.h 28 inline float get(uint32_t x, uint32_t y) const { function in struct:android::renderscript::Matrix2x2
rsMatrix3x3.h 28 inline float get(uint32_t x, uint32_t y) const { function in struct:android::renderscript::Matrix3x3
  /libcore/dalvik/src/main/java/dalvik/system/
SocketTagger.java 77 public static synchronized SocketTagger get() { method in class:SocketTagger
  /libcore/luni/src/main/java/java/io/
EmulatedFieldsForLoading.java 33 // The actual representation, with a more powerful API (set&get)
98 public byte get(String name, byte defaultValue) throws IOException, method in class:EmulatedFieldsForLoading
100 return emulatedFields.get(name, defaultValue);
121 public char get(String name, char defaultValue) throws IOException, method in class:EmulatedFieldsForLoading
123 return emulatedFields.get(name, defaultValue);
144 public double get(String name, double defaultValue) throws IOException, method in class:EmulatedFieldsForLoading
146 return emulatedFields.get(name, defaultValue);
167 public float get(String name, float defaultValue) throws IOException, method in class:EmulatedFieldsForLoading
169 return emulatedFields.get(name, defaultValue);
190 public int get(String name, int defaultValue) throws IOException method in class:EmulatedFieldsForLoading
213 public long get(String name, long defaultValue) throws IOException, method in class:EmulatedFieldsForLoading
236 public Object get(String name, Object defaultValue) throws IOException, method in class:EmulatedFieldsForLoading
259 public short get(String name, short defaultValue) throws IOException, method in class:EmulatedFieldsForLoading
283 public boolean get(String name, boolean defaultValue) throws IOException, method in class:EmulatedFieldsForLoading
    [all...]
  /libcore/luni/src/main/java/java/net/
CookieHandler.java 55 public abstract Map<String, List<String>> get(URI uri, method in class:CookieHandler
CookieStore.java 64 List<HttpCookie> get(URI uri); method in interface:CookieStore
67 * Get all cookies in cookie store which are not expired.
75 * Get a set of URIs, which is composed of associated URI with all the
ResponseCache.java 64 public abstract CacheResponse get(URI uri, String requestMethod, method in class:ResponseCache
  /libcore/luni/src/main/java/java/util/
Dictionary.java 56 public abstract V get(Object key); method in class:Dictionary
89 * @see #get
102 * @see #get
  /libcore/luni/src/main/java/java/util/concurrent/
Future.java 14 * {@code get} when the computation has completed, blocking if
41 * displayText(future.get()); // use future
59 * actions following the corresponding {@code Future.get()} in another thread.
65 * @param <V> The result type returned by this Future's {@code get} method
122 V get() throws InterruptedException, ExecutionException; method in interface:Future
138 V get(long timeout, TimeUnit unit) method in interface:Future
  /libcore/luni/src/main/java/libcore/internal/
StringPool.java 43 public String get(char[] array, int start, int length) { method in class:StringPool
  /libcore/luni/src/main/native/
ExecStrings.cpp 38 char* string = const_cast<char*>(env_->GetStringUTFChars(java_string.get(), NULL));
57 env_->ReleaseStringUTFChars(java_string.get(), array_[i]);
69 char** ExecStrings::get() { function in class:ExecStrings
NetFd.h 39 int get() const { function in class:NetFd
  /libnativehelper/include/nativehelper/
ScopedLocalRef.h 50 T get() const { function in class:ScopedLocalRef
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/
MoveOnly.h 22 int get() const {return data_;} function in class:MoveOnly
34 std::size_t operator()(const MoveOnly& x) const {return x.get();}
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/
MoveOnly.h 22 int get() const {return data_;} function in class:MoveOnly
34 std::size_t operator()(const MoveOnly& x) const {return x.get();}
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/
UTypes.fail.cpp 38 int get() const {return data_;} function in class:MoveOnly
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/exception/
get_error_info.hpp 32 get( exception const & x ) function in struct:boost::exception_detail::get_info
34 if( exception_detail::error_info_container * c=x.data_.get() )
35 if( shared_ptr<exception_detail::error_info_base> eib = c->get(BOOST_EXCEPTION_STATIC_TYPEID(ErrorInfo)) )
38 BOOST_ASSERT( 0!=dynamic_cast<ErrorInfo *>(eib.get()) );
40 ErrorInfo * w = static_cast<ErrorInfo *>(eib.get());
53 get( exception const & x ) function in struct:boost::exception_detail::get_info
65 get( exception const & x ) function in struct:boost::exception_detail::get_info
77 get( exception const & x ) function in struct:boost::exception_detail::get_info
104 return exception_detail::get_info<ErrorInfo>::get(x);
111 return exception_detail::get_info<ErrorInfo>::get(x)
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
framework.hpp 69 BOOST_TEST_DECL test_unit& get( test_unit_id, test_unit_type );
71 UnitType& get( test_unit_id id ) function in namespace:boost::unit_test::framework
73 return static_cast<UnitType&>( get( id, static_cast<test_unit_type>(UnitType::type) ) );
  /packages/apps/Camera2/src/com/android/camera/exif/
ByteBufferInputStream.java 35 return mBuf.get() & 0xFF;
45 mBuf.get(bytes, off, len);
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ByteBufferInputStream.java 35 return mBuf.get() & 0xFF;
45 mBuf.get(bytes, off, len);
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/util/
Future.java 24 // value will be provided to get(). The implementation may choose to return
27 // - get() does not throw exceptions.
33 public T get(); method in interface:Future
  /packages/apps/Gallery2/src/com/android/gallery3d/anim/
FloatAnimation.java 37 public float get() { method in class:FloatAnimation
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
AnimationTime.java 37 public static long get() { method in class:AnimationTime
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
Holder.java 26 public T get() { method in class:Holder

Completed in 32 milliseconds

1 2 3 4 56 7 8 91011>>