/external/webkit/Source/WebCore/platform/graphics/transforms/ |
TransformationMatrix.h | 34 #if USE(CA) 311 #if USE(CA)
|
/external/openssl/ |
import_openssl.sh | 109 rm -f apps/CA.pl.bak crypto/opensslconf.h.bak
|
/external/llvm/lib/Analysis/ |
ConstantFolding.cpp | 313 if (ConstantArray *CA = dyn_cast<ConstantArray>(C)) { 314 uint64_t EltSize = TD.getTypeAllocSize(CA->getType()->getElementType()); 317 for (; Index != CA->getType()->getNumElements(); ++Index) { 318 if (!ReadDataFromGlobal(CA->getOperand(Index), Offset, CurPtr, [all...] |
ValueTracking.cpp | [all...] |
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
Encodings.properties | 51 Cp037 EBCDIC-CP-US,EBCDIC-CP-CA,EBCDIC-CP-WT,EBCDIC-CP-NL,IBM037 0x0019
|
/external/llvm/lib/Target/CppBackend/ |
CPPBackend.cpp | 702 } else if (const ConstantArray *CA = dyn_cast<ConstantArray>(CV)) { 703 if (CA->isString() && 704 CA->getType()->getElementType() == 705 Type::getInt8Ty(CA->getContext())) { 708 std::string tmp = CA->getAsString(); 725 unsigned N = CA->getNumOperands(); 727 printConstant(CA->getOperand(i)); // recurse to print operands 729 << getCppName(CA->getOperand(i)) << ");"; [all...] |
/external/llvm/lib/VMCore/ |
AsmWriter.cpp | 825 if (const ConstantArray *CA = dyn_cast<ConstantArray>(CV)) { 829 Type *ETy = CA->getType()->getElementType(); 830 if (CA->isString()) { 832 PrintEscapedString(CA->getAsString(), Out); 836 if (CA->getNumOperands()) { 839 WriteAsOperandInternal(Out, CA->getOperand(0), 842 for (unsigned i = 1, e = CA->getNumOperands(); i != e; ++i) { 846 WriteAsOperandInternal(Out, CA->getOperand(i), &TypePrinter, Machine, [all...] |
/external/webkit/Source/WebCore/platform/mac/ |
WebCoreSystemInterface.h | 32 #if PLATFORM(MAC) && USE(CA) && !defined(BUILDING_ON_TIGER) && !defined(BUILDING_ON_LEOPARD) && !defined(BUILDING_ON_SNOW_LEOPARD)
|
/external/icu4c/data/sprep/ |
rfc3491.txt | 74 09C9..09CA; ; UNASSIGNED 496 00CA; 00EA; MAP 622 01CA; 01CC; MAP 711 03AA; 03CA; MAP 835 04C9; 04CA; MAP 1250 24CA; 24E4; MAP [all...] |
rfc3530csci.txt | 73 09C9..09CA; ; UNASSIGNED 495 00CA; 00EA; MAP 621 01CA; 01CC; MAP 710 03AA; 03CA; MAP 834 04C9; 04CA; MAP 1249 24CA; 24E4; MAP [all...] |
rfc3722.txt | 74 09C9..09CA; ; UNASSIGNED 496 00CA; 00EA; MAP 622 01CA; 01CC; MAP 711 03AA; 03CA; MAP 835 04C9; 04CA; MAP 1250 24CA; 24E4; MAP [all...] |
rfc3920node.txt | 74 09C9..09CA; ; UNASSIGNED 496 00CA; 00EA; MAP 622 01CA; 01CC; MAP 711 03AA; 03CA; MAP 835 04C9; 04CA; MAP 1250 24CA; 24E4; MAP [all...] |
rfc4518ci.txt | 73 09C9..09CA; ; UNASSIGNED 463 00CA; 00EA; MAP 589 01CA; 01CC; MAP 678 03AA; 03CA; MAP 802 04C9; 04CA; MAP 1217 24CA; 24E4; MAP [all...] |
rfc3530cs.txt | 73 09C9..09CA; ; UNASSIGNED
|
rfc3530mixp.txt | 74 09C9..09CA; ; UNASSIGNED
|
rfc3920res.txt | 74 09C9..09CA; ; UNASSIGNED
|
rfc4011.txt | 73 09C9..09CA; ; UNASSIGNED
|
/external/icu4c/test/testdata/ |
nfs4_cis_prep.txt | 65 09C9..09CA; ; UNASSIGNED 486 00CA; 00EA; MAP 612 01CA; 01CC; MAP 701 03AA; 03CA; MAP 825 04C9; 04CA; MAP 1240 24CA; 24E4; MAP [all...] |
nfs4_cs_prep_ci.txt | 65 09C9..09CA; ; UNASSIGNED 486 00CA; 00EA; MAP 612 01CA; 01CC; MAP 701 03AA; 03CA; MAP 825 04C9; 04CA; MAP 1240 24CA; 24E4; MAP [all...] |
nfs4_mixed_prep_s.txt | 65 09C9..09CA; ; UNASSIGNED 486 00CA; 00EA; MAP 612 01CA; 01CC; MAP 701 03AA; 03CA; MAP 825 04C9; 04CA; MAP 1240 24CA; 24E4; MAP [all...] |
/external/llvm/lib/Transforms/InstCombine/ |
InstCombineCasts.cpp | [all...] |
/external/v8/src/ |
scanner-base.h | 572 CA,
|
/external/llvm/lib/Target/ARM/ |
ARMCodeEmitter.cpp | 681 const ConstantArray *CA = static_cast<const ConstantArray*>(C); 682 for (unsigned i = 0, e = CA->getNumOperands(); i != e; ++i) 683 emitConstantToMemory(CPI, CA->getOperand(i)); [all...] |
/external/llvm/lib/Bitcode/Writer/ |
BitcodeWriter.cpp | 840 const ConstantArray *CA = cast<ConstantArray>(C); 842 unsigned NumOps = CA->getNumOperands(); 844 if (CA->getOperand(NumOps-1)->isNullValue()) { [all...] |
/frameworks/compile/slang/BitWriter_2_9/ |
BitcodeWriter.cpp | [all...] |