Home
last modified time | relevance | path

Searched refs:exposed (Results 1 – 25 of 328) sorted by relevance

12345678910>>...14

/external/python/cpython3/Lib/multiprocessing/
Dmanagers.py237 obj, exposed, gettypeid = id_to_obj[ident]
240 obj, exposed, gettypeid = \
245 if methodname not in exposed:
248 (methodname, type(obj), exposed)
359 callable, exposed, method_to_typeid, proxytype = \
370 if exposed is None:
371 exposed = public_methods(obj)
377 exposed = list(exposed) + list(method_to_typeid)
383 self.id_to_obj[ident] = (obj, set(exposed), method_to_typeid)
388 return ident, tuple(exposed)
[all …]
/external/python/cpython2/Lib/multiprocessing/
Dmanagers.py242 obj, exposed, gettypeid = id_to_obj[ident]
244 if methodname not in exposed:
247 (methodname, type(obj), exposed)
379 callable, exposed, method_to_typeid, proxytype = \
388 if exposed is None:
389 exposed = public_methods(obj)
392 exposed = list(exposed) + list(method_to_typeid)
398 self.id_to_obj[ident] = (obj, set(exposed), method_to_typeid)
407 return ident, tuple(exposed)
567 id, exposed = dispatch(conn, None, 'create', (typeid,)+args, kwds)
[all …]
/external/swiftshader/third_party/LLVM/lib/Support/
DREADME.txt.system23 1. No system header files are to be exposed through the interface.
24 2. Std C++ and Std C header files are okay to be exposed through the interface.
25 3. No exposed system-specific functions.
26 4. No exposed system-specific data.
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DREADME.txt.system23 1. No system header files are to be exposed through the interface.
24 2. Std C++ and Std C header files are okay to be exposed through the interface.
25 3. No exposed system-specific functions.
26 4. No exposed system-specific data.
/external/llvm/lib/Support/
DREADME.txt.system23 1. No system header files are to be exposed through the interface.
24 2. Std C++ and Std C header files are okay to be exposed through the interface.
25 3. No exposed system-specific functions.
26 4. No exposed system-specific data.
/external/skqp/experimental/canvaskit/
DCHANGELOG.md10 - `SkPath.addRoundRect`, `SkPath.reset`, `SkPath.rewind` exposed.
11 - `SkCanvas.drawArc`, `SkCanvas.drawLine`, `SkCanvas.drawOval`, `SkCanvas.drawRoundRect` exposed.
30 - `SkFont` now exposed.
56 and `localMatrix` have been exposed.
/external/dagger2/compiler/src/it/functional-tests/src/test/java/test/
DGenericTest.java117 Exposed exposed = component.exposed(); in packagePrivateTypeParameterDependencies() local
118 assertThat(exposed.gpp.t).isNotNull(); in packagePrivateTypeParameterDependencies()
119 assertThat(exposed.gpp2).isNotNull(); in packagePrivateTypeParameterDependencies()
/external/guice/extensions/throwingproviders/src/com/google/inject/throwingproviders/
DCheckedProviderMethod.java49 private final boolean exposed; field in CheckedProviderMethod
70 this.exposed = method.isAnnotationPresent(Exposed.class); in CheckedProviderMethod()
94 if (exposed) { in configure()
/external/skia/modules/canvaskit/
DCHANGELOG.md39 - `SkPath.addRoundRect`, `SkPath.reset`, `SkPath.rewind` exposed.
40 - `SkCanvas.drawArc`, `SkCanvas.drawLine`, `SkCanvas.drawOval`, `SkCanvas.drawRoundRect` exposed.
64 - `SkFont` now exposed.
90 and `localMatrix` have been exposed.
/external/webrtc/webrtc/tools/rtcbot/
DREADME12 no access to node.js specifics other than the exposed api via a test variable.
14 Part of the exposed api (test.spawnBot) allows a test to spawn a bot and
15 access its exposed API. Details are in botmanager.js.
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIIntrinsics.td19 // Fully-flexible TBUFFER_STORE_FORMAT_* except for the ADDR64 bit, which is not exposed
37 // Fully-flexible BUFFER_LOAD_DWORD_* except for the ADDR64 bit, which is not exposed
/external/guice/core/src/com/google/inject/internal/
DProviderMethod.java95 private final boolean exposed; field in ProviderMethod
119 this.exposed = method.isAnnotationPresent(Exposed.class); in ProviderMethod()
157 if (exposed) { in configure()
DAbstractBindingProcessor.java113 ExposedBindingImpl exposed = (ExposedBindingImpl) original; in isOkayDuplicate() local
114 InjectorImpl exposedFrom = (InjectorImpl) exposed.getPrivateElements().getInjector(); in isOkayDuplicate()
/external/guice/extensions/servlet/test/com/google/inject/servlet/
DServletScopesTest.java198 for (Key<?> exposed : privateElements.getExposedKeys()) { in indexBindings()
199 builder.put(exposed, privateBindings.get(exposed)); in indexBindings()
/external/guice/core/src/com/google/inject/util/
DModules.java184 for (Key exposed : privateElements.getExposedKeys()) { in configure()
185 privateBinder.withSource(privateElements.getExposedSource(exposed)).expose(exposed); in configure()
/external/autotest/client/common_lib/cros/fake_device_server/
Dmeta_handler.py15 exposed = True variable in MetaHandler
Dfail_control.py17 exposed = True variable in FailControl
/external/guice/extensions/grapher/test/com/google/inject/grapher/demo/
DDeLorian.java27 @Inject PrivateTestModule.Exposed exposed; field in DeLorian
/external/python/cpython3/Doc/c-api/
Dmethod.rst18 method type. It is not exposed to Python programs.
61 is exposed to Python programs as ``types.MethodType``.
/external/libchrome/mojo/core/
Dexport_only_thunks_api.lst5 # Linker script that ensures only MojoGetSystemThunks is exposed from the
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DSystemLibrary.rst70 exposed through the ``lib/System`` interface. These headers and the things they
78 template library may be exposed through the ``lib/System`` interface. These
133 must not be exposed through the ``lib/System`` interface, even if the header
134 file for that function is not exposed. This prevents inadvertent use of system
149 not be exposed through the ``lib/System`` interface, even if the header file
150 for that function is not exposed. As with functions, this prevents inadvertent
/external/llvm/docs/
DSystemLibrary.rst70 exposed through the ``lib/System`` interface. These headers and the things they
78 template library may be exposed through the ``lib/System`` interface. These
133 must not be exposed through the ``lib/System`` interface, even if the header
134 file for that function is not exposed. This prevents inadvertent use of system
149 not be exposed through the ``lib/System`` interface, even if the header file
150 for that function is not exposed. As with functions, this prevents inadvertent
/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/
DGenericComponent.java34 Exposed exposed(); in exposed() method
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/AtomicExpand/X86/
Dexpand-atomic-rmw-initial-load.ll4 ; It isn't technically target specific, but is exposed through a pass that is.
/external/llvm/test/Transforms/AtomicExpand/X86/
Dexpand-atomic-rmw-initial-load.ll4 ; It isn't technically target specific, but is exposed through a pass that is.

12345678910>>...14