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

12 3 4

  /external/icu4c/common/
triedict.cpp 508 // go on to the next node. Note that a word cannot end in the middle
517 int middle; local
520 middle = (high+low)/2;
521 if (uc == hnode->entries[middle].ch) {
523 node = getCompactNode(fData, hnode->entries[middle].equal);
529 else if (uc < hnode->entries[middle].ch) {
530 high = middle-1;
533 low = middle+1;
1193 int middle = (low+high)\/2; local
    [all...]
normalizer2impl.cpp     [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
partition.h 374 // Swap pivot back to middle.
413 * @param middle Sort until this position.
419 RandomAccessIterator middle,
422 parallel_nth_element(begin, middle, end, comp);
423 std::sort(begin, middle, comp);
algo.h 1691 difference_type middle = __gnu_parallel:: local
    [all...]
  /sdk/emulator/qtools/
trace_reader.h 1047 int middle = (high + low) \/ 2; local
1071 int middle = (high + low) \/ 2; local
1096 int middle = (high + low) \/ 2; local
    [all...]
  /external/guava/src/com/google/common/collect/
ImmutableSortedMap.java 417 int middle = lower + (upper - lower) / 2; local
419 comparator, key, entries[middle].getKey());
421 upper = middle - 1;
423 lower = middle + 1;
425 return middle;
  /external/webkit/WebCore/inspector/front-end/
ResourcesPanel.js 791 var middle = ((resource.responseReceivedTime - this.minimumBoundary) / this.boundarySpan) * 100;
793 var middle = (this.startAtZero ? start : 100);
798 var end = (this.startAtZero ? middle : 100);
802 middle -= start;
806 return {start: start, middle: middle, end: end};
    [all...]
inspector.css 143 vertical-align: middle;
166 vertical-align: middle;
581 vertical-align: middle;
924 vertical-align: middle;
929 vertical-align: middle;
    [all...]
audits.css 261 vertical-align: middle;
  /external/chromium/third_party/icu/source/common/
triedict.cpp 659 int middle; local
661 middle = (high+low)/2;
662 if (uc == entries[middle].ch) {
663 return middle;
665 else if (uc < entries[middle].ch) {
666 high = middle-1;
669 low = middle+1;
741 // go on to the next node. Note that a word cannot end in the middle
1681 int middle = (low+high)\/2; local
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
tzfmttst.cpp 369 UBool middle = TRUE; local
440 if (middle) {
441 // Test the date in the middle of two transitions.
443 middle = FALSE;
  /external/libxml2/
parserInternals.c 725 * splitting a character in the middle. In that case do not raise
838 * splitting a character in the middle. In that case do not raise
1886 unsigned long upper, lower, middle; local
    [all...]
  /external/webkit/WebCore/css/
html.css 178 vertical-align: middle;
184 vertical-align: middle;
190 vertical-align: middle;
196 vertical-align: middle;
wml.css 67 vertical-align: middle;
  /libcore/luni/src/main/java/java/util/
DualPivotQuicksort.java 1613 int middle = (low + high) >>> 1; local
1986 int middle = (low + high) >>> 1; local
    [all...]
  /external/icu4c/test/intltest/
tzfmttst.cpp 351 UBool middle = TRUE; local
416 if (middle) {
417 // Test the date in the middle of two transitions.
419 middle = FALSE;
  /cts/tools/host/src/res/
cts_result.css 41 vertical-align:middle;
  /cts/tools/tradefed-host/res/result/
cts_result.css 41 vertical-align:middle;
  /external/freetype/src/base/
ftstroke.c 988 FT_Vector middle, delta; local
992 /* compute middle point */
993 FT_Vector_From_Polar( &middle,
996 middle.x += stroker->center.x;
997 middle.y += stroker->center.y;
1005 delta.x += middle.x;
1006 delta.y += middle.y;
1014 delta.x += middle.x;
1015 delta.y += middle.y;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/parts/
DropFeedback.java 401 int middle = isVertical ? p.y : p.x; local
402 if (target < middle) {
444 // horizontal line with middle anchor point
462 // vertical line with middle anchor point
648 // horizontal line with middle anchor point
656 // vertical line with middle anchor point
  /system/extras/ext4_utils/
allocate.c 587 struct region *middle = do_split_allocation(alloc, len); local
589 return middle;
  /external/chromium/third_party/icu/source/tools/toolutil/
package.cpp 904 const char *name, *middle, *treeSep; local
923 middle=name+findPrefixLength;
932 treeSep=strchr(middle, U_TREE_ENTRY_SEP_CHAR);
933 if(treeSep!=NULL && (treeSep-middle)<middleLength) {
934 // the middle (matching the * wildcard) contains a tree separator /
    [all...]
  /external/icu4c/tools/toolutil/
package.cpp 909 const char *name, *middle, *treeSep; local
928 middle=name+findPrefixLength;
937 treeSep=strchr(middle, U_TREE_ENTRY_SEP_CHAR);
938 if(treeSep!=NULL && (treeSep-middle)<middleLength) {
939 // the middle (matching the * wildcard) contains a tree separator /
    [all...]
  /external/freetype/src/smooth/
ftgrays.c 1806 TPos bottom, top, middle; local
    [all...]
  /build/tools/droiddoc/templates/assets/
android-developer-core.css 55 vertical-align:middle;
314 vertical-align:middle;
617 vertical-align:middle;

Completed in 1617 milliseconds

12 3 4