HomeSort by relevance Sort by last modified time
    Searched defs:getRef (Results 1 - 25 of 153) sorted by null

1 2 3 4 5 6 7

  /hardware/intel/img/hwcomposer/merrifield/include/
BufferMapper.h 44 int getRef() const
  /hardware/intel/img/hwcomposer/moorefield_hdmi/include/
BufferMapper.h 44 int getRef() const
  /packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/
RefcountObject.java 52 public synchronized int getRef() {
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
MemberIdItem.java 58 stringIds.intern(getRef().getNat().getName());
108 public final CstMemberRef getRef() {
EncodedField.java 127 public CstFieldRef getRef() {
EncodedMethod.java 142 out.println(getRef().toHuman() + ": abstract or native");
153 public final CstMethodRef getRef() {
CodeItem.java 154 public CstMethodRef getRef() {
  /dalvik/dx/src/com/android/dx/dex/file/
MemberIdItem.java 56 stringIds.intern(getRef().getNat().getName());
106 public final CstMemberRef getRef() {
EncodedField.java 126 public CstFieldRef getRef() {
EncodedMethod.java 141 out.println(getRef().toHuman() + ": abstract or native");
152 public final CstMethodRef getRef() {
CodeItem.java 145 public CstMethodRef getRef() {
  /development/vndk/tools/header-checker/tests/input/
example1.h 74 inline T& getRef() { return mVal; }
75 inline const T& getRef() const { return mVal; }
  /external/clang/test/Analysis/
reference.cpp 137 RefFn getRef = (RefFn)opaque;
140 int &x = getRef();
  /libcore/ojluni/src/main/java/java/net/
URLStreamHandler.java 133 String ref = u.getRef();
377 return Objects.equals(u1.getRef(), u2.getRef()) &&
395 u.getRef(),
503 if (u.getRef() != null)
504 len += 1 + u.getRef().length();
517 if (u.getRef() != null) {
519 result.append(u.getRef());
URL.java 412 ref = parts.getRef();
833 public String getRef() {
    [all...]
  /libcore/ojluni/src/main/java/java/sql/
CallableStatement.java 447 Ref getRef (int parameterIndex) throws SQLException;
    [all...]
ResultSet.java     [all...]
  /system/core/libsysutils/include/sysutils/
List.h 53 inline T& getRef() { return mVal; }
54 inline const T& getRef() const { return mVal; }
111 _Type& operator*() const { return mpNode->getRef(); }
112 _Type* operator->() const { return &(mpNode->getRef()); }
  /system/core/libutils/include/utils/
List.h 52 inline T& getRef() { return mVal; }
53 inline const T& getRef() const { return mVal; }
110 _Type& operator*() const { return mpNode->getRef(); }
111 _Type* operator->() const { return &(mpNode->getRef()); }
  /system/keymaster/
List.h 52 inline T& getRef() { return mVal; }
53 inline const T& getRef() const { return mVal; }
110 _Type& operator*() const { return mpNode->getRef(); }
111 _Type* operator->() const { return &(mpNode->getRef()); }
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
Impl_RowSet.java 457 public Ref getRef(int columnIndex) throws SQLException {
461 public Ref getRef(String colName) throws SQLException {
  /prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-decoration-model/1.0/
doxia-decoration-model-1.0.jar 
  /prebuilts/devtools/tools/lib/
repository.jar 
  /prebuilts/gradle-plugin/com/android/tools/repository/25.0.0/
repository-25.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/repository/25.0.0-alpha5/
repository-25.0.0-alpha5.jar 

Completed in 785 milliseconds

1 2 3 4 5 6 7