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

1 2 3 4 5 6 7 8 9

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
URLTest.java 75 assertEquals("u returns a wrong anchor", "anchor1", u.getRef());
83 assertNull("u1 returns a wrong anchor", u1.getRef());
93 assertEquals("u2 returns a wrong anchor", "anchor1", u2.getRef());
103 assertEquals("u2a returns a wrong anchor", "anchor1", u2a.getRef());
111 assertNull("u3 returns a wrong anchor", u3.getRef());
120 assertNull("u3a returns a wrong anchor", u3a.getRef());
129 assertNull("u3b returns a wrong anchor", u3b.getRef());
139 assertEquals("u4 returns a wrong anchor", "anchor1", u4.getRef());
146 assertNull("u5 returns a wrong anchor", u5.getRef());
153 assertNull("u5a returns a wrong anchor", u5a.getRef());
    [all...]
  /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
  /dalvik/dx/src/com/android/dx/rop/cst/
CstMethodHandle.java 88 public Constant getRef() {
177 return getRef().compareTo(otherHandle.getRef());
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
FieldIdItem.java 55 return (CstFieldRef) getRef();
MethodIdItem.java 55 return (CstBaseMethodRef) getRef();
MemberIdItem.java 58 stringIds.intern(getRef().getNat().getName());
108 public final CstMemberRef getRef() {
EncodedMethod.java 142 out.println(getRef().toHuman() + ": abstract or native");
153 public final CstMethodRef getRef() {
EncodedField.java 127 public CstFieldRef getRef() {
  /dalvik/dx/src/com/android/dx/dex/file/
FieldIdItem.java 55 return (CstFieldRef) getRef();
MethodIdItem.java 55 return (CstBaseMethodRef) getRef();
MemberIdItem.java 56 stringIds.intern(getRef().getNat().getName());
106 public final CstMemberRef getRef() {
MethodHandleItem.java 75 String targetComment = " // " + methodHandle.getRef().toString();
90 Constant ref = methodHandle.getRef();
EncodedMethod.java 144 out.println(getRef().toHuman() + ": abstract or native");
155 public final CstMethodRef getRef() {
  /packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/
RefcountObject.java 52 public synchronized int getRef() {
  /development/vndk/tools/header-checker/tests/input/
example1.h 96 inline T& getRef() { return mVal; }
97 inline const T& getRef() const { return mVal; }
  /libcore/luni/src/test/java/libcore/java/net/
OldURLTest.java 74 assertEquals("Assert 4: wrong anchor", "anch", testURL.getRef());
177 .getRef());
457 String output = gamelan.getRef();
461 assertEquals("BOTTOM", gamelanNetwork.getRef());
466 assertEquals("BOTTOM", gamelanNetwork2.getRef());
662 assertTrue("SSISH1 returns a wrong anchor: " + u.getRef(), u.getRef()
672 assertTrue("SSISH2 returns a wrong anchor: " + u.getRef(), u.getRef()
736 assertNull("1 returns a wrong anchor", u1.getRef());
    [all...]
URLTest.java 55 assertEquals("ref", url.getRef());
314 assertEquals(null, url.getRef());
335 assertEquals(null, url.getRef());
349 assertEquals(null, url.getRef());
416 assertEquals("fragment", url.getRef());
483 assertEquals("fragment?query", url.getRef());
491 assertEquals("fragment:80", url.getRef());
498 assertEquals("fragment/path", url.getRef());
505 assertEquals("fragment/path", url.getRef());
512 assertEquals("fragment#another", url.getRef());
    [all...]
  /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();
380 return Objects.equals(u1.getRef(), u2.getRef()) &&
399 u.getRef(),
507 if (u.getRef() != null)
508 len += 1 + u.getRef().length();
524 if (u.getRef() != null) {
526 result.append(u.getRef());
  /libcore/ojluni/src/main/java/sun/net/www/protocol/file/
Handler.java 92 (u.getRef() == null ? "": "#" + u.getRef()));
  /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 54 inline T& getRef() { return mVal; }
55 inline const T& getRef() const { return mVal; }
112 _Type& operator*() const { return mpNode->getRef(); }
113 _Type* operator->() const { return &(mpNode->getRef()); }
  /system/keymaster/include/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()); }
  /test/vti/dashboard/src/main/java/com/android/vts/util/
UrlUtil.java 65 String fragment = url.getRef();

Completed in 523 milliseconds

1 2 3 4 5 6 7 8 9