HomeSort by relevance Sort by last modified time
    Searched refs:cpe (Results 1 - 12 of 12) 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:__anon15022
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 */
set_mc_info.cpp 52 is_cpe = variable that indicates if a Channel Pair Element (CPE)
75 upon if CPE or SCE is used
82 PMC_Info->ch_info.cpe contents updated depending upon if CPE or
167 pCh_Info->cpe = FALSE;
172 pCh_Info->cpe = TRUE;
175 pCh_Info->cpe = TRUE;
296 pCh_Info->cpe = is_cpe;
301 /* Channel Pair Element (CPE) */
304 pCh_Info->cpe = TRUE
    [all...]
huffdecode.cpp 198 IF ( (pMcInfo->ch_info[0].cpe != id_syn_ele) OR
417 if ((pMcInfo->ch_info[0].cpe != id_syn_ele))
421 pMcInfo->ch_info[0].cpe = id_syn_ele & 1; /* collect info from bitstream
  /dalvik/vm/analysis/
DexPrepare.cpp 462 ClassPathEntry* cpe; local
463 for (cpe = gDvm.bootClassPath; cpe->ptr != NULL; cpe++) {
464 argv[curArg++] = cpe->fileName;
1295 ClassPathEntry* cpe; local
1365 ClassPathEntry* cpe; local
    [all...]
  /libcore/luni/src/main/java/javax/net/ssl/
DefaultHostnameVerifier.java 182 } catch (CertificateParsingException cpe) {
183 System.logI("Error parsing certificate", cpe);
  /dalvik/vm/oo/
Class.cpp 171 static void freeCpeArray(ClassPathEntry* cpe);
504 static void dumpClassPath(const ClassPathEntry* cpe)
508 while (cpe->kind != kCpeLastEntry) {
511 switch (cpe->kind) {
517 LOGI(" %2d: type=%s %s %p", idx, kindStr, cpe->fileName, cpe->ptr);
518 if (CALC_CACHE_STATS && cpe->kind == kCpeJar) {
519 JarFile* pJarFile = (JarFile*) cpe->ptr;
524 cpe++;
540 bool dvmClassPathContains(const ClassPathEntry* cpe, const char* path
656 ClassPathEntry* cpe = NULL; local
770 const ClassPathEntry* cpe = gDvm.bootClassPath; local
865 const ClassPathEntry* cpe = gDvm.bootClassPath; local
887 const ClassPathEntry* cpe = gDvm.bootClassPath; local
    [all...]
Class.h 62 * Determine whether "path" is a member of "cpe".
64 bool dvmClassPathContains(const ClassPathEntry* cpe, const char* path);
  /external/apache-http/src/org/apache/http/conn/ssl/
AbstractVerifier.java 267 catch(CertificateParsingException cpe) {
269 .log(Level.FINE, "Error parsing certificate.", cpe);
  /cts/tools/dx-tests/lib/
jasmin.jar 
  /dalvik/dx/etc/
jasmin.jar 
  /prebuilt/common/http-client/
httpclient-4.1.1.jar 
  /prebuilt/common/ant/
ant.jar 

Completed in 1080 milliseconds