Searched defs:DA (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfVariableTextFieldDictionary_autogen.cpp23 SkString SkPdfVariableTextFieldDictionary::DA(SkPdfNativeDoc* doc) { function in class:SkPdfVariableTextFieldDictionary
24 SkPdfNativeObject* ret = get("DA", "");
32 return get("DA", "") != NULL;
H A DSkPdfFreeTextAnnotationDictionary_autogen.cpp35 SkString SkPdfFreeTextAnnotationDictionary::DA(SkPdfNativeDoc* doc) { function in class:SkPdfFreeTextAnnotationDictionary
36 SkPdfNativeObject* ret = get("DA", "");
44 return get("DA", "") != NULL;
H A DSkPdfInteractiveFormDictionary_autogen.cpp71 SkString SkPdfInteractiveFormDictionary::DA(SkPdfNativeDoc* doc) { function in class:SkPdfInteractiveFormDictionary
72 SkPdfNativeObject* ret = get("DA", "");
80 return get("DA", "") != NULL;
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfVariableTextFieldDictionary_autogen.cpp23 SkString SkPdfVariableTextFieldDictionary::DA(SkPdfNativeDoc* doc) { function in class:SkPdfVariableTextFieldDictionary
24 SkPdfNativeObject* ret = get("DA", "");
32 return get("DA", "") != NULL;
H A DSkPdfFreeTextAnnotationDictionary_autogen.cpp35 SkString SkPdfFreeTextAnnotationDictionary::DA(SkPdfNativeDoc* doc) { function in class:SkPdfFreeTextAnnotationDictionary
36 SkPdfNativeObject* ret = get("DA", "");
44 return get("DA", "") != NULL;
H A DSkPdfInteractiveFormDictionary_autogen.cpp71 SkString SkPdfInteractiveFormDictionary::DA(SkPdfNativeDoc* doc) { function in class:SkPdfInteractiveFormDictionary
72 SkPdfNativeObject* ret = get("DA", "");
80 return get("DA", "") != NULL;
/external/llvm/lib/DebugInfo/
H A DDWARFCompileUnit.h19 DWARFCompileUnit(const DWARFDebugAbbrev *DA, StringRef IS, StringRef RS, argument
22 : DWARFUnit(DA, IS, RS, SS, SOS, AOS, M, LE) {}
H A DDWARFTypeUnit.h22 DWARFTypeUnit(const DWARFDebugAbbrev *DA, StringRef IS, StringRef RS, argument
25 : DWARFUnit(DA, IS, RS, SS, SOS, AOS, M, LE) {}
H A DDWARFUnit.cpp20 DWARFUnit::DWARFUnit(const DWARFDebugAbbrev *DA, StringRef IS, StringRef RS, argument
23 : Abbrev(DA), InfoSection(IS), RangeSection(RS), StringSection(SS),
37 DataExtractor DA(AddrOffsetSection, isLittleEndian, AddrSize);
38 Result = DA.getAddress(&Offset);
49 DataExtractor DA(StringOffsetSection, isLittleEndian, 0);
50 Result = DA.getU32(&Offset);
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.cpp21 DwarfFile::DwarfFile(AsmPrinter *AP, StringRef Pref, BumpPtrAllocator &DA) argument
22 : Asm(AP), StrPool(DA, *Asm, Pref) {}
/external/clang/test/SemaCXX/
H A Dwarn-reinterpret-base-class.cpp10 class DA : public A { class in inherits:A
12 class DDA : public DA {
21 class DDVA : public virtual DA {
23 class DMA : public virtual A, public virtual DA {
110 (void)*reinterpret_cast<DA *>(a);
111 (void)*reinterpret_cast<const DA *>(a);
112 (void)*reinterpret_cast<volatile DA *>(a);
113 (void)*reinterpret_cast<const volatile DA *>(a);
115 (void)*reinterpret_cast<const DA *>(ca);
116 (void)*reinterpret_cast<const volatile DA *>(c
[all...]
/external/clang/include/clang/AST/
H A DTemplateBase.h76 struct DA { struct in class:clang::TemplateArgument
109 struct DA DeclArg;
/external/llvm/lib/MC/MCAnalysis/
H A DMCModuleYAML.cpp327 } else if (const MCDataAtom *DA = dyn_cast<MCDataAtom>(MCA)) {
328 A.Data = DA->getData();
389 MCDataAtom *DA = MCM.createDataAtom(StartAddress, EndAddress); local
395 DA->addData((uint8_t)Data[i]);
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_formfield.cpp1079 CFX_ByteString DA = FPDF_GetFieldAttr(m_pDict, "DA")->GetString(); local
1080 if (DA.IsEmpty()) {
1081 DA = m_pForm->m_pFormDict->GetString("DA");
1083 if (DA.IsEmpty()) {
1086 CPDF_SimpleParser syntax(DA);
H A Ddoc_ap.cpp256 CFX_ByteString DA = FPDF_GetFieldAttr(pAnnotDict, "DA")->GetString(); local
257 if (DA.IsEmpty()) {
258 DA = pFormDict->GetString("DA");
260 if (DA.IsEmpty()) {
263 CPDF_SimpleParser syntax(DA);
271 CPVT_Color crText = ParseColor(DA);
/external/clang/utils/TableGen/
H A DClangAttrEmitter.cpp2340 std::vector<std::string> DA = I.second->getValueAsDef("Target") local
2342 std::copy(DA.begin(), DA.end(), std::back_inserter(Arches));
/external/llvm/lib/IR/
H A DDebugInfo.cpp1061 DIArray DA = DCT.getTypeArray(); local
1062 for (unsigned i = 0, e = DA.getNumElements(); i != e; ++i) {
1063 DIDescriptor D = DA.getElement(i);
/external/llvm/lib/Linker/
H A DLinkModules.cpp1214 GlobalAlias *DA = cast<GlobalAlias>(ValueMap[I]); local
1217 DA->setAliasee(Val);
/external/pcre/dist/sljit/
H A DsljitNativeSPARC_common.c103 #define DA(d) ((d) << 25) macro
159 #define WRY (OPC1(0x2) | OPC3(0x30) | DA(0))
249 inst[0] = BICC | DA(0x8);
262 inst[0] = BICC | DA(0x8);
535 | ((flags & MEM_MASK) <= GPR_REG ? D(reg) : DA(reg))
621 dest = ((flags & MEM_MASK) <= GPR_REG ? D(reg) : DA(reg));
978 FAIL_IF(push_inst(compiler, SELECT_FOP(op, FSTOI, FDTOI) | DA(TMP_FREG1) | S2A(src), MOVABLE_INS));
1015 FAIL_IF(push_inst(compiler, SELECT_FOP(op, FITOS, FITOD) | DA(dst_r) | S2A(TMP_FREG1), MOVABLE_INS));
1072 FAIL_IF(push_inst(compiler, FMOVS | DA(dst_r) | S2A(src), MOVABLE_INS));
1074 FAIL_IF(push_inst(compiler, FMOVS | DA(dst_
[all...]
H A DsljitNativeMIPS_common.c85 #define DA(d) ((d) << 11) macro
796 FAIL_IF(push_inst(compiler, ADDU_W | S(base) | T(TMP_REG3) | DA(tmp_ar), tmp_ar));
822 FAIL_IF(push_inst(compiler, ADDU_W | S(base) | T(!argw ? OFFS_REG(arg) : TMP_REG3) | DA(tmp_ar), tmp_ar));
892 FAIL_IF(push_inst(compiler, ADDU_W | S(TMP_REG3) | T(base) | DA(tmp_ar), tmp_ar));
1397 FAIL_IF(push_inst(compiler, CFC1 | TA(EQUAL_FLAG) | DA(FCSR_REG), EQUAL_FLAG));
1398 FAIL_IF(push_inst(compiler, SRL | TA(EQUAL_FLAG) | DA(EQUAL_FLAG) | SH_IMM(23), EQUAL_FLAG));
1404 FAIL_IF(push_inst(compiler, CFC1 | TA(ULESS_FLAG) | DA(FCSR_REG), ULESS_FLAG));
1406 FAIL_IF(push_inst(compiler, SRL | TA(ULESS_FLAG) | DA(ULESS_FLAG) | SH_IMM(23), ULESS_FLAG));
1408 FAIL_IF(push_inst(compiler, CFC1 | TA(UGREATER_FLAG) | DA(FCSR_REG), UGREATER_FLAG));
1409 FAIL_IF(push_inst(compiler, SRL | TA(UGREATER_FLAG) | DA(UGREATER_FLA
[all...]
/external/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1 //===-- DependenceAnalysis.cpp - DA Implementation --------------*- C++ -*-===//
158 DependenceAnalysis *DA) {
166 if (Dependence *D = DA->depends(&*SrcI, &*DstI, true)) {
171 OS << ", iteration = " << *DA->getSplitIteration(D, Level);
157 dumpExampleDependence(raw_ostream &OS, Function *F, DependenceAnalysis *DA) argument
/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3861 AccessAnalysis(const DataLayout *Dl, DepCandidates &DA) : argument
3862 DL(Dl), DepCands(DA), AreAllWritesIdentified(true),

Completed in 3042 milliseconds