HomeSort by relevance Sort by last modified time
    Searched defs:DA (Results 1 - 14 of 14) sorted by null

  /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfVariableTextFieldDictionary_autogen.cpp 23 SkString SkPdfVariableTextFieldDictionary::DA(SkPdfNativeDoc* doc) {
24 SkPdfNativeObject* ret = get("DA", "");
32 return get("DA", "") != NULL;
SkPdfFreeTextAnnotationDictionary_autogen.cpp 35 SkString SkPdfFreeTextAnnotationDictionary::DA(SkPdfNativeDoc* doc) {
36 SkPdfNativeObject* ret = get("DA", "");
44 return get("DA", "") != NULL;
SkPdfInteractiveFormDictionary_autogen.cpp 71 SkString SkPdfInteractiveFormDictionary::DA(SkPdfNativeDoc* doc) {
72 SkPdfNativeObject* ret = get("DA", "");
80 return get("DA", "") != NULL;
  /external/clang/test/SemaCXX/
warn-reinterpret-base-class.cpp 10 class DA : public A {
12 class DDA : public DA {
21 class DDVA : public virtual DA {
23 class DMA : public virtual A, public virtual DA { //expected-warning{{direct base 'A' is inaccessible due to ambiguity:\n class DMA -> class A\n class DMA -> class DA -> class A}}
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)
    [all...]
  /external/clang/include/clang/AST/
TemplateBase.h 77 struct DA {
110 struct DA DeclArg;
  /external/pdfium/core/src/fpdfdoc/
doc_formfield.cpp     [all...]
doc_ap.cpp 256 CFX_ByteString DA;
257 if (CPDF_Object* pDAObj = FPDF_GetFieldAttr(pAnnotDict, "DA")) {
258 DA = pDAObj->GetString();
260 if (DA.IsEmpty()) {
261 DA = pFormDict->GetString("DA");
263 if (DA.IsEmpty()) {
266 CPDF_SimpleParser syntax(DA);
274 CPVT_Color crText = ParseColor(DA);
    [all...]
  /system/core/libpixelflinger/codeflinger/
ARMAssemblerInterface.h 47 IB, IA, DB, DA
  /art/compiler/utils/arm/
assembler_arm.h 157 DA = (0|0|0) << 21, // decrement after
  /external/llvm/lib/Transforms/Scalar/
LoopInterchange.cpp 74 DependenceAnalysis *DA) {
119 if (auto D = DA->depends(Src, Des, true)) {
413 DependenceAnalysis *DA;
416 : FunctionPass(ID), SE(nullptr), LI(nullptr), DA(nullptr), DT(nullptr) {
433 DA = &getAnalysis<DependenceAnalysis>();
495 OuterMostLoop, DA)) {
    [all...]
  /frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/loaders/
LoaderDicom.java 87 static final short DA = vr("DA");
108 AE, AS, CS, DA, DS, DT, IS, LO, LT, PN, SH, ST, TM, UT
  /external/pcre/dist/sljit/
sljitNativeMIPS_common.c 85 #define DA(d) ((d) << 11)
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));
    [all...]
sljitNativeSPARC_common.c 103 #define DA(d) ((d) << 25)
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));
    [all...]
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 3301 milliseconds