HomeSort by relevance Sort by last modified time
    Searched defs:Direction (Results 51 - 75 of 91) sorted by null

1 23 4

  /external/chromium_org/ash/
shell.h 170 enum Direction {
262 void RotateFocus(Direction direction);
  /external/clang/lib/AST/
CommentSema.cpp 233 int Direction = getParamPassDirection(ArgLower);
235 if (Direction == -1) {
240 Direction = getParamPassDirection(ArgLower);
243 if (Direction != -1) {
245 (ParamCommandComment::PassDirection)Direction);
250 Direction = ParamCommandComment::In; // Sane fall back.
253 Command->setDirection((ParamCommandComment::PassDirection)Direction,
265 // User didn't provide a direction argument.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
cciss_ioctl.h 60 //transfer direction
135 BYTE Direction:2;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
cciss_ioctl.h 60 //transfer direction
135 BYTE Direction:2;
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
v8-deltablue.js 326 var Direction = new Object();
327 Direction.NONE = 0;
328 Direction.FORWARD = 1;
329 Direction.BACKWARD = -1;
339 this.direction = Direction.NONE;
352 this.direction = (this.v1.mark != mark && Strength.stronger(this.strength, this.v2.walkStrength))
353 ? Direction.FORWARD
354 : Direction.NONE;
357 this.direction = (this.v1.mark != mark && Strength.stronger(this.strength, this.v1.walkStrength)
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
v8-deltablue.js 326 var Direction = new Object();
327 Direction.NONE = 0;
328 Direction.FORWARD = 1;
329 Direction.BACKWARD = -1;
339 this.direction = Direction.NONE;
352 this.direction = (this.v1.mark != mark && Strength.stronger(this.strength, this.v2.walkStrength))
353 ? Direction.FORWARD
354 : Direction.NONE;
357 this.direction = (this.v1.mark != mark && Strength.stronger(this.strength, this.v1.walkStrength)
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
v8-deltablue.js 326 var Direction = new Object();
327 Direction.NONE = 0;
328 Direction.FORWARD = 1;
329 Direction.BACKWARD = -1;
339 this.direction = Direction.NONE;
352 this.direction = (this.v2.mark != mark && Strength.stronger(this.strength, this.v2.walkStrength))
353 ? Direction.FORWARD
354 : Direction.NONE;
357 this.direction = (this.v1.mark != mark && Strength.stronger(this.strength, this.v1.walkStrength)
    [all...]
  /external/chromium_org/v8/benchmarks/
deltablue.js 332 var Direction = new Object();
333 Direction.NONE = 0;
334 Direction.FORWARD = 1;
335 Direction.BACKWARD = -1;
345 this.direction = Direction.NONE;
358 this.direction = (this.v2.mark != mark && Strength.stronger(this.strength, this.v2.walkStrength))
359 ? Direction.FORWARD
360 : Direction.NONE;
363 this.direction = (this.v1.mark != mark && Strength.stronger(this.strength, this.v1.walkStrength)
    [all...]
  /frameworks/base/core/java/android/text/
Layout.java 274 // to the paragraph direction of the line.
369 // direction of the layout or line. XXX: Should they?
595 * Return the heuristic used to determine paragraph text direction.
793 * the paragraph's primary direction.
812 * the direction other than the paragraph's primary direction.
    [all...]
  /external/chromium_org/v8/src/
liveedit.cc 70 Direction dir = get_direction(pos1, pos2);
109 enum Direction {
125 Direction dir;
162 // Each cell keeps a value plus direction. Value is multiplied by 4.
163 void set_value4_and_dir(int i1, int i2, int value4, Direction dir) {
171 Direction get_direction(int i1, int i2) {
172 return static_cast<Direction>(get_cell(i1, i2) & kDirectionMask);
    [all...]
hydrogen.h     [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 242 // getDirection - Returns the direction associated with a particular level.
245 return DV[Level - 1].Direction;
603 unsigned Direction = getDirection(II);
604 if (Direction == DVEntry::ALL)
607 if (Direction & DVEntry::LT)
609 if (Direction & DVEntry::EQ)
611 if (Direction & DVEntry::GT)
705 // have 2 loops in common, so CommonLevels will equal 2 and the direction
    [all...]
  /external/opencv/cvaux/src/
cvlee.cpp 111 CvDirection* direction; member in struct:CvVoronoiSiteInt
123 CvDirection* direction; member in struct:CvVoronoiEdgeInt
505 direction around the top vertex of given hole.
520 direction around the top vertex of given hole.
597 Description : Compute the direction of bisector of two segments
599 pDirection1: in, direction of first segment
600 pDirection2: in, direction of second segment
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
usbprotocoldefs.h 84 #define USB_MAKE_REQUEST_TYPE(direction, type, recipient) \
85 (BYTE)( ((BYTE)direction << 7) | \
250 BYTE Direction:1;
318 BYTE Direction:1;
wmidata.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d8types.h     [all...]
d3d9types.h     [all...]
ksmedia.h     [all...]
  /prebuilts/misc/common/ub-uiautomator/
ub-uiautomator.jar 
  /prebuilts/devtools/tools/lib/
monkeyrunner.jar 
traceview.jar 
  /prebuilts/tools/common/netbeans-visual/
org-netbeans-api-visual.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/10/
android.jar 

Completed in 1058 milliseconds

1 23 4