Home
last modified time | relevance | path

Searched refs:directions (Results 1 – 25 of 78) sorted by relevance

1234

/external/droiddriver/src/io/appium/droiddriver/scroll/
DDirection.java97 private final PhysicalDirection[] directions = {LEFT, RIGHT};
101 return directions; in getPhysicalDirections()
105 private final PhysicalDirection[] directions = {UP, DOWN};
109 return directions; in getPhysicalDirections()
/external/iptables/extensions/
Dlibxt_conntrack.man40 specified at all, matches packets in both directions.
49 with a connection which has not seen packets in both directions.
53 in both directions.
80 Conntrack has seen packets in both directions.
/external/autotest/client/cros/
Dtouch_playback_test_base.py95 def _find_test_files_from_directions(self, input_type, fmt_str, directions): argument
107 gestures = [fmt_str % d for d in directions]
112 filepaths = {d: temp_filepaths[fmt_str % d] for d in directions}
/external/protobuf/editors/
DREADME.txt4 See each file's header comment for directions on how to use it with the
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/
Dtiming-utilities.js18 var directions = 'reverse|alternate|alternate-reverse'.split('|');
45 if ((property == 'direction') && (directions.indexOf(timingInput[property]) == -1)) {
/external/opencv3/doc/py_tutorials/py_feature2d/py_features_harris/
Dpy_features_harris.markdown16 all the directions. One early attempt to find these corners was done by **Chris Harris & Mike
19 difference in intensity for a displacement of \f$(u,v)\f$ in all directions. This is expressed as b…
37 Here, \f$I_x\f$ and \f$I_y\f$ are image derivatives in x and y directions respectively. (Can be eas…
/external/eigen/unsupported/Eigen/
DAdolcForward19 // Note that the maximal number of directions is controlled by
56 * Note that the maximal number of directions is controlled by
/external/boringssl/src/crypto/obj/
DREADME21 information in both directions.
/external/autotest/server/tests/netpipe/
Dcontrol.srv14 directions
Dcontrol.stress.srv16 directions
/external/chromium-trace/catapult/telemetry/bin/
DREADME.chromium18 "perf_tracing_changes" but in the directions below I have included the actual
/external/opencv3/doc/py_tutorials/py_imgproc/py_canny/
Dpy_canny.markdown35 representing vertical, horizontal and two diagonal directions.
46 and C are in gradient directions. So point A is checked with point B and C to see if it forms a
/external/opencv3/doc/tutorials/features2d/trackingmotion/harris_detector/
Dharris_detector.markdown38 directions of these two edges *change*. Hence, the gradient of the image (in both directions)
/external/vulkan-validation-layers/
DREADME.md26 includes directions for building all the components, running the validation tests and running the d…
/external/antlr/antlr-3.4/runtime/JavaScript/build/
DREADME44 1) Compile the tests using the directions above.
/external/deqp/doc/testspecs/GLES31/
Dfunctional.texture.border_clamp.txt61 directions. Wrapping is tested for 2D and 3D textures with multiple formats
/external/opencv3/doc/py_tutorials/py_imgproc/py_transforms/py_fourier_transform/
Dpy_fourier_transform.markdown26 directions. So taking fourier transform in both X and Y directions gives you the frequency
50 directions. This is simply done by the function, **np.fft.fftshift()**. (It is more easier to
/external/llvm/docs/HistoricalNotes/
D2000-11-18-EarlyDesignIdeas.txt26 but just various directions we can pursue:
/external/clang/include/clang/Basic/
DDiagnosticCommentKinds.td68 "valid directions are '[in]', '[out]' and '[in,out]'">,
/external/opencv3/modules/imgproc/src/opencl/
Dcanny.cl186 We need to determine arctg(dy / dx) to one of the four directions: 0, 45, 90 or 135 degrees.
232 // a * b = { 0, 1, 2 } - directions that we need ( + 3 if x ^ y < 0)
/external/chromium-trace/catapult/third_party/Paste/docs/
DDeveloperGuidelines.txt8 multiple frameworks and directions, while presenting a fairly
/external/valgrind/none/tests/
Dcmdline1.stdout.exp23 and follow the on-screen directions
/external/skia/src/pathops/
DSkPathOpsDebug.cpp1833 SkTDArray<SkPath::Direction> directions; in ShowOnePath() local
1835 directions.setCount(rectCount); in ShowOnePath()
1836 path.rectContours(rects.begin(), directions.begin()); in ShowOnePath()
1840 rect.fRight, rect.fBottom, directions[contour] == SkPath::kCCW_Direction in ShowOnePath()
/external/opencv3/doc/tutorials/imgproc/imgtrans/remap/
Dremap.markdown182 -# Reflecting it in both directions:
/external/llvm/test/Transforms/ObjCARC/
Dallocas.ll32 ; if they are known safe in both directions. This prevents matching up an inner
419 ; pointers to be removed if we are known safe in both directions.

1234