HomeSort by relevance Sort by last modified time
    Searched full:invalid_pointer (Results 1 - 22 of 22) sorted by null

  /development/ndk/sources/android/libportable/arch-mips/
stat.c 28 if (invalid_pointer(s)) {
42 if (invalid_pointer(s)) {
56 if (invalid_pointer(s)) {
70 if (invalid_pointer(s)) {
statfs.c 43 if (invalid_pointer(stat)) {
57 if (invalid_pointer(stat)) {
timer.c 27 if (!invalid_pointer(portable_evp) &&
signal.c 577 if (invalid_pointer(portable_sighandler)) {
583 ALOGE("%s: invalid_pointer(portable_sighandler:%p); Likely about to Trap or Bus Error!",
640 if (invalid_pointer(portable_handler)) {
645 ALOGE("%s: invalid_pointer(portable_handler:%p)!", __func__, portable_handler);
918 if (invalid_pointer((void *)portable_sigset)) {
    [all...]
fcntl.c 319 if (invalid_pointer(flock_portable)) {
352 if (invalid_pointer(flock_portable)) {
socket.c 156 if ((rv != 0) || invalid_pointer(sv)) {
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoTouchListener.java 31 private static final int INVALID_POINTER = -1;
51 private int mA = INVALID_POINTER;
52 private int mB = INVALID_POINTER;
141 if (mB == INVALID_POINTER) {
149 mB = INVALID_POINTER;
156 mB = INVALID_POINTER;
161 if (mA != INVALID_POINTER) {
186 if (mManualImageRotation && mB != INVALID_POINTER) {
200 if (mA != INVALID_POINTER) {
227 mA = INVALID_POINTER;
    [all...]
  /development/ndk/sources/android/libportable/common/include/
portability.h 33 inline static int invalid_pointer(void *p) function
  /frameworks/opt/photoviewer/src/com/android/ex/photo/
PhotoViewPager.java 56 private static final int INVALID_POINTER = -1;
127 mActivePointerId = INVALID_POINTER;
134 if (activePointerId == INVALID_POINTER) {
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
SlidingChallengeLayout.java 97 private int mActivePointerId = INVALID_POINTER;
98 private static final int INVALID_POINTER = -1;
568 if (!mIsBouncing && mActivePointerId == INVALID_POINTER
586 mActivePointerId = INVALID_POINTER;
600 mActivePointerId = INVALID_POINTER;
647 && mActivePointerId == INVALID_POINTER
    [all...]
PagedView.java 161 protected static final int INVALID_POINTER = -1;
163 protected int mActivePointerId = INVALID_POINTER;
    [all...]
  /frameworks/base/core/java/android/widget/
StackView.java 108 private static final int INVALID_POINTER = -1;
190 mActivePointerId = INVALID_POINTER;
617 if (mActivePointerId == INVALID_POINTER) {
626 if (pointerIndex == INVALID_POINTER) {
643 mActivePointerId = INVALID_POINTER;
708 if (pointerIndex == INVALID_POINTER) {
752 mActivePointerId = INVALID_POINTER;
    [all...]
HorizontalScrollView.java 128 private int mActivePointerId = INVALID_POINTER;
134 private static final int INVALID_POINTER = -1;
455 if (activePointerId == INVALID_POINTER) {
510 mActivePointerId = INVALID_POINTER;
642 mActivePointerId = INVALID_POINTER;
657 mActivePointerId = INVALID_POINTER;
    [all...]
ScrollView.java 135 private int mActivePointerId = INVALID_POINTER;
150 private static final int INVALID_POINTER = -1;
485 if (activePointerId == INVALID_POINTER) {
548 mActivePointerId = INVALID_POINTER;
678 mActivePointerId = INVALID_POINTER;
687 mActivePointerId = INVALID_POINTER;
    [all...]
AbsListView.java 596 private int mActivePointerId = INVALID_POINTER;
602 private static final int INVALID_POINTER = -1;
    [all...]
  /frameworks/support/v4/java/android/support/v4/widget/
ViewDragHelper.java 44 public static final int INVALID_POINTER = -1;
115 private int mActivePointerId = INVALID_POINTER;
175 * identified as {@link #INVALID_POINTER} the capture is programmatic instead of
480 * or {@link #INVALID_POINTER}.
498 mActivePointerId = INVALID_POINTER;
540 mActivePointerId = INVALID_POINTER;
    [all...]
  /packages/apps/Browser/src/com/android/browser/view/
ScrollerView.java 128 private int mActivePointerId = INVALID_POINTER;
143 private static final int INVALID_POINTER = -1;
525 if (activePointerId == INVALID_POINTER) {
598 mActivePointerId = INVALID_POINTER;
711 mActivePointerId = INVALID_POINTER;
738 mActivePointerId = INVALID_POINTER;
745 mActivePointerId = INVALID_POINTER;
757 mActivePointerId = INVALID_POINTER;
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedView.java 147 protected static final int INVALID_POINTER = -1;
149 protected int mActivePointerId = INVALID_POINTER;
    [all...]
  /frameworks/support/v4/java/android/support/v4/view/
ViewPager.java 180 private int mActivePointerId = INVALID_POINTER;
185 private static final int INVALID_POINTER = -1;
    [all...]
  /external/robolectric/lib/main/
android-support-v4.jar 
  /development/samples/training/ContactsList/libs/
android-support-v4.jar 
  /development/samples/training/multiscreen/newsreader/libs/
android-support-v4.jar 

Completed in 1246 milliseconds