HomeSort by relevance Sort by last modified time
    Searched full:half (Results 101 - 125 of 1531) sorted by null

1 2 3 45 6 7 8 91011>>

  /packages/apps/Phone/res/color/
dialer_button_text.xml 19 <!-- Half-way between #FFF and #000 -->
  /frameworks/ex/variablespeed/jni/
sola_time_scaler.cc 120 // Limit the overlap to half the window size, and round up to an odd number.
121 // Half of overlap window (rounded down) is also a useful number.
134 // (+/- half the overlap size).
140 // frame correlation over the range of target merge point +/- half overlap,
141 // even when the previous merge point was adjusted backwards a half overlap.
266 // minus half an overlap window (ie, the starting point for correlation).
337 // minus half an overlap window. The target merge point is always
  /dalvik/dexgen/src/com/android/dexgen/util/
ByteArrayAnnotatedOutput.java 211 int half = (int) value; local
212 data[writeAt] = (byte) half;
213 data[writeAt + 1] = (byte) (half >> 8);
214 data[writeAt + 2] = (byte) (half >> 16);
215 data[writeAt + 3] = (byte) (half >> 24);
217 half = (int) (value >> 32);
218 data[writeAt + 4] = (byte) half;
219 data[writeAt + 5] = (byte) (half >> 8);
220 data[writeAt + 6] = (byte) (half >> 16);
221 data[writeAt + 7] = (byte) (half >> 24)
    [all...]
  /dalvik/dx/src/com/android/dx/util/
ByteArrayAnnotatedOutput.java 220 int half = (int) value; local
221 data[writeAt] = (byte) half;
222 data[writeAt + 1] = (byte) (half >> 8);
223 data[writeAt + 2] = (byte) (half >> 16);
224 data[writeAt + 3] = (byte) (half >> 24);
226 half = (int) (value >> 32);
227 data[writeAt + 4] = (byte) half;
228 data[writeAt + 5] = (byte) (half >> 8);
229 data[writeAt + 6] = (byte) (half >> 16);
230 data[writeAt + 7] = (byte) (half >> 24)
    [all...]
  /system/media/wilhelm/tests/sandbox/
intbufq.c 66 frame_t half[HALF_FRAMES]; variable
165 half[i].left = sine[i].left;
166 half[i].right = sawtooth[i].right / 2;
197 buffer = half;
198 size = sizeof(half);
  /external/bluetooth/glib/glib/
gunidecomp.c 179 int half = (start + end) / 2; local
180 if (ch == decomp_table[half].ch)
186 offset = decomp_table[half].compat_offset;
188 offset = decomp_table[half].canon_offset;
192 offset = decomp_table[half].canon_offset;
199 else if (half == start)
201 else if (ch > decomp_table[half].ch)
202 start = half;
204 end = half;
  /external/webkit/Source/WebCore/rendering/mathml/
RenderMathMLOperator.cpp 222 int half = (m_stretchHeight - gGlyphHeight) / 2; local
223 if (half <= gGlyphHeight) {
225 createGlyph(stretchyCharacters[index].topGlyph, half, gTopGlyphTopAdjust);
231 int remaining = half - gGlyphHeight;
245 // The remaining is the top half minus the middle glyph height.
246 remaining = half - gGlyphHeight;
  /bionic/libm/src/
e_expf.c 25 halF[2] = {0.5,-0.5,},
67 k = invln2*x+halF[xsb];
k_sin.c 52 half = 5.00000000000000000000e-01, /* 0x3FE00000, 0x00000000 */ variable
69 else return x-((z*(half*y-v*r)-y)-v*S1);
  /cts/tools/vm-tests/src/dot/junit/opcodes/const_class/
Test_const_class.java 90 * @title When writing to a register that is one half of a register
91 * pair, but not touching the other half, the old register pair gets broken up, and the
  /cts/tools/vm-tests/src/dot/junit/opcodes/move_result/
Test_move_result.java 75 * @title When writing to a register that is one half of a
76 * register pair, but not touching the other half, the old register pair gets broken
  /cts/tools/vm-tests/src/dot/junit/opcodes/move_result_object/
Test_move_result_object.java 86 * @title When writing to a register that is one half of a
87 * register pair, but not touching the other half, the old register pair gets broken
  /cts/tools/vm-tests/src/dot/junit/opcodes/move_result_wide/
Test_move_result_wide.java 75 * @title When writing to a register that is one half of a
76 * register pair, but not touching the other half, the old register pair gets broken
  /cts/tools/vm-tests/src/dot/junit/opcodes/move_wide_16/
Test_move_wide_16.java 113 * @title When writing to a register that is one half of a
114 * register pair, but not touching the other half, the old register pair gets broken
  /cts/tools/vm-tests/src/dot/junit/opcodes/move_wide_from16/
Test_move_wide_from16.java 106 * @title When writing to a register that is one half of a
107 * register pair, but not touching the other half, the old register pair gets broken
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/const_class/
Test_const_class.java 90 * @title When writing to a register that is one half of a register
91 * pair, but not touching the other half, the old register pair gets broken up, and the
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_result/
Test_move_result.java 75 * @title When writing to a register that is one half of a
76 * register pair, but not touching the other half, the old register pair gets broken
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_result_object/
Test_move_result_object.java 86 * @title When writing to a register that is one half of a
87 * register pair, but not touching the other half, the old register pair gets broken
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_result_wide/
Test_move_result_wide.java 75 * @title When writing to a register that is one half of a
76 * register pair, but not touching the other half, the old register pair gets broken
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_wide_16/
Test_move_wide_16.java 113 * @title When writing to a register that is one half of a
114 * register pair, but not touching the other half, the old register pair gets broken
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_wide_from16/
Test_move_wide_from16.java 106 * @title When writing to a register that is one half of a
107 * register pair, but not touching the other half, the old register pair gets broken
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
StdConstantPool.java 116 * Overwriting the second half of a category-2 entry nulls out
117 * the first half.
  /dalvik/dx/src/com/android/dx/rop/cst/
StdConstantPool.java 116 * Overwriting the second half of a category-2 entry nulls out
117 * the first half.
  /external/chromium/chrome/browser/ui/gtk/
tab_contents_container_gtk.h 104 // was horizontally split with the top half displaying the current TabContents
105 // and bottom half displaying the loading page.
  /external/chromium/chrome/browser/ui/views/
detachable_toolbar_view.cc 98 // Draw the upper half of the divider.
110 // Draw the lower half of the divider.

Completed in 910 milliseconds

1 2 3 45 6 7 8 91011>>