/external/chromium_org/native_client_sdk/src/doc/devguide/ |
index.rst | 13 The Developer's Guide is a work-in-progress. Please send feedback to the
|
/external/dropbear/ |
TODO | 12 feedback.
|
/external/speex/ |
AUTHORS | 6 Also ideas and feedback
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
AdapterViewRule.java | 39 @NonNull DropFeedback feedback) { 58 @Nullable DropFeedback feedback, @NonNull Point p) { 59 feedback.invalidTarget = true; 60 return feedback;
|
/external/chromium_org/net/quic/congestion_control/ |
tcp_cubic_sender_test.cc | 83 QuicCongestionFeedbackFrame feedback; local 91 ASSERT_TRUE(receiver_->GenerateCongestionFeedback(&feedback)); 92 sender_->OnIncomingQuicCongestionFeedbackFrame(feedback, clock_.Now(), 108 QuicCongestionFeedbackFrame feedback; local 113 ASSERT_TRUE(receiver_->GenerateCongestionFeedback(&feedback)); 114 sender_->OnIncomingQuicCongestionFeedbackFrame(feedback, clock_.Now(), 137 QuicCongestionFeedbackFrame feedback; local 142 ASSERT_TRUE(receiver_->GenerateCongestionFeedback(&feedback)); 143 sender_->OnIncomingQuicCongestionFeedbackFrame(feedback, clock_.Now(), 181 QuicCongestionFeedbackFrame feedback; local 286 QuicCongestionFeedbackFrame feedback; local 314 QuicCongestionFeedbackFrame feedback; local 348 QuicCongestionFeedbackFrame feedback; local [all...] |
inter_arrival_probe.h | 35 // Call once for each sent packet we receive a congestion feedback from the 37 // If a peer sends both and ack and feedback for a sent packet, both
|
receive_algorithm_interface.h | 25 // Otherwise fills in feedback and return true. 27 QuicCongestionFeedbackFrame* feedback) = 0;
|
fix_rate_sender.cc | 43 const QuicCongestionFeedbackFrame& feedback, 46 if (feedback.type != kFixRate) { 47 LOG(DFATAL) << "Invalid incoming CongestionFeedbackType:" << feedback.type; 49 if (feedback.type == kFixRate) { 50 bitrate_ = feedback.fix_rate.bitrate;
|
/packages/inputmethods/LatinIME/java/res/layout/ |
suggestion_word.xml | 21 <!-- Provide a haptic feedback by ourselves based on the keyboard settings. 22 We just need to ignore the system's haptic feedback settings. -->
|
/prebuilts/tools/common/m2/repository/org/bouncycastle/bcpkix-jdk15on/1.48/ |
bcpkix-jdk15on-1.48.pom | 23 <id>feedback-crypto</id> 25 <email>feedback-crypto@bouncycastle.org</email>
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/ |
GuidelinePainter.java | 49 public void paint(@NonNull IGraphics gc, @NonNull INode node, @NonNull DropFeedback feedback) { 50 GuidelineHandler state = (GuidelineHandler) feedback.userData; 91 if (feedback.dragBaseline != -1) { 92 int y = state.mBounds.y + feedback.dragBaseline; 117 feedback.tooltip = sb.toString(); 122 feedback.tooltipX = SegmentType.RIGHT; 124 feedback.tooltipX = SegmentType.LEFT; 127 feedback.tooltipY = SegmentType.BOTTOM; 129 feedback.tooltipY = SegmentType.TOP; 132 feedback.tooltip = null [all...] |
/external/sonivox/arm-fm-22k/lib_src/ |
eas_fmengine.h | 50 /* feedback control level shift (7 = 0dB) */ 74 EAS_I16 op1Out; /* op1 output for feedback loop */ 75 EAS_I16 op3Out; /* op3 output for feedback loop */ 82 EAS_U8 feedback; /* feedback for Op1 and Op3 */ member in struct:__anon26245 91 EAS_U8 feedback; /* feedback for Op1 and Op3 */ member in struct:__anon26246
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_fmengine.h | 50 /* feedback control level shift (7 = 0dB) */ 74 EAS_I16 op1Out; /* op1 output for feedback loop */ 75 EAS_I16 op3Out; /* op3 output for feedback loop */ 82 EAS_U8 feedback; /* feedback for Op1 and Op3 */ member in struct:__anon26295 91 EAS_U8 feedback; /* feedback for Op1 and Op3 */ member in struct:__anon26296
|
/external/chromium/chrome/browser/ |
bug_report_util.cc | 46 "https://www.google.com/tools/feedback/chrome/__submit"; 58 static char const kNotificationId[] = "feedback.chromeos"; 112 // successful post to the feedback server. 128 // Uh oh, feedback failed, send it off to retry 150 LOG(WARNING) << "FEEDBACK: Submission to feedback server (" << url 271 // Create google feedback protocol buffer objects 280 // use feedback - we're using the e-mail field, allows users to 281 // submit feedback from incognito mode and specify any mail id 286 // Add the user e-mail to the feedback objec [all...] |
/external/chromium_org/ash/ |
accessibility_delegate.h | 29 // Invoked to toggle spoken feedback for accessibility 33 // Returns true if spoken feedback is enabled. 79 // Triggers an accessibility alert to give the user feedback.
|
/external/chromium_org/chrome/browser/extensions/api/feedback_private/ |
feedback_service.h | 14 #include "chrome/browser/feedback/feedback_data.h" 41 // Sends a feedback report. 68 // Checks if we have read all the blobs we need to; signals the feedback
|
/external/chromium_org/net/http/ |
http_pipelined_connection.h | 23 enum Feedback { 41 Feedback feedback) = 0;
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
transformfeedback.c | 26 * Vertex transform feedback support. 51 * Do reference counting of transform feedback buffers. 80 _mesa_problem(NULL, "referencing deleted transform feedback object"); 93 * feedback actually exist. Raise a GL_INVALID_OPERATION error if 107 * Per-context init for transform feedback. 149 * Per-context free/clean-up for transform feedback. 161 /* Delete all feedback objects */ 165 /* Delete the default feedback object */ 184 /* dummy per-context init/clean-up for transform feedback */ 273 * Plug in default device driver functions for transform feedback [all...] |
/external/mesa3d/src/mesa/main/ |
transformfeedback.c | 26 * Vertex transform feedback support. 51 * Do reference counting of transform feedback buffers. 80 _mesa_problem(NULL, "referencing deleted transform feedback object"); 93 * feedback actually exist. Raise a GL_INVALID_OPERATION error if 107 * Per-context init for transform feedback. 149 * Per-context free/clean-up for transform feedback. 161 /* Delete all feedback objects */ 165 /* Delete the default feedback object */ 184 /* dummy per-context init/clean-up for transform feedback */ 273 * Plug in default device driver functions for transform feedback [all...] |
/packages/apps/SpareParts/res/values/ |
strings.xml | 48 <string name="title_haptic_feedback">Haptic feedback</string> 49 <string name="summary_on_haptic_feedback">Use haptic feedback with user interaction</string> 50 <string name="summary_off_haptic_feedback">Use haptic feedback with user interaction</string>
|
/external/chromium_org/chrome/browser/spellchecker/ |
feedback_sender_unittest.cc | 72 // Appends the "--enable-spelling-service-feedback" switch to the 125 // Returns true if the feedback sender would be uploading data now. The test 152 // Do not send data if there's no feedback. 170 // Send PENDING feedback message if the marker is still in the document, and the 179 // Send NO_ACTION feedback message if the marker has been removed from the 188 // Send SELECT feedback message if the user has selected a spelling suggestion. 199 // Send ADD_TO_DICT feedback message if the user has added the misspelled word 209 // Send IN_DICTIONARY feedback message if the user has the misspelled word in 219 // Send PENDING feedback message if the user saw the spelling suggestion, but 229 // Send IGNORE feedback message if the user saw the spelling suggestion, bu [all...] |
/cts/tests/accessibility/src/android/view/accessibility/services/ |
SpeakingAccessibilityService.java | 23 * Stub accessibility service that reports itself as providing spoken feedback.
|
VibratingAccessibilityService.java | 23 * Stub accessibility service that reports itself as providing haptic feedback.
|
/developers/build/prebuilts/gradle/SlidingTabsBasic/SlidingTabsBasicSample/src/main/res/values/ |
base-strings.xml | 27 ViewPager title strip which gives continuous feedback to the user when scrolling.
|
/external/chromium/chrome/browser/userfeedback/proto/ |
common.proto | 26 // Unique identifier of feedback report. If set than only one report
|