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

  /frameworks/base/media/libstagefright/codecs/aacdec/
s_ch_info.h 78 Int cpe; /* 0 if single channel, 1 if channel pair */ member in struct:__anon9092
79 // Int common_window; /* 1 if common window for cpe */
80 // Int ch_is_left; /* 1 if left channel of cpe */
81 // Int paired_ch; /* index of paired channel in cpe */
  /dalvik/vm/analysis/
DexPrepare.c 408 ClassPathEntry* cpe; local
409 for (cpe = gDvm.bootClassPath; cpe->ptr != NULL; cpe++) {
410 argv[curArg++] = cpe->fileName;
1179 ClassPathEntry* cpe; local
1249 ClassPathEntry* cpe; local
    [all...]
  /dalvik/vm/oo/
Class.c 171 static void freeCpeArray(ClassPathEntry* cpe);
394 static void dumpClassPath(const ClassPathEntry* cpe)
398 while (cpe->kind != kCpeLastEntry) {
401 switch (cpe->kind) {
408 LOGI(" %2d: type=%s %s %p\n", idx, kindStr, cpe->fileName, cpe->ptr);
409 if (CALC_CACHE_STATS && cpe->kind == kCpeJar) {
410 JarFile* pJarFile = (JarFile*) cpe->ptr;
415 cpe++;
431 bool dvmClassPathContains(const ClassPathEntry* cpe, const char* path
542 ClassPathEntry* cpe = NULL; local
653 const ClassPathEntry* cpe = gDvm.bootClassPath; local
752 const ClassPathEntry* cpe = gDvm.bootClassPath; local
774 const ClassPathEntry* cpe = gDvm.bootClassPath; local
    [all...]
  /cts/tools/dx-tests/lib/
jasmin.jar 
  /dalvik/dx/etc/
jasmin.jar 
  /prebuilt/common/ant/
ant.jar 

Completed in 155 milliseconds