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

  /packages/apps/Gallery2/src/com/android/gallery3d/data/
Path.java 217 static void dumpAll(Path p, String prefix1, String prefix2) {
231 Log.d(TAG, prefix2 + "|");
233 dumpAll(child, prefix2 + "+-- ", prefix2 + "| ");
235 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);
  /art/compiler/dex/quick/x86/
assemble_x86.cc     [all...]
x86_lir.h 408 uint8_t prefix2; // non-zero => a second prefix byte member in struct:art::X86EncodingMap::__anon9
  /external/chromium_org/third_party/libxml/src/include/libxml/
hash.h 190 const xmlChar *prefix2);
196 const xmlChar *prefix2,
  /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 166 String prefix2 = prefix + " "; local
171 catches.debugPrint(out, prefix2);
177 debugInfo.debugPrint(out, prefix2);
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
CodeItem.java 175 String prefix2 = prefix + " "; local
180 catches.debugPrint(out, prefix2);
186 debugInfo.debugPrint(out, prefix2);
  /external/chromium_org/third_party/libxml/src/
hash.c 90 const xmlChar *prefix2, const xmlChar *name2,
111 if (prefix2 != NULL) {
112 while ((ch = *prefix2++) != 0) {
456 * @prefix2: the second prefix of the userdata
465 const xmlChar *name, const xmlChar *prefix2,
467 return(xmlHashQLookup3(table, prefix, name, prefix2, name2, NULL, NULL));
757 * @prefix2: the second prefix of the userdata
769 const xmlChar *prefix2, const xmlChar *name2,
778 key = xmlHashComputeQKey(table, prefix, name, prefix2,
784 (xmlStrQEqual(prefix2, name2, entry->name2)) &
    [all...]
parser.c 8478 const xmlChar *prefix2; local
    [all...]
testapi.c 10105 xmlChar * prefix2; \/* the second prefix of the userdata *\/ local
10165 xmlChar * prefix2; \/* the second prefix of the userdata *\/ local
    [all...]
  /external/libxml2/
hash.c 116 const xmlChar *prefix2, const xmlChar *name2,
140 if (prefix2 != NULL) {
141 while ((ch = *prefix2++) != 0) {
492 * @prefix2: the second prefix of the userdata
501 const xmlChar *name, const xmlChar *prefix2,
503 return(xmlHashQLookup3(table, prefix, name, prefix2, name2, NULL, NULL));
793 * @prefix2: the second prefix of the userdata
805 const xmlChar *prefix2, const xmlChar *name2,
814 key = xmlHashComputeQKey(table, prefix, name, prefix2,
820 (xmlStrQEqual(prefix2, name2, entry->name2)) &
    [all...]
parser.c 8523 const xmlChar *prefix2; local
    [all...]
  /external/chromium_org/third_party/libxslt/libxslt/
attributes.c 423 const xmlChar *prefix2 = NULL; local
430 ncname2 = xsltSplitQName(style->dict, curval, &prefix2);
434 refAttrItems->ns = prefix2;
  /external/libxslt/libxslt/
attributes.c 423 const xmlChar *prefix2 = NULL; local
430 ncname2 = xsltSplitQName(style->dict, curval, &prefix2);
434 refAttrItems->ns = prefix2;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
refactor.py 677 prefix2 = indent + self.PS2
686 prefix = prefix2
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
refactor.py 677 prefix2 = indent + self.PS2
686 prefix = prefix2
  /prebuilts/devtools/tools/lib/
sdk-common.jar 
sdklib.jar 

Completed in 9700 milliseconds