OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:useable
(Results
1 - 25
of
35
) 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 )
/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 )
/ndk/build/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 )
/ndk/build/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
/dalvik/libcore/xml/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
247
"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
/hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/
bcmsdh_linux.c
341
/*
useable
at a time */
/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
334
* Find the
useable
ciphers|digests from dev/crypto - this is the first
/packages/apps/Email/src/com/android/email/mail/store/
Pop3Store.java
203
* @throws MessagingException if the account is not going to be
useable
[
all
...]
/packages/apps/Phone/src/com/android/phone/
NotificationMgr.java
280
// Note that CursorJoiner is not
useable
here because the number
[
all
...]
/frameworks/base/core/java/android/app/
Instrumentation.java
[
all
...]
/dalvik/libcore/xml/src/main/java/org/apache/xpath/compiler/
XPathParser.java
356
* see if there is a
useable
token.
[
all
...]
/external/bluetooth/glib/
ChangeLog.pre-2-4
[
all
...]
Completed in 588 milliseconds
1
2