HomeSort by relevance Sort by last modified time
    Searched refs:direction (Results 201 - 225 of 1594) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/iptables/extensions/
libxt_connbytes.c 56 sinfo->direction = XT_CONNBYTES_DIR_ORIGINAL;
58 sinfo->direction = XT_CONNBYTES_DIR_REPLY;
60 sinfo->direction = XT_CONNBYTES_DIR_BOTH;
99 switch (sinfo->direction) {
142 fputs(" connbytes direction", stdout);
  /external/tcpdump/
print-bt.c 56 ND_PRINT((ndo, "hci length %d, direction %s, ", length, (EXTRACT_32BITS(&hdr->direction)&0x1)?"in":"out"));
  /external/webrtc/webrtc/modules/audio_processing/beamformer/
array_util.cc 104 const rtc::Optional<Point> direction = GetDirectionIfLinear(array_geometry); local
105 if (direction) {
106 return rtc::Optional<Point>(Point(direction->y(), -direction->x(), 0.f));
  /frameworks/av/include/media/
MmapStreamInterface.h 34 * Values for direction argument passed to openMmapStream()
46 * \param[in] direction open a playback or capture stream.
67 static status_t openMmapStream(stream_direction_t direction,
  /frameworks/av/media/libaaudio/src/client/
AudioEndpoint.h 44 aaudio_direction_t direction);
  /frameworks/av/media/libaaudio/tests/
test_session_id.cpp 73 aaudio_direction_t direction) {
90 AAudioStreamBuilder_setDirection(aaudioBuilder, direction);
107 if (direction == AAUDIO_DIRECTION_INPUT) {
120 // Reverse direction for second stream.
121 aaudio_direction_t otherDirection = (direction == AAUDIO_DIRECTION_OUTPUT)
  /frameworks/base/core/java/android/net/
IIpSecService.aidl 69 in ParcelFileDescriptor socket, int direction, int transformId);
72 int tunnelResourceId, int direction, int transformResourceId, in String callingPackage);
  /frameworks/base/core/java/android/text/method/
MovementMethod.java 47 public void onTakeFocus(TextView widget, Spannable text, int direction);
  /frameworks/base/media/java/android/media/
VolumeProvider.java 136 * Direction will be one of {@link AudioManager#ADJUST_LOWER},
141 * @param direction The direction to change the volume in.
143 public void onAdjustVolume(int direction) {
VolumeProvider2.java 139 * Direction will be one of {@link AudioManager#ADJUST_LOWER},
144 * @param direction The direction to change the volume in.
146 public void onAdjustVolume(int direction) { }
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/text/
AllCapsTransformationMethod.java 48 int direction, Rect previouslyFocusedRect) {
  /libcore/ojluni/src/main/java/sun/misc/
FpUtils.java 577 * argument in the direction of the second argument. If both
585 * <li> If both arguments are signed zeros, {@code direction}
591 * &plusmn;{@code Double.MIN_VALUE} and {@code direction}
597 * {@code direction} has a value such that the result should
602 * {@code Double.MAX_VALUE} and {@code direction} has a
608 * @param direction value indicating which of
612 * direction of {@code direction}.
617 public static double nextAfter(double start, double direction) {
618 return Math.nextAfter(start, direction);
    [all...]
  /packages/apps/Camera2/src/com/android/camera/
PanoProgressBar.java 50 public void onDirectionChange(int direction);
71 private void setDirection(int direction) {
72 if (mDirection != direction) {
73 mDirection = direction;
133 // The panning direction will be decided after user pan more than 10 degrees in one
134 // direction.
  /packages/apps/Launcher3/src/com/android/launcher3/
CellLayout.java     [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
PanoProgressBar.java 47 public void onDirectionChange(int direction);
68 private void setDirection(int direction) {
69 if (mDirection != direction) {
70 mDirection = direction;
128 // The panning direction will be decided after user pan more than 10 degrees in one
129 // direction.
  /platform_testing/libraries/app-helpers/interfaces/handheld/src/android/platform/helpers/
IGoogleCameraHelper.java 19 import android.support.test.uiautomator.Direction;
213 * 2. scroll direction is either LEFT or RIGHT
215 * @param direction scroll direction, either LEFT or RIGHT
217 public void scrollAlbum(Direction direction);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
crypt.h 57 int direction, initialized; member in struct:crypt_data
  /system/tpm/trunks/ftdi/
support.h 39 int gpio_write(struct mpsse_context* mpsse, int pin, int direction);
  /external/tensorflow/tensorflow/core/framework/
variant_op_registry.h 106 void RegisterDeviceCopyFn(const VariantDeviceCopyDirection direction,
111 // TypeName and direction.
113 const VariantDeviceCopyDirection direction, StringPiece type_name);
152 // Map std::pair<Direction, type_name> to function.
154 template <typename Direction>
155 std::size_t operator()(const std::pair<Direction, StringPiece>& x) const {
251 // given direction. The returned variant 'to' will have
253 // registered DeviceCopyFn function for the given direction. Returns
255 // DeviceCopyFn function for the given direction, or if initiating the
262 const VariantDeviceCopyDirection direction, const Variant& from
    [all...]
  /external/adhd/cras/src/server/
cras_dsp_ini.c 101 int direction; local
104 direction = PORT_INPUT;
108 direction = PORT_OUTPUT;
137 p->direction = direction;
183 if (port->direction == PORT_INPUT) {
196 /* Adds a port to a plugin with specified flow id and direction. */
207 p->direction = port_direction;
428 port_direction_str(port->direction), j,
  /external/adhd/cras/src/tests/
hfp_info_unittest.cc 34 dev.direction = CRAS_STREAM_OUTPUT;
51 dev.direction = CRAS_STREAM_OUTPUT;
73 dev.direction = CRAS_STREAM_OUTPUT;
121 dev.direction = CRAS_STREAM_INPUT;
166 dev.direction = CRAS_STREAM_INPUT;
189 dev.direction = CRAS_STREAM_OUTPUT;
248 dev.direction = CRAS_STREAM_INPUT;
290 dev.direction = CRAS_STREAM_OUTPUT;
  /external/autotest/client/cros/a11y/
a11y_test_base.py 47 def _chromevox_move(self, direction):
50 @param direction: The direction in which to move, e.g. 'down'.
55 filename='keyboard_search+%s' % direction)
  /external/icu/android_icu4j/src/main/java/android/icu/text/
StringPrep.java 514 int direction=UCharacterDirection.CHAR_DIRECTION_COUNT, local
529 direction = bdp.getClass(ch);
531 firstCharDir = direction;
533 if(direction == UCharacterDirection.LEFT_TO_RIGHT){
537 if(direction == UCharacterDirection.RIGHT_TO_LEFT || direction == UCharacterDirection.RIGHT_TO_LEFT_ARABIC){
554 (direction == UCharacterDirection.RIGHT_TO_LEFT || direction == UCharacterDirection.RIGHT_TO_LEFT_ARABIC))
  /external/icu/icu4c/source/i18n/
cpdtrans.h 83 * direction with a NULL filter.
206 UTransDirection direction,
211 UTransDirection direction,
  /external/icu/icu4c/source/i18n/unicode/
reldatefmt.h 178 * Represents a direction for an absolute unit e.g "Next Tuesday"
383 * @param direction NEXT means a future relative date; LAST means a past
384 * relative date. If direction is anything else, this method sets
395 UDateDirection direction,
402 * @param direction NEXT, LAST, THIS, etc.
405 * appended. If the value of direction is documented as not being fully
413 UDateDirection direction,

Completed in 2058 milliseconds

1 2 3 4 5 6 7 891011>>