/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/ |
D | CHANGES | 8 - Body#applyForce has a new parameter, wake, exposed in jni wrapper, added to GWT wrapper, but igno… 9 - Body#applyForceToCenter has a new parameter, wake, exposed in jni wrapper, added to GWT wrapper, … 10 - Body#applyTorque has a new parameter, wake, exposed in jni wrapper, added to GWT wrapper, but ign… 11 - Body#applyLinearImpulse has a new parameter, wake, exposed in jni wrapper, added to GWT wrapper, … 12 - Body#applyAngularImpulse has a new parameter, wake, exposed in jni wrapper, added to GWT wrapper,… 14 - tangent speed in contact was added, not exposed in jni wrapper 15 - motor joint was added, not exposed in jni wrapper (missing equivalent in GWT JBox2D port) 16 - shiftOrigin was added, not exposed in jni wrapper 17 - pulleyejoint has getcurrentlengthA/B, not exposed in jni wrapper 18 - Body#setFixedRotation was added, not exposed in jni wrapper [all …]
|
/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/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 | 50 private final boolean exposed; field in CheckedProviderMethod 71 this.exposed = method.isAnnotationPresent(Exposed.class); in CheckedProviderMethod() 96 if (exposed) { in configure()
|
/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/chromium-trace/catapult/third_party/Paste/paste/evalexception/ |
D | middleware.py | 128 wsgiapp_wrapper.exposed = True 214 media.exposed = True 223 mochikit.exposed = True 236 summary.exposed = True 253 view.exposed = True
|
/external/guice/core/src/com/google/inject/internal/ |
D | ProviderMethod.java | 103 private final boolean exposed; field in ProviderMethod 118 this.exposed = method.isAnnotationPresent(Exposed.class); in ProviderMethod() 156 if (exposed) { in configure()
|
D | AbstractBindingProcessor.java | 114 ExposedBindingImpl exposed = (ExposedBindingImpl) original; in isOkayDuplicate() local 115 InjectorImpl exposedFrom = (InjectorImpl) exposed.getPrivateElements().getInjector(); in isOkayDuplicate()
|
/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
|
D | oauth.py | 25 exposed = True variable in OAuth
|
D | commands.py | 24 exposed = True variable in Commands
|
/external/guice/extensions/grapher/test/com/google/inject/grapher/demo/ |
D | DeLorian.java | 27 @Inject PrivateTestModule.Exposed exposed; field in DeLorian
|
/external/guice/extensions/servlet/test/com/google/inject/servlet/ |
D | ServletScopesTest.java | 196 for (Key<?> exposed : privateElements.getExposedKeys()) { in indexBindings() 197 builder.put(exposed, privateBindings.get(exposed)); in indexBindings()
|
/external/guice/core/src/com/google/inject/util/ |
D | Modules.java | 187 for(Key exposed : privateElements.getExposedKeys()) { in configure() 188 privateBinder.withSource(privateElements.getExposedSource(exposed)).expose(exposed); in configure()
|
/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/ |
D | GenericComponent.java | 34 Exposed exposed(); in exposed() method
|
/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.
|
/external/llvm/test/Transforms/LoopSimplify/ |
D | 2003-04-25-AssertFail.ll | 1 ; This testcase exposed a problem with the loop identification pass (LoopInfo).
|
/external/autotest/client/site_tests/peerd_AdvertiseServices/ |
D | control | 14 service advertisements from Avahi as services are exposed through peerd.
|
/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/autotest/client/site_tests/network_BasicProfileProperties/ |
D | control | 13 This test fails if basic DBus properties exposed by shill fail to work as
|
/external/llvm/test/CodeGen/PowerPC/ |
D | indexed-load.ll | 3 ; The SplitIndexingFromLoad tranformation exposed an isel backend bug. This
|
/external/autotest/client/site_tests/network_ChromeCellularNetworkProperties/ |
D | control | 17 that Service properties exposed by shill are propagated to Chrome. The API call
|
/external/autotest/client/site_tests/network_CDMAActivate/ |
D | control | 26 This test verifies that the activation state exposed by ModemManager is
|
/external/autotest/client/site_tests/network_3GDisconnectFailure/ |
D | control | 13 The test will fail if the cellular service exposed by shill is in an
|