HomeSort by relevance Sort by last modified time
    Searched full:reaction (Results 1 - 25 of 49) sorted by null

1 2

  /packages/apps/Messaging/src/com/android/messaging/ui/
SnackBarInteraction.java 29 * Returns the animator that will be run in reaction to the given SnackBar being shown.
37 * Returns the animator that will be run in reaction to the given SnackBar being dismissed.
  /external/gmock/src/
gmock-spec-builders.cc 246 // manner specified by 'reaction'.
247 void ReportUninterestingCall(CallReaction reaction, const string& msg) {
248 switch (reaction) {
335 // We must get Google Mock's reaction on uninteresting calls
339 const CallReaction reaction =
348 reaction == kAllow ? LogIsVisible(kInfo) :
351 reaction == kWarn ? LogIsVisible(kWarning) :
373 ReportUninterestingCall(reaction, ss.str());
591 // Maps a mock object to the reaction Google Mock should have when an
595 // Sets the reaction Google Mock should have when an uninterestin
    [all...]
  /external/google-breakpad/src/testing/src/
gmock-spec-builders.cc 246 // manner specified by 'reaction'.
247 void ReportUninterestingCall(CallReaction reaction, const string& msg) {
248 switch (reaction) {
335 // We must get Google Mock's reaction on uninteresting calls
339 const CallReaction reaction =
348 reaction == kAllow ? LogIsVisible(kInfo) :
351 reaction == kWarn ? LogIsVisible(kWarning) :
373 ReportUninterestingCall(reaction, ss.str());
591 // Maps a mock object to the reaction Google Mock should have when an
595 // Sets the reaction Google Mock should have when an uninterestin
    [all...]
  /system/update_engine/
metrics.h 94 // This is used in the UpdateEngine.Check.Reaction histogram.
214 // |reaction| is not |kUnset|.
225 CheckReaction reaction,
metrics.cc 43 const char kMetricCheckReaction[] = "UpdateEngine.Check.Reaction";
132 CheckReaction reaction,
145 if (reaction != metrics::CheckReaction::kUnset) {
147 value = static_cast<int>(reaction);
omaha_request_action.cc 1389 metrics::CheckReaction reaction = metrics::CheckReaction::kUnset; local
    [all...]
  /external/mesa3d/bin/
.cherry-ignore 15 fa58644855e44830e0b91dc627703c236fa6712a r600g: fix abysmal performance in Reaction Quake
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/Joints/
b2DistanceJoint.h 74 /// Get the reaction force given the inverse time step.
78 /// Get the reaction torque given the inverse time step.
b2Joint.h 122 /// Get the reaction force on bodyB at the joint anchor in Newtons.
125 /// Get the reaction torque on bodyB in N*m.
b2RevoluteJoint.h 142 /// Get the reaction force given the inverse time step.
146 /// Get the reaction torque due to the joint limit given the inverse time step.
b2WeldJoint.h 26 /// of the anchor points is important for computing the reaction torque.
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/src/com/badlogic/gdx/physics/box2d/
Joint.java 129 /** Get the reaction force on body2 at the joint anchor in Newtons. */
146 /** Get the reaction torque on body2 in N*m. */
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/com/badlogic/gdx/physics/box2d/
Joint.java 86 /** Get the reaction force on body2 at the joint anchor in Newtons. */
94 /** Get the reaction torque on body2 in N*m. */
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/dynamics/joints/
Joint.java 167 * get the reaction force on body2 at the joint anchor in Newtons.
175 * get the reaction torque on body2 in N*m.
DistanceJoint.java 149 * Get the reaction force given the inverse time step. Unit is N.
158 * Get the reaction torque given the inverse time step. Unit is N*m. This is always zero for a
  /frameworks/base/core/java/android/hardware/
SensorListener.java 74 * x acceleration value is negative (the device applies a reaction force
79 * which correspond to the force the device applies on the table in reaction
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/events/
package.html 49 a chemical reaction up to some predefined concentration for the first substance,
  /external/bison/lib/
closeout.c 48 /* Specify the reaction to an EPIPE error during the closing of stdout:
  /external/chromium-trace/catapult/third_party/WebOb/docs/jsonrpc-example-code/
jsonrpc.py 1 # A reaction to: http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/552751
  /external/webrtc/webrtc/video/
stream_synchronization.cc 121 // Reset the average after a move to prevent overshooting reaction.
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationListCallbacks.java 104 * (with no UI reaction)
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DictionaryPackInstallBroadcastReceiver.java 126 // should come here instantiated by the framework in reaction to a broadcast of
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Featherstone/
btMultiBodyConstraint.cpp 137 //determine the velocity response of multibodyA to reaction impulses of this constraint (i.e. A[i,i] for i=1,...n_con: multibody's inverse inertia with respect to this 1D constraint)
198 //determine velocity response of multibodyB to reaction impulses of this constraint (i.e. A[i,i] for i=1,...n_con: multibody's inverse inertia with respect to this 1D constraint)
  /external/webrtc/webrtc/modules/video_coding/utility/
frame_dropper.cc 157 // Go back to normal reaction
  /external/libexif/libexif/canon/
exif-mnote-data-canon.c 195 * return, and what is a reaction to an error condition.

Completed in 1418 milliseconds

1 2