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

1 2 3 4 5 6 7

  /external/apache-harmony/auth/src/test/java/unix/org/apache/harmony/auth/module/
UnixLoginModuleTest.java 41 UnixLoginModule lm = new UnixLoginModule(); field in class:UnixLoginModuleTest
49 lm.initialize(subj, cbh, sharedState, options);
63 lm = new UnixLoginModule();
70 lm.initialize(null, cbh, shared, options);
77 lm.initialize(subj, null, shared, options);
79 lm.initialize(subj, cbh, null, options);
82 lm.initialize(subj, cbh, shared, null);
90 lm.login();
91 lm.abort();
95 lm.login()
    [all...]
  /development/ndk/platforms/android-8/samples/bitmap-plasma/jni/
Android.mk 7 LOCAL_LDLIBS := -lm -llog -ljnigraphics
  /bionic/libc/kernel/arch-x86/asm/
ldt.h 39 unsigned int lm:1; member in struct:user_desc
  /development/ndk/platforms/android-9/arch-x86/include/asm/
ldt.h 39 unsigned int lm:1; member in struct:user_desc
  /external/kernel-headers/original/asm-x86/
ldt.h 31 unsigned int lm:1; member in struct:user_desc
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
ldt.h 31 unsigned int lm:1; member in struct:user_desc
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
ldt.h 31 unsigned int lm:1; member in struct:user_desc
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
ldt.h 31 unsigned int lm:1; member in struct:user_desc
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
ldt.h 32 unsigned int lm:1; member in struct:user_desc
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
ldt.h 32 unsigned int lm:1; member in struct:user_desc
  /prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/
ldt.h 32 unsigned int lm:1; member in struct:user_desc
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/asm/
ldt.h 32 unsigned int lm:1; member in struct:user_desc
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/asm/
ldt.h 32 unsigned int lm:1; member in struct:user_desc
  /external/iproute2/netem/
Makefile 6 LDLIBS += -lm
11 $(HOSTCC) $(CCOPTS) -I../include -o $@ $@.c -lm
20 $(HOSTCC) $(CCOPTS) -I../include -o $@ $@.c -lm
  /cts/tests/tests/location/src/android/location/cts/
GpsStatusTest.java 34 LocationManager lm = local
36 mGpsStatus = lm.getGpsStatus(null);
GpsSatelliteTest.java 34 LocationManager lm = local
36 GpsStatus gpsStatus = lm.getGpsStatus(null);
  /external/llvm/tools/llvm-as/
Android.mk 11 LOCAL_LDLIBS += -lpthread -lm -ldl
  /external/llvm/tools/llvm-dis/
Android.mk 12 LOCAL_LDLIBS += -lpthread -lm -ldl
  /gdk/samples/bitmap-plasma-llvm/jni/
Android.mk 14 LOCAL_LDLIBS := -lm -llog -ljnigraphics -lbcc
  /external/iproute2/misc/
Makefile 13 $(CC) $(CFLAGS) $(LDFLAGS) -o nstat nstat.c -lm
16 $(CC) $(CFLAGS) $(LDFLAGS) -o ifstat ifstat.c $(LIBNETLINK) -lm
19 $(CC) $(CFLAGS) $(LDFLAGS) -o rtacct rtacct.c $(LIBNETLINK) -lm
  /external/opencv/cv/src/
cvinpaint.cpp 336 int lm=l-1+(l==1),lp=l-1-(l==t->cols-2); local
352 gradI.x=(float)((CV_MAT_3COLOR_ELEM(*out,uchar,km,lp+1,color)-CV_MAT_3COLOR_ELEM(*out,uchar,km,lm-1,color)))*2.0f;
354 gradI.x=(float)((CV_MAT_3COLOR_ELEM(*out,uchar,km,lp+1,color)-CV_MAT_3COLOR_ELEM(*out,uchar,km,lm,color)));
358 gradI.x=(float)((CV_MAT_3COLOR_ELEM(*out,uchar,km,lp,color)-CV_MAT_3COLOR_ELEM(*out,uchar,km,lm-1,color)));
365 gradI.y=(float)((CV_MAT_3COLOR_ELEM(*out,uchar,kp+1,lm,color)-CV_MAT_3COLOR_ELEM(*out,uchar,km-1,lm,color)))*2.0f;
367 gradI.y=(float)((CV_MAT_3COLOR_ELEM(*out,uchar,kp+1,lm,color)-CV_MAT_3COLOR_ELEM(*out,uchar,km,lm,color)));
371 gradI.y=(float)((CV_MAT_3COLOR_ELEM(*out,uchar,kp,lm,color)-CV_MAT_3COLOR_ELEM(*out,uchar,km-1,lm,color)))
449 int lm=l-1+(l==1),lp=l-1-(l==t->cols-2); local
544 int lm=l-1+(l==1),lp=l-1-(l==f->cols-2); local
635 int lm=l-1+(l==1),lp=l-1-(l==t->cols-2); local
    [all...]
  /external/qemu/hw/
bt-hci.c 66 } lm; member in struct:bt_hci_s
504 if (!hci->lm.periodic)
505 hci->lm.inquire = 0;
557 if (!slave->inquiry_scan || !hci->lm.responses_left)
560 hci->lm.responses_left --;
561 hci->lm.responses ++;
563 switch (hci->lm.inquiry_mode) {
572 hci->lm.inquiry_mode);
587 hci->lm.inquiry_length = length;
598 if (hci->lm.responses_left
    [all...]
  /external/clang/utils/TableGen/
Android.mk 25 LOCAL_LDLIBS += -lm
  /external/flac/libFLAC/
Android.mk 30 LOCAL_LDLIBS += -lm
  /external/llvm/test/CodeGen/Generic/
Makefile 13 gcc -O0 -lm $< -o $@

Completed in 728 milliseconds

1 2 3 4 5 6 7