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

1 2

  /external/llvm/lib/Transforms/IPO/
IPO.cpp 104 std::vector<const char *> Export;
106 Export.push_back("main");
107 unwrap(PM)->add(createInternalizePass(Export));
  /external/libchrome/crypto/
rsa_private_key.cc 58 bool PrivateKeyInfoCodec::Export(std::vector<uint8_t>* output) {
  /external/v8/src/js/
prologue.js 26 // Export to other scripts.
30 function Export(f) {
242 utils.Export = UNDEFINED;
259 utils.Export = UNDEFINED;
283 utils.Export = Export;
  /external/llvm/lib/DebugInfo/Symbolize/
SymbolizableObjectFile.cpp 60 // If this is a COFF object and we didn't find any symbols, try the export
86 // Get all export names and offsets.
107 OffsetNamePair &Export = *I;
108 // FIXME: The last export has a one byte size now.
109 uint32_t NextOffset = I != E ? I->Offset : Export.Offset + 1;
110 uint64_t SymbolStart = ImageBase + Export.Offset;
111 uint64_t SymbolSize = NextOffset - Export.Offset;
113 Functions.insert(std::make_pair(SD, Export.Name));
  /external/v8/src/compiler/
raw-machine-assembler.cc 39 Schedule* RawMachineAssembler::Export() {
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_document_serialize.cpp 473 FX_BOOL CXFA_DataExporter::Export(IFX_FileWrite* pWrite) {
474 return Export(pWrite, m_pDocument->GetRoot());
476 FX_BOOL CXFA_DataExporter::Export(IFX_FileWrite* pWrite,
491 FX_BOOL bRet = Export(pStream, pNode, dwFlag, pChecksum);
495 FX_BOOL CXFA_DataExporter::Export(IFX_Stream* pStream,
508 Export(pStream, pChild, dwFlag, pChecksum);
  /external/clang/lib/Lex/
ModuleMap.cpp 45 assert(Unresolved.Wildcard && "Invalid unresolved export");
395 // If inferred submodules export everything they import, add a
411 // If inferred submodules export everything they import, add a
715 // export *
718 // module * { export * }
882 Module::ExportDecl Export = resolveExport(Mod, UE, Complain);
883 if (Export.getPointer() || Export.getInt())
884 Mod->Exports.push_back(Export);
    [all...]
  /external/opencv3/3rdparty/libwebp/dec/
vp8l.c 402 // Export to ARGB
404 // We have special "export" function since we need to convert from BGRA
405 static int Export(WebPRescaler* const rescaler, WEBP_CSP_MODE colorspace,
432 num_lines_out += Export(dec->rescaler, colorspace, out_stride, row_out);
454 // Export to YUVA
    [all...]
  /external/pdfium/core/include/fpdfdoc/
fpdf_doc.h 131 enum UsageType { View = 0, Design, Print, Export };
  /external/webp/src/dec/
vp8l.c 520 // Export to ARGB
522 // We have special "export" function since we need to convert from BGRA
523 static int Export(WebPRescaler* const rescaler, WEBP_CSP_MODE colorspace,
555 num_lines_out += Export(dec->rescaler, colorspace, out_stride, row_out);
576 // 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 627 /// \brief A module import, export, or conflict that hasn't yet been resolved.
636 enum { Import, Export, Conflict } Kind;
641 /// \brief Whether this is a wildcard export.
    [all...]
  /external/guice/lib/build/
bnd-0.0.384.jar 
  /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 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler/0.12.613/
kotlin-compiler-0.12.613.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/0.13.1513/
kotlin-compiler-embeddable-0.13.1513.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/0.13.1514/
kotlin-compiler-embeddable-0.13.1514.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0/
kotlin-compiler-embeddable-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0-beta-1103/
kotlin-compiler-embeddable-1.0.0-beta-1103.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0-beta-4584/
kotlin-compiler-embeddable-1.0.0-beta-4584.jar 

Completed in 469 milliseconds

1 2