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

  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfFileSpecificationDictionary_autogen.cpp 107 SkPdfDictionary* SkPdfFileSpecificationDictionary::EF(SkPdfNativeDoc* doc) {
108 SkPdfNativeObject* ret = get("EF", "");
116 return get("EF", "") != NULL;
  /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfFileSpecificationDictionary_autogen.cpp 107 SkPdfDictionary* SkPdfFileSpecificationDictionary::EF(SkPdfNativeDoc* doc) {
108 SkPdfNativeObject* ret = get("EF", "");
116 return get("EF", "") != NULL;
  /frameworks/compile/slang/
slang_rs_context.cpp 113 RSExportFunc *EF = RSExportFunc::Create(this, FD);
114 if (EF == NULL)
117 mExportFuncs.push_back(EF);
slang_rs_backend.cpp 280 const RSExportFunc *EF = *I;
283 if (!EF->hasParam()) {
285 EF->getName().c_str()));
287 llvm::Function *F = M->getFunction(EF->getName());
289 const std::string HelperFunctionName(".helper_" + EF->getName());
313 if (!EF->checkParameterPacketType(HelperFunctionParameterTy)) {
316 EF->getName().c_str());
318 const RSExportRecordType *Expected = EF->getParamPacketType();
365 for (size_t i = 0; i < EF->getNumParameters(); i++) {
slang_rs_reflection_cpp.cpp 183 const RSExportForEach *EF = *I;
184 const RSExportType *OET = EF->getOutType();
190 const RSExportForEach::InTypeVec &InTypes = EF->getInTypes();
299 const RSExportFunc *ef = *I; local
301 makeFunctionSignature(false, ef);
380 const RSExportForEach *ef = *I; local
381 if (ef->isDummyRoot()) {
388 "void " + mClassName + "::forEach_" + ef->getName() + "(";
391 if (ef->hasIns()) {
393 assert(ef->getIns().size() == 1)
464 const RSExportFunc *ef = *I; local
    [all...]
slang_rs_reflection.cpp 422 const RSExportForEach *EF = *I;
424 const RSExportForEach::InTypeVec &InTypes = EF->getInTypes();
433 const RSExportType *OET = EF->getOutType();
613 void RSReflectionJava::genExportFunction(const RSExportFunc *EF) {
615 << EF->getName() << " = " << getNextExportFuncSlot() << ";\n";
620 if (EF->hasParam()) {
621 for (RSExportFunc::const_param_iterator I = EF->params_begin(),
622 E = EF->params_end();
630 "invoke_" + EF->getName(/*Mangle=*/false),
635 if (!EF->hasParam())
    [all...]
  /external/llvm/include/llvm/Object/
ELFObjectFile.h 57 ELFFile<ELFT> EF;
123 return EF.getSection(Rel.d.a);
133 EF.begin_dynamic_symbols().getEntSize(),
135 return Elf_Sym_Iter(EF.begin_symbols().getEntSize(),
147 return Elf_Shdr_Iter(EF.getHeader()->e_shentsize,
164 return Elf_Dyn_Iter(EF.begin_dynamic_table().getEntSize(),
205 const ELFFile<ELFT> *getELFFile() const { return &EF; }
229 ErrorOr<StringRef> Name = EF.getSymbolName(toELFSymIter(Symb));
243 EF.getSymbolVersion(EF.getSection(Symb.d.b), symb, IsDefault)
    [all...]
  /external/llvm/tools/llvm-nm/
llvm-nm.cpp 514 const ELFFile<ELFT> &EF = *Obj.getELFFile();
515 const Elf_Shdr *ESec = EF.getSection(ESym);
    [all...]
  /external/llvm/lib/MC/
MCAssembler.cpp 628 const MCEncodedFragment &EF = cast<MCEncodedFragment>(F);
629 OW->WriteBytes(EF.getContents());
    [all...]

Completed in 317 milliseconds