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

  /dalvik/dexgen/src/com/android/dexgen/dex/file/
CodeItem.java 175 String prefix2 = prefix + " "; local
180 catches.debugPrint(out, prefix2);
186 debugInfo.debugPrint(out, prefix2);
  /dalvik/dx/src/com/android/dx/dex/file/
CodeItem.java 175 String prefix2 = prefix + " "; local
180 catches.debugPrint(out, prefix2);
186 debugInfo.debugPrint(out, prefix2);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
InterfaceAddressTest.java 123 short prefix2 = anotherInterfaceAddr.getNetworkPrefixLength(); local
124 assertEquals(prefix2, prefix1);
  /external/libxslt/libxslt/
attributes.c 423 const xmlChar *prefix2 = NULL; local
430 ncname2 = xsltSplitQName(style->dict, curval, &prefix2);
434 refAttrItems->ns = prefix2;
  /external/libxml2/
parser.c 8301 const xmlChar *prefix2; local
    [all...]

Completed in 393 milliseconds