/dalvik/dx/tests/010-class-attrib-InnerClasses/ |
info.txt | 7 one entry for each of the possible combinations of null-vs-valid cpe.
|
/external/speex/libspeex/ |
lsp_bfin.h | 67 "LOOP cpe%= LC0 = %3;\n\t" 68 "LOOP_BEGIN cpe%=;\n\t" 78 "LOOP_END cpe%=;\n\t"
|
/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...] |
/external/llvm/lib/CodeGen/ |
ELFCodeEmitter.cpp | 150 MachineConstantPoolEntry CPE = CP[i]; 153 ELFSection &CstPool = EW.getConstantPoolSection(CPE); 157 if (CPE.isMachineConstantPoolEntry()) 158 assert("CPE.isMachineConstantPoolEntry not supported yet"); 161 EW.EmitGlobalConstant(CPE.Val.ConstVal, CstPool);
|
ELFWriter.cpp | 232 ELFSection &ELFWriter::getConstantPoolSection(MachineConstantPoolEntry &CPE) { 234 switch (CPE.getRelocationInfo()) { 241 switch (TM.getTargetData()->getTypeAllocSize(CPE.getType())) { 252 CPSect->getFlags(), CPE.getAlignment()); [all...] |
ELFWriter.h | 194 ELFSection &getConstantPoolSection(MachineConstantPoolEntry &CPE);
|
/frameworks/base/media/libstagefright/codecs/aacdec/ |
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...] |
s_ch_info.h | 78 Int cpe; /* 0 if single channel, 1 if channel pair */ member in struct:__anon14827 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 */
|
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
|
s_mc_info.h | 82 Int nfsce; /* number of front SCE's pror to first front 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/llvm/lib/Target/ARM/ |
ARMConstantIslandPass.cpp | 64 /// CPE - A constant pool entry that has been placed somewhere, which 374 const CPEntry & CPE = CPEntries[i][j]; 375 AFI->recordCPEClone(i, CPE.CPI); 397 // Create the basic block to hold the CPE's. 402 // identity mapping of CPI's to CPE's. 641 CPEntry *CPE = findConstPoolEntry(CPI, CPEMI); 642 assert(CPE && "Cannot find a corresponding CPEntry!"); 643 CPE->RefCount++; [all...] |
ARMAsmPrinter.cpp | [all...] |
/external/srec/srec/crec/ |
astar_pphash.c | 61 goto CPE; 68 CPE:
|
/ndk/sources/host-tools/sed-4.2.1/ |
THANKS | 14 Dietrich Kappe <kap1@tao.cpe.uchicago.edu>
|
/libcore/luni/src/main/java/javax/net/ssl/ |
DefaultHostnameVerifier.java | 182 } catch (CertificateParsingException cpe) { 183 System.logI("Error parsing certificate", cpe);
|
/external/apache-http/src/org/apache/http/conn/ssl/ |
AbstractVerifier.java | 267 catch(CertificateParsingException cpe) { 269 .log(Level.FINE, "Error parsing certificate.", cpe);
|
/external/llvm/lib/ExecutionEngine/JIT/ |
JITEmitter.cpp | 770 MachineConstantPoolEntry CPE = Constants[i]; 771 unsigned AlignMask = CPE.getAlignment() - 1; 773 Type *Ty = CPE.getType(); [all...] |
/frameworks/compile/libbcc/lib/CodeGen/ |
CodeEmitter.cpp | 167 llvm::MachineConstantPoolEntry CPE = Constants[i]; 168 unsigned int AlignMask = CPE.getAlignment() - 1; 170 llvm::Type *Ty = CPE.getType(); 755 llvm::MachineConstantPoolEntry CPE = Constants[i]; 756 unsigned AlignMask = CPE.getAlignment() - 1; 762 if (CPE.isMachineConstantPoolEntry()) 767 InitializeConstantToMemory(CPE.Val.ConstVal, (void*) CAddr); 769 llvm::Type *Ty = CPE.Val.ConstVal->getType(); [all...] |
/packages/experimental/AndroidVendorSecurityTool/src/com/android/vending/sectool/v1/ |
PostNotification.java | 151 Log.d(GoogleSecurityToolActivity.TAG, "cpe " + e.getMessage());
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
AsmPrinter.cpp | [all...] |
/cts/tools/dx-tests/lib/ |
jasmin.jar | |
/dalvik/dx/etc/ |
jasmin.jar | |
/external/icu4c/common/ |
uloc.c | 107 "cpe", "cpf", "cpp", "cr", "crh", "crp", "cs", "csb", "cu", "cus", 203 /* "cpe", "cpf", "cpp", "cr", "crh", "crp", "cs", "csb", "cu", "cus", */ 204 "cpe", "cpf", "cpp", "cre", "crh", "crp", "ces", "csb", "chu", "cus", [all...] |