HomeSort by relevance Sort by last modified time
    Searched refs:need (Results 151 - 175 of 229) sorted by null

1 2 3 4 5 67 8 910

  /build/core/
envsetup.mk 15 # or buildspec.mk need to be updated, increment this number, and
40 # variables that we need in order to locate the output files.
java.mk 99 # full_classes_jar and built_dex are cleared below, and re-set if we really need them.
116 # TODO: It looks like the only thing we need from base_rules is
  /external/e2fsprogs/misc/
mke2fs.c 309 * Figure out how many digits we need
672 int need, col_left; local
723 need = int_log10(group_block) + 2;
724 if (need > col_left) {
728 col_left -= need;
1316 "and in use. You may need to reboot\n\t"
    [all...]
  /external/libffi/src/sparc/
v8.S 120 ! we need to align them on a 8-byte boundary.
  /ndk/build/core/
init.mk 159 # If we are on Windows, we need to check that we are not running
178 # Verify that the 'awk' tool has the features we need.
setup-toolchain.mk 146 # we need to parse the Android.mk for our selected C++ runtime and
  /external/grub/docs/
texinfo.tex 52 % Sometimes one run after texindex suffices, and sometimes you need more
731 % @need space-in-mils
737 %\parseargdef\need{\par %
745 \parseargdef\need{%
750 % If the @need value is less than one line space, it's useless.
819 % if you have multiple lines of stuff to put here, you'll need to
    [all...]
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
BatteryHistoryChart.java 326 int need = style & ~typefaceStyle; local
327 mTextPaint.setFakeBoldText((need & Typeface.BOLD) != 0);
328 mTextPaint.setTextSkewX((need & Typeface.ITALIC) != 0 ? -0.25f : 0);
  /external/bison/data/
glr.cc 32 # object, yyparser. The C routines need to carry yyparser
  /external/libffi/src/pa/
hpux32.S 84 stw %arg3, -48(%r3) ; save flags we need it later
104 we need to give it a place to put the result. */
110 /* Prepare to store the result; we need to recover flags and rvalue. */
  /frameworks/base/core/java/android/text/
Layout.java 77 float need = 0; local
91 if (w > need)
92 need = w;
97 return need;
501 * characters that need to be handled specially, like tabs
    [all...]
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
SSLServerSocketTest.java 102 public void setNeedClientAuth(boolean need) {
423 * @tests javax.net.ssl.SSLServerSocket#setNeedClientAuth(boolean need)
  /dalvik/vm/
Dvm.mk 257 # need this for clock_gettime() in profiling
  /external/libvpx/vp8/common/arm/neon/
loopfilterhorizontaledge_uv_neon.asm 120 ;vld1.u8 {q4}, [r12]! ;no need 7 any more
loopfilterhorizontaledge_y_neon.asm 107 ;vld1.u8 {q4}, [r12]! ;no need 7 any more
  /external/skia/
Android.mk 12 # need a flag to tell the C side when we're on devices with large memory
  /external/tremolo/Tremolo/
bitwiseARM.s 133 @ We had overrun when we started, so we need to skip -r10 bits.
373 @ We had overrun when we started, so we need to skip -r10 bits.
  /external/v8/test/mjsunit/
array-splice.js 211 // we add while converting, so we need corrective pushes.
unicode-test.js     [all...]
  /libcore/
JavaLibrary.mk 235 # some trickery involved: we need to include some classes
  /external/icu4c/i18n/
decNumber.c 220 /* of 17 [we only need up to **4] */
500 Unit resbuff[SD2U(DECBUFFER+9)];/* local buffer in case need temporary */
4040 Int need=D2U(maxdigits)+1; local
6238 Int accunits, need; \/* units in use or needed for acc *\/ local
    [all...]
  /bionic/libc/
Android.mk 364 # These files need to be arm so that gdbserver
533 # ARM and x86 need crtbegin_so/crtend_so.
  /dalvik/vm/compiler/template/out/
CompilerTemplateAsm-armv5te.S 591 mov r9, r0 @ Save copies - we may need to redo
651 mov r9, r0 @ Save copies - we may need to redo
    [all...]
  /dalvik/vm/mterp/x86/
footer.S 266 * Do we need the thread to be suspended or have debugger/profiling activity?
277 * TODO: Basic-block style Jit will need a hook here as well. Fold it into
302 * common_periodicChecks is on the top of stack. We need to preserve
308 EXPORT_PC() # need for precise GC
322 * Need to check to see if debugger or profiler flags got set
  /external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php 453 # We need to do this before the next, more liberal match, because the next
576 # We need to escape raw HTML in Markdown source before doing anything
577 # else. This need to be done for each block, and not only at the
    [all...]

Completed in 1940 milliseconds

1 2 3 4 5 67 8 910