HomeSort by relevance Sort by last modified time
    Searched full:useable (Results 1 - 25 of 44) sorted by null

1 2

  /bionic/libc/kernel/arch-x86/asm/
ldt.h 30 unsigned int useable:1; member in struct:user_desc
desc_32.h 60 #define LDT_entry_b(info) (((info)->base_addr & 0xff000000) | (((info)->base_addr & 0x00ff0000) >> 16) | ((info)->limit & 0xf0000) | (((info)->read_exec_only ^ 1) << 9) | ((info)->contents << 10) | (((info)->seg_not_present ^ 1) << 15) | ((info)->seg_32bit << 22) | ((info)->limit_in_pages << 23) | ((info)->useable << 20) | 0x7000)
61 #define LDT_empty(info) ( (info)->base_addr == 0 && (info)->limit == 0 && (info)->contents == 0 && (info)->read_exec_only == 1 && (info)->seg_32bit == 0 && (info)->limit_in_pages == 0 && (info)->seg_not_present == 1 && (info)->useable == 0 )
  /development/ndk/platforms/android-5/arch-x86/include/asm/
ldt.h 30 unsigned int useable:1; member in struct:user_desc
desc_32.h 60 #define LDT_entry_b(info) (((info)->base_addr & 0xff000000) | (((info)->base_addr & 0x00ff0000) >> 16) | ((info)->limit & 0xf0000) | (((info)->read_exec_only ^ 1) << 9) | ((info)->contents << 10) | (((info)->seg_not_present ^ 1) << 15) | ((info)->seg_32bit << 22) | ((info)->limit_in_pages << 23) | ((info)->useable << 20) | 0x7000)
61 #define LDT_empty(info) ( (info)->base_addr == 0 && (info)->limit == 0 && (info)->contents == 0 && (info)->read_exec_only == 1 && (info)->seg_32bit == 0 && (info)->limit_in_pages == 0 && (info)->seg_not_present == 1 && (info)->useable == 0 )
  /external/kernel-headers/original/asm-x86/
ldt.h 29 unsigned int useable:1; member in struct:user_desc
desc_32.h 177 ((info)->useable << 20) | \
188 (info)->useable == 0 )
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
ldt.h 29 unsigned int useable:1; member in struct:user_desc
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
ldt.h 30 unsigned int useable:1; member in struct:user_desc
desc_32.h 60 #define LDT_entry_b(info) (((info)->base_addr & 0xff000000) | (((info)->base_addr & 0x00ff0000) >> 16) | ((info)->limit & 0xf0000) | (((info)->read_exec_only ^ 1) << 9) | ((info)->contents << 10) | (((info)->seg_not_present ^ 1) << 15) | ((info)->seg_32bit << 22) | ((info)->limit_in_pages << 23) | ((info)->useable << 20) | 0x7000)
61 #define LDT_empty(info) ( (info)->base_addr == 0 && (info)->limit == 0 && (info)->contents == 0 && (info)->read_exec_only == 1 && (info)->seg_32bit == 0 && (info)->limit_in_pages == 0 && (info)->seg_not_present == 1 && (info)->useable == 0 )
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
ldt.h 30 unsigned int useable:1; member in struct:user_desc
desc_32.h 60 #define LDT_entry_b(info) (((info)->base_addr & 0xff000000) | (((info)->base_addr & 0x00ff0000) >> 16) | ((info)->limit & 0xf0000) | (((info)->read_exec_only ^ 1) << 9) | ((info)->contents << 10) | (((info)->seg_not_present ^ 1) << 15) | ((info)->seg_32bit << 22) | ((info)->limit_in_pages << 23) | ((info)->useable << 20) | 0x7000)
61 #define LDT_empty(info) ( (info)->base_addr == 0 && (info)->limit == 0 && (info)->contents == 0 && (info)->read_exec_only == 1 && (info)->seg_32bit == 0 && (info)->limit_in_pages == 0 && (info)->seg_not_present == 1 && (info)->useable == 0 )
  /bionic/libc/arch-x86/bionic/
__set_tls.c 40 unsigned int useable:1; member in struct:user_desc
  /external/v8/test/mjsunit/
html-string-funcs.js 28 // Spidermonkey and IE has some string functions useable for building
  /libcore/luni/src/main/java/javax/xml/transform/
ErrorListener.java 97 * useable.</p>
  /external/strace/
mem.c 551 "useable:%d}",
559 ldt_entry->useable);
  /external/bluetooth/glib/build/win32/
make.msc 39 # directories. This is for historical reasons, and only useable if you
  /packages/apps/Email/src/com/android/email/mail/transport/
MailTransport.java 248 "Certificate hostname not useable for server: " + hostname);
  /frameworks/base/core/tests/coretests/src/android/app/
SearchablesTest.java 154 assertTrue(si.getLabelId() != 0); // This must be a useable string
  /frameworks/base/docs/html/videos/
index.jd 41 'M1ZBjlCRfz0' : "The Android user experience team provides suggestions for how to make your applications more useable and engaging.",
  /external/apache-http/src/org/apache/commons/logging/impl/
LogFactoryImpl.java 669 logDiagnostic("Logging system '" + name + "' is available but not useable.");
788 messageBuffer.append("' cannot be found or is not useable.");
    [all...]
  /external/bluetooth/glib/build/
ChangeLog 483 * win32/make.msc: Improve to be more useable.
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xxf86dga/
XF86DGA2.c 941 /* The useable framebuffer console memory may not be the whole
  /external/openssl/crypto/engine/
eng_cryptodev.c 305 * Find the useable ciphers|digests from dev/crypto - this is the first
    [all...]
  /packages/apps/Email/src/com/android/email/mail/store/
Pop3Store.java 209 * @throws MessagingException if the account is not going to be useable
    [all...]
  /packages/apps/Phone/src/com/android/phone/
NotificationMgr.java 279 // Note that CursorJoiner is not useable here because the number
    [all...]

Completed in 379 milliseconds

1 2