Searched defs:exported (Results 1 - 16 of 16) sorted by relevance

/external/python/cpython3/Lib/asyncio/
H A D__init__.py11 import selectors # Will also be exported. namespace
18 import _overlapped # Will also be exported. namespace
/external/v8/src/wasm/
H A Dwasm-module-builder.cc314 uint32_t WasmModuleBuilder::AddGlobal(ValueType type, bool exported, argument
317 globals_.push_back({type, exported, mutability, init});
H A Dwasm-module-builder.h230 uint32_t AddGlobal(ValueType type, bool exported, bool mutability = true,
262 bool exported; member in struct:v8::internal::wasm::WasmModuleBuilder::WasmGlobal
H A Dwasm-module.h82 bool exported; member in struct:v8::internal::wasm::WasmFunction
92 bool exported; // true if exported. member in struct:v8::internal::wasm::WasmGlobal
110 bool exported; // true if exported. member in struct:v8::internal::wasm::WasmIndirectFunctionTable
133 uint32_t name_length; // length in bytes of the exported name.
152 bool mem_export = false; // true if the memory is exported
163 uint32_t num_exported_functions = 0; // number of exported functions.
H A Dwasm-module.cc527 // Compile JS->WASM wrappers for exported functions.
596 // From here on, there should only be wrappers for exported functions.
852 auto exported = Handle<WasmExportedFunction>::cast(func); local
853 Handle<WasmInstanceObject> other_instance(exported->instance(), isolate);
854 int func_index = exported->function_index();
1340 Handle<FixedArray> js_wrappers; // JSFunctions exported
1723 if (table.exported) return true;
1734 // Fill the table to cache the exported JSFunction wrappers.
1773 // Store weak references to all exported functions.
1808 // Wrap the exported cod
[all...]
/external/libmojo/third_party/jinja2/
H A Dcompiler.py761 from jinja2.runtime import __all__ as exported namespace
763 self.writeline('from jinja2.runtime import ' + ', '.join(exported))
/external/guice/lib/build/
H A Dbnd-0.0.384.jarMETA-INF/MANIFEST.MF LICENSE OSGI-OPT/ OSGI-OPT/bnd.bnd OSGI-OPT/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.osgi_3.10.100.v20150529-1857.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 823 milliseconds