Lines Matching refs:kind
508 while (cpe->kind != kCpeLastEntry) { in dumpClassPath()
511 switch (cpe->kind) { in dumpClassPath()
518 if (CALC_CACHE_STATS && cpe->kind == kCpeJar) { in dumpClassPath()
542 while (cpe->kind != kCpeLastEntry) { in dvmClassPathContains()
563 while (cpe->kind != kCpeLastEntry) { in freeCpeArray()
564 switch (cpe->kind) { in freeCpeArray()
623 cpe->kind = kCpeJar; in prepareCpe()
630 cpe->kind = kCpeDex; in prepareCpe()
710 tmp.kind = kCpeUnknown; in processClassPath()
718 cpe[idx].kind = kCpeLastEntry; in processClassPath()
748 cpe[idx].kind = kCpeLastEntry; in processClassPath()
777 while (cpe->kind != kCpeLastEntry) { in searchBootPathForClass()
780 switch (cpe->kind) { in searchBootPathForClass()
814 ALOGE("Unknown kind %d", cpe->kind); in searchBootPathForClass()
867 while (cpe->kind != kCpeLastEntry) in dvmGetBootPathSize()
894 while (idx-- && cpe->kind != kCpeLastEntry) in dvmGetBootPathResource()
896 if (cpe->kind == kCpeLastEntry) { in dvmGetBootPathResource()
903 switch (cpe->kind) { in dvmGetBootPathResource()