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

  /external/llvm/lib/Transforms/IPO/
IPO.cpp 100 std::vector<const char *> Export;
102 Export.push_back("main");
103 unwrap(PM)->add(createInternalizePass(Export));
  /external/v8/src/compiler/
raw-machine-assembler.cc 39 Schedule* RawMachineAssembler::Export() {
  /external/clang/lib/Lex/
ModuleMap.cpp 45 assert(Unresolved.Wildcard && "Invalid unresolved export");
406 // If inferred submodules export everything they import, add a
422 // If inferred submodules export everything they import, add a
716 // export *
719 // module * { export * }
869 Module::ExportDecl Export = resolveExport(Mod, Mod->UnresolvedExports[I],
871 if (Export.getPointer() || Export.getInt())
872 Mod->Exports.push_back(Export);
    [all...]
  /external/pdfium/core/include/fpdfdoc/
fpdf_doc.h 148 Export
    [all...]
  /external/webp/src/dec/
vp8l.c 420 // Export to ARGB
422 // We have special "export" function since we need to convert from BGRA
423 static int Export(WebPRescaler* const rescaler, WEBP_CSP_MODE colorspace,
455 num_lines_out += Export(dec->rescaler, colorspace, out_stride, row_out);
476 // 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 633 /// \brief A module import, export, or conflict that hasn't yet been resolved.
642 enum { Import, Export, Conflict } Kind;
647 /// \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/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 331 milliseconds