| /external/v8/src/ia32/ |
| lithium-codegen-ia32.cc | 6 // * Redistributions of source code must retain the above copyright 33 #include "code-stubs.h" 67 HPhase phase("Code generation", chunk()); 78 void LCodeGen::FinishCode(Handle<Code> code) { 80 code->set_stack_slots(StackSlotCount()); 81 code->set_safepoint_table_offset(safepoints_.GetCodeOffset()); 82 PopulateDeoptimizationData(code); 83 Deoptimizer::EnsureRelocSpaceForLazyDeoptimization(code); 134 // Reserve space for the stack slots needed by the code 242 LDeferredCode* code = deferred_[i]; local [all...] |
| /external/v8/src/ |
| jsregexp.h | 6 // * Redistributions of source code must retain the above copyright 176 static Code* IrregexpNativeCode(FixedArray* re, bool is_ascii); 179 // would like to keep track of the amount of regexp code on the heap. This 181 // total regexp code compiled including code that has subsequently been freed 602 // Generates a goto to this node or actually generates the code at this point. 614 // Emits some quick code that checks whether the preloaded characters match. 634 // If non-generic code is generated for a node (ie the node is not at the 637 // trace and generating generic code for a node that can be reused by flushing 703 // This variable keeps track of how many times code has been generated fo 1442 Object* code; member in struct:v8::internal::RegExpEngine::CompilationResult [all...] |
| /external/v8/src/x64/ |
| lithium-codegen-x64.cc | 6 // * Redistributions of source code must retain the above copyright 33 #include "code-stubs.h" 81 HPhase phase("Code generation", chunk()); 92 void LCodeGen::FinishCode(Handle<Code> code) { 94 code->set_stack_slots(StackSlotCount()); 95 code->set_safepoint_table_offset(safepoints_.GetCodeOffset()); 96 PopulateDeoptimizationData(code); 97 Deoptimizer::EnsureRelocSpaceForLazyDeoptimization(code); 148 // Reserve space for the stack slots needed by the code 264 LDeferredCode* code = deferred_[i]; local [all...] |
| /external/valgrind/main/coregrind/m_debuginfo/ |
| readdwarf.c | 272 because we don't do cross-arch jitting, hence this code runs on a 545 code to handle multiple opcodes per instruction in the 572 DWARF2 line info code: It sets "is_stmt" of the state machine in 945 /* Return abbrev for given code 950 UInt code; local 953 code = read_leb128U( &p ); 954 if ( code == acode ) [all...] |
| /external/webkit/Source/JavaScriptCore/assembler/ |
| X86Assembler.h | 7 * 1. Redistributions of source code must retain the above copyright 1552 char* code = reinterpret_cast<char*>(m_formatter.data()); local [all...] |
| /external/wpa_supplicant/ |
| wireless_copy.h | 731 __u32 code; /* Rx : Unable to code/decode (WEP) */ member in struct:iw_discarded [all...] |
| /external/wpa_supplicant_6/wpa_supplicant/src/common/ |
| wireless_copy.h | 739 __u32 code; /* Rx : Unable to code/decode (WEP) */ member in struct:iw_discarded [all...] |
| /external/wpa_supplicant_8/src/drivers/ |
| wireless_copy.h | 766 __u32 code; /* Rx : Unable to code/decode (WEP) */ member in struct:iw_discarded [all...] |
| /frameworks/base/core/java/android/view/ |
| KeyEvent.java | 40 * Key events are generally accompanied by a key code ({@link #getKeyCode()}), 41 * scan code ({@link #getScanCode()}) and meta state ({@link #getMetaState()}). 42 * Key code constants are defined in this class. Scan code constants are raw 57 * that single repeated key code or a sequence of characters to insert. 71 /** Key code constant: Unknown key code. */ 73 /** Key code constant: Soft Left key. 78 /** Key code constant: Soft Right key. 83 /** Key code constant: Home key 2560 final int code = mKeyCode; local [all...] |
| /frameworks/base/services/java/com/android/server/ |
| MountService.java | 127 * Internal vold response code constants 681 public boolean onEvent(int code, String raw, String[] cooked) { 694 if (code == VoldResponseCode.VolumeStateChange) { 703 } else if ((code == VoldResponseCode.VolumeDiskInserted) || 704 (code == VoldResponseCode.VolumeDiskRemoved) || 705 (code == VoldResponseCode.VolumeBadRemoval)) { 724 if (code == VoldResponseCode.VolumeDiskInserted) { 738 } else if (code == VoldResponseCode.VolumeDiskRemoved) { 753 } else if (code == VoldResponseCode.VolumeBadRemoval) { 763 Slog.e(TAG, String.format("Unknown code {%d}", code)) 848 int code = e.getCode(); local 924 int code = e.getCode(); local 941 int code = e.getCode(); local 970 int code; local 1508 int code = e.getCode(); local 1543 int code = e.getCode(); local 1581 int code = e.getCode(); local 1641 int code = Integer.parseInt(tok[0]); local 1647 int code = e.getCode(); local 1665 int code = Integer.parseInt(tok[0]); local 1671 int code = e.getCode(); local 1715 int code = Integer.parseInt(tok[0]); local 1721 int code = e.getCode(); local 1827 int code = Integer.parseInt(tokens[1]); local 2304 int code = e.getCode(); local 2388 int code = e.getCode(); local [all...] |
| /packages/apps/Exchange/src/com/android/exchange/ |
| EasSyncService.java | 392 // Debug code for testing EAS 14.0; disables support for EAS 14.1 479 int code = resp.getStatus(); local 480 userLog("Validation (OPTIONS) response: " + code); 481 if (code == HttpStatus.SC_OK) { 512 code = resp.getStatus(); 514 if (EasResponse.isProvisionError(code)) { 516 } else if (code == HttpStatus.SC_NOT_FOUND) { 519 } else if (code == HttpStatus.SC_UNAUTHORIZED) { 523 } else if (code != HttpStatus.SC_OK) { 525 userLog("Unexpected response for FolderSync: ", code); 645 int code = resp.getStatus(); local 747 int code = resp.getStatus(); local 947 int code = resp.getStatus(); local 1495 int code = resp.getStatus(); local 1569 int code = resp.getStatus(); local 1599 int code = resp.getStatus(); local 1676 int code = resp.getStatus(); local 1736 int code = resp.getStatus(); local 2024 int code = resp.getStatus(); local 2332 int code = resp.getStatus(); local [all...] |
| /prebuilt/common/osgi/ |
| osgi.jar | |
| /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
| wireless.h | 715 __u32 code; /* Rx : Unable to code/decode (WEP) */ member in struct:iw_discarded [all...] |
| /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/ |
| wireless.h | 323 __u32 code; member in struct:iw_discarded
|
| /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/ |
| wireless.h | 323 __u32 code; member in struct:iw_discarded
|
| /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/ |
| wireless.h | 323 __u32 code; member in struct:iw_discarded
|
| /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/ |
| wireless.h | 323 __u32 code; member in struct:iw_discarded
|
| /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/ |
| wireless.h | 323 __u32 code; member in struct:iw_discarded
|
| /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/ |
| wireless.h | 323 __u32 code; member in struct:iw_discarded
|
| /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/ |
| wireless.h | 323 __u32 code; member in struct:iw_discarded
|
| /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/ |
| wireless.h | 323 __u32 code; member in struct:iw_discarded
|
| /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/ |
| wireless.h | 323 __u32 code; member in struct:iw_discarded
|
| /packages/apps/Calculator/ |
| arity-2.1.2.jar | |
| /development/ndk/platforms/android-3/include/linux/ |
| input.h | 23 __u16 code; member in struct:input_event
|
| rtnetlink.h | 313 __u8 code; member in struct:rta_session::__anon1023::__anon1025
|