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

  /external/llvm/lib/Transforms/IPO/
IPO.cpp 99 std::vector<const char *> Export;
101 Export.push_back("main");
102 unwrap(PM)->add(createInternalizePass(Export));
  /external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
module_integrity_verifier_win.cc 55 struct Export {
56 Export(void* addr, const std::string& name);
57 ~Export();
59 bool operator<(const Export& other) const;
65 Export::Export(void* addr, const std::string& name) : addr(addr), name(name) {
68 Export::~Export() {
71 bool Export::operator<(const Export& other) const
    [all...]
  /external/chromium_org/crypto/
rsa_private_key.cc 57 bool PrivateKeyInfoCodec::Export(std::vector<uint8>* output) {
  /external/chromium_org/v8/src/compiler/
raw-machine-assembler.cc 39 Schedule* RawMachineAssembler::Export() {
  /external/chromium_org/chrome/browser/ui/webui/options/
certificate_manager_handler.cc 375 // Personal Certificate Export overlay strings.
477 base::Bind(&CertificateManagerHandler::Export,
    [all...]
  /external/chromium_org/third_party/libwebp/dec/
vp8l.c 419 // Export to ARGB
421 // We have special "export" function since we need to convert from BGRA
422 static int Export(WebPRescaler* const rescaler, WEBP_CSP_MODE colorspace,
454 num_lines_out += Export(dec->rescaler, colorspace, out_stride, row_out);
475 // Export to YUVA
    [all...]
  /external/clang/lib/Lex/
ModuleMap.cpp 44 assert(Unresolved.Wildcard && "Invalid unresolved export");
387 // If inferred submodules export everything they import, add a
402 // If inferred submodules export everything they import, add a
701 // export *
704 // module * { export * }
821 Module::ExportDecl Export = resolveExport(Mod, Mod->UnresolvedExports[I],
823 if (Export.getPointer() || Export.getInt())
824 Mod->Exports.push_back(Export);
    [all...]
  /external/pdfium/core/include/fpdfdoc/
fpdf_doc.h 179 Export
    [all...]
  /external/webp/src/dec/
vp8l.c 419 // Export to ARGB
421 // We have special "export" function since we need to convert from BGRA
422 static int Export(WebPRescaler* const rescaler, WEBP_CSP_MODE colorspace,
454 num_lines_out += Export(dec->rescaler, colorspace, out_stride, row_out);
475 // Export to YUVA
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
iadmw.h 293 virtual HRESULT WINAPI Export(LPCWSTR pszPasswd,LPCWSTR pszFileName,LPCWSTR pszSourcePath,DWORD dwMDFlags) = 0;
    [all...]
txcoord.h 389 virtual HRESULT WINAPI Export(IUnknown *punkTransaction,ULONG *pcbTransactionCookie) = 0;
398 HRESULT (WINAPI *Export)(ITransactionExport *This,IUnknown *punkTransaction,ULONG *pcbTransactionCookie);
409 #define ITransactionExport_Export(This,punkTransaction,pcbTransactionCookie) (This)->lpVtbl->Export(This,punkTransaction,pcbTransactionCookie)
    [all...]
iiisext.h     [all...]
exdisp.h     [all...]
rtccore.h     [all...]
  /external/clang/include/clang/Serialization/
ASTReader.h 585 /// \brief A module import, export, or conflict that hasn't yet been resolved.
594 enum { Import, Export, Conflict } Kind;
599 /// \brief Whether this is a wildcard export.
    [all...]
  /prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar 
  /external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 911 milliseconds