HomeSort by relevance Sort by last modified time
    Searched refs:feedback (Results 26 - 50 of 101) sorted by null

12 3 4 5

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GestureManager.java 351 * Update the Eclipse status message with any feedback messages from the given
352 * {@link DropFeedback} object, or clean up if there is no more feedback to process
353 * @param feedback the feedback whose message we want to display, or null to clear the
356 void updateMessage(DropFeedback feedback) {
359 if (feedback == null) {
365 } else if (feedback.errorMessage != null) {
366 if (!feedback.errorMessage.equals(mDisplayingMessage)) {
367 mDisplayingMessage = feedback.errorMessage;
370 } else if (feedback.message != null)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
GridLayoutRule.java 292 @Nullable DropFeedback feedback, @NonNull Point p) {
293 if (feedback == null) {
296 feedback.requestPaint = true;
298 GridDropHandler handler = (GridDropHandler) feedback.userData;
299 handler.computeMatches(feedback, p);
301 return feedback;
306 @Nullable DropFeedback feedback, @NonNull Point p) {
307 if (feedback == null) {
316 GridDropHandler dropHandler = (GridDropHandler) feedback.userData;
324 feedback.isCopy || !feedback.sameCanvas)
638 DropFeedback feedback = onDropEnter(targetNode, targetView, elements); local
    [all...]
LinearLayoutRule.java 359 @NonNull DropFeedback feedback) {
362 drawFeedback(gc, node, elements, feedback);
367 void drawFeedback(IGraphics gc, INode node, IDragElement[] elements, DropFeedback feedback) {
379 LinearDropData data = (LinearDropData) feedback.userData;
481 @Nullable DropFeedback feedback, @NonNull Point p) {
484 return feedback;
487 LinearDropData data = (LinearDropData) feedback.userData;
527 feedback.requestPaint = !equals(oldX, data.getCurrX())
531 return feedback;
547 @Nullable DropFeedback feedback) {
    [all...]
  /external/v8/test/mjsunit/
array-feedback.js 63 // Verify that basic elements kind feedback works for non-constructor
128 // Verify that feedback is turned off if the call site goes megamorphic.
140 // b doesn't benefit from elements kind feedback at a megamorphic site.
145 // Verify that crankshaft consumes type feedback.
array-constructor-feedback.js 66 // use allocation site feedback (if FLAG_allocation_site_pretenuring
108 // We also lost our ability to record kind feedback, as the site
156 // feedback for elements kind is baked in. Verify that transitions don't
197 // Test: create array with packed feedback, then optimize function, which
214 // Crankshafted functions don't use mementos, so feedback still
allocation-site-info.js 262 // Case: array constructor calls with out of date feedback.
263 // The boilerplate should incorporate all feedback, but the input array
342 // Try to optimize again, but first clear all type feedback, and allow it
356 // Case: make sure nested arrays benefit from allocation site feedback as
394 // cleared on gc, and they can't deliver elements kind feedback when that
398 // Make sure object literals with array fields benefit from the type feedback
debug-liveedit-newsource.js 58 // The call to array causes a change in the number of type feedback slots for
deopt-with-fp-regs.js 55 // If we use type feedback to deopt, then tests ran with --stress-opt will
  /external/v8/test/mjsunit/regress/
regress-is-contextual.js 28 // CallIC accumulates feedback that string index is out of bounds, then
37 foo(100); // Accumulate feedback that index is out of bounds.
regress-108296.js 46 // Ensure that both branches of ternary operator have monomorphic type feedback.
regress-1257.js 52 // because it has no type feedback.
regress-252797.js 30 // The type feedback oracle had a bug when retrieving the map from an IC
regress-map-invalidation-2.js 42 // Clear type feedback from previous stress runs.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridLayoutPainter.java 35 * Painter which paints feedback during drag, drop and resizing operations, as well as
36 * static selection feedback
41 * Creates a painter for drop feedback
45 * @return a {@link IFeedbackPainter} which can paint the drop feedback
103 * Paint resizing feedback (which currently paints the grid model faintly.)
114 * A painter which can paint the drop feedback for elements being dragged into or
132 @NonNull DropFeedback feedback) {
141 GridDropHandler data = (GridDropHandler) feedback.userData;
144 paintFreeFormDropFeedback(gc, node, feedback, b, data);
151 * Paints the drag feedback for a free-form mode dra
    [all...]
GridDropHandler.java 75 * @param feedback a {@link DropFeedback} object containing drag state like the drag
79 public void computeMatches(DropFeedback feedback, Point p) {
81 feedback.tooltip = null;
87 Rect dragBounds = feedback.dragBounds;
118 addBaselineMatch(feedback.dragBaseline, y1, rowMatches, max, row, rowY);
169 feedback.tooltip = columnDescription + '\n' + rowDescription;
172 feedback.invalidTarget = mColumnMatch == null || mRowMatch == null;
254 feedback.tooltip = description.toString();
    [all...]
  /external/v8/test/mjsunit/compiler/
regress-1085.js 31 // This test relies on specific type feedback for Math.min.
division-by-constant.js 108 // Warm up type feedback.
escape-analysis-representation.js 62 // Clear type feedback of the access function for next run.
  /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...]
MoveHandler.java 173 * @param feedback the feedback handler
179 public void updateMove(DropFeedback feedback, IDragElement[] elements,
236 int baseline = feedback.dragBaseline;
297 checkCycles(feedback);
ResizeHandler.java 176 * @param feedback the feedback handler
181 public void updateResize(DropFeedback feedback, INode child, Rect newBounds,
263 checkCycles(feedback);
  /prebuilts/devtools/tools/lib/
rule-api.jar 
  /external/valgrind/cachegrind/
cg_diff.in 57 Bug reports, feedback, admiration, abuse, etc, to: njn\@valgrind.org.
  /external/sonivox/arm-fm-22k/lib_src/
eas_sndlib.h 276 EAS_U8 feedback; member in struct:s_fm_region_tag
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_sndlib.h 276 EAS_U8 feedback; member in struct:s_fm_region_tag

Completed in 497 milliseconds

12 3 4 5