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

1 2

  /packages/apps/SecureElement/src/com/android/se/security/arf/PKCS15/
EF.java 37 public class EF {
44 private static final short EF = 0x04;
54 public EF(SecureElement handle) {
88 mFileType = EF;
102 if (mFileType == EF
103 && // is EF ?
146 mFileType = EF;
216 if (mFileType != EF) throw new SecureElementException("Incorrect file type");
252 if (mFileType != EF) throw new SecureElementException("Incorrect file type");
  /external/llvm/lib/Fuzzer/
FuzzerDriver.cpp 272 EF = new ExternalFunctions();
273 if (EF->LLVMFuzzerInitialize)
274 EF->LLVMFuzzerInitialize(argc, argv);
427 ExternalFunctions *EF = nullptr;
  /external/llvm/lib/Fuzzer/test/
FuzzerUnittest.cpp 23 fuzzer::EF = t.get();
93 fuzzer::EF = t.get();
129 fuzzer::EF = t.get();
165 fuzzer::EF = t.get();
201 fuzzer::EF = t.get();
237 fuzzer::EF = t.get();
267 fuzzer::EF = t.get();
309 fuzzer::EF = t.get();
338 fuzzer::EF = t.get();
432 fuzzer::EF = t.get()
    [all...]
  /frameworks/compile/slang/
slang_backend.cpp 902 const RSExportFunc *EF = *I;
905 if (!EF->hasParam()) {
907 EF->getName().c_str()));
909 llvm::Function *F = M->getFunction(EF->getName());
    [all...]
slang_rs_reflection_cpp.cpp 190 const RSExportForEach *EF = *I;
191 const RSExportType *OET = EF->getOutType();
197 const RSExportForEach::InTypeVec &InTypes = EF->getInTypes();
304 const RSExportFunc *ef = *I; local
306 makeFunctionSignature(false, ef);
316 const RSExportForEach *ef = *I; local
317 if (ef->isDummyRoot()) {
324 "void " + mClassName + "::forEach_" + ef->getName() + "(";
327 if (ef->hasIns()) {
329 slangAssert(ef->getIns().size() == 1)
400 const RSExportFunc *ef = *I; local
    [all...]
slang_rs_reflection.cpp 679 const RSExportForEach *EF = *I;
681 const RSExportForEach::InTypeVec &InTypes = EF->getInTypes();
689 const RSExportType *OET = EF->getOutType();
    [all...]
  /external/llvm/include/llvm/Object/
ELFObjectFile.h 202 ELFFile<ELFT> EF;
252 return *EF.getSection(Rel.d.a);
265 uintptr_t SHT = reinterpret_cast<uintptr_t>(EF.section_begin());
314 return EF.template getEntry<Elf_Sym>(Sym.d.a, Sym.d.b);
337 Result = EF.getHeader()->e_flags;
341 const ELFFile<ELFT> *getELFFile() const { return &EF; }
367 const Elf_Shdr *SymTableSec = *EF.getSection(Sym.d.a);
368 const Elf_Shdr *StringTableSec = *EF.getSection(SymTableSec->sh_link);
369 StringRef SymTable = *EF.getStringTable(StringTableSec);
390 const Elf_Ehdr *Header = EF.getHeader()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ELFObjectFile.h 214 ELFFile<ELFT> EF;
265 auto RelSecOrErr = EF.getSection(Rel.d.a);
281 auto SectionsOrErr = EF.sections();
336 auto Ret = EF.template getEntry<Elf_Sym>(Sym.d.a, Sym.d.b);
362 Result = EF.getHeader()->e_flags;
367 auto SectionsOrErr = EF.sections();
373 auto ErrorOrContents = EF.getSectionContents(&Sec);
388 const ELFFile<ELFT> *getELFFile() const { return &EF; }
414 auto SymTabOrErr = EF.getSection(Sym.d.a);
418 auto StrTabOrErr = EF.getSection(SymTableSec->sh_link)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Object/
ELFObjectFile.h 214 ELFFile<ELFT> EF;
266 auto RelSecOrErr = EF.getSection(Rel.d.a);
282 auto SectionsOrErr = EF.sections();
337 auto Ret = EF.template getEntry<Elf_Sym>(Sym.d.a, Sym.d.b);
363 Result = EF.getHeader()->e_flags;
368 auto SectionsOrErr = EF.sections();
374 auto ErrorOrContents = EF.getSectionContents(&Sec);
389 const ELFFile<ELFT> *getELFFile() const { return &EF; }
415 auto SymTabOrErr = EF.getSection(Sym.d.a);
419 auto StrTabOrErr = EF.getSection(SymTableSec->sh_link)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Object/
ELFObjectFile.h 214 ELFFile<ELFT> EF;
266 auto RelSecOrErr = EF.getSection(Rel.d.a);
282 auto SectionsOrErr = EF.sections();
337 auto Ret = EF.template getEntry<Elf_Sym>(Sym.d.a, Sym.d.b);
363 Result = EF.getHeader()->e_flags;
368 auto SectionsOrErr = EF.sections();
374 auto ErrorOrContents = EF.getSectionContents(&Sec);
389 const ELFFile<ELFT> *getELFFile() const { return &EF; }
415 auto SymTabOrErr = EF.getSection(Sym.d.a);
419 auto StrTabOrErr = EF.getSection(SymTableSec->sh_link)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Object/
ELFObjectFile.h 213 ELFObjectFile(MemoryBufferRef Object, ELFFile<ELFT> EF,
218 ELFFile<ELFT> EF;
270 auto RelSecOrErr = EF.getSection(Rel.d.a);
286 auto SectionsOrErr = EF.sections();
342 auto Ret = EF.template getEntry<Elf_Sym>(Sym.d.a, Sym.d.b);
368 Result = EF.getHeader()->e_flags;
373 auto SectionsOrErr = EF.sections();
379 auto ErrorOrContents = EF.getSectionContents(&Sec);
394 const ELFFile<ELFT> *getELFFile() const { return &EF; }
420 auto SymTabOrErr = EF.getSection(Sym.d.a)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Object/
ELFObjectFile.h 213 ELFObjectFile(MemoryBufferRef Object, ELFFile<ELFT> EF,
218 ELFFile<ELFT> EF;
270 auto RelSecOrErr = EF.getSection(Rel.d.a);
286 auto SectionsOrErr = EF.sections();
342 auto Ret = EF.template getEntry<Elf_Sym>(Sym.d.a, Sym.d.b);
368 Result = EF.getHeader()->e_flags;
373 auto SectionsOrErr = EF.sections();
379 auto ErrorOrContents = EF.getSectionContents(&Sec);
394 const ELFFile<ELFT> *getELFFile() const { return &EF; }
420 auto SymTabOrErr = EF.getSection(Sym.d.a)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Object/
ELFObjectFile.h 213 ELFObjectFile(MemoryBufferRef Object, ELFFile<ELFT> EF,
218 ELFFile<ELFT> EF;
270 auto RelSecOrErr = EF.getSection(Rel.d.a);
286 auto SectionsOrErr = EF.sections();
342 auto Ret = EF.template getEntry<Elf_Sym>(Sym.d.a, Sym.d.b);
368 Result = EF.getHeader()->e_flags;
373 auto SectionsOrErr = EF.sections();
379 auto ErrorOrContents = EF.getSectionContents(&Sec);
394 const ELFFile<ELFT> *getELFFile() const { return &EF; }
420 auto SymTabOrErr = EF.getSection(Sym.d.a)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Object/
ELFObjectFile.h 213 ELFObjectFile(MemoryBufferRef Object, ELFFile<ELFT> EF,
218 ELFFile<ELFT> EF;
270 auto RelSecOrErr = EF.getSection(Rel.d.a);
286 auto SectionsOrErr = EF.sections();
342 auto Ret = EF.template getEntry<Elf_Sym>(Sym.d.a, Sym.d.b);
368 Result = EF.getHeader()->e_flags;
373 auto SectionsOrErr = EF.sections();
379 auto ErrorOrContents = EF.getSectionContents(&Sec);
394 const ELFFile<ELFT> *getELFFile() const { return &EF; }
420 auto SymTabOrErr = EF.getSection(Sym.d.a)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ELFObjectFile.h 214 ELFFile<ELFT> EF;
265 auto RelSecOrErr = EF.getSection(Rel.d.a);
281 auto SectionsOrErr = EF.sections();
336 auto Ret = EF.template getEntry<Elf_Sym>(Sym.d.a, Sym.d.b);
362 Result = EF.getHeader()->e_flags;
367 auto SectionsOrErr = EF.sections();
373 auto ErrorOrContents = EF.getSectionContents(&Sec);
388 const ELFFile<ELFT> *getELFFile() const { return &EF; }
414 auto SymTabOrErr = EF.getSection(Sym.d.a);
418 auto StrTabOrErr = EF.getSection(SymTableSec->sh_link)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Object/
ELFObjectFile.h 214 ELFFile<ELFT> EF;
266 auto RelSecOrErr = EF.getSection(Rel.d.a);
282 auto SectionsOrErr = EF.sections();
337 auto Ret = EF.template getEntry<Elf_Sym>(Sym.d.a, Sym.d.b);
363 Result = EF.getHeader()->e_flags;
368 auto SectionsOrErr = EF.sections();
374 auto ErrorOrContents = EF.getSectionContents(&Sec);
389 const ELFFile<ELFT> *getELFFile() const { return &EF; }
415 auto SymTabOrErr = EF.getSection(Sym.d.a);
419 auto StrTabOrErr = EF.getSection(SymTableSec->sh_link)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Object/
ELFObjectFile.h 214 ELFFile<ELFT> EF;
266 auto RelSecOrErr = EF.getSection(Rel.d.a);
282 auto SectionsOrErr = EF.sections();
337 auto Ret = EF.template getEntry<Elf_Sym>(Sym.d.a, Sym.d.b);
363 Result = EF.getHeader()->e_flags;
368 auto SectionsOrErr = EF.sections();
374 auto ErrorOrContents = EF.getSectionContents(&Sec);
389 const ELFFile<ELFT> *getELFFile() const { return &EF; }
415 auto SymTabOrErr = EF.getSection(Sym.d.a);
419 auto StrTabOrErr = EF.getSection(SymTableSec->sh_link)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Object/
ELFObjectFile.h 213 ELFObjectFile(MemoryBufferRef Object, ELFFile<ELFT> EF,
218 ELFFile<ELFT> EF;
270 auto RelSecOrErr = EF.getSection(Rel.d.a);
286 auto SectionsOrErr = EF.sections();
342 auto Ret = EF.template getEntry<Elf_Sym>(Sym.d.a, Sym.d.b);
368 Result = EF.getHeader()->e_flags;
373 auto SectionsOrErr = EF.sections();
379 auto ErrorOrContents = EF.getSectionContents(&Sec);
394 const ELFFile<ELFT> *getELFFile() const { return &EF; }
420 auto SymTabOrErr = EF.getSection(Sym.d.a)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Object/
ELFObjectFile.h 213 ELFObjectFile(MemoryBufferRef Object, ELFFile<ELFT> EF,
218 ELFFile<ELFT> EF;
270 auto RelSecOrErr = EF.getSection(Rel.d.a);
286 auto SectionsOrErr = EF.sections();
342 auto Ret = EF.template getEntry<Elf_Sym>(Sym.d.a, Sym.d.b);
368 Result = EF.getHeader()->e_flags;
373 auto SectionsOrErr = EF.sections();
379 auto ErrorOrContents = EF.getSectionContents(&Sec);
394 const ELFFile<ELFT> *getELFFile() const { return &EF; }
420 auto SymTabOrErr = EF.getSection(Sym.d.a)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Object/
ELFObjectFile.h 213 ELFObjectFile(MemoryBufferRef Object, ELFFile<ELFT> EF,
218 ELFFile<ELFT> EF;
270 auto RelSecOrErr = EF.getSection(Rel.d.a);
286 auto SectionsOrErr = EF.sections();
342 auto Ret = EF.template getEntry<Elf_Sym>(Sym.d.a, Sym.d.b);
368 Result = EF.getHeader()->e_flags;
373 auto SectionsOrErr = EF.sections();
379 auto ErrorOrContents = EF.getSectionContents(&Sec);
394 const ELFFile<ELFT> *getELFFile() const { return &EF; }
420 auto SymTabOrErr = EF.getSection(Sym.d.a)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Object/
ELFObjectFile.h 213 ELFObjectFile(MemoryBufferRef Object, ELFFile<ELFT> EF,
218 ELFFile<ELFT> EF;
270 auto RelSecOrErr = EF.getSection(Rel.d.a);
286 auto SectionsOrErr = EF.sections();
342 auto Ret = EF.template getEntry<Elf_Sym>(Sym.d.a, Sym.d.b);
368 Result = EF.getHeader()->e_flags;
373 auto SectionsOrErr = EF.sections();
379 auto ErrorOrContents = EF.getSectionContents(&Sec);
394 const ELFFile<ELFT> *getELFFile() const { return &EF; }
420 auto SymTabOrErr = EF.getSection(Sym.d.a)
    [all...]
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0/
intellij-core-26.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-alpha4/
intellij-core-26.0.0-alpha4.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-alpha5/
intellij-core-26.0.0-alpha5.jar 

Completed in 415 milliseconds

1 2