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

1 2

  /build/kati/
eval.h 59 const unordered_map<Symbol, bool>& exports() const { return exports_; } function in class:Evaluator
eval.cc 322 const string&& exports = stmt->expr->Eval(this); local
323 for (StringPiece tok : WordScanner(exports)) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/
mount.h 51 typedef struct exportnode *exports; typedef in typeref:struct:exportnode
56 exports ex_next;
80 extern exports * mountproc_export_1(void *, CLIENT *);
81 extern exports * mountproc_export_1_svc(void *, struct svc_req *);
83 extern exports * mountproc_exportall_1(void *, CLIENT *);
84 extern exports * mountproc_exportall_1_svc(void *, struct svc_req *);
104 extern exports * mountproc_export_1();
105 extern exports * mountproc_export_1_svc();
107 extern exports * mountproc_exportall_1();
108 extern exports * mountproc_exportall_1_svc()
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/
mount.h 51 typedef struct exportnode *exports; typedef in typeref:struct:exportnode
56 exports ex_next;
80 extern exports * mountproc_export_1(void *, CLIENT *);
81 extern exports * mountproc_export_1_svc(void *, struct svc_req *);
83 extern exports * mountproc_exportall_1(void *, CLIENT *);
84 extern exports * mountproc_exportall_1_svc(void *, struct svc_req *);
104 extern exports * mountproc_export_1();
105 extern exports * mountproc_export_1_svc();
107 extern exports * mountproc_exportall_1();
108 extern exports * mountproc_exportall_1_svc()
    [all...]
  /external/flatbuffers/src/
idl_gen_js.cpp 58 code += "// Exports for Node.js and RequireJS\n";
110 std::string &exports = *exports_ptr; local
117 exports += "goog.exportSymbol('" + *it + "', " + *it + ");\n";
119 exports += "this." + *it + " = " + *it + ";\n";
175 std::string &exports = *exports_ptr; local
180 exports += "goog.exportSymbol('" + enum_def.name + "', " + enum_def.name +
183 exports += "this." + enum_def.name + " = " + enum_def.name + ";\n";
379 std::string &exports = *exports_ptr; local
387 exports += "goog.exportSymbol('" + struct_def.name + "', " +
390 exports += "this." + struct_def.name + " = " + struct_def.name + ";\n"
    [all...]
  /external/v8/src/wasm/
wasm-module-builder.cc 322 uint32_t exports = 0; local
370 exports += function->exported_names_.size();
469 // == emit exports ===========================================================
470 if (exports > 0) {
472 buffer.write_u32v(exports);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
Wasm.h 76 const std::vector<wasm::WasmExport>& exports() const { return Exports; } function in class:llvm::object::WasmObjectFile
176 std::vector<wasm::WasmExport> Exports;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
Wasm.h 76 const std::vector<wasm::WasmExport>& exports() const { return Exports; } function in class:llvm::object::WasmObjectFile
176 std::vector<wasm::WasmExport> Exports;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
Wasm.h 76 const std::vector<wasm::WasmExport>& exports() const { return Exports; } function in class:llvm::object::WasmObjectFile
176 std::vector<wasm::WasmExport> Exports;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
Wasm.h 76 const std::vector<wasm::WasmExport>& exports() const { return Exports; } function in class:llvm::object::WasmObjectFile
176 std::vector<wasm::WasmExport> Exports;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
Wasm.h 76 const std::vector<wasm::WasmExport>& exports() const { return Exports; } function in class:llvm::object::WasmObjectFile
176 std::vector<wasm::WasmExport> Exports;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
Wasm.h 76 const std::vector<wasm::WasmExport>& exports() const { return Exports; } function in class:llvm::object::WasmObjectFile
176 std::vector<wasm::WasmExport> Exports;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
Wasm.h 76 const std::vector<wasm::WasmExport>& exports() const { return Exports; } function in class:llvm::object::WasmObjectFile
176 std::vector<wasm::WasmExport> Exports;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
Wasm.h 76 const std::vector<wasm::WasmExport>& exports() const { return Exports; } function in class:llvm::object::WasmObjectFile
176 std::vector<wasm::WasmExport> Exports;
  /prebuilts/go/darwin-x86/src/go/internal/gcimporter/testdata/
exports.go 8 package exports package
  /prebuilts/go/linux-x86/src/go/internal/gcimporter/testdata/
exports.go 8 package exports package
  /toolchain/binutils/binutils-2.25/ld/
deffile.h 81 /* From the EXPORTS commands. */
83 def_file_export *exports; member in struct:def_file
  /external/llvm/lib/Object/
MachOObjectFile.cpp 1496 MachOObjectFile::exports(ArrayRef<uint8_t> Trie) { function in class:MachOObjectFile
1509 iterator_range<export_iterator> MachOObjectFile::exports() const { function in class:MachOObjectFile
    [all...]
  /external/v8/src/
factory.cc 1923 Handle<ObjectHashTable> exports = local
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_shader.c 6852 struct si_vs_exports exports; local
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar 
  /external/guice/lib/build/
bnd-0.0.384.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 

Completed in 484 milliseconds

1 2