HomeSort by relevance Sort by last modified time
    Searched refs:left (Results 726 - 750 of 5035) sorted by null

<<21222324252627282930>>

  /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);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
NFS4StringPrep.java 103 int left, middle, right,rc; local
105 left =0;
108 while(left <= right){
109 middle = (left+right)/2;
113 left = middle+1;
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
NFS4StringPrep.java 102 int left, middle, right,rc; local
104 left =0;
107 while(left <= right){
108 middle = (left+right)/2;
112 left = middle+1;
  /external/mesa3d/src/gallium/auxiliary/util/
u_string.h 198 size_t left; member in struct:util_strbuf
208 sbuf->left = size;
215 if(sbuf->left > 1) {
219 written = util_vsnprintf(sbuf->ptr, sbuf->left, format, ap);
222 sbuf->left -= written;
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Caret.cpp 40 FX_FLOAT fCaretX = rcRect.left + m_fWidth * 0.5f;
80 sCaret << rcClip.left << " " << rcClip.bottom + 2.5f << " "
81 << rcClip.right - rcClip.left << " "
85 sCaret << rcRect.left + m_fWidth / 2 << " " << rcRect.bottom << " m\n";
86 sCaret << rcRect.left + m_fWidth / 2 << " " << rcRect.top << " l S\nQ\n";
  /external/skia/debugger/QT/
SkListWidget.cpp 27 QLinearGradient gradientSelected(r.left(),r.top(),r.left(),r.height()+r.top());
77 * x1,y1 act as a margin for the top and left. The target area will not
98 painter->drawText(r.left(), r.top(), r.width(), r.height(),
103 painter->drawText(r.left(), r.top(), r.width(), r.height(),
109 painter->drawText(r.left(), r.top(), r.width(), r.height(),
  /external/skia/gm/
patch.cpp 31 SkPoint left[SkPatchUtils::kNumPtsCubic]; local
32 SkPatchUtils::getLeftCubic(cubics, left);
42 canvas->drawPoints(SkCanvas::kLines_PointMode, 4, left, paint);
46 canvas->drawPoints(SkCanvas::kLines_PointMode, 2, left + 1, paint);
61 canvas->drawPoints(SkCanvas::kPoints_PointMode, 2, left + 1, paint);
70 // The order of the colors and points is clockwise starting at upper-left corner.
78 //left points
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/
ActivityFlinger.java 49 public ActivityTransition(Class<? extends Activity> left, Class<? extends Activity> right) {
50 mLeft = left;
69 Class<? extends Activity> left = null; typedefs
83 mActivityTransitions.put(current, new ActivityTransition(left, right));
84 left = current;
  /external/webp/src/dec/
tree.c 285 uint8_t* const left = dec->intra_l_; local
308 memset(left, ymode, 4 * sizeof(*left));
313 int ymode = left[y];
340 left[y] = ymode;
  /external/webrtc/webrtc/modules/desktop_capture/
cropping_window_capturer_win.cc 94 DesktopRect::MakeLTRB(enumerated_rect.left,
159 selected_window_rect.left,
177 DesktopRect::MakeLTRB(region_rect.left,
181 rgn_rect.Translate(context.selected_window_rect.left(),
203 // Convert |window_rect| to be relative to the top-left of the virtual screen.
206 window_rect.Translate(-screen_rect.left(), -screen_rect.top());
desktop_geometry.h 90 static DesktopRect MakeLTRB(int32_t left, int32_t top,
92 return DesktopRect(left, top, right, bottom);
101 int32_t left() const { return left_; } function in class:webrtc::DesktopRect
132 DesktopRect(int32_t left, int32_t top, int32_t right, int32_t bottom)
133 : left_(left), top_(top), right_(right), bottom_(bottom) {
  /external/wpa_supplicant_8/src/eap_server/
eap_server_psk.c 219 size_t left, buflen; local
229 &left);
230 if (cpos == NULL || left < sizeof(*resp)) {
236 left -= sizeof(*resp);
239 data->id_p = os_malloc(left);
245 os_memcpy(data->id_p, cpos, left);
246 data->id_p_len = left;
335 size_t left; local
343 pos = eap_hdr_validate(EAP_VENDOR_IETF, EAP_TYPE_PSK, respData, &left);
344 if (pos == NULL || left < sizeof(*resp))
    [all...]
  /frameworks/av/media/libstagefright/
SampleTable.cpp 608 uint32_t left = 0; local
610 while (left < right_plus_one) {
611 uint32_t center = left + (right_plus_one - left) / 2;
618 left = center + 1;
625 uint32_t closestIndex = left;
690 uint32_t left = 0; local
692 while (left < right_plus_one) {
693 uint32_t center = left + (right_plus_one - left) / 2
    [all...]
  /frameworks/av/services/audioflinger/
AudioResamplerCubic.cpp 31 memset(&left, 0, sizeof(state));
82 out[outputIndex++] += vl * interp(&left, x);
108 advance(&left, in[inputIndex*2]);
150 sample = interp(&left, x);
176 advance(&left, in[inputIndex]);
  /frameworks/base/core/java/android/view/animation/
Transformation.java 128 setClipRect(mClipRect.left + bounds.left, mClipRect.top + bounds.top,
147 setClipRect(mClipRect.left + bounds.left, mClipRect.top + bounds.top,
176 setClipRect(r.left, r.top, r.right, r.bottom);
  /frameworks/base/libs/androidfw/
LocaleData.cpp 132 const uint32_t left = packLocale(requested_language, left_region); local
138 // Find the parents of the request, but stop as soon as we saw left or right
139 const uint32_t left_and_right[] = {left, right};
144 if (left_right_index == 0) { // We saw left earlier
151 // If we are here, neither left nor right are an ancestor of the
156 left, requested_script, request_ancestors, ancestor_count);
163 // If we are here, left and right are equidistant from the request. We will
165 const bool left_is_representative = isRepresentative(left, requested_script);
175 return (int64_t) right - (int64_t) left;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
SignalTileView.java 93 int left, right; local
96 left = right - indicator.getMeasuredWidth();
98 left = mIconFrame.getRight();
99 right = left + indicator.getMeasuredWidth();
102 left,

Completed in 955 milliseconds

<<21222324252627282930>>