| /dalvik/dx/src/com/android/dx/dex/code/ |
| HighRegisterPrefix.java | 17 package com.android.dx.dex.code; 19 import com.android.dx.rop.code.RegisterSpec; 20 import com.android.dx.rop.code.RegisterSpecList; 21 import com.android.dx.rop.code.SourcePosition; 27 * {@code move*} instructions to move a set of registers into 28 * registers starting at {@code 0} sequentially. This is used 33 /** {@code null-ok;} cached instructions, if constructed */ 38 * unknown ({@code -1}). 40 * @param position {@code non-null;} source position 41 * @param registers {@code non-null;} source register [all...] |
| /dalvik/dx/src/com/android/dx/rop/code/ |
| CstInsn.java | 17 package com.android.dx.rop.code; 26 /** {@code non-null;} the constant */ 32 * @param opcode {@code non-null;} the opcode 33 * @param position {@code non-null;} source position 34 * @param result {@code null-ok;} spec for the result, if any 35 * @param sources {@code non-null;} specs for all the sources 36 * @param cst {@code non-null;} constant 58 * @return {@code non-null;} the constant
|
| /dalvik/dx/src/com/android/dx/ssa/ |
| MoveParamCombiner.java | 19 import com.android.dx.rop.code.RegisterSpec; 20 import com.android.dx.rop.code.RegOps; 21 import com.android.dx.rop.code.CstInsn; 22 import com.android.dx.rop.code.LocalItem; 146 * @param insn {@code non-null;} a move-param insn 147 * @return {@code >=0;} parameter index
|
| /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/ |
| DTMNamedNodeMap.java | 94 * @param name The <code>nodeName</code> of a node to retrieve. 95 * @return A <code>Node</code> (of any type) with the specified 96 * <code>nodeName</code>, or <code>null</code> if it does not identify 113 * Returns the <code>index</code>th item in the map. If <code>index</code [all...] |
| /external/bluetooth/glib/gio/ |
| gsimpleasyncresult.h | 59 gint code, 97 gint code, 102 gint code, 113 gint code,
|
| /external/dropbear/libtomcrypt/src/pk/asn1/der/printable_string/ |
| der_length_printable_string.c | 21 int code, value; member in struct:__anon1645 103 if (printable_table[x].code == c) { 115 return printable_table[x].code;
|
| /external/libxml2/ |
| libxml.h | 65 void __xmlIOErr(int domain, int code, const char *extra);
|
| /external/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/ |
| gc_pred.h | 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec 131 Word16 *code, /* i : innovative codebook vector (L_SUBFR) */
|
| /external/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/ |
| calc_en.h | 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec 111 * frac_en[2]*2^exp_en[2] = <exc code> // LTP/CB innovation dot product 120 Word16 code[], /* i : CB innovation (unfiltered), Q13 */
|
| qgain795.h | 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec 111 Word16 code[], /* i : CB innovation (unfiltered), Q13 */ 124 Word16 *gain_cod, /* o : Code gain, Q1 */ 130 /* (first gain pitch, then code pitch)*/
|
| /external/v8/src/ |
| codegen.cc | 6 // * Redistributions of source code must retain the above copyright 80 // Copy the register locations from the code generator's frame. 82 // deferred code and restored on exit. 102 DeferredCode* code = deferred_.RemoveLast(); local 103 ASSERT(masm_ == code->masm()); 104 // Record position of deferred code stub. 105 masm_->RecordStatementPosition(code->statement_position()); 106 if (code->position() != RelocInfo::kNoPosition) { 107 masm_->RecordPosition(code->position()); 109 // Generate the code 198 Handle<Code> code = local [all...] |
| /external/v8/src/mips/ |
| virtual-frame-mips.cc | 6 // * Redistributions of source code must retain the above copyright 168 void VirtualFrame::RawCallCodeObject(Handle<Code> code, 174 void VirtualFrame::CallCodeObject(Handle<Code> code, 181 void VirtualFrame::CallCodeObject(Handle<Code> code, 189 void VirtualFrame::CallCodeObject(Handle<Code> code,
|
| /external/webkit/WebCore/dom/ |
| ExceptionCode.h | 81 int code; // numeric value of the exception within a particular type member in struct:WebCore::ExceptionCodeDescription
|
| /external/webkit/WebCore/platform/ |
| PlatformKeyboardEvent.h | 8 * 1. Redistributions of source code must retain the above copyright 94 // Text as as generated by processing a virtual key code with a keyboard layout 95 // (in most cases, just a character code, but the layout can emit several 107 // Most compatible Windows virtual key code associated with the event. 110 void setWindowsVirtualKeyCode(int code) { m_windowsVirtualKeyCode = code; } 113 void setNativeVirtualKeyCode(int code) { m_nativeVirtualKeyCode = code; }
|
| /external/webkit/WebCore/platform/network/mac/ |
| ResourceErrorMac.mm | 7 * 1. Redistributions of source code must retain the above copyright 45 m_errorCode = [m_platformError.get() code]; 84 m_platformError.adoptNS([[NSError alloc] initWithDomain:m_domain code:m_errorCode userInfo:userInfo.get()]);
|
| /external/wpa_supplicant/ |
| eap_defs.h | 25 u8 code; member in struct:eap_hdr 27 u16 length; /* including code and identifier; network byte order */ 67 /* SMI Network Management Private Enterprise Code for vendor specific types */
|
| /external/wpa_supplicant_6/wpa_supplicant/src/eap_common/ |
| eap_defs.h | 25 u8 code; member in struct:eap_hdr 27 be16 length; /* including code and identifier; network byte order */ 75 /* SMI Network Management Private Enterprise Code for vendor specific types */
|
| eap_ikev2_common.h | 37 struct wpabuf * eap_ikev2_build_frag_ack(u8 id, u8 code);
|
| /external/zlib/examples/ |
| gun.c | 203 int bits; /* current bits per code */ 204 unsigned code; /* code, table traversal index */ local 206 int max; /* maximum bits per code for this stream */ 209 unsigned temp; /* current code */ 210 unsigned prev; /* previous code */ 211 unsigned final; /* last character written for previous code */ 242 /* set up: get first 9-bit code, which is the first decompressed byte, but 243 don't create a table entry until the next code */ 246 final = prev = (unsigned)last; /* low 8 bits of code */ [all...] |
| /frameworks/base/awt/java/awt/geom/ |
| Rectangle2D.java | 174 int code = 0; local 177 code |= OUT_LEFT | OUT_RIGHT; 179 code |= OUT_LEFT; 181 code |= OUT_RIGHT; 185 code |= OUT_TOP | OUT_BOTTOM; 187 code |= OUT_TOP; 189 code |= OUT_BOTTOM; 192 return code; 328 int code = 0; local 331 code |= OUT_LEFT | OUT_RIGHT [all...] |
| /frameworks/base/core/java/android/os/ |
| IBinder.java | 88 * The first transaction code available for user commands. 92 * The last transaction code available for user commands. 97 * IBinder protocol transaction code: pingBinder(). 102 * IBinder protocol transaction code: dump internal state. 107 * IBinder protocol transaction code: interrogate the recipient side 162 * @param code The action to perform. This should 173 public boolean transact(int code, Parcel data, Parcel reply, int flags)
|
| /frameworks/base/include/camera/ |
| ICameraClient.h | 43 virtual status_t onTransact( uint32_t code,
|
| ICameraService.h | 47 virtual status_t onTransact( uint32_t code,
|
| /frameworks/base/include/media/ |
| IAudioRecord.h | 58 virtual status_t onTransact( uint32_t code,
|
| IAudioTrack.h | 74 virtual status_t onTransact( uint32_t code,
|