/frameworks/base/core/java/android/text/ |
Layout.java | 700 int high = getLineCount(), low = -1, guess; local 703 guess = (high + low) / 2; 705 if (getLineTop(guess) > vertical) 706 high = guess; 708 low = guess; 723 int high = getLineCount(), low = -1, guess; local 726 guess = (high + low) / 2; 728 if (getLineStart(guess) > offset) 729 high = guess; 731 low = guess; 763 int high = there - 1 + 1, low = here + 1 - 1, guess; local [all...] |
/external/v8/src/ |
scopes.cc | 544 // because the variable is just a guess (and may be shadowed by 553 // found is just a guess. 554 bool guess = scope_calls_eval_; local 584 // variable we may have found is just a guess. 586 guess = true; 600 // If the variable we have found is just a guess, invalidate the 603 if (guess) { [all...] |
/prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/libexec/gcc/arm-eabi/4.2.1/install-tools/ |
fixinc.sh | 74 # If not from the Makefile, then try config.guess 77 if test -x ./config.guess ; then 78 target_canonical="`config.guess`" ; fi
|
/prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/man/man1/ |
arm-eabi-windres.1 | 168 guess based on the file name, or, for the input file, the file contents. 215 guess, as described above. 224 \&\fBwindres\fR will guess, as described above.
|
/prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/libexec/gcc/arm-eabi/4.3.1/install-tools/ |
fixinc.sh | 74 # If not from the Makefile, then try config.guess 77 if test -x ./config.guess ; then 78 target_canonical="`config.guess`" ; fi
|
/prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/man/man1/ |
arm-eabi-windres.1 | 169 guess based on the file name, or, for the input file, the file contents. 216 guess, as described above. 225 \&\fBwindres\fR will guess, as described above.
|
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/libexec/gcc/arm-eabi/4.4.0/install-tools/ |
fixinc.sh | 72 # If not from the Makefile, then try config.guess 75 if test -x ./config.guess ; then 76 target_canonical="`config.guess`" ; fi
|
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/man/man1/ |
arm-eabi-windres.1 | 169 guess based on the file name, or, for the input file, the file contents. 216 guess, as described above. 225 \&\fBwindres\fR will guess, as described above.
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/libexec/gcc/arm-eabi/4.2.1/install-tools/ |
fixinc.sh | 74 # If not from the Makefile, then try config.guess 77 if test -x ./config.guess ; then 78 target_canonical="`config.guess`" ; fi
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/man/man1/ |
arm-eabi-windres.1 | 168 guess based on the file name, or, for the input file, the file contents. 215 guess, as described above. 224 \&\fBwindres\fR will guess, as described above.
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/libexec/gcc/arm-eabi/4.3.1/install-tools/ |
fixinc.sh | 74 # If not from the Makefile, then try config.guess 77 if test -x ./config.guess ; then 78 target_canonical="`config.guess`" ; fi
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/man/man1/ |
arm-eabi-windres.1 | 169 guess based on the file name, or, for the input file, the file contents. 216 guess, as described above. 225 \&\fBwindres\fR will guess, as described above.
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/libexec/gcc/arm-eabi/4.4.0/install-tools/ |
fixinc.sh | 72 # If not from the Makefile, then try config.guess 75 if test -x ./config.guess ; then 76 target_canonical="`config.guess`" ; fi
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/man/man1/ |
arm-eabi-windres.1 | 169 guess based on the file name, or, for the input file, the file contents. 216 guess, as described above. 225 \&\fBwindres\fR will guess, as described above.
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/libexec/gcc/i686-unknown-linux-gnu/4.2.1/install-tools/ |
fixinc.sh | 74 # If not from the Makefile, then try config.guess 77 if test -x ./config.guess ; then 78 target_canonical="`config.guess`" ; fi
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/man/man1/ |
i686-unknown-linux-gnu-windres.1 | 168 guess based on the file name, or, for the input file, the file contents. 215 guess, as described above. 224 \&\fBwindres\fR will guess, as described above.
|
/prebuilt/linux-x86/toolchain/sh-4.3.3/libexec/gcc/sh-linux-gnu/4.3.3/install-tools/ |
fixinc.sh | 74 # If not from the Makefile, then try config.guess 77 if test -x ./config.guess ; then 78 target_canonical="`config.guess`" ; fi
|
/dalvik/dx/src/com/android/dx/util/ |
IntList.java | 422 int guess = values[guessIdx]; local 424 if (value <= guess) {
|
/external/elfutils/ |
INSTALL | 6 The `configure' shell script attempts to guess correct values for 128 a message saying it can not guess the host type, give it the
|
/external/strace/ |
INSTALL | 6 The `configure' shell script attempts to guess correct values for 128 a message saying it can not guess the host type, give it the
|
/frameworks/base/docs/html/guide/topics/views/ |
ui-xml.jd | 18 <p>In general, the XML vocabulary for declaring UI elements closely follows the structure and naming of the framework's UI-related classes and methods, where element names correspond to class names and attribute names correspond to methods. In fact, the correspondence is often so direct that you can guess what XML attribute corresponds to a class method, or guess what class corresponds to a given xml element. </p>
|
/system/core/libacc/tests/ |
armreg.h | 119 #define CPU_ID_ARM700 0x41007000 /* XXX This is a guess. */ 121 #define CPU_ID_ARM7500 0x41027100 /* XXX This is a guess. */
|
/system/core/libpixelflinger/codeflinger/ |
armreg.h | 119 #define CPU_ID_ARM700 0x41007000 /* XXX This is a guess. */ 121 #define CPU_ID_ARM7500 0x41027100 /* XXX This is a guess. */
|
/bionic/libc/arch-arm/include/machine/ |
cpu-features.h | 45 * so try to guess it.
|
/bootable/bootloader/legacy/arch_msm7k/ |
clock.c | 203 1, 1, 1, 1, 1, 1, 1, 32 /* guess */
|