/external/llvm/docs/_ocamldoc/ |
style.css | 17 body { font: normal 10pt/1.375em helvetica, arial, sans-serif; text-align:left; 30 { font-size : 0.813em; line-height:0; margin-left:0.4ex;} 64 td .info { margin:0; padding:0; margin-left: 2em;} /* Description in indexes */ 73 ul > li { margin-left: 1.375em; } 74 ol > li { margin-left: 1.7em; } 92 .paramstable code { margin-left: 1ex; margin-right: 1ex } 93 .sig_block {margin-left: 1em}
|
/external/v8/test/mjsunit/regress/ |
regress-2073.js | 41 this.left = null; 57 child.left = this.last; 75 if (parent.tail == this) parent.tail = this.left; 76 if (this.left) this.left.right = this.right; 77 if (this.right) this.right.left = this.left;
|
/external/wpa_supplicant_8/src/eap_server/ |
eap_server_tls_common.c | 335 const u8 **pos, size_t *left) 338 const u8 *end = *pos + *left; 341 if (*left < 4) { 350 *left -= 4; 352 if (*left > tls_msg_len) { 355 "bytes)", (int) tls_msg_len, (int) *left); 364 if (*left != 0) { 435 size_t left; local 441 &left); 445 &left); [all...] |
/ndk/docs/Additional_library_docs/renderscript/ |
doxygen.css | 135 margin-left: -1cm; 168 background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#000),color-stop(0.3, #444)); 173 margin-left: 16px; 179 margin-left: 16px; 191 margin-left: 8px; 387 margin-left: 9px; 412 margin-left: 6px; 417 border-left: 1px solid #A8B8D9; 426 border-top-left-radius: 8px [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/ |
BoundedRect.java | 210 ret.left = (p[0] > ret.left) ? p[0] : ret.left; 225 ret.left = (p[0] > ret.left) ? p[0] : ret.left; 261 if (inner.left == newInner.left) 262 fixed = 0; // top left 268 else if (inner.left == newInner.left [all...] |
/bionic/libc/upstream-openbsd/lib/libc/net/ |
res_random.c | 138 u_int left, right, tmp; local 143 left = (in >> 8) & 0x7f; 147 * Each round swaps the width of left and right. Even rounds have 148 * a 7-bit left, odd rounds have an 8-bit left. Since this uses an 149 * odd number of rounds, left is always 8 bits wide at the end. 156 tmp ^= left; 157 left = right; 161 return (right << 8) | left;
|
/build/tools/droiddoc/templates-pdk/assets/ |
android-developer-core.css | 171 text-align:left; 194 border-left:2px solid #eee; 240 float: left; 370 float: left; 378 margin-left: 40px; 392 float: left; 401 float: left; 418 text-align:left; 428 text-align:left; 435 float: left; [all...] |
/cts/tests/tests/view/src/android/view/cts/ |
SurfaceViewTest.java | 66 final int left = 40; local 91 region.set(left, top, right, bottom); 108 final int left = 40; local 118 mMockSurfaceView.layout(left, top, right, bottom); 122 assertEquals(right - left, mMockSurfaceView.getWidth());
|
/device/huawei/angler/camera/QCamera2/HAL3/ |
QCamera3CropRegionMapper.cpp | 116 * @crop_left : x coordinate of top left corner of rectangle 117 * @crop_top : y coordinate of top left corner of rectangle 147 * @crop_left : x coordinate of top left corner of rectangle 148 * @crop_top : y coordinate of top left corner of rectangle 169 CDBG("%s: before bounding left %d, top %d, width %d, height %d", 173 CDBG("%s: after bounding left %d, top %d, width %d, height %d", 183 * @left : x coordinate of top left corner of rectangle 184 * @top : y coordinate of top left corner of rectangle 192 void QCamera3CropRegionMapper::boundToSize(int32_t& left, int32_t& top [all...] |
/device/lge/bullhead/camera/QCamera2/HAL3/ |
QCamera3CropRegionMapper.cpp | 116 * @crop_left : x coordinate of top left corner of rectangle 117 * @crop_top : y coordinate of top left corner of rectangle 147 * @crop_left : x coordinate of top left corner of rectangle 148 * @crop_top : y coordinate of top left corner of rectangle 169 CDBG("%s: before bounding left %d, top %d, width %d, height %d", 173 CDBG("%s: after bounding left %d, top %d, width %d, height %d", 183 * @left : x coordinate of top left corner of rectangle 184 * @top : y coordinate of top left corner of rectangle 192 void QCamera3CropRegionMapper::boundToSize(int32_t& left, int32_t& top [all...] |
/docs/source.android.com/src/source/assets/ |
main.css | 55 text-align: left; 79 float: left; 153 float: left; 156 padding-left: 6px; 199 float: left; 270 margin-left: 0; 275 margin-left: 1em; 286 float: left; 313 -webkit-border-top-left-radius: 5px; 317 float: left; [all...] |
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/ |
DynamicTableModel.java | 31 * an order of COLUMN_MAJOR are traversed left to right column by column until
99 * @return a RectF representing the first (top-left) element in
104 cellRect.left = tableRect.left;
109 cellRect.right = tableRect.left + calculateCellSize(tableRect, TableModel.Axis.COLUMN, numElements);
249 nextElementRect.offsetTo(tableRect.left, lastElementRect.bottom);
266 nextElementRect.offsetTo(lastElementRect.left, lastElementRect.bottom);
|
/external/chromium-trace/catapult/third_party/graphy/graphy/ |
common_test.py | 35 self.assertTrue(self.chart.left is self.chart.GetDependentAxis()) 47 self.chart.left = new_axis 48 self.assertTrue(self.chart.left is new_axis) 63 self.assertEqual([c.left, c.right], c.GetDependentAxes()) 67 self.assertEqual([c.left, c.right, right2], c.GetDependentAxes())
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/ref/ |
ref.css | 86 margin-left: 2em; 96 margin-left: 2em; 112 .verbatim { margin-left: 2em; } 150 padding-left: 1em; 168 margin-left: auto; 170 padding-left: 0.4em; 190 padding-left: 0.4em; 195 border-left-width: 0px; 199 .left { text-align: left; } [all...] |
/external/clang/include/clang/Basic/ |
ObjCRuntime.h | 319 friend bool operator==(const ObjCRuntime &left, const ObjCRuntime &right) { 320 return left.getKind() == right.getKind() && 321 left.getVersion() == right.getVersion(); 324 friend bool operator!=(const ObjCRuntime &left, const ObjCRuntime &right) { 325 return !(left == right);
|
/external/guava/guava/src/com/google/common/primitives/ |
UnsignedInts.java | 161 public int compare(int[] left, int[] right) { 162 int minLength = Math.min(left.length, right.length); 164 if (left[i] != right[i]) { 165 return UnsignedInts.compare(left[i], right[i]); 168 return left.length - right.length;
|
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/ |
TreeTraverserTest.java | 49 final BinaryTree left; field in class:TreeTraverserTest.BinaryTree 53 private BinaryTree(char value, BinaryTree left, BinaryTree right) { 55 this.left = left; 72 return Optional.fromNullable(node.left);
|
/external/guava/guava-tests/test/com/google/common/collect/ |
TreeTraverserTest.java | 51 final BinaryTree left; field in class:TreeTraverserTest.BinaryTree 55 private BinaryTree(char value, BinaryTree left, BinaryTree right) { 57 this.left = left; 74 return Optional.fromNullable(node.left);
|
/external/guava/guava-tests/test/com/google/common/primitives/ |
ByteArrayAsListTest.java | 117 private static Byte[] concat(Byte[] left, Byte[] right) { 118 Byte[] result = new Byte[left.length + right.length]; 119 System.arraycopy(left, 0, result, 0, left.length); 120 System.arraycopy(right, 0, result, left.length, right.length);
|
CharArrayAsListTest.java | 117 private static Character[] concat(Character[] left, Character[] right) { 118 Character[] result = new Character[left.length + right.length]; 119 System.arraycopy(left, 0, result, 0, left.length); 120 System.arraycopy(right, 0, result, left.length, right.length);
|
DoubleArrayAsListTest.java | 117 private static Double[] concat(Double[] left, Double[] right) { 118 Double[] result = new Double[left.length + right.length]; 119 System.arraycopy(left, 0, result, 0, left.length); 120 System.arraycopy(right, 0, result, left.length, right.length);
|
FloatArrayAsListTest.java | 117 private static Float[] concat(Float[] left, Float[] right) { 118 Float[] result = new Float[left.length + right.length]; 119 System.arraycopy(left, 0, result, 0, left.length); 120 System.arraycopy(right, 0, result, left.length, right.length);
|
IntArrayAsListTest.java | 118 private static Integer[] concat(Integer[] left, Integer[] right) { 119 Integer[] result = new Integer[left.length + right.length]; 120 System.arraycopy(left, 0, result, 0, left.length); 121 System.arraycopy(right, 0, result, left.length, right.length);
|
LongArrayAsListTest.java | 117 private static Long[] concat(Long[] left, Long[] right) { 118 Long[] result = new Long[left.length + right.length]; 119 System.arraycopy(left, 0, result, 0, left.length); 120 System.arraycopy(right, 0, result, left.length, right.length);
|
ShortArrayAsListTest.java | 117 private static Short[] concat(Short[] left, Short[] right) { 118 Short[] result = new Short[left.length + right.length]; 119 System.arraycopy(left, 0, result, 0, left.length); 120 System.arraycopy(right, 0, result, left.length, right.length);
|