/external/python/cpython3/Lib/multiprocessing/ |
D | managers.py | 237 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/ |
D | managers.py | 242 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/ |
D | README.txt.system | 23 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/ |
D | README.txt.system | 23 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/ |
D | README.txt.system | 23 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/ |
D | CHANGELOG.md | 10 - `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/ |
D | GenericTest.java | 117 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/ |
D | CheckedProviderMethod.java | 49 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/ |
D | CHANGELOG.md | 39 - `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/ |
D | README | 12 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/ |
D | SIIntrinsics.td | 19 // 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/ |
D | ProviderMethod.java | 95 private final boolean exposed; field in ProviderMethod 119 this.exposed = method.isAnnotationPresent(Exposed.class); in ProviderMethod() 157 if (exposed) { in configure()
|
D | AbstractBindingProcessor.java | 113 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/ |
D | ServletScopesTest.java | 198 for (Key<?> exposed : privateElements.getExposedKeys()) { in indexBindings() 199 builder.put(exposed, privateBindings.get(exposed)); in indexBindings()
|
/external/guice/core/src/com/google/inject/util/ |
D | Modules.java | 184 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/ |
D | meta_handler.py | 15 exposed = True variable in MetaHandler
|
D | fail_control.py | 17 exposed = True variable in FailControl
|
/external/guice/extensions/grapher/test/com/google/inject/grapher/demo/ |
D | DeLorian.java | 27 @Inject PrivateTestModule.Exposed exposed; field in DeLorian
|
/external/python/cpython3/Doc/c-api/ |
D | method.rst | 18 method type. It is not exposed to Python programs. 61 is exposed to Python programs as ``types.MethodType``.
|
/external/libchrome/mojo/core/ |
D | export_only_thunks_api.lst | 5 # Linker script that ensures only MojoGetSystemThunks is exposed from the
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | SystemLibrary.rst | 70 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/ |
D | SystemLibrary.rst | 70 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/ |
D | GenericComponent.java | 34 Exposed exposed(); in exposed() method
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/AtomicExpand/X86/ |
D | expand-atomic-rmw-initial-load.ll | 4 ; It isn't technically target specific, but is exposed through a pass that is.
|
/external/llvm/test/Transforms/AtomicExpand/X86/ |
D | expand-atomic-rmw-initial-load.ll | 4 ; It isn't technically target specific, but is exposed through a pass that is.
|