HomeSort by relevance Sort by last modified time
    Searched refs:directions (Results 1 - 23 of 23) sorted by null

  /external/droiddriver/src/io/appium/droiddriver/scroll/
Direction.java 24 * A namespace to hold interfaces and constants for scroll directions.
27 /** Logical directions */
44 /** Physical directions */
97 private final PhysicalDirection[] directions = {LEFT, RIGHT}; external variable declarations
101 return directions;
105 private final PhysicalDirection[] directions = {UP, DOWN}; external variable declarations
109 return directions;
  /frameworks/av/media/libaaudio/tests/
test_open_params.cpp 120 aaudio_direction_t directions[] = {AAUDIO_DIRECTION_OUTPUT, AAUDIO_DIRECTION_INPUT}; local
129 for (uint dirIndex = 0;dirIndex < arraysize(directions); dirIndex++) {
130 aaudio_direction_t direction = directions[dirIndex];
  /external/skia/src/pathops/
SkPathOpsAsWinding.cpp 60 Contour::Direction directions[3]; local
87 directions[index] = to_direction((*CurveSlopeAtT[verb])(pts, weight, tVals[index]).fY);
91 if (zero_or_one(tVals[index]) && Contour::Direction::kCCW != directions[index]) {
94 winding += (int) directions[index];
SkPathOpsDebug.cpp 2918 SkTDArray<SkPath::Direction> directions; local
    [all...]
  /external/skqp/src/pathops/
SkPathOpsAsWinding.cpp 60 Contour::Direction directions[3]; local
87 directions[index] = to_direction((*CurveSlopeAtT[verb])(pts, weight, tVals[index]).fY);
91 if (zero_or_one(tVals[index]) && Contour::Direction::kCCW != directions[index]) {
94 winding += (int) directions[index];
SkPathOpsDebug.cpp 2918 SkTDArray<SkPath::Direction> directions; local
    [all...]
  /external/autotest/client/cros/
touch_playback_test_base.py 116 def _find_test_files_from_directions(self, input_type, fmt_str, directions):
117 """Find gesture files given a list of directions and name format.
121 @param directions: list of directions for fmt_string
124 they are found, indexed by directions as given.
128 gestures = [fmt_str % d for d in directions]
133 filepaths = {d: temp_filepaths[fmt_str % d] for d in directions}
  /external/walt/docs/
DragLatency.md 33 Now imagine that the clocks timestamping the touch and the laser events diverge a little (this divergence is the latency we want to measure). The red 'x' marks would move along the graph. But half of them would move up and half down (corresponding to direction of the finger movement in that point) and therefore they would diverge in opposite directions from the relatively straight horizontal line you see on the screenshot.
  /external/tensorflow/tensorflow/contrib/cudnn_rnn/python/kernel_tests/
cudnn_rnn_test.py 665 directions = [CUDNN_RNN_UNIDIRECTION, CUDNN_RNN_BIDIRECTION]
667 for direction, dtype in itertools.product(directions, dtype_list):
    [all...]
  /external/curl/lib/vtls/
gskit.c 82 /* Directions. */
609 int directions)
628 if(directions & SOS_READ) {
632 if(directions & SOS_WRITE) {
    [all...]
  /external/skia/src/core/
SkPath.cpp 456 must travel in opposite directions.
462 directions values:
466 two directions are opposites iff (dirA ^ dirB) == 0x2
467 two directions are perpendicular iff (dirA ^ dirB) == 0x1
486 signed char directions[] = {-1, -1, -1, -1, -1}; // -1 to 3; -1 is uninitialized local
515 directions[0] = nextDirection;
524 if (autoClose && nextDirection == directions[0]) {
528 if (directions[corners - 1] == nextDirection) {
535 directions[corners++] = nextDirection;
536 // opposite lines must point in opposite directions; xoring them should equal
    [all...]
  /external/skqp/src/core/
SkPath.cpp 456 must travel in opposite directions.
462 directions values:
466 two directions are opposites iff (dirA ^ dirB) == 0x2
467 two directions are perpendicular iff (dirA ^ dirB) == 0x1
486 signed char directions[] = {-1, -1, -1, -1, -1}; // -1 to 3; -1 is uninitialized local
515 directions[0] = nextDirection;
524 if (autoClose && nextDirection == directions[0]) {
528 if (directions[corners - 1] == nextDirection) {
535 directions[corners++] = nextDirection;
536 // opposite lines must point in opposite directions; xoring them should equal
    [all...]
  /external/golang-protobuf/protoc-gen-go/testdata/grpc/
grpc.pb.go 195 // This one streams in both directions.
320 // This one streams in both directions.
  /external/autotest/client/site_tests/firmware_TouchMTB/
validators.py 200 def _is_direction_in_variation(self, variation, directions):
201 """Is any element of directions list found in variation?"""
202 for direction in directions:
    [all...]
  /external/deqp-deps/SPIRV-Tools/test/
hex_float_test.cpp 889 std::vector<round_direction> directions; member in struct:spvtools::utils::__anon20369::DownCastTest
    [all...]
  /external/deqp-deps/glslang/gtests/
HexFloat.cpp 845 std::vector<spvutils::round_direction> directions; member in struct:__anon20635::DownCastTest
    [all...]
  /external/swiftshader/third_party/SPIRV-Tools/test/
hex_float_test.cpp 889 std::vector<round_direction> directions; member in struct:spvtools::utils::__anon41303::DownCastTest
    [all...]
  /device/linaro/bootloader/edk2/
Edk2Setup.bat 296 @echo Refer to the BaseTools\BuildNotes.txt for directions for building
  /external/syzkaller/vendor/golang.org/x/text/unicode/bidi/
core.go 140 // 2) Explicit levels and directions
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 
  /external/kotlinc/lib/
kotlin-compiler.jar 

Completed in 1406 milliseconds