HomeSort by relevance Sort by last modified time
    Searched refs:below (Results 1 - 25 of 93) sorted by null

1 2 3 4

  /prebuilt/android-arm/gdbserver/
Android.mk 13 # Any prebuilt files with default TAGS can use the below:
  /system/bluetooth/data/
blacklist.conf 2 // the modules that use this file (listed below):
auto_pairing.conf 6 // The following companies are included in the list below:
  /build/tools/droiddoc/templates/
sample.cs 19 <p>The file containing the source code shown below is located in the corresponding directory in <code>&lt;sdk&gt;/platforms/android-&lt;version&gt;/samples/...</code></p>
  /dalvik/vm/mterp/armv4t/
OP_AGET_WIDE.S 19 bcc .L${opcode}_finish @ okay, continue below
OP_APUT_WIDE.S 18 bcc .L${opcode}_finish @ okay, continue below
  /dalvik/vm/mterp/armv5te/
OP_AGET_WIDE.S 19 bcc .L${opcode}_finish @ okay, continue below
OP_APUT_WIDE.S 20 bcc .L${opcode}_finish @ okay, continue below
  /external/stlport/stlport/stl/config/
_bc.h 7 # error - Borland compilers below version 5.5.1 not supported.
_evc.h 33 # error No support for Windows CE below 3.0!
  /external/skia/src/views/
SkWidget.cpp 47 SkScalar above, below;
48 (void)paint.measureText(NULL, 0, &above, &below);
49 SkScalar height = below - above;
  /dalvik/dx/etc/
dx.bat 46 REM by using a "-JXmx..." option (see below).
49 REM capture all arguments to process them below
  /external/gtest/src/
Android.mk 26 # TODO: The targets below have some redundancy. Check if we cannot
  /external/opencore/tools_v2/build/make/
basic_defs.mk 8 # The definitions below give the basic definition of a space
  /external/v8/test/mjsunit/
negate.js 48 // The test below depends on the correct evaluation order, which is not
  /frameworks/base/core/java/android/text/
StaticLayout.java     [all...]
  /frameworks/base/core/java/android/widget/
AutoCompleteTextView.java 433 * The drop-down will occupy the entire screen below {@link #getDropDownAnchor} regardless
669 final boolean below = !mPopup.isAboveAnchor();
685 if ((below && keyCode == KeyEvent.KEYCODE_DPAD_UP && curIndex <= firstItem) ||
686 (!below && keyCode == KeyEvent.KEYCODE_DPAD_DOWN && curIndex >= lastItem)) {
723 if (below && keyCode == KeyEvent.KEYCODE_DPAD_DOWN) {
729 } else if (!below && keyCode == KeyEvent.KEYCODE_DPAD_UP &&
    [all...]
  /external/v8/test/cctest/
test-disasm-ia32.cc 285 __ j(below, &Ljcc);
304 __ j(below, &Ljcc);
387 __ cmov(below, eax, Operand(eax, 2));
  /external/srec/config/en.us/
Android.mk 66 # Those without explicit rules are subject to the rule below
  /external/v8/src/ia32/
assembler-ia32.h 120 below = 2, enumerator in enum:v8::internal::Condition
136 carry = below,
154 case below:
157 return below;
  /external/webkit/WebKitTools/Scripts/webkitpy/
autoinstall.py 47 try the bootstrap loader. See below.
177 below the root level of the zip file.
  /external/v8/src/x64/
builtins-x64.cc 232 __ j(below, &convert_to_object);
388 __ j(below, &call_to_object);
556 __ j(below, &loop);
566 // below for when that is not the case). If the parameter fill_with_holes is
592 // keeps the code below free of special casing for the empty array.
674 __ j(below, &loop);
    [all...]
ic-x64.cc 271 __ j(below, &slow);
669 __ j(below, &slow);
686 __ j(below, &fast);
    [all...]
  /dalvik/libcore/
NativeCode.mk 31 # sub.mk. See, the "error" directives immediately below.
  /external/bison/doc/
refcard.tex 6 % This file can be printed with 1 or 2 columns per page (see below).
129 % make \bye not \outer so that the \def\bye in the \else clause below
159 % two lines below commented out in Yet Another Attempt to eliminate
282 %%%%% Prime definition of key; redefined below to prevent overful hboxes

Completed in 428 milliseconds

1 2 3 4