HomeSort by relevance Sort by last modified time
    Searched defs:direction (Results 126 - 150 of 682) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/icu/icu4c/source/test/intltest/
reldatefmttest.cpp 25 static const char *DirectionStr(UDateDirection direction);
31 UDateDirection direction; member in struct:WithQuantityExpected
37 UDateDirection direction; member in struct:WithoutQuantityExpected
532 UDateDirection direction,
536 UDateDirection direction,
    [all...]
  /external/libxaac/decoder/
ixheaacd_freq_sca.c 495 WORD32 direction; local
503 direction = 1;
518 if (direction == 0) step = ixheaacd_shr32(step, 1);
519 direction = 1;
523 if (direction == 1) step = ixheaacd_shr32(step, 1);
524 direction = 0;
  /external/mesa3d/src/gallium/drivers/radeonsi/
cik_sdma.c 391 uint32_t direction = linear == rdst ? 1u << 31 : 0; local
397 direction);
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_qir_schedule.c 80 enum direction { F, R }; enum
91 add_dep(enum direction dir,
124 add_write_dep(enum direction dir,
142 enum direction dir;
183 enum direction dir = state->dir;
  /external/python/cpython2/Modules/
cdmodule.c 424 char *dev, *direction; local
432 direction = "r";
433 if (!PyArg_ParseTuple(args, "|zs:open", &dev, &direction))
436 cdp = CDopen(dev, direction);
  /external/tcpdump/
print-udp.c 424 enum sunrpc_msg_type direction; local
440 direction = (enum sunrpc_msg_type)EXTRACT_32BITS(&rp->rm_direction);
441 if (direction == SUNRPC_CALL)
507 enum sunrpc_msg_type direction; local
511 direction = (enum sunrpc_msg_type)EXTRACT_32BITS(&rp->rm_direction);
512 if (dport == NFS_PORT && direction == SUNRPC_CALL) {
518 if (sport == NFS_PORT && direction == SUNRPC_REPLY) {
525 if (dport == SUNRPC_PORT && direction == SUNRPC_CALL) {
  /external/tensorflow/tensorflow/contrib/cudnn_rnn/python/ops/
cudnn_rnn_ops.py 196 direction=CUDNN_RNN_UNIDIRECTION,
205 tensors followed by bias tensors, and forward direction followed by
206 backward direction (if applicable). When restoring, a user could name
239 direction: the direction model that the model operates. Could be either
250 self._direction = direction
315 direction=self._direction)
336 direction=self._direction)
771 def check_direction(direction):
772 """Check validity of direction.""
1324 def direction(self): member in class:_CudnnRNN
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
fft_ops.cc 135 constexpr auto direction = variable
138 input.template fft<Eigen::BothParts, direction>(axes);
  /external/webrtc/webrtc/base/
logging.cc 443 const char * direction = (input ? " << " : " >> "); local
448 LOG_V(level) << label << direction << "## "
474 LOG_V(level) << label << direction
528 LOG_V(level) << label << direction << "## " << consecutive_unprintable
543 LOG_V(level) << label << direction << substr;
545 LOG_V(level) << label << direction << "## omitted for privacy ##"; local
  /hardware/qcom/gps/msm8909w_3100/utils/
loc_nmea.cpp 751 char direction; local
754 direction = 'W';
759 direction = 'E';
763 magneticVariation, direction);
    [all...]
  /hardware/qcom/gps/msm8998/utils/
loc_nmea.cpp 751 char direction; local
754 direction = 'W';
759 direction = 'E';
763 magneticVariation, direction);
    [all...]
  /hardware/qcom/msm8996/kernel-headers/sound/
compress_offload.h 60 __u32 direction; member in struct:snd_compr_caps
  /hardware/qcom/msm8996/original-kernel-headers/sound/
compress_offload.h 94 * @direction: direction supported. Of type snd_compr_direction
104 __u32 direction; member in struct:snd_compr_caps
  /hardware/qcom/msm8998/kernel-headers/sound/
compress_offload.h 60 __u32 direction; member in struct:snd_compr_caps
  /hardware/qcom/msm8998/original-kernel-headers/sound/
compress_offload.h 94 * @direction: direction supported. Of type snd_compr_direction
104 __u32 direction; member in struct:snd_compr_caps
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransferActivity.java 184 int direction = mTransInfo.mDirection; local
188 if (direction == BluetoothShare.DIRECTION_INBOUND) {
199 } else if (direction == BluetoothShare.DIRECTION_OUTBOUND) {
213 Log.v(TAG, " WhichDialog/dir/isComplete/failOrSuccess" + mWhichDialog + direction
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;
129 BluetoothShare.DIRECTION
  /packages/apps/DocumentsUI/src/com/android/documentsui/sorting/
SortModel.java 84 * the sort direction has changed.
150 * Sort by the default direction of the given dimension if user has never specified any sort
151 * direction before.
169 * Sort by given dimension and direction. Should only be used when user explicitly asks to sort
172 * @param direction the direction to sort docs in
174 public void sortByUser(int dimensionId, @SortDirection int direction) {
180 sortByDimension(dimension, direction);
190 SortDimension newSortedDimension, @SortDirection int direction) {
192 && mSortedDimension.mSortDirection == direction) {
321 final String direction; local
    [all...]
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_haptic.h 81 * effect.periodic.direction.type = SDL_HAPTIC_POLAR; // Polar coordinates
82 * effect.periodic.direction.dir[0] = 18000; // Force comes from south
306 * \name Direction encodings
311 * \brief Uses polar coordinates for the direction.
318 * \brief Uses cartesian coordinates for the direction.
325 * \brief Uses spherical coordinates for the direction.
331 /* @} *//* Direction encodings */
348 * \brief Structure that represents a haptic direction.
386 * If type is ::SDL_HAPTIC_POLAR, direction is encoded by hundredths of a
394 * If type is ::SDL_HAPTIC_CARTESIAN, direction is encoded by three position
461 SDL_HapticDirection direction; \/**< Direction of the effect. *\/ member in struct:SDL_HapticConstant
544 SDL_HapticDirection direction; \/**< Direction of the effect. *\/ member in struct:SDL_HapticPeriodic
596 SDL_HapticDirection direction; \/**< Direction of the effect - Not used ATM. *\/ member in struct:SDL_HapticCondition
632 SDL_HapticDirection direction; \/**< Direction of the effect. *\/ member in struct:SDL_HapticRamp
695 SDL_HapticDirection direction; \/**< Direction of the effect. *\/ member in struct:SDL_HapticCustom
    [all...]
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_haptic.h 81 * effect.periodic.direction.type = SDL_HAPTIC_POLAR; // Polar coordinates
82 * effect.periodic.direction.dir[0] = 18000; // Force comes from south
306 * \name Direction encodings
311 * \brief Uses polar coordinates for the direction.
318 * \brief Uses cartesian coordinates for the direction.
325 * \brief Uses spherical coordinates for the direction.
331 /* @} *//* Direction encodings */
348 * \brief Structure that represents a haptic direction.
386 * If type is ::SDL_HAPTIC_POLAR, direction is encoded by hundredths of a
394 * If type is ::SDL_HAPTIC_CARTESIAN, direction is encoded by three position
461 SDL_HapticDirection direction; \/**< Direction of the effect. *\/ member in struct:SDL_HapticConstant
544 SDL_HapticDirection direction; \/**< Direction of the effect. *\/ member in struct:SDL_HapticPeriodic
596 SDL_HapticDirection direction; \/**< Direction of the effect - Not used ATM. *\/ member in struct:SDL_HapticCondition
632 SDL_HapticDirection direction; \/**< Direction of the effect. *\/ member in struct:SDL_HapticRamp
695 SDL_HapticDirection direction; \/**< Direction of the effect. *\/ member in struct:SDL_HapticCustom
    [all...]
  /prebuilts/misc/windows/sdl2/include/
SDL_haptic.h 81 * effect.periodic.direction.type = SDL_HAPTIC_POLAR; // Polar coordinates
82 * effect.periodic.direction.dir[0] = 18000; // Force comes from south
306 * \name Direction encodings
311 * \brief Uses polar coordinates for the direction.
318 * \brief Uses cartesian coordinates for the direction.
325 * \brief Uses spherical coordinates for the direction.
331 /* @} *//* Direction encodings */
348 * \brief Structure that represents a haptic direction.
386 * If type is ::SDL_HAPTIC_POLAR, direction is encoded by hundredths of a
394 * If type is ::SDL_HAPTIC_CARTESIAN, direction is encoded by three position
461 SDL_HapticDirection direction; \/**< Direction of the effect. *\/ member in struct:SDL_HapticConstant
544 SDL_HapticDirection direction; \/**< Direction of the effect. *\/ member in struct:SDL_HapticPeriodic
596 SDL_HapticDirection direction; \/**< Direction of the effect - Not used ATM. *\/ member in struct:SDL_HapticCondition
632 SDL_HapticDirection direction; \/**< Direction of the effect. *\/ member in struct:SDL_HapticRamp
695 SDL_HapticDirection direction; \/**< Direction of the effect. *\/ member in struct:SDL_HapticCustom
    [all...]
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_haptic.h 81 * effect.periodic.direction.type = SDL_HAPTIC_POLAR; // Polar coordinates
82 * effect.periodic.direction.dir[0] = 18000; // Force comes from south
306 * \name Direction encodings
311 * \brief Uses polar coordinates for the direction.
318 * \brief Uses cartesian coordinates for the direction.
325 * \brief Uses spherical coordinates for the direction.
331 /* @} *//* Direction encodings */
348 * \brief Structure that represents a haptic direction.
386 * If type is ::SDL_HAPTIC_POLAR, direction is encoded by hundredths of a
394 * If type is ::SDL_HAPTIC_CARTESIAN, direction is encoded by three position
461 SDL_HapticDirection direction; \/**< Direction of the effect. *\/ member in struct:SDL_HapticConstant
544 SDL_HapticDirection direction; \/**< Direction of the effect. *\/ member in struct:SDL_HapticPeriodic
596 SDL_HapticDirection direction; \/**< Direction of the effect - Not used ATM. *\/ member in struct:SDL_HapticCondition
632 SDL_HapticDirection direction; \/**< Direction of the effect. *\/ member in struct:SDL_HapticRamp
695 SDL_HapticDirection direction; \/**< Direction of the effect. *\/ member in struct:SDL_HapticCustom
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ResizeGesture.java 145 Position direction = mHandle.getPosition(); local
161 int newW = Math.abs(b.w + (direction.isLeft() ? -deltaX : deltaX));
162 int newH = Math.abs(b.h + (direction.isTop() ? -deltaY : deltaY));
170 if (direction.isLeft()) {
182 } else if (direction.isRight()) {
192 assert direction == Position.BOTTOM_MIDDLE || direction == Position.TOP_MIDDLE;
195 if (direction.isTop()) {
207 } else if (direction.isBottom()) {
217 assert direction == Position.LEFT_MIDDLE || direction == Position.RIGHT_MIDDLE
    [all...]
  /system/core/adb/client/
usb_osx.cpp 377 UInt8 direction; local
383 ->GetPipePropertiesV2(interface, endpoint, &direction, &number, &transferType,
394 if (kUSBIn == direction) {
399 if (kUSBOut == direction) {
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceNetwork.java 115 String direction = command.get(1); local
116 if ("open".equals(direction)) {
119 } else if ("close".equals(direction)) {

Completed in 840 milliseconds

1 2 3 4 56 7 8 91011>>