HomeSort by relevance Sort by last modified time
    Searched defs:middle (Results 26 - 50 of 163) sorted by null

12 3 4 5 6 7

  /ndk/sources/host-tools/sed-4.2.1/lib/
getopt.c 153 int middle = d->__last_nonopt;
184 while (top > middle && middle > bottom)
186 if (top - middle > middle - bottom)
189 int len = middle - bottom;
196 argv[bottom + i] = argv[top - (middle - bottom) + i];
197 argv[top - (middle - bottom) + i] = tem;
198 SWAP_FLAGS (bottom + i, top - (middle - bottom) + i);
206 int len = top - middle;
150 int middle = d->__last_nonopt; local
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/util/
NameConverter.java 174 * Parses phonetic name and returns parsed data (family, middle, given) as ContentValues.
188 String middle = null; local
203 middle = strings[1];
213 item.setPhoneticMiddleName(middle);
221 public static String buildPhoneticName(String family, String middle, String given) {
222 if (!TextUtils.isEmpty(family) || !TextUtils.isEmpty(middle)
228 if (!TextUtils.isEmpty(middle)) {
229 sb.append(middle.trim()).append(' ');
  /packages/apps/Mms/src/com/android/mms/ui/
QuickContactDivot.java 135 final int middle = right / 2; local
160 (int)(middle - halfWidth),
162 (int)(middle + halfWidth),
  /external/bison/lib/
getopt.c 150 int middle = d->__last_nonopt;
181 while (top > middle && middle > bottom)
183 if (top - middle > middle - bottom)
186 int len = middle - bottom;
193 argv[bottom + i] = argv[top - (middle - bottom) + i];
194 argv[top - (middle - bottom) + i] = tem;
195 SWAP_FLAGS (bottom + i, top - (middle - bottom) + i);
203 int len = top - middle;
147 int middle = d->__last_nonopt; local
    [all...]
  /external/bison/src/
lalr.c 137 goto_number middle; local
146 middle = (low + high) / 2;
147 s = from_state[middle];
149 return middle;
151 low = middle + 1;
153 high = middle - 1;
  /external/chromium_org/chrome/browser/chromeos/ui/
accessibility_focus_ring_controller.cc 26 // bounding box. Used in the middle of an algorithm that groups
158 // and left to right, split them into three shapes covering the top, middle,
182 // | Middle |
195 gfx::Rect* middle,
220 // Whatever's left goes to the middle rect, but if there's no middle or
259 *middle = middle_rect;
269 gfx::Rect middle; local
271 SplitIntoParagraphShape(rects, &top, &middle, &bottom);
274 top, middle, bottom, GetMargin())
    [all...]
  /external/chromium_org/chrome/test/chromedriver/
element_util.cc 148 WebPoint middle = tmp_location; local
149 middle.Offset(region.Width() / 2, region.Height() / 2);
151 frame, web_view, clickable_element_id, middle);
  /external/chromium_org/components/autofill/core/browser/
autofill_profile_unittest.cc 36 // Holds the autofill profile |first|, |middle| and |last| names.
39 const std::string& middle,
41 : first(first), middle(middle), last(last) {}
44 std::string middle; member in struct:autofill::__anon10950::NameParts
78 middle_names->push_back(ASCIIToUTF16(names[i].middle));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
SpatialNavigation.cpp 120 static inline LayoutUnit middle(FocusType type, const LayoutRect& rect) function in namespace:blink
170 LayoutUnit aMiddle = middle(type, a);
171 LayoutUnit bMiddle = middle(type, b);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderThemeChromiumDefault.cpp 345 const int middle = rect.y() + rect.height() / 2; local
348 extraParams.menuList.arrowY = middle;
390 const int middle = rect.y() + rect.height() / 2; local
393 extraParams.menuList.arrowY = middle;
  /external/chromium_org/third_party/icu/source/i18n/
ucol_wgt.cpp 159 WeightRange lower[5], middle, upper[5]; /* [0] and [1] are not used - this simplifies indexing */ local
194 uprv_memset(&middle, 0, sizeof(middle));
203 * middle 1
222 middle.start=incWeightTrail(weight, 1);
235 middle.end=decWeightTrail(weight, 1);
237 /* set the middle range */
238 middle.length=1;
239 if(middle.end>=middle.start)
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
nfsprep.c 153 int left, middle, right,rc; local
159 middle = (left+right)/2;
160 rc=strncmp(sortedArr[middle],target, targetLen);
163 left = middle+1;
165 right = middle -1;
167 return middle;
  /external/chromium_org/third_party/mesa/src/src/glsl/
lower_variable_index_to_cond_assign.cpp 291 unsigned middle = (begin + end) >> 1; local
296 ? new(this->mem_ctx) ir_constant((unsigned)middle)
297 : new(this->mem_ctx) ir_constant((int)middle);
309 generate(begin, middle, &if_less->then_instructions);
310 generate(middle, end, &if_less->else_instructions);
  /external/chromium_org/ui/views/controls/
slider.cc 214 int middle = std::max(full, images_[LEFT]->width()); local
225 middle - images_[LEFT]->width(),
228 middle,
230 bar_width - middle - images_[RIGHT]->width(),
  /external/chromium_org/v8/test/mjsunit/compiler/
inline-arguments.js 223 function middle(x,y) {
236 if (middleCount == 1) middle(20);
237 if (middleCount == 2) middle(20, 21);
238 if (middleCount == 3) middle(20, 21, 22);
254 %DeoptimizeFunction(middle);
257 %ClearFunctionTypeFeedback(middle);
  /external/icu/icu4c/source/common/
listformatter.cpp 40 const UnicodeString& middle,
44 middlePattern(middle),
193 UnicodeString two, start, middle, end; local
196 getStringByKey(rb, "middle", middle, errorCode);
202 ListFormatInternal* result = new ListFormatInternal(two, start, middle, end);
  /external/icu/icu4c/source/i18n/
collationweights.cpp 242 WeightRange lower[5], middle, upper[5]; /* [0] and [1] are not used - this simplifies indexing */ local
244 uprv_memset(&middle, 0, sizeof(middle));
253 * middle 1
273 middle.start=incWeightTrail(weight, middleLength);
276 // which would yield a middle range starting at 0.
277 middle.start=0xffffffff; // no middle range
291 middle.end=decWeightTrail(weight, middleLength);
293 /* set the middle range *
    [all...]
  /external/icu/icu4c/source/test/cintltst/
nfsprep.c 153 int left, middle, right,rc; local
159 middle = (left+right)/2;
160 rc=strncmp(sortedArr[middle],target, targetLen);
163 left = middle+1;
165 right = middle -1;
167 return middle;
  /external/llvm/utils/TableGen/
CodeGenTarget.cpp 367 unsigned middle = (numBits + 1) / 2; local
368 NewBits[middle] = BI->getBit(middle);
  /external/mesa3d/src/glsl/
lower_variable_index_to_cond_assign.cpp 291 unsigned middle = (begin + end) >> 1; local
296 ? new(this->mem_ctx) ir_constant((unsigned)middle)
297 : new(this->mem_ctx) ir_constant((int)middle);
309 generate(begin, middle, &if_less->then_instructions);
310 generate(middle, end, &if_less->else_instructions);
  /external/opencv/cv/src/
_cvkdtree.hpp 145 __instype *middle = std::partition(first, last - 1, local
148 std::swap(*middle, last[-1]);
150 if (middle < k)
151 median_partition(middle + 1, last, k, dim, ctor);
152 else if (middle > k)
153 median_partition(first, middle, k, dim, ctor);
  /external/owasp/sanitizer/src/tests/org/owasp/html/
HtmlSanitizerTest.java 257 int middle = n * "<div>".length(); local
258 assertEquals(sanitized.substring(0, middle),
260 assertEquals(sanitized.substring(middle),
  /external/zxing/qr_scanner/src/com/google/zxing/client/android/
ViewfinderView.java 110 // Draw a red "laser scanner" line through the middle to show decoding is active
114 int middle = frame.height() / 2 + frame.top; local
115 canvas.drawRect(frame.left + 2, middle - 1, frame.right - 1, middle + 2, paint);
  /libcore/luni/src/main/java/java/util/
DualPivotQuicksort.java 1613 int middle = (low + high) >>> 1; local
1986 int middle = (low + high) >>> 1; local
    [all...]
  /ndk/sources/host-tools/make-3.81/
getopt.c 305 int middle = last_nonopt;
336 while (top > middle && middle > bottom)
338 if (top - middle > middle - bottom)
341 int len = middle - bottom;
348 argv[bottom + i] = argv[top - (middle - bottom) + i];
349 argv[top - (middle - bottom) + i] = tem;
350 SWAP_FLAGS (bottom + i, top - (middle - bottom) + i);
358 int len = top - middle;
303 int middle = last_nonopt; local
    [all...]

Completed in 1983 milliseconds

12 3 4 5 6 7