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

1 2 3 4 5 6 7 8

  /external/protobuf/js/commonjs/
export.js 14 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};
export_testdeps.js 17 exports.goog = goog;
18 exports.jspb = jspb;
export_asserts.js 2 * @fileoverview Exports symbols needed only by tests.
4 * 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/perfetto/ui/
jest.jsdom.config.js 1 module.exports = {
jest.unit.config.js 1 module.exports = {
jest.headless.config.js 1 module.exports = {
  /external/mesa3d/src/egl/main/
egldispatchstubs.c 8 static const __EGLapiExports *exports; variable
38 exports = exportsTable;
62 func = exports->fetchDispatchEntry(vendor, __EGL_DISPATCH_FUNC_INDICES[index]);
71 if (!exports->setLastVendor(vendor)) {
88 exports->threadInit();
89 vendor = exports->getCurrentVendor();
97 exports->threadInit();
98 vendor = exports->getVendorFromDisplay(dpy);
106 exports->threadInit();
107 vendor = exports->getVendorFromDevice(dev)
    [all...]
eglglvnd.c 63 __egl_Main(uint32_t version, const __EGLapiExports *exports,
70 __eglGLVNDApiExports = exports;
71 __eglInitDispatchStubs(exports);
  /development/tools/winscope/
webpack.config.js 22 module.exports = {
88 module.exports.devtool = '#source-map'
90 module.exports.plugins = (module.exports.plugins || []).concat([
108 module.exports.plugins = (module.exports.plugins || []).concat([
  /external/swiftshader/third_party/LLVM/lib/Transforms/Hello/
Makefile 19 EXPORTED_SYMBOL_FILE = $(PROJ_SRC_DIR)/Hello.exports
  /external/swiftshader/third_party/LLVM/tools/bugpoint-passes/
Makefile 19 EXPORTED_SYMBOL_FILE = $(PROJ_SRC_DIR)/bugpoint.exports
  /external/autotest/client/site_tests/power_LoadTest/extension/
.eslintrc.js 1 module.exports = {
  /external/swiftshader/third_party/LLVM/tools/gold/
Makefile 13 EXPORTED_SYMBOL_FILE = $(PROJ_SRC_DIR)/gold.exports
  /external/u-boot/examples/standalone/
hello_world.c 8 #include <exports.h>
  /build/kati/testcase/
override_export.mk 1 # TODO(c|ninja): it overrides "export A" and exports(?) "override B"
  /external/swiftshader/third_party/LLVM/runtime/libprofile/
Makefile 19 EXTRA_DIST = libprofile.exports
20 EXPORTED_SYMBOL_FILE = $(PROJ_SRC_DIR)/libprofile.exports
  /external/u-boot/common/
exports.c 2 #include <exports.h>
  /external/turbine/java/com/google/turbine/binder/bound/
ModuleInfo.java 32 private final ImmutableList<ExportInfo> exports; field in class:ModuleInfo
43 ImmutableList<ExportInfo> exports,
52 this.exports = exports;
79 public ImmutableList<ExportInfo> exports() { method in class:ModuleInfo
80 return exports;
121 /** A JLS §7.7.2 exports directive. */
  /external/catch2/
conanfile.py 12 exports = "LICENSE.txt" variable in class:CatchConan
  /external/v8/src/objects/
module.cc 128 Handle<ObjectHashTable> exports(module->exports(), isolate);
129 DCHECK(exports->Lookup(name)->IsTheHole(isolate));
130 exports = ObjectHashTable::Put(exports, name, entry);
131 module->set_exports(*exports);
141 Handle<ObjectHashTable> exports(module->exports(), isolate);
144 DCHECK(exports->Lookup(name)->IsTheHole(isolate));
145 exports = ObjectHashTable::Put(exports, name, cell)
231 Handle<ObjectHashTable> exports = local
    [all...]
  /development/tools/winscope/loaders/
proto-loader.js 24 module.exports = function(source) {
58 return `module.exports = ${result}`;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
nm2def.py 76 EXPORTS
97 exports = export_list(s)
99 f.write(DEF_TEMPLATE % (exports))
  /external/autotest/client/site_tests/network_FirewallHolePunch/src/tcpserver/commands/
BrowserCommands.js 19 (function(exports) {
57 exports.Commands=new Commands();
  /external/icu/icu4c/source/test/depstest/
depstest.py 83 _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, even if we do not need the
    [all...]
  /external/mesa3d/src/glx/
glxglvnd.c 57 _X_EXPORT Bool __glx_Main(uint32_t version, const __GLXapiExports *exports,
70 __glXGLVNDAPIExports = exports;

Completed in 398 milliseconds

1 2 3 4 5 6 7 8