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:__anon9249
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.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...]
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);
  /libcore/luni/src/main/java/javax/net/ssl/
DefaultHostnameVerifier.java 300 } catch (CertificateParsingException cpe) {
302 .log(Level.FINE, "Error parsing certificate.", cpe);
  /cts/tools/dx-tests/lib/
jasmin.jar 
  /dalvik/dx/etc/
jasmin.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
Sdk.java     [all...]
  /prebuilt/common/ant/
ant.jar 

Completed in 240 milliseconds