HomeSort by relevance Sort by last modified time
    Searched full:middle (Results 76 - 100 of 1124) sorted by null

1 2 34 5 6 7 8 91011>>

  /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);
  /external/bison/lib/
getopt.c 158 int middle = d->__last_nonopt;
189 while (top > middle && middle > bottom)
191 if (top - middle > middle - bottom)
194 int len = middle - bottom;
201 argv[bottom + i] = argv[top - (middle - bottom) + i];
202 argv[top - (middle - bottom) + i] = tem;
203 SWAP_FLAGS (bottom + i, top - (middle - bottom) + i);
211 int len = top - middle;
155 int middle = d->__last_nonopt; local
    [all...]
  /external/grub/lib/
getopt.c 315 int middle = last_nonopt;
346 while (top > middle && middle > bottom)
348 if (top - middle > middle - bottom)
351 int len = middle - bottom;
358 argv[bottom + i] = argv[top - (middle - bottom) + i];
359 argv[top - (middle - bottom) + i] = tem;
360 SWAP_FLAGS (bottom + i, top - (middle - bottom) + i);
368 int len = top - middle;
312 int middle = last_nonopt; local
    [all...]
  /external/bison/src/
lalr.c 148 goto_number middle; local
157 middle = (low + high) / 2;
158 s = from_state[middle];
160 return middle;
162 low = middle + 1;
164 high = middle - 1;
  /external/webkit/WebCore/css/
CSSValueKeywords.in 195 middle
202 # HTML alignment MIDDLE has no corresponding CSS alignment
203 -webkit-baseline-middle
  /libcore/luni/src/main/java/java/text/
CollationElementIterator.java 83 * {@code setOffset(offset)} sets the index in the middle of a contraction,
174 * If the decomposition mode is on, and offset is in the middle of a
177 * that the offset is not in the middle of a decomposable range.
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/experiments/
GainLinearityExperiment.java 69 // We specify the middle stimulus (LEVELS / 2) as the "reference":
  /development/samples/ApiDemos/res/layout/
baseline_nested_1.xml 29 <!-- We want the middle textview of this vertical linear layout to
baseline_nested_2.xml 29 <!-- We want the middle textview of this vertical linear layout to
  /development/samples/ApiDemos/src/com/example/android/apis/view/
InternalSelectionFocus.java 60 final InternalSelectionView middleColumn = new InternalSelectionView(this, 5, "middle column");
  /external/chromium/net/ftp/
ftp_ctrl_response_buffer.h 85 // True if we are in the middle of parsing a multi-line response.
  /external/chromium/net/proxy/
proxy_resolver_script.h 243 " var middle = argc >> 1;\n" \
246 " date2.setHours(arguments[middle]);\n" \
247 " date2.setMinutes(arguments[middle + 1]);\n" \
248 " if (middle == 2) {\n" \
  /external/chromium/sdch/open-vcdiff/packages/
rpm.sh 71 # We want to get not only the main package but devel etc, hence the middle *
  /external/qemu/hw/
msmouse.c 51 of previous state of the middle button. This can potentially confuse
goldfish_timer.c 42 qemu_put_be64(f, s->now); /* in case the kernel is in the middle of a timer read */
137 /* we save the RTC for the case where the kernel is in the middle of a rtc_read
  /external/tinyxml/docs/
hierarchy.html 26 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
  /external/webkit/WebCore/html/
HTMLParagraphElement.cpp 60 if (equalIgnoringCase(attr->value(), "middle") || equalIgnoringCase(attr->value(), "center"))
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
AdjacentVerticalRectLists.java 80 mMiddleColumn = new InternalSelectionView(this, 5, "middle column");
  /frameworks/base/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_Tables.h 39 /* Coefficient table for the middle filter */
  /packages/apps/Launcher2/res/xml/
default_workspace.xml 30 <!-- Middle screen [2] -->
  /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/chromium/third_party/icu/source/i18n/
bocsu.c 113 * into the middle of such a block.
116 * area into the middle of that area.
  /external/icu4c/i18n/
bocsu.c 113 * into the middle of such a block.
116 * area into the middle of that area.
  /external/webkit/WebKitTools/iExploder/htdocs/
cssvalues.in 13 -webkit-baseline-middle
192 middle
  /frameworks/base/graphics/java/android/graphics/
NinePatch.java 23 * and the middle is scaled in both axes. Normally, the middle is

Completed in 2815 milliseconds

1 2 34 5 6 7 8 91011>>