| /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/ |
| rtnetlink.h | 313 __u8 code; member in struct:rta_session::__anon23059::__anon23061
|
| /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/ |
| input.h | 23 __u16 code; member in struct:input_event
|
| rtnetlink.h | 313 __u8 code; member in struct:rta_session::__anon23483::__anon23485
|
| /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/ |
| input.h | 23 __u16 code; member in struct:input_event
|
| rtnetlink.h | 313 __u8 code; member in struct:rta_session::__anon23845::__anon23847
|
| /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/ |
| input.h | 23 __u16 code; member in struct:input_event
|
| rtnetlink.h | 313 __u8 code; member in struct:rta_session::__anon24464::__anon24466
|
| /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/ |
| input.h | 23 __u16 code; member in struct:input_event
|
| rtnetlink.h | 313 __u8 code; member in struct:rta_session::__anon24801::__anon24803
|
| /prebuilt/common/commons-compress/ |
| commons-compress-1.0.jar | |
| /prebuilt/common/http-client/ |
| httpcore-4.1.jar | |
| /bionic/libc/kernel/common/linux/ |
| input.h | 28 __u16 code; member in struct:input_event
|
| /external/kernel-headers/original/linux/ |
| input.h | 29 __u16 code; member in struct:input_event 86 * @keycode: key code assigned to this scancode 441 /* Code 255 is reserved for special needs of AT keyboard driver */ 1141 * @uniq: unique identification code for the device (if device has it) [all...] |
| /external/libxml2/include/libxml/ |
| xmlerror.h | 44 XML_FROM_OUTPUT, /* The serialization code */ 78 int code; /* The error code, e.g. an xmlParserError */ member in struct:_xmlError [all...] |
| /external/v8/src/ |
| objects.cc | 6 // * Redistributions of source code must retain the above copyright 3898 Code* code = Code::cast(cache->get(i + kCodeCacheEntryCodeOffset)); local 3988 Code* code = Code::cast(pair->get(1)); local 6058 Code* code = this->code(); local 6204 Object* code = Code::GetObjectFromEntryAddress(entry_address); local 6277 Code* code = Code::cast(*p); local [all...] |
| /external/v8/test/cctest/ |
| test-api.cc | 6 // * Redistributions of source code must retain the above copyright 77 static void ExpectString(const char* code, const char* expected) { 78 Local<Value> result = CompileRun(code); 85 static void ExpectBoolean(const char* code, bool expected) { 86 Local<Value> result = CompileRun(code); 92 static void ExpectTrue(const char* code) { 93 ExpectBoolean(code, true); 97 static void ExpectFalse(const char* code) { 98 ExpectBoolean(code, false); 102 static void ExpectObject(const char* code, Local<Value> expected) 1231 const char* code = "var str = 'oddle'; obj[str] + obj.poddle;"; local 3494 const char* code = local 3519 const char* code = local 3543 const char* code = local 3572 const char* code = local 3595 const char* code = local 3634 const char* code = local 3663 const char* code = local 3693 const char* code = local 3723 const char* code = local 4386 const char* code = local 9035 const char* code = "throw 7;"; local 9058 const char* code = "throw 7;"; local 12821 const char* code = local 12848 const char* code = local 12870 const char* code = local 12895 const char* code = local 12920 const char* code = local 13468 const char* code = local 13491 const char* code = local 13514 const char* code = local [all...] |
| /external/valgrind/main/VEX/priv/ |
| guest_amd64_toIR.c | 36 /* Translates AMD64 code to IR. */ 123 that the preamble will never occur except in specific code 195 /* Pointer to the guest code area (points to start of BB, not to the 206 /* The IRSB* into which we're generating code. */ 9048 UChar* code = (UChar*)(guest_code + delta); local [all...] |
| guest_arm_toIR.c | 57 are moderately often needed in Thumb code. 61 Correctness (obscure): in m_transtab, when invalidating code 97 that the preamble will never occur except in specific code 101 /* Translates ARM(v5) code to IR. */ 137 /* MOD: The IRSB* into which we're generating code. */ 927 /* Generate code to set APSR.GE[flagNo]. Each fn call sets 1 bit. 12055 UChar* code = (UChar*)guest_instr; local 14215 UChar* code = (UChar*)guest_instr; local [all...] |
| /frameworks/base/services/java/com/android/server/wm/ |
| WindowManagerService.java | 790 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) 793 return super.onTransact(code, data, reply, flags); 5642 final String code = parameters.substring(0, index); local 6152 int code = ev.getKeyCode(); local [all...] |
| /external/bluetooth/bluez/lib/bluetooth/ |
| hci.h | 1817 uint8_t code; member in struct:__anon1699 [all...] |
| /external/qemu/hw/ |
| bt.h | 1437 uint8_t code; member in struct:__anon9829 1725 uint8_t code; member in struct:__anon9854 [all...] |
| /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
| tree.h | 48 #define CODE_CONTAINS_STRUCT(CODE, STRUCT) (tree_contains_struct[(CODE)][(STRUCT)]) 53 /* Tree code classes. */ 55 /* Each tree_code has an associated code class represented by a 59 tcc_exceptional, /* An exceptional code (fits no category). */ 62 tcc_type, /* A type object code. */ 75 /* Each tree code class has an associated string representation. 86 #define TREE_CODE_CLASS(CODE) tree_code_type[(int) (CODE)] 88 /* Nonzero if CODE represents an exceptional code. * 1952 enum omp_clause_code code; local [all...] |
| /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ |
| tree.h | 48 #define CODE_CONTAINS_STRUCT(CODE, STRUCT) (tree_contains_struct[(CODE)][(STRUCT)]) 53 /* Tree code classes. */ 55 /* Each tree_code has an associated code class represented by a 59 tcc_exceptional, /* An exceptional code (fits no category). */ 62 tcc_type, /* A type object code. */ 75 /* Each tree code class has an associated string representation. 86 #define TREE_CODE_CLASS(CODE) tree_code_type[(int) (CODE)] 88 /* Nonzero if CODE represents an exceptional code. * 1964 enum omp_clause_code code; local [all...] |
| /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/ |
| tree.h | 48 #define CODE_CONTAINS_STRUCT(CODE, STRUCT) (tree_contains_struct[(CODE)][(STRUCT)]) 53 /* Tree code classes. */ 55 /* Each tree_code has an associated code class represented by a 59 tcc_exceptional, /* An exceptional code (fits no category). */ 62 tcc_type, /* A type object code. */ 75 /* Each tree code class has an associated string representation. 86 #define TREE_CODE_CLASS(CODE) tree_code_type[(int) (CODE)] 88 /* Nonzero if CODE represents an exceptional code. * 1964 enum omp_clause_code code; local [all...] |
| /system/bluetooth/bluez-clean-headers/bluetooth/ |
| hci.h | 23 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 28 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 33 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 38 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 43 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 48 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 53 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 58 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 63 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 68 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS * 1881 uint8_t code; member in struct:__anon25606 [all...] |