HomeSort by relevance Sort by last modified time
    Searched defs:Ref (Results 1 - 12 of 12) sorted by null

  /libcore/luni/src/main/java/java/sql/
Ref.java 23 * This interface represents an SQL Ref - a data object containing a cursor
26 * The data structure identified by an instance of Ref is held in the
29 * the database supports the {@code Ref} type, it is not typically
31 * the {@code Ref} object can be used in place of the data structure.
33 * A {@code Ref} object is stored into the database using the
34 * {@link PreparedStatement#setRef(int, Ref)} method.
36 public interface Ref {
40 * {@code Ref} references.
49 * Gets the SQL structured type instance referenced by this {@code Ref}.
72 * Sets the value of the structured type that this {@code Ref} references t
    [all...]
  /hardware/ril/mock-ril/src/cpp/
node_object_wrap.h 74 /* Ref() marks the object as being attached to an event loop.
78 virtual void Ref() {
  /external/libvpx/vp8/common/x86/
postproc_mmx.c 1118 char *Ref = Rand + (rand() & 0xff);
1124 mov edi, Ref
    [all...]
  /external/libvpx/vp8/common/
postproc.c 478 char *Ref = (char *)(noise + (rand() & 0xff));
488 Pos[j] += Ref[j];
    [all...]
  /frameworks/base/opengl/libs/EGL/
egl.cpp 107 N* ref; member in struct:android::egl_object_t::LocalRef
108 LocalRef(T o) : ref(0) {
111 ref = native;
115 if (ref && ref->put()) {
116 delete ref;
120 return ref;
123 if (ref) {
124 android_atomic_inc(&ref->count);
128 if (ref) {
    [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 615 milliseconds