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

1 2 3

  /development/tools/winscope/loaders/
proto-loader.js 24 module.exports = function(source) {
58 return `module.exports = ${result}`;
  /external/python/cpython3/Include/
memoryobject.h 45 Py_ssize_t exports; /* number of direct memoryview exports */ member in struct:__anon33153
62 Py_ssize_t exports; /* number of buffer re-exports */ member in struct:__anon33154
  /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...]
  /build/kati/
eval.cc 359 const string&& exports = stmt->expr->Eval(this); local
360 for (StringPiece tok : WordScanner(exports)) {
eval.h 61 const unordered_map<Symbol, bool>& exports() const { return exports_; } function in class:Evaluator
  /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-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/darwin-x86/clang-4393122/include/llvm/Object/
Wasm.h 83 const std::vector<wasm::WasmExport>& exports() const { return Exports; } function in class:llvm::object::WasmObjectFile
190 std::vector<wasm::WasmExport> Exports;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Object/
Wasm.h 83 const std::vector<wasm::WasmExport>& exports() const { return Exports; } function in class:llvm::object::WasmObjectFile
190 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/clang/host/linux-x86/clang-4393122/include/llvm/Object/
Wasm.h 83 const std::vector<wasm::WasmExport>& exports() const { return Exports; } function in class:llvm::object::WasmObjectFile
190 std::vector<wasm::WasmExport> Exports;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Object/
Wasm.h 83 const std::vector<wasm::WasmExport>& exports() const { return Exports; } function in class:llvm::object::WasmObjectFile
190 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.27/ld/
deffile.h 81 /* From the EXPORTS commands. */
83 def_file_export *exports; member in struct:def_file
  /external/python/cpython3/Modules/_io/
bytesio.c 18 Py_ssize_t exports; member in struct:__anon33321
27 * Py_REFCNT(buf) == 1, exports == 0.
28 * Py_REFCNT(buf) > 1. exports == 0,
30 * exports > 0. Py_REFCNT(buf) == 1, any modifications are forbidden.
41 if ((self)->exports > 0) { \
43 "Existing exports of data: object cannot be re-sized"); \
92 assert(self->exports == 0);
307 if (self->string_size <= 1 || self->exports > 0)
364 self->exports == 0) {
913 if (self->exports > 0)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Object/
Wasm.h 129 const std::vector<wasm::WasmExport>& exports() const { return Exports; } function in class:llvm::object::WasmObjectFile
241 std::vector<wasm::WasmExport> Exports;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Object/
Wasm.h 129 const std::vector<wasm::WasmExport>& exports() const { return Exports; } function in class:llvm::object::WasmObjectFile
241 std::vector<wasm::WasmExport> Exports;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Object/
Wasm.h 129 const std::vector<wasm::WasmExport>& exports() const { return Exports; } function in class:llvm::object::WasmObjectFile
241 std::vector<wasm::WasmExport> Exports;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Object/
Wasm.h 129 const std::vector<wasm::WasmExport>& exports() const { return Exports; } function in class:llvm::object::WasmObjectFile
241 std::vector<wasm::WasmExport> Exports;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Object/
Wasm.h 129 const std::vector<wasm::WasmExport>& exports() const { return Exports; } function in class:llvm::object::WasmObjectFile
241 std::vector<wasm::WasmExport> Exports;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Object/
Wasm.h 129 const std::vector<wasm::WasmExport>& exports() const { return Exports; } function in class:llvm::object::WasmObjectFile
241 std::vector<wasm::WasmExport> Exports;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Object/
Wasm.h 129 const std::vector<wasm::WasmExport>& exports() const { return Exports; } function in class:llvm::object::WasmObjectFile
241 std::vector<wasm::WasmExport> Exports;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Object/
Wasm.h 129 const std::vector<wasm::WasmExport>& exports() const { return Exports; } function in class:llvm::object::WasmObjectFile
241 std::vector<wasm::WasmExport> Exports;
  /external/flatbuffers/src/
idl_gen_js.cpp 108 code += "// Exports for Node.js and RequireJS\n";
218 std::string &exports = *exports_ptr; local
231 exports += "goog.exportSymbol('" + *it + "', " + *it + ");\n";
233 exports += "this." + *it + " = " + *it + ";\n";
290 std::string &exports = *exports_ptr; local
302 exports += "goog.exportSymbol('" + enum_def.name + "', " +
305 exports += "this." + enum_def.name + " = " + enum_def.name + ";\n";
556 std::string &exports = *exports_ptr; local
585 exports += "goog.exportSymbol('" + struct_def.name + "', " +
588 exports += "this." + struct_def.name + " = " + struct_def.name + ";\n"
    [all...]

Completed in 472 milliseconds

1 2 3