Searched
full:absolute (Results
476 -
500 of
5188) sorted by null
<<11121314151617181920>>
/frameworks/base/core/tests/coretests/res/layout/ |
remote_view_test_good.xml | 43 <AbsoluteLayout android:id="@+id/absolute"
|
/frameworks/support/v4/java/android/support/v4/view/ |
GravityCompat.java | 98 * absolute LEFT/RIGHT). 190 * <p>Convert script specific gravity to absolute horizontal value.</p> 196 * @param gravity The gravity to convert to absolute (horizontal) values. 198 * @return gravity converted to absolute (horizontal) values.
|
InputDeviceCompat.java | 51 * A {@link android.view.MotionEvent} should be interpreted as absolute coordinates in 77 * The input source is an absolute positioning device not associated with a display 80 * A {@link android.view.MotionEvent} should be interpreted as absolute coordinates in 90 * A {@link android.view.MotionEvent} should be interpreted as absolute joystick movements.
|
/hardware/bsp/intel/peripheral/libupm/src/grove/ |
groverotary.h | 39 * a set of functions to read the absolute pin value, degrees or radians, and another set
|
/hardware/libhardware/modules/input/evdev/ |
InputHub.h | 41 /** Describes an absolute axis. */ 84 /** Returns true if the device has the absolute axis. */ 97 /** Returns information about the absolute axis. */ 99 /** Returns the value of the absolute axis. */
|
/hardware/qcom/display/msm8909/libhwcomposer/ |
Android.mk | 23 LOCAL_CFLAGS := $(common_flags) -DLOG_TAG=\"qdhwcomposer\" -Wno-absolute-value \
|
/libcore/luni/src/main/java/libcore/io/ |
BufferIterator.java | 27 * Seeks to the absolute position {@code offset}, measured in bytes from the start.
|
/ndk/build/core/ |
check-cygwin-make.mk | 32 CYGWIN_MAKE := $(shell cygpath --unix --absolute $(firstword $(MAKE)))
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/ |
timerfd.h | 50 absolute. Optionally return the old expiration time in OTMR. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/ |
timerfd.h | 50 absolute. Optionally return the old expiration time in OTMR. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/ |
timerfd.h | 50 absolute. Optionally return the old expiration time in OTMR. */
|
/prebuilts/go/darwin-x86/src/os/exec/ |
lp_unix.go | 32 // The result may be an absolute path or a path relative to the current directory.
|
/prebuilts/go/darwin-x86/src/path/filepath/ |
symlink.go | 43 // must be absolute path
|
/prebuilts/go/darwin-x86/test/ |
import5.go | 54 import "/foo" // ERROR "import path cannot be absolute path"
|
/prebuilts/go/linux-x86/src/os/exec/ |
lp_unix.go | 32 // The result may be an absolute path or a path relative to the current directory.
|
/prebuilts/go/linux-x86/src/path/filepath/ |
symlink.go | 43 // must be absolute path
|
/prebuilts/go/linux-x86/test/ |
import5.go | 54 import "/foo" // ERROR "import path cannot be absolute path"
|
/system/tools/aidl/ |
io_delegate.h | 37 // Stores an absolute version of |path| to |*absolute_path|,
|
/toolchain/binutils/binutils-2.25/bfd/ |
stab-syms.c | 39 __define_name (N_SETA, "SETA")/* Absolute set element symbol */ \
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/ |
x86-64.s | 115 #absolute 32bit addressing 138 #absolute 32bit addressing 149 #absolute 64bit addressing 167 #absolute signed 32bit addressing
|
/toolchain/binutils/binutils-2.25/gold/testsuite/ |
arm_abs_global.sh | 3 # arm_abs_global.sh -- test ARM absolute relocations against global symbols.
|
/toolchain/binutils/binutils-2.25/include/elf/ |
epiphany.h | 30 /* Absolute address relocations. */
|
/toolchain/binutils/binutils-2.25/include/vms/ |
egsy.h | 31 #define EGSY__V_REL 0x0008 /* Relocatable (vs absolute). */
|
/development/tools/checkstyle/gitlint/ |
git.py | 23 """Returns the root of the repository as an absolute path.""" 56 root: the root of the repository, it has to be an absolute path. 65 assert os.path.isabs(root), "Root has to be absolute, got: %s" % root
|
/device/google/dragon/audio/hal/dsp/ |
drc_math.h | 94 * fpminimax(10^(x/20), [|1,2,3|], [|SG...|], [-0.5;0.5], 1, absolute); 143 * fpminimax(log10(x), 5, [|SG...|], [1/2;sqrt(2)/2], absolute); 167 * fpminimax(sin(x*pi/2), [|1,3,5,7|], [|SG...|], [-1e-30;1], absolute)
|
Completed in 1805 milliseconds
<<11121314151617181920>>