| /external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/ |
| markdown.php | 26 # Define the width of a tab for code blocks. 580 # been seen as a code block in a previous pass of hashHTMLBlocks. 626 # Process character escapes, code spans, and inline HTML 1124 $code = htmlspecialchars(trim($code), ENT_NOQUOTES); variable [all...] |
| /external/qemu/target-i386/ |
| translate.c | 92 int code32; /* 32 bit code segment */ 95 int code64; /* 64 bit code segment */ 1972 int mod, rm, code, override, must_add_seg; local 2150 int mod, rm, base, code; local [all...] |
| /external/v8/src/arm/ |
| simulator-arm.cc | 6 // * Redistributions of source code must retain the above copyright 53 // code. 110 // Get the stop code. 111 uint32_t code = instr->SvcValue() & kStopCodeMask; local 119 if (isWatchedStop(code) && !watched_stops[code].desc) { 120 watched_stops[code].desc = msg; 142 // Get the stop code. 143 uint32_t code = instr->SvcValue() & kStopCodeMask; local 148 if (sim_->isWatchedStop(code) && !sim_->watched_stops[code].desc) 1785 uint32_t code = svc & kStopCodeMask; local [all...] |
| lithium-codegen-arm.cc | 6 // * Redistributions of source code must retain the above copyright 32 #include "code-stubs.h" 52 // for the generated code there. 80 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); 246 LDeferredCode* code = deferred_[i]; local [all...] |
| /external/v8/src/ |
| debug.cc | 6 // * Redistributions of source code must retain the above copyright 33 #include "code-stubs.h" 86 static Handle<Code> ComputeCallDebugBreak(int argc, Code::Kind kind) { 91 Code); 95 static Handle<Code> ComputeCallDebugPrepareStepIn(int argc, Code::Kind kind) { 100 Code); 136 // Iterate through reloc info for code and original code stopping at eac 168 Code* code = Code::GetCodeFromTargetAddress(target); local 507 Code* code = Code::GetCodeFromTargetAddress(target); local 1325 Code* code = Code::GetCodeFromTargetAddress(target); local 1497 Code* code = Code::GetCodeFromTargetAddress(addr); local [all...] |
| liveedit.cc | 6 // * Redistributions of source code must retain the above copyright 516 // Compile the code. 519 ASSERT(!info.code().is_null()); 520 tracker.RecordRootFunctionInfo(info.code()); 590 // from JavaScript. It contains Code object, which is kept wrapped 606 void SetFunctionCode(Handle<Code> function_code, 624 Handle<Code> GetFunctionCode() { 627 return Handle<Code>::cast(raw_result); 725 // Saves only function code, because for a script function we 727 void FunctionCode(Handle<Code> function_code) 1016 Handle<Code> code = compile_info_wrapper.GetFunctionCode(); local 1437 Handle<Code> code = Isolate::Current()->builtins()->FrameDropper_LiveEdit(); local [all...] |
| mark-compact.cc | 6 // * Redistributions of source code must retain the above copyright 250 Code* lazy_compile = isolate_->builtins()->builtin(Builtins::kLazyCompile); 259 Code* code = shared->unchecked_code(); local 260 if (!code->IsMarked()) { 275 Code* lazy_compile = isolate_->builtins()->builtin(Builtins::kLazyCompile); 283 Code* code = candidate->unchecked_code(); local 284 if (!code->IsMarked()) { 308 STATIC_ASSERT(kPointerSize <= Code::kHeaderSize - Code::kHeaderPaddingStart) 312 Code* code = candidate->unchecked_code(); local 461 Code* code = Code::GetCodeFromTargetAddress(rinfo->target_address()); local 486 HeapObject* code = Code::GetCodeFromTargetAddress(rinfo->call_address()); local 732 Object* code = Code::GetObjectFromEntryAddress(entry_address); local [all...] |
| /external/valgrind/main/VEX/priv/ |
| host_ppc_isel.c | 61 GPR12 if mode64: not used - exceptions / global linkage code 106 Vex-generated code expects to run with the FPU set as follows: all 230 - The code array, that is, the insns selected so far. 260 HInstrArray* code; member in struct:__anon11904 296 addHInstr(env->code, instr); 381 using this amode. That is so that, for 64-bit code generation, any 387 ignored for 32-bit code generation. */ 652 Generating code which is both efficient and correct when 667 regs. This always gives correct code, but it also gives a bunch 741 code to get the arg values into the argument rregs. * [all...] |
| /external/webkit/Tools/DumpRenderTree/ |
| LayoutTestController.cpp | 9 * 1. Redistributions of source code must retain the above copyright 1266 int code = JSValueToNumber(context, arguments[0], NULL); local [all...] |
| /frameworks/base/core/java/android/inputmethodservice/ |
| KeyboardView.java | 86 * @param primaryCode the code of the key that was released 94 * with the primary code being the first. If the primary key code is 552 * codes for adjacent keys. When disabled, only the primary key code will be 809 int code = key.codes[0]; local 821 code = key.codes[mTapCount]; 823 mKeyboardActionListener.onKey(code, codes); 824 mKeyboardActionListener.onRelease(code); [all...] |
| /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/ |
| mp4lib_int.h | 64 Int refSelectCode; /* enhancement layer reference select code */ 441 unsigned int code; /* right justified */ member in struct:tagVLCtable
|
| /frameworks/media/libvideoeditor/vss/mcs/src/ |
| M4MCS_API.c | 307 M4OSA_UInt32 code, l0 = 0, l1; local 309 code = p_bs->ui32TempBuff; 312 if( code >> 29 ) 314 l0 = Tab_MCS[(code >> 29)]; 315 code = code >> (32 - l0); 320 if( code ) 322 code <<= 3; 324 for ( l0 = 3; code < 0x80000000; code <<= 1, l0++ ) [all...] |
| /packages/apps/Exchange/src/com/android/exchange/adapter/ |
| ContactsSyncAdapter.java | 270 String code; field in class:ContactsSyncAdapter.Address 275 return city != null || country != null || code != null || state != null 457 work.code = getValue(); 472 home.code = getValue(); 487 other.code = getValue(); 613 work.state, work.country, work.code); 617 home.state, home.country, home.code); 621 other.state, other.country, other.code); [all...] |
| /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
| OpenWnnJAJP.java | 53 * Use with {@code OpenWnn.CHANGE_MODE} event. 59 * Use with {@code OpenWnn.CHANGE_MODE} event. 65 * Use with {@code OpenWnn.CHANGE_MODE} event. 71 * Use with {@code OpenWnn.CHANGE_MODE} event. 77 * Use with {@code OpenWnn.CHANGE_MODE} event to change ambiguous searching pattern. 83 * Use with {@code OpenWnn.CHANGE_MODE} event to change ambiguous searching pattern. 103 /** IME's status for {@code mStatus} input/no candidates). */ 105 /** IME's status for {@code mStatus}(input characters). */ 107 /** IME's status for {@code mStatus}(input functional keys). */ 109 /** IME's status for {@code mStatus}(all candidates are displayed). * 860 int code = keyEvent.getKeyCode(); local [all...] |
| /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/sound/ |
| emu10k1.h | 233 #define EMU10K1_DBG_CONDITION_CODE 0x00003e00 /* condition code */ 307 uint32_t *code; /* one instruction - 64 bits */ member in struct:__anon20463
|
| /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
| rtnetlink.h | 383 __u8 code; member in struct:rta_session::__anon20955::__anon20957
|
| /prebuilt/common/eclipse/ |
| org.eclipse.equinox.common_3.4.0.v20080421-2006.jar | |
| /bionic/libc/kernel/common/linux/ |
| wireless.h | 323 __u32 code; member in struct:iw_discarded
|
| /development/ndk/platforms/android-3/include/linux/ |
| wireless.h | 323 __u32 code; member in struct:iw_discarded
|
| /external/chromium/sdch/open-vcdiff/src/gtest/ |
| gtest.cc | 8 // * Redistributions of source code must retain the above copyright 105 // his code. 1292 UInt32 code = static_cast<UInt32>(wchar); local [all...] |
| /external/kernel-headers/original/linux/ |
| hid.h | 31 * USB HID (Human Interface Device) interface class code 366 unsigned hid; /* hid usage code */ 369 __u16 code; /* input driver code */ member in struct:hid_usage 400 __u16 dpad; /* dpad input code */ 603 * usage by generic code (no special handling needed) or positive to skip 666 unsigned int code, int value); 700 int hidinput_find_field(struct hid_device *hid, unsigned int type, unsigned int code, struct hid_field **field); 715 * @max: maximal valid usage->code to consider later (out parameter) 717 * @c: code which corresponds to this usage and typ [all...] |
| rtnetlink.h | 398 __u8 code; member in struct:rta_session::__anon7149::__anon7151
|
| wireless.h | 688 __u32 code; /* Rx : Unable to code/decode (WEP) */ member in struct:iw_discarded [all...] |
| /external/libnl-headers/ |
| netlink-types.h | 730 uint8_t code; member in struct:nfnl_ct_proto::__anon7374
|
| /external/libvpx/examples/includes/geshi/ |
| geshi.php | 46 // Define the root directory for the GeSHi code tree 76 /** Use a pre to wrap lines when line numbers are enabled or to wrap the whole code. */ 83 * <tbody><tr><td><pre>$linenumbers</pre></td><td><pre>$code></pre></td></tr></tbody> 258 * The source code to highlight 341 * The time it took to parse the code 378 * The styles for hyperlinks in the code 392 * Styles for important parts of the code 398 var $important_styles = 'font-weight: bold; color: red;'; // Styles for important parts of the code 401 * Whether CSS IDs should be added to the code 439 * The overall style for this code bloc 2036 $code = str_replace("\\r\\n", "\\n", $this->source); variable 2037 $code = str_replace("\\r", "\\n", $code); variable 2040 \/\/ $code = "\\n" . $code . "\\n"; variable 3719 $code = explode("\\n", $parsed_code); variable [all...] |