HomeSort by relevance Sort by last modified time
    Searched defs:get (Results 101 - 125 of 6969) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/tensorflow/tensorflow/examples/android/jni/object_tracking/
jni_utils.h 32 int64_t get(JNIEnv* env, jobject thiz) { function in class:JniLongField
  /external/testng/src/main/java/org/testng/internal/thread/
IFutureResult.java 9 Object get() throws InterruptedException, ThreadExecutionException; method in interface:IFutureResult
  /external/testng/src/main/java/org/testng/mustache/
Value.java 10 public Object get() { method in class:Value
  /external/turbine/java/com/google/turbine/binder/env/
Env.java 26 * contains the binary name of the type. To get the {@link BoundClass} for that supertype, an {@code
37 V get(S sym); method in interface:Env
  /external/v8/tools/clang/base_bind_rewriters/tests/
test-expected.cc 8 void* get() { return 0; } function in class:scoped_refptr
31 base::Bind(&Foo::Bar, foo, foo.get());
32 base::Bind(&Foo::Baz, foo.get());
test-original.cc 8 void* get() { return 0; } function in class:scoped_refptr
26 base::Bind(&Foo::Bar, foo.get());
27 Bind(&Foo::Bar, foo.get());
28 base::Bind(&Foo::Bar, (&foo)->get());
29 base::Bind(&Foo::Bar, foo.get(
32 .get());
33 base::Bind(&Foo::Bar, foo.get(), foo.get());
34 base::Bind(&Foo::Baz, foo.get());
35 base::Bind(&Foo::Bar, foo.scoped_refptr<int>::get());
    [all...]
  /external/webrtc/webrtc/modules/desktop_capture/mac/
scoped_pixel_buffer_object.h 30 GLuint get() const { return pixel_buffer_object_; } function in class:webrtc::ScopedPixelBufferObject
  /external/wpa_supplicant_8/src/utils/
ext_password_i.h 18 struct wpabuf * (*get)(void *ctx, const char *name); member in struct:ext_password_backend
  /frameworks/av/services/audiopolicy/engineconfigurable/src/
InputSource.cpp 63 audio_devices_t Element<audio_source_t>::get<audio_devices_t>() const function in class:android::audio_policy::Element
Strategy.cpp 60 audio_devices_t Element<routing_strategy>::get<audio_devices_t>() const function in class:android::audio_policy::Element
Stream.cpp 59 routing_strategy Element<audio_stream_type_t>::get<routing_strategy>() const function in class:android::audio_policy::Element
77 audio_stream_type_t Element<audio_stream_type_t>::get<audio_stream_type_t>() const function in class:android::audio_policy::Element
Usage.cpp 48 routing_strategy Element<audio_usage_t>::get<routing_strategy>() const function in class:android::audio_policy::Element
  /frameworks/base/core/java/android/util/
EventLogTags.java 42 public Description get(String name) { return null; } method in class:EventLogTags
44 public Description get(int tag) { return null; } method in class:EventLogTags
Singleton.java 31 public final T get() { method in class:Singleton
  /frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyAndException/src/com/android/multidexlegacyandexception/tests/
NoActivityIntermediate.java 21 public static int get() { method in class:NoActivityIntermediate
22 return NoActivitySubTest.get();
NoActivitySubTest.java 21 public static int get() { method in class:NoActivitySubTest
  /frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestAppTests/src/com/android/multidexlegacytestapp/test/
Intermediate.java 5 public static int get() { method in class:Intermediate
6 return SubTest.get();
SubTest.java 7 public static int get() { method in class:SubTest
  /frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestAppTests2/src/com/android/multidexlegacytestapp/test2/
Intermediate.java 5 public static int get() { method in class:Intermediate
6 return SubTest.get();
SubTest.java 7 public static int get() { method in class:SubTest
  /frameworks/base/opengl/java/com/google/android/gles_jni/
EGLConfigImpl.java 28 long get() { method in class:EGLConfigImpl
  /frameworks/native/libs/ui/include/ui/
GraphicBufferMapper.h 30 // when/if we get rid of gralloc, we should provide aliases or fix call sites.
48 static inline GraphicBufferMapper& get() { return getInstance(); } function in class:android::GraphicBufferMapper
  /frameworks/rs/
rsMatrix2x2.h 28 inline float get(uint32_t col, uint32_t row) const { function in struct:android::renderscript::Matrix2x2
rsMatrix3x3.h 28 inline float get(uint32_t col, uint32_t row) const { function in struct:android::renderscript::Matrix3x3
  /libcore/benchmarks/src/benchmarks/regression/
ThreadLocalBenchmark.java 28 BUFFER.get();

Completed in 368 milliseconds

1 2 3 45 6 7 8 91011>>