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

  /packages/apps/Gallery2/src/com/android/gallery3d/data/
Path.java 213 static void dumpAll(Path p, String prefix1, String prefix2) {
227 Log.d(TAG, prefix2 + "|");
229 dumpAll(child, prefix2 + "+-- ", prefix2 + "| ");
231 dumpAll(child, prefix2 + "+-- ", 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/libxml2/include/libxml/
hash.h 190 const xmlChar *prefix2);
196 const xmlChar *prefix2,
  /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/libxml2/
hash.c 90 const xmlChar *prefix2, const xmlChar *name2,
111 if (prefix2 != NULL) {
112 while ((ch = *prefix2++) != 0) {
457 * @prefix2: the second prefix of the userdata
466 const xmlChar *name, const xmlChar *prefix2,
468 return(xmlHashQLookup3(table, prefix, name, prefix2, name2, NULL, NULL));
758 * @prefix2: the second prefix of the userdata
770 const xmlChar *prefix2, const xmlChar *name2,
779 key = xmlHashComputeQKey(table, prefix, name, prefix2,
785 (xmlStrQEqual(prefix2, name2, entry->name2)) &
    [all...]
parser.c 8301 const xmlChar *prefix2; local
    [all...]
  /external/libxslt/libxslt/
attributes.c 423 const xmlChar *prefix2 = NULL; local
430 ncname2 = xsltSplitQName(style->dict, curval, &prefix2);
434 refAttrItems->ns = prefix2;

Completed in 694 milliseconds