HomeSort by relevance Sort by last modified time
    Searched refs:direction (Results 301 - 325 of 1237) sorted by null

<<11121314151617181920>>

  /frameworks/av/radio/
Radio.cpp 180 status_t Radio::scan(radio_direction_t direction, bool skipSubchannel)
186 return mIRadio->scan(direction, skipSubchannel);
189 status_t Radio::step(radio_direction_t direction, bool skipSubchannel)
195 return mIRadio->step(direction, skipSubchannel);
  /frameworks/base/core/java/android/text/method/
AllCapsTransformationMethod.java 63 public void onFocusChanged(View view, CharSequence sourceText, boolean focused, int direction,
  /libcore/ojluni/src/main/java/java/lang/
StrictMath.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpService.java 204 public void adjustAvrcpAbsoluteVolume(int direction) {
205 mAvrcp.adjustVolume(direction);
303 public void adjustAvrcpAbsoluteVolume(int direction) {
306 service.adjustAvrcpAbsoluteVolume(direction);
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransferHistory.java 94 String direction; local
95 int dir = getIntent().getIntExtra("direction", 0);
98 direction = "(" + BluetoothShare.DIRECTION + " == " + BluetoothShare.DIRECTION_OUTBOUND
106 direction = "(" + BluetoothShare.DIRECTION + " == " + BluetoothShare.DIRECTION_INBOUND
110 String selection = BluetoothShare.STATUS + " >= '200' AND " + direction;
124 BluetoothShare.VISIBILITY, BluetoothShare.DESTINATION, BluetoothShare.DIRECTION
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
MosaicTypes.h 141 double direction; member in struct:__anon35459
  /platform_testing/libraries/google-messenger-app-helper/src/android/platform/test/helpers/
GoogleMessengerHelperImpl.java 25 import android.support.test.uiautomator.Direction;
168 mediaGalleryGridView.scroll(Direction.DOWN, 5.0f);
179 public void scrollMessages(Direction direction) {
180 if (!(Direction.UP.equals(direction) || Direction.DOWN.equals(direction))) {
181 throw new IllegalArgumentException("Direction must be UP or DOWN");
189 messageRecyclerView.scroll(direction, 10.0f)
    [all...]
  /system/tpm/trunks/ftdi/
support.c 227 int gpio_write(struct mpsse_context* mpsse, int pin, int direction) {
231 if (direction == HIGH) {
246 if (direction == HIGH) {
261 if (direction == HIGH) {
  /development/samples/Snake/src/com/example/android/snake/
SnakeView.java 50 * Current direction the snake is headed.
257 * @param direction The desired direction of movement
259 public void moveSnake(int direction) {
261 if (direction == Snake.MOVE_UP) {
288 if (direction == Snake.MOVE_DOWN) {
295 if (direction == Snake.MOVE_LEFT) {
302 if (direction == Snake.MOVE_RIGHT) {
  /development/samples/Support7Demos/src/com/example/android/supportv7/widget/
RecyclerViewActivity.java 199 public View onFocusSearchFailed(View focused, int direction,
212 if (direction == View.FOCUS_UP || direction == View.FOCUS_BACKWARD) {
227 if (direction == View.FOCUS_DOWN || direction == View.FOCUS_FORWARD) {
  /external/chromium-trace/catapult/dashboard/dashboard/
add_point_queue.py 194 """Returns an improvement direction (constant from alerts_data) or None."""
294 # Add improvement direction if this is a new test.
297 direction = units_to_direction.GetImprovementDirection(units)
298 properties['improvement_direction'] = direction
320 # Special case to update improvement direction from units for Test entities
321 # when units are being updated. If an improvement direction is explicitly
325 direction = units_to_direction.GetImprovementDirection(units)
326 if direction != existing.improvement_direction:
327 existing.improvement_direction = direction
  /external/icu/icu4c/source/test/intltest/
reldatefmttest.cpp 23 static const char *DirectionStr(UDateDirection direction);
29 UDateDirection direction; member in struct:WithQuantityExpected
35 UDateDirection direction; member in struct:WithoutQuantityExpected
530 UDateDirection direction,
534 UDateDirection direction,
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
vlc_dequant.cpp 71 int direction; local
107 doDCACPrediction(video, comp, datablock, &direction);
108 if (!ACpred_flag) direction = 0;
109 inv_zigzag = zigzag_inv + (ACpred_flag << 6) + (direction << 6);
176 if (!direction) /* check vertical */
522 int direction; local
549 doDCACPrediction(video, comp, datablock, &direction);
550 if (!ACpred_flag) direction = 0;
552 inv_zigzag = zigzag_inv + (ACpred_flag << 6) + (direction << 6); /* 04/17/01 */
619 if (!direction) /* check vertical *
825 int direction; local
    [all...]
  /frameworks/base/services/core/java/com/android/server/media/
MediaSessionRecord.java 231 * Send a volume adjustment to the session owner. Direction must be one of
235 * @param direction The direction to adjust volume in.
242 public void adjustVolume(int direction, int flags, String packageName, int uid,
251 postAdjustLocalVolume(stream, direction, flags, packageName, uid, useSuggested,
258 if (direction == AudioManager.ADJUST_TOGGLE_MUTE
259 || direction == AudioManager.ADJUST_MUTE
260 || direction == AudioManager.ADJUST_UNMUTE) {
264 mSessionCb.adjustVolume(direction);
267 mOptimisticVolume = volumeBefore + direction;
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-h8300.c 376 parse_reg (char *src, op_type *mode, unsigned int *reg, int direction)
391 *mode = PSIZE | REG | direction;
433 *mode = PSIZE | REG | direction;
440 *mode = L_32 | REG | direction;
448 *mode = L_16 | REG | direction;
461 *mode = L_8 | REG | direction;
467 *mode = L_8 | REG | direction;
473 *mode = L_16 | REG | direction;
603 get_operand (char **ptr, struct h8_op *op, int direction)
652 len = parse_reg (src, &op->mode, &op->reg, direction);
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
TransliteratorRegistry.java 222 public int direction; field in class:TransliteratorRegistry.ResourceEntry
226 direction = d;
233 public int direction; field in class:TransliteratorRegistry.LocaleEntry
236 direction = d;
299 * Given a simple ID (forward direction, no inline filter, not
661 int direction) {
678 tag.append(direction == Transliterator.FORWARD ?
708 // The direction is always forward for the
712 // the direction is the value passed in to this
714 int dir = (pass == 0) ? Transliterator.FORWARD : direction;
    [all...]
TransliteratorParser.java 52 private int direction; field in class:TransliteratorParser
    [all...]
  /external/icu/icu4c/source/layout/
ContextualSubstSubtables.cpp 53 le_int32 direction = 1; local
58 direction = -1;
73 match += direction;
84 le_int32 direction = 1; local
89 direction = -1;
112 match += direction;
121 le_int32 direction = 1; local
126 direction = -1;
143 glyph += direction;
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
TransliteratorRegistry.java 221 public int direction; field in class:TransliteratorRegistry.ResourceEntry
225 direction = d;
232 public int direction; field in class:TransliteratorRegistry.LocaleEntry
235 direction = d;
298 * Given a simple ID (forward direction, no inline filter, not
660 int direction) {
677 tag.append(direction == Transliterator.FORWARD ?
707 // The direction is always forward for the
711 // the direction is the value passed in to this
713 int dir = (pass == 0) ? Transliterator.FORWARD : direction;
    [all...]
TransliteratorParser.java 51 private int direction; field in class:TransliteratorParser
    [all...]
  /external/skia/src/effects/
SkGpuBlurUtils.cpp 53 Gr1DKernelEffect::Direction direction,
60 texture, direction, radius, sigma, useBounds, bounds));
101 Gr1DKernelEffect::Direction direction,
110 direction, radius, sigma, false, bounds);
117 if (direction == Gr1DKernelEffect::kX_Direction) {
152 direction, radius, sigma, true, bounds);
156 direction, radius, sigma, true, bounds);
158 direction, radius, sigma, true, bounds)
    [all...]
  /external/icu/icu4c/source/common/
ubidiln.c 37 * paraLevel and direction are also set.
91 /* pBiDi->direction!=UBIDI_MIXED */
172 if(pParaBiDi->direction!=UBIDI_MIXED) {
174 pLineBiDi->direction=pParaBiDi->direction;
196 /* recalculate pLineBiDi->direction */
199 pLineBiDi->direction=(UBiDiDirection)(pLineBiDi->paraLevel&1);
207 pLineBiDi->direction=UBIDI_MIXED;
209 /* see if levels[1..trailingWSStart-1] have the same direction as levels[0] and paraLevel */
213 /* the direction values match those in level *
    [all...]
  /external/srtp/srtp/
srtp.c 269 /* set direction and security services */
270 str->direction = stream_template->direction;
501 * set direction to unknown - this flag gets checked in srtp_protect(),
505 srtp->direction = dir_unknown;
640 /* set direction to outbound */
641 new_stream->direction = dir_srtp_sender;
657 if (stream->direction != dir_srtp_sender) {
658 if (stream->direction == dir_unknown) {
659 stream->direction = dir_srtp_sender
    [all...]
  /prebuilts/misc/common/droiddriver/
droiddriver-1.0.0-BETA1.jar 
  /external/deqp/framework/referencerenderer/
rrRasterizer.cpp 108 tcu::Vector<deInt64,2> direction (void) const function in struct:rr::LineRasterUtil::SubpixelLineSegment
152 const tcu::Vector<deInt64,2> u = l.direction();
161 const tcu::Vector<deInt64,2> u = l.direction();
170 const tcu::Vector<deInt64,2> u = l.direction();
182 const tcu::Vector<deInt64,2> v = l.direction();
212 const tcu::Vector<deInt64,2> v = line.direction();
225 const tcu::Vector<deInt64,2> v = line.direction();
244 const tcu::Vector<deInt64,2> u = line.direction();
298 CORNER_EDGE_CASE_HIT_FIRST_QUARTER, // if the line intersects just a corner and the line has either endpoint in (+X,-Y) direction (preturbing moves the line inside)
299 CORNER_EDGE_CASE_HIT_SECOND_QUARTER // if the line intersects just a corner and the line has either endpoint in (+X,+Y) direction (preturbing moves the line inside
    [all...]

Completed in 2410 milliseconds

<<11121314151617181920>>