HomeSort by relevance Sort by last modified time
    Searched full:right (Results 451 - 475 of 16279) sorted by null

<<11121314151617181920>>

  /development/samples/ApiDemos/res/layout/
table_layout_6.xml 30 android:gravity="right"
41 android:gravity="right"
52 android:gravity="right"
78 android:gravity="right"
table_layout_8.xml 33 android:gravity="right"
44 android:gravity="right"
55 android:gravity="right"
77 android:gravity="right"
  /development/samples/USB/MissileLauncher/
README.txt 2 You control the left/right/up/down orientation of the launcher using the accelerometer.
  /device/asus/flo/camera/hdr/include/
morpho_rect_int.h 21 int ex; /**< right */
  /device/lge/hammerhead/camera/hdr/include/
morpho_rect_int.h 21 int ex; /**< right */
  /external/apache-xml/src/main/java/org/apache/xpath/operations/
Div.java 39 * @param right non-null reference to the evaluated right operand.
45 public XObject operate(XObject left, XObject right)
48 return new XNumber(left.num() / right.num());
Minus.java 39 * @param right non-null reference to the evaluated right operand.
46 public XObject operate(XObject left, XObject right)
49 return new XNumber(left.num() - right.num());
Mod.java 39 * @param right non-null reference to the evaluated right operand.
45 public XObject operate(XObject left, XObject right)
48 return new XNumber(left.num() % right.num());
Mult.java 39 * @param right non-null reference to the evaluated right operand.
45 public XObject operate(XObject left, XObject right)
48 return new XNumber(left.num() * right.num());
Plus.java 39 * @param right non-null reference to the evaluated right operand.
45 public XObject operate(XObject left, XObject right)
48 return new XNumber(left.num() + right.num());
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
X509NameEntryConverter.java 70 char right = str.charAt((index * 2) + off + 1); local
80 if (right < 'a')
82 data[index] |= (byte)(right - '0');
86 data[index] |= (byte)(right - 'a' + 10);
  /external/clang/lib/Analysis/
ThreadSafetyLogical.cpp 26 implies(A->right(), LNeg, RHS, RNeg);
30 implies(LHS, LNeg, A->right(), RNeg);
36 implies(A->right(), LNeg, RHS, RNeg);
40 implies(LHS, LNeg, A->right(), RNeg);
43 // Recurse on right.
46 // When performing right recursion:
48 // When performing right recursion (negated):
53 // When performing right recursion:
55 // When performing right recursion (negated):
  /external/clang/test/CodeGen/
2002-02-14-EntryNodePreds.c 19 QUAD_EDGE left, right; member in struct:__anon6011
  /external/clang/www/
menu.css 12 padding-right:4ex;
  /external/compiler-rt/test/asan/TestCases/
global-demangle.cc 14 // CHECK: {{0x.* is located 2 bytes to the right of global variable}}
global-location.cc 16 // GLOB: 0x{{.*}} is located 4 bytes to the right of global variable 'global' defined in '{{.*}}global-location.cc:[[@LINE-1]]:5' {{.*}} of size 40
18 // CLASS_STATIC: 0x{{.*}} is located 4 bytes to the right of global variable 'C::array' defined in '{{.*}}global-location.cc:[[@LINE-1]]:8' {{.*}} of size 40
27 // FUNC_STATIC: 0x{{.*}} is located 4 bytes to the right of global variable 'array' defined in '{{.*}}global-location.cc:[[@LINE-1]]:16' {{.*}} of size 40
32 // LITERAL: 0x{{.*}} is located 0 bytes to the right of global variable {{.*}} defined in '{{.*}}global-location.cc:[[@LINE-1]]:23' {{.*}} of size 11
poison_partial.cc 19 // CHECK: 0 bytes to the right
  /external/compiler-rt/www/
menu.css 13 padding-right:4ex;
  /external/doclava/res/assets/templates/assets/
style.css 32 padding-right: 7px;
53 padding-right: 7px;
64 padding-right: 7px;
81 padding-right: 7px;
92 padding-right: 7px;
101 padding-right: 7px;
113 margin-right: 10px;
145 margin-right: 10px;
158 margin-right: 10px;
182 padding-right: 10px
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/scripts/
ToolTip.css 14 padding-right:5px;
  /external/eigen/doc/examples/
Tutorial_BlockOperations_block_assignment.cpp 17 cout << "Here is now a with bottom-right 2x3 block copied into top-left 2x2 block:" << endl << a << endl << endl;
  /external/eigen/doc/snippets/
JacobiSVD_basic.cpp 6 cout << "Its right singular vectors are the columns of the thin V matrix:" << endl << svd.matrixV() << endl;
MatrixBase_eval.cpp 12 cout << m << endl << "which is right." << endl;
  /external/fio/
GFIO-TODO 38 - Ensure that the whole connect/send/start button logic is sane. Right
39 now it works when you perform the right sequence, but if you connect
41 we store and send job files. Right now they are in ge->job_files[]
51 - Attempt to ensure that we work with gtk 2.10 and newer. Right
  /external/icu/icu4c/source/config/
icu-config-top 10 # rpath links a library search path right into the binaries.

Completed in 545 milliseconds

<<11121314151617181920>>