HomeSort by relevance Sort by last modified time
    Searched full:feedback (Results 326 - 350 of 1436) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
uinput.h 29 * - added force feedback support
75 * To write a force-feedback-capable driver, the upload_effect
  /prebuilts/tools/common/proguard/proguard4.7/docs/
main.html 87 <li><a href="feedback.html">Feedback</a>: tell me about your experiences, or
  /external/chromium_org/v8/test/mjsunit/
allocation-site-info.js 289 // Case: array constructor calls with out of date feedback.
290 // The boilerplate should incorporate all feedback, but the input array
373 // Try to optimize again, but first clear all type feedback, and allow it
387 // Case: make sure nested arrays benefit from allocation site feedback as
424 // Make sure object literals with array fields benefit from the type feedback
  /frameworks/support/v4/java/android/support/v4/accessibilityservice/
AccessibilityServiceInfoCompat.java 146 // Feedback types
149 * Denotes braille feedback.
154 * Mask for all feedback types.
348 * Returns the string representation of a feedback type. For example,
352 * @param feedbackType The feedback type.
  /packages/inputmethods/LatinIME/java/res/values/
strings.xml 33 <!-- Option to provide vibrate/haptic feedback on keypress -->
206 <!-- Spoken feedback after turning "Shift" mode on. -->
208 <!-- Spoken feedback after turning "Caps lock" mode on. -->
210 <!-- Spoken feedback after turning "Shift" mode off. -->
213 <!-- Spoken feedback after changing to the symbols keyboard. -->
215 <!-- Spoken feedback after changing to the alphanumeric keyboard. -->
217 <!-- Spoken feedback after changing to the phone dialer keyboard. -->
219 <!-- Spoken feedback after changing to the shifted phone dialer (symbols) keyboard. -->
222 <!-- Spoken feedback when the keyboard is hidden. -->
224 <!-- Spoken feedback when the keyboard mode changes. --
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
GuidelineHandler.java 271 private boolean checkCycle(DropFeedback feedback, Match match, boolean vertical) {
287 feedback.errorMessage = "Constraint creates a cycle: " + desc;
299 * @param feedback the drop feedback state
301 public void checkCycles(DropFeedback feedback) {
303 feedback.errorMessage = null;
307 if (checkCycle(feedback, mCurrentTopMatch, true /* vertical */)
308 || checkCycle(feedback, mCurrentBottomMatch, true)) {
311 if (checkCycle(feedback, mCurrentLeftMatch, false)
312 || checkCycle(feedback, mCurrentRightMatch, false))
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
MoveGesture.java 52 /** Overlay which paints the drag &amp; drop feedback. */
85 * The latest drop feedback returned by IViewRule.onDropEnter/Move.
673 // towards its parent, till we find one that returns a non-null drop feedback.
689 // to draw feedback). This is necessary since most views perform the
692 // before we ask the view to draw its feedback.
711 // Simply invalidate the drop feedback and move on the
726 // Provide visual feedback that we are refusing the drop
768 // If we previously provided visual feedback that we were refusing
774 // Provide visual feedback that we are refusing the drop
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
e_fts3.test 218 VALUES(1, 'software feedback', 'found it too slow')
222 VALUES(2, 'software feedback', 'no feedback')
230 } {{software feedback} {found it too slow} {software feedback} {no feedback}}
232 SELECT * FROM mail WHERE body MATCH 'feedback'
233 } {{software feedback} {no feedback}}
236 } {{software feedback} {found it too slow} {software feedback} {no feedback} {slow lunch order} {was a software problem}
    [all...]
  /external/chromium_org/net/http/
http_pipelined_connection_impl.cc 26 const std::string* feedback,
30 dict->SetString("feedback", *feedback);
740 Feedback feedback) {
742 switch (feedback) {
772 delegate_->OnPipelineFeedback(this, feedback);
  /external/chromium_org/chrome/browser/chromeos/system/
syslogs_provider.cc 21 #include "chrome/browser/feedback/feedback_util.h"
47 const char kContextFeedback[] = "feedback";
117 // values are "sysinfo" or "feedback"; in case of an invalid
  /external/v8/test/mjsunit/
external-array.js 197 array[0] = 253.75 + zero(); // + forces double type feedback
202 array[0] = 256.25 + zero(); // + forces double type feedback
222 array[0] = -1.25 + zero(); // + forces double type feedback
  /frameworks/av/media/libeffects/lvm/lib/Reverb/src/
LVREV_Process.c 275 /* Apply the smoothed feedback and save to fixed delay input (currently empty) */
282 -0x7fff, /* Invert since the feedback coefficient is negative */
297 * Feedback gain
  /cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityServiceInfoTest.java 62 * Tests whether a feedback type is correctly transformed to a string.
  /developers/build/prebuilts/gradle/BorderlessButtons/BorderlessButtonsSample/src/main/res/layout/
list_item.xml 43 When doing this, make sure to provide adequate touch feedback by also
  /developers/samples/android/ui/holo/BorderlessButtons/BorderlessButtonsSample/src/main/res/layout/
list_item.xml 43 When doing this, make sure to provide adequate touch feedback by also
  /development/samples/ApiDemos/src/com/example/android/apis/view/
Hover.java 44 * to hover over them using a mouse or touch pad. It displays feedback reporting
  /development/samples/browseable/BorderlessButtons/res/layout/
list_item.xml 43 When doing this, make sure to provide adequate touch feedback by also
  /development/samples/training/AnimationsDemo/res/layout/
activity_zoom.xml 42 important to show feedback on touch or focus. The custom
  /docs/source.android.com/src/devices/
audio_latency.jd 206 One of the easiest latency tests is an audio feedback
216 such as tapping a pencil by the microphone. This noise generates a feedback loop.</li>
217 <li>Measure the time between feedback pulses to get the sum of the output latency, input latency, and application overhead.</li>
235 the audio feedback (Larsen) test to determine the sum of output
  /external/chromium/chrome/browser/chromeos/cros/
syslogs_library.cc 16 const char kContextFeedback[] = "feedback";
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
page_action_decoration.h 98 // This is used for post-install visual feedback. The page_action
  /external/chromium/chrome/browser/ui/gtk/
tab_contents_drag_source.h 100 // The widget that provides visual feedback for the drag. We can't use
  /external/chromium/chrome/browser/ui/views/location_bar/
page_action_image_view.h 105 // This is used for post-install visual feedback. The page_action icon is
  /external/chromium/chrome/common/extensions/docs/static/
experimental.webInspector.html 65 >Give us feedback!</a>
  /external/chromium/crypto/
encryptor_win.cc 44 // In CryptoAPI, the IV, padding mode, and feedback register (for a chaining

Completed in 557 milliseconds

<<11121314151617181920>>