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

  /external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
ResXMLParser.java 414 final String curAttr = getAttributeName8(i, curAttrLen);
416 ALOGI(" curNs=%s (0x%x), curAttr=%s (0x%x)", curNs, curNsLen, curAttr, curAttrLen);
418 if (curAttr != null && curNsLen.get() == nsLen && curAttrLen.get() == attrLen
419 && memcmp(attr8.string(), curAttr, attrLen) == 0) {
448 final String curAttr = getAttributeName(i, curAttrLen);
450 ALOGI(" curNs=%s (0x%x), curAttr=%s (0x%x)",
452 curAttr /*String8(curAttr, curAttrLen).string()*/, curAttrLen);
454 if (curAttr != null && curNsLen.get() == nsLen && curAttrLen.get() == attrLe
    [all...]
  /external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
VDUBuffer.java 546 * @param curAttr
552 public void deleteArea(int c, int l, int w, int h, int curAttr) {
556 Arrays.fill(charAttributes[targetRow], c, endColumn, curAttr);

Completed in 90 milliseconds