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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/com/android/internal/widget/
ScrollbarHelper.java 31 View startChild, View endChild, RecyclerView.LayoutManager lm,
33 if (lm.getChildCount() == 0 || state.getItemCount() == 0 || startChild == null
37 final int minPosition = Math.min(lm.getPosition(startChild),
38 lm.getPosition(endChild));
39 final int maxPosition = Math.max(lm.getPosition(startChild),
40 lm.getPosition(endChild));
49 final int itemRange = Math.abs(lm.getPosition(startChild)
50 - lm.getPosition(endChild)) + 1;
62 View startChild, View endChild, RecyclerView.LayoutManager lm,
64 if (lm.getChildCount() == 0 || state.getItemCount() == 0 || startChild == nul
    [all...]
  /frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
ScrollbarHelper.java 30 View startChild, View endChild, RecyclerView.LayoutManager lm,
32 if (lm.getChildCount() == 0 || state.getItemCount() == 0 || startChild == null
36 final int minPosition = Math.min(lm.getPosition(startChild),
37 lm.getPosition(endChild));
38 final int maxPosition = Math.max(lm.getPosition(startChild),
39 lm.getPosition(endChild));
48 final int itemRange = Math.abs(lm.getPosition(startChild)
49 - lm.getPosition(endChild)) + 1;
61 View startChild, View endChild, RecyclerView.LayoutManager lm,
63 if (lm.getChildCount() == 0 || state.getItemCount() == 0 || startChild == nul
    [all...]
  /prebuilts/go/darwin-x86/misc/cgo/test/issue8756/
issue8756.go 4 #cgo LDFLAGS: -lm
  /prebuilts/go/linux-x86/misc/cgo/test/issue8756/
issue8756.go 4 #cgo LDFLAGS: -lm
  /bionic/libc/kernel/uapi/asm-x86/asm/
ldt.h 35 unsigned int lm : 1; member in struct:user_desc
  /external/kernel-headers/original/uapi/asm-x86/asm/
ldt.h 36 * the kernel must act as though lm == 0, regardless of the
39 unsigned int lm:1; member in struct:user_desc
  /external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
Makefile 28 LDLIBS += -lm -lcontrollers -lltp
  /external/ltp/testcases/kernel/controllers/cpuset/cpuset_load_balance_test/
Makefile 28 LDLIBS += -lm
  /external/ltp/testcases/kernel/controllers/memcg/functional/
Makefile 29 LDLIBS += -lm
  /external/ltp/testcases/kernel/fs/ext4-new-features/ext4-inode-version/
Makefile 22 LDLIBS += -lm
  /external/ltp/testcases/kernel/fs/ext4-new-features/ext4-nsec-timestamps/
Makefile 22 LDLIBS += -lm
  /external/ltp/testcases/kernel/fs/ext4-new-features/ext4-online-defrag/
Makefile 22 LDLIBS += -lm
  /external/ltp/testcases/kernel/fs/ext4-new-features/ext4-subdir-limit/
Makefile 22 LDLIBS += -lm
  /external/ltp/testcases/kernel/mem/mtest07/
Makefile 27 LDLIBS += -lm -lpthread
  /external/ltp/testcases/misc/f00f/
Makefile 27 LDLIBS += -lm
  /external/ltp/testcases/misc/math/abs/
Makefile 23 LDLIBS += -lm
  /external/ltp/testcases/misc/math/atof/
Makefile 23 LDLIBS += -lm
  /external/ltp/testcases/misc/math/float/bessel/
Makefile 29 LDLIBS += -lm
  /external/ltp/testcases/misc/math/float/exp_log/
Makefile 29 LDLIBS += -lm
  /external/ltp/testcases/misc/math/float/power/
Makefile 29 LDLIBS += -lm
  /external/ltp/testcases/misc/math/fptests/
Makefile 27 LDLIBS += -lm
  /external/ltp/testcases/misc/math/nextafter/
Makefile 23 LDLIBS += -lm
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
ldt.h 31 unsigned int lm:1; member in struct:user_desc
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
ldt.h 31 unsigned int lm:1; member in struct:user_desc
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue8756.go 4 #cgo LDFLAGS: -lm

Completed in 585 milliseconds

1 2 3 4 5 6 7 8 91011>>