Searched refs:exports (Results 1 - 25 of 94) sorted by relevance

1234

/external/protobuf/js/commonjs/
H A Dexport.js14 exports.Message = jspb.Message;
15 exports.BinaryReader = jspb.BinaryReader;
16 exports.BinaryWriter = jspb.BinaryWriter;
17 exports.ExtensionFieldInfo = jspb.ExtensionFieldInfo;
20 exports.exportSymbol = goog.exportSymbol;
21 exports.inherits = goog.inherits;
22 exports.object = {extend: goog.object.extend};
H A Dexport_testdeps.js17 exports.goog = goog;
18 exports.jspb = jspb;
H A Dexport_asserts.js4 * This file exports several Closure Library symbols that are only
29 exports[key] = global[key];
34 // JavaScript, so in practice this is equivalent to "exports.COMPILED = true".
37 exports.COMPILED = COMPILED
/external/curl/packages/NetWare/
H A Dget_exp.awk33 exports[++idx] = sym_name
51 temp = exports[i]
52 while ((j >= increment+1) && (exports[j-increment] > temp)) {
53 exports[j] = exports[j-increment]
56 exports[j] = temp
68 printf(" %s,\n", exports[++x])
70 printf(" %s\n", exports[++x])
/external/libmojo/mojo/public/js/
H A Dunicode.js46 var exports = {};
47 exports.decodeUtf8String = decodeUtf8String;
48 exports.encodeUtf8String = encodeUtf8String;
49 exports.utf8Length = utf8Length;
50 return exports;
H A Dcodec.js880 var exports = {};
881 exports.align = align;
882 exports.isAligned = isAligned;
883 exports.Message = Message;
884 exports.MessageBuilder = MessageBuilder;
885 exports.MessageWithRequestIDBuilder = MessageWithRequestIDBuilder;
886 exports.MessageReader = MessageReader;
887 exports.kArrayHeaderSize = kArrayHeaderSize;
888 exports.kMapStructPayloadSize = kMapStructPayloadSize;
889 exports
[all...]
H A Dconnector.js112 var exports = {};
113 exports.Connector = Connector;
114 return exports;
H A Dbindings.js276 var exports = {};
277 exports.InterfacePtrInfo = types.InterfacePtrInfo;
278 exports.InterfaceRequest = types.InterfaceRequest;
279 exports.makeRequest = makeRequest;
280 exports.InterfacePtrController = InterfacePtrController;
281 exports.Binding = Binding;
282 exports.BindingSet = BindingSet;
284 return exports;
H A Drouter.js200 var exports = {};
201 exports.Router = Router;
202 return exports;
/external/swiftshader/third_party/LLVM/lib/Transforms/Hello/
H A DMakefile19 EXPORTED_SYMBOL_FILE = $(PROJ_SRC_DIR)/Hello.exports
/external/swiftshader/third_party/LLVM/tools/bugpoint-passes/
H A DMakefile19 EXPORTED_SYMBOL_FILE = $(PROJ_SRC_DIR)/bugpoint.exports
/external/swiftshader/third_party/LLVM/tools/gold/
H A DMakefile13 EXPORTED_SYMBOL_FILE = $(PROJ_SRC_DIR)/gold.exports
/external/swiftshader/third_party/LLVM/runtime/libprofile/
H A DMakefile19 EXTRA_DIST = libprofile.exports
20 EXPORTED_SYMBOL_FILE = $(PROJ_SRC_DIR)/libprofile.exports
/external/autotest/client/site_tests/network_FirewallHolePunch/src/tcpserver/commands/
H A DBrowserCommands.js19 (function(exports) {
57 exports.Commands=new Commands();
/external/icu/icu4c/source/test/depstest/
H A Ddepstest.py83 _obj_files[lib_obj_name] = {"imports": obj_imports, "exports": obj_exports}
98 exports = item.get("exports")
99 if exports != None: return item
103 exports = set()
111 exports |= obj_file["exports"]
112 imports -= exports | _ignored_symbols
120 dep_exports = dep_item["exports"]
124 # We always include the dependency's exports, eve
[all...]
H A Ddependencies.py120 exports = item.get("system_symbols")
121 if exports == None: exports = item["system_symbols"] = set()
122 exports.add(symbol)
/external/mesa3d/src/glx/
H A Dglxglvnd.c57 _X_EXPORT Bool __glx_Main(uint32_t version, const __GLXapiExports *exports, argument
70 __glXGLVNDAPIExports = exports;
/external/python/cpython2/Tools/scripts/
H A Dnm2def.py97 exports = export_list(s)
99 f.write(DEF_TEMPLATE % (exports))
/external/python/cpython3/Include/
H A Dmemoryobject.h45 Py_ssize_t exports; /* number of direct memoryview exports */ member in struct:__anon19821
62 Py_ssize_t exports; /* number of buffer re-exports */ member in struct:__anon19822
/external/python/cpython3/Tools/scripts/
H A Dnm2def.py97 exports = export_list(s)
99 f.write(DEF_TEMPLATE % (exports))
/external/swiftshader/third_party/LLVM/tools/edis/
H A DMakefile14 EXPORTED_SYMBOL_FILE = $(PROJ_SRC_DIR)/EnhancedDisassembly.exports
/external/swiftshader/third_party/LLVM/tools/lto/
H A DMakefile13 EXPORTED_SYMBOL_FILE = $(PROJ_SRC_DIR)/lto.exports
/external/tensorflow/tensorflow/tools/api/generator/
H A Dcreate_python_api.py93 for exports, value in attr:
94 for export in exports:
169 for module, exports in module_imports.items():
170 # Make sure genrule output file list is in sync with API exports.
178 fp.write(_GENERATED_FILE_HEADER + '\n'.join(exports))
/external/libmojo/mojo/public/tools/bindings/generators/
H A Dmojom_java_generator.py453 exports = self.GetJinjaExports()
454 exports.update({'interface': interface})
455 return exports
459 exports = self.GetJinjaExports()
460 exports.update({'enum': enum})
461 return exports
465 exports = self.GetJinjaExports()
466 exports.update({'struct': struct})
467 return exports
471 exports
[all...]
/external/swiftshader/third_party/LLVM/tools/llvm-shlib/
H A DMakefile21 EXPORTED_SYMBOL_FILE = $(ObjDir)/$(LIBRARYNAME).exports
94 $(ObjDir)/$(LIBRARYNAME).exports: $(SHLIB_FRAGS) $(ObjDir)/.dir
95 $(Echo) Generating exports for $(LIBRARYNAME)

Completed in 983 milliseconds

1234