Lines Matching refs:kind
398 while (cpe->kind != kCpeLastEntry) { in dumpClassPath()
401 switch (cpe->kind) { in dumpClassPath()
409 if (CALC_CACHE_STATS && cpe->kind == kCpeJar) { in dumpClassPath()
433 while (cpe->kind != kCpeLastEntry) { in dvmClassPathContains()
454 while (cpe->kind != kCpeLastEntry) { in freeCpeArray()
455 switch (cpe->kind) { in freeCpeArray()
505 cpe->kind = kCpeDir; in prepareCpe()
511 cpe->kind = kCpeJar; in prepareCpe()
519 cpe->kind = kCpeDex; in prepareCpe()
596 tmp.kind = kCpeUnknown; in processClassPath()
604 cpe[idx].kind = kCpeLastEntry; in processClassPath()
631 cpe[idx].kind = kCpeLastEntry; in processClassPath()
660 while (cpe->kind != kCpeLastEntry) { in searchBootPathForClass()
663 switch (cpe->kind) { in searchBootPathForClass()
701 LOGE("Unknown kind %d\n", cpe->kind); in searchBootPathForClass()
754 while (cpe->kind != kCpeLastEntry) in dvmGetBootPathSize()
781 while (idx-- && cpe->kind != kCpeLastEntry) in dvmGetBootPathResource()
783 if (cpe->kind == kCpeLastEntry) { in dvmGetBootPathResource()
790 switch (cpe->kind) { in dvmGetBootPathResource()