HomeSort by relevance Sort by last modified time
    Searched refs:iref (Results 1 - 8 of 8) sorted by null

  /dalvik/vm/
IndirectRefTable.h 111 INLINE IndirectRefKind indirectRefKind(IndirectRef iref)
113 return (IndirectRefKind)((u4) iref & 0x03);
279 * Returns kInvalidIndirectRefObject if iref is invalid.
281 Object* get(IndirectRef iref) const;
297 bool remove(u4 cookie, IndirectRef iref);
347 static inline u4 extractIndex(IndirectRef iref) {
348 u4 uref = (u4) iref;
352 static inline u4 extractSerial(IndirectRef iref) {
353 u4 uref = (u4) iref;
IndirectRefTable.cpp 138 * Returns kInvalidIndirectRefObject if iref is invalid.
140 Object* IndirectRefTable::get(IndirectRef iref) const {
141 IndirectRefKind kind = indirectRefKind(iref);
143 if (iref == NULL) {
149 indirectRefKindToString(kind_), iref);
158 u4 index = extractIndex(iref);
162 indirectRefKindToString(kind_), iref, index, topIndex);
170 indirectRefKindToString(kind_), iref);
175 u4 serial = extractSerial(iref);
178 indirectRefKindToString(kind_), iref);
    [all...]
CheckJni.cpp 200 static const char* indirectRefKindName(IndirectRef iref)
202 return indirectRefKindToString(indirectRefKind(iref));
    [all...]
  /external/skia/tests/
BlurTest.cpp 62 static bool compare(const SkBitmap& ref, const SkIRect& iref,
65 const int xOff = itest.fLeft - iref.fLeft;
66 const int yOff = itest.fTop - iref.fTop;
130 SkIRect iref; local
131 refBound.roundOut(&iref);
132 iref.inset(-outset, -outset);
134 create(&refBitmap, iref, SkBitmap::kARGB_8888_Config);
137 refCanvas.translate(SkIntToScalar(-iref.fLeft),
138 SkIntToScalar(-iref.fTop));
154 compare(refBitmap, iref, testBitmap, itest))
    [all...]
DrawTextTest.cpp 35 static bool compare(const SkBitmap& ref, const SkIRect& iref,
38 const int xOff = itest.fLeft - iref.fLeft;
39 const int yOff = itest.fTop - iref.fTop;
  /external/icu4c/i18n/
rbt_pars.cpp 547 int32_t iref = pos; local
549 TransliteratorIDParser::parseFilterID(rule, iref);
552 !ICU_Utility::parseChar(rule, iref, SEGMENT_OPEN)) {
567 pos = parseSection(rule, iref, limit, buf, ILLEGAL_FUNC, TRUE, status);
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
proxydetect.cc 1099 SecKeychainItemRef iref; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 87 milliseconds