/device/samsung/crespo/alsa-lib/include/sound/ |
emu10k1.h | 233 #define EMU10K1_DBG_CONDITION_CODE 0x00003e00 /* condition code */ 307 uint32_t *code; /* one instruction - 64 bits */ member in struct:__anon1412
|
/external/chromium/third_party/icu/source/test/intltest/ |
transtst.cpp | 241 /*", parse error " + parseError.code +*/ 266 /*", parse error " + parseError.code +*/ 888 desc = desc + ", ParseError code=" + u_errorName(status) + 3989 UScriptCode code= USCRIPT_INVALID_CODE; local [all...] |
/external/dropbear/libtommath/pre_gen/ |
mpi.c | 20 int code; member in struct:__anon3485 28 /* return a char * string for a given code */ 29 char *mp_error_to_string(int code) 35 if (msgs[x].code == code) { 40 /* generic reply for invalid code */ 41 return "Invalid error code"; [all...] |
/external/elfutils/src/ |
readelf.c | 3277 unsigned int code = dwarf_getabbrevcode (&abbrev); local [all...] |
/external/icu4c/test/intltest/ |
transtst.cpp | 247 /*", parse error " + parseError.code +*/ 272 /*", parse error " + parseError.code +*/ 894 desc = desc + ", ParseError code=" + u_errorName(status) + 4000 UScriptCode code= USCRIPT_INVALID_CODE; local [all...] |
/external/iproute2/include/linux/ |
rtnetlink.h | 398 __u8 code; member in struct:rta_session::__anon4432::__anon4434
|
/external/iproute2/misc/ |
ss.c | 757 int code = (f->type == SSF_DCOND ? INET_DIAG_BC_D_COND : INET_DIAG_BC_S_COND); local 777 *op = (struct inet_diag_bc_op){ code, oplen, oplen+4 }; [all...] |
/external/kernel-headers/original/linux/ |
rtnetlink.h | 398 __u8 code; member in struct:rta_session::__anon5010::__anon5012
|
wireless.h | 688 __u32 code; /* Rx : Unable to code/decode (WEP) */ member in struct:iw_discarded [all...] |
/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/v8/src/ |
debug.cc | 6 // * Redistributions of source code must retain the above copyright 33 #include "code-stubs.h" 65 static Handle<Code> ComputeCallDebugBreak(int argc) { 66 CALL_HEAP_FUNCTION(StubCache::ComputeCallDebugBreak(argc), Code); 70 static Handle<Code> ComputeCallDebugPrepareStepIn(int argc) { 71 CALL_HEAP_FUNCTION(StubCache::ComputeCallDebugPrepareStepIn(argc), Code); 97 // Iterate through reloc info for code and original code stopping at each 98 // breakable code target. 120 // Check for breakable code target. Look in the original code as settin 125 Code* code = Code::GetCodeFromTargetAddress(target); local 1160 Code* code = Code::GetCodeFromTargetAddress(target); local 1318 Code* code = Code::GetCodeFromTargetAddress(addr); local [all...] |
heap.cc | 6 // * Redistributions of source code must retain the above copyright 200 // and does not count available bytes already in the old space or code 261 PrintF("Code space, used: %8d, available: %8d, waste: %8d\n", 716 // Visitor class to verify pointers in code or data space do not point into 801 // there are no intergenerational pointers in code or data spaces. 992 // Skip code object, we know it does not contain inter-generational 1002 // By definition, we do not care about remembered set bits in code, 2205 Code* code = Code::cast(result); local [all...] |
jsregexp.h | 6 // * Redistributions of source code must retain the above copyright 152 static Code* IrregexpNativeCode(FixedArray* re, bool is_ascii); 571 // Generates a goto to this node or actually generates the code at this point. 578 // Emits some quick code that checks whether the preloaded characters match. 598 // If non-generic code is generated for a node (ie the node is not at the 601 // trace and generating generic code for a node that can be reused by flushing 667 // This variable keeps track of how many times code has been generated for 669 // generated code is located unless the code is generated at the start of 1389 Object* code; member in struct:v8::internal::RegExpEngine::CompilationResult [all...] |
/frameworks/base/core/java/android/inputmethodservice/ |
KeyboardView.java | 83 * @param primaryCode the code of the key that was released 91 * with the primary code being the first. If the primary key code is 539 * codes for adjacent keys. When disabled, only the primary key code will be 793 int code = key.codes[0]; local 805 code = key.codes[mTapCount]; 807 mKeyboardActionListener.onKey(code, codes); 808 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/base/services/java/com/android/server/ |
MountService.java | 104 * Internal vold response code constants 624 public boolean onEvent(int code, String raw, String[] cooked) { 639 if (code == VoldResponseCode.VolumeStateChange) { 648 } else if (code == VoldResponseCode.ShareAvailabilityChange) { 655 } else if ((code == VoldResponseCode.VolumeDiskInserted) || 656 (code == VoldResponseCode.VolumeDiskRemoved) || 657 (code == VoldResponseCode.VolumeBadRemoval)) { 675 if (code == VoldResponseCode.VolumeDiskInserted) { 688 } else if (code == VoldResponseCode.VolumeDiskRemoved) { 704 } else if (code == VoldResponseCode.VolumeBadRemoval) 807 int code; local 838 int code = e.getCode(); local 910 int code = e.getCode(); local 927 int code = e.getCode(); local 956 int code; local 1360 int code = e.getCode(); local 1395 int code = e.getCode(); local 1433 int code = e.getCode(); local 1493 int code = Integer.parseInt(tok[0]); local 1499 int code = e.getCode(); local 1542 int code = Integer.parseInt(tok[0]); local 1548 int code = e.getCode(); local 1946 int code = e.getCode(); local 2028 int code = e.getCode(); local [all...] |
/packages/apps/Email/src/com/android/exchange/ |
EasSyncService.java | 179 // MSFT's custom HTTP result code indicating the need to provision 342 * Determine whether an HTTP code represents an authentication error 343 * @param code the HTTP code returned by the server 344 * @return whether or not the code represents an authentication error 346 protected boolean isAuthError(int code) { 347 return (code == HttpStatus.SC_UNAUTHORIZED) || (code == HttpStatus.SC_FORBIDDEN); 351 * Determine whether an HTTP code represents a provisioning error 352 * @param code the HTTP code returned by the serve 404 int code = resp.getStatusLine().getStatusCode(); local 508 int code = resp.getStatusLine().getStatusCode(); local 609 int code = resp.getStatusLine().getStatusCode(); local 816 int code = resp.getStatusLine().getStatusCode(); local 1346 int code = resp.getStatusLine().getStatusCode(); local 1406 int code = resp.getStatusLine().getStatusCode(); local 1464 int code = resp.getStatusLine().getStatusCode(); local 1510 int code = resp.getStatusLine().getStatusCode(); local 1781 int code = res.getStatusLine().getStatusCode(); local 2113 int code = resp.getStatusLine().getStatusCode(); local [all...] |
/packages/apps/Email/src/com/android/exchange/adapter/ |
ContactsSyncAdapter.java | 252 String code; field in class:ContactsSyncAdapter.Address 257 return city != null || country != null || code != null || state != null 446 work.code = getValue(); 461 home.code = getValue(); 476 other.code = getValue(); 602 work.state, work.country, work.code); 606 home.state, home.country, home.code); 610 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/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/apps/Term/src/com/android/term/ |
Term.java | 69 * Set to true to add debugging code and logging. 444 char code; local 447 code = 'A'; 450 code = 'B'; 453 code = 'D'; 457 code = 'C'; 466 mTermOut.write(code); 1865 int code = mArgs[i]; local [all...] |
/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/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...] |