| /external/v8/src/x64/ |
| assembler-x64-inl.h | 6 // * Redistributions of source code must retain the above copyright 68 void Assembler::emit_code_target(Handle<Code> target, RelocInfo::Mode rmode) { 73 // Optimization if we keep jumping to the same code target. 88 emit(0x48 | (reg.code() & 0x8) >> 1 | rm_reg.code() >> 3); 98 emit(0x48 | (reg.code() & 0x8) >> 1 | op.rex_); 103 ASSERT_EQ(rm_reg.code() & 0xf, rm_reg.code()); 146 byte rex_bits = (reg.code() & 0x8) >> 1 | op.rex_; 152 byte rex_bits = (reg.code() & 0x8) >> 1 | (base.code() & 0x8) >> 3 [all...] |
| /external/v8/test/mjsunit/compiler/ |
| globals.js | 6 // * Redistributions of source code must retain the above copyright 36 // Test that patching the IC in the compiled code works. 49 // Test that patching the IC in the compiled code works. 63 code = "g--; 1"; 64 assertEquals(1, eval(code));
|
| /external/v8/test/mjsunit/ |
| newline-in-string.js | 6 // * Redistributions of source code must retain the above copyright 39 var code = "'asdf\\" + String.fromCharCode(0xD) + String.fromCharCode(0xA) + "asdf'"; variable 40 assertEquals('asdfasdf', eval(code)); 43 code = "'asdf\\" + String.fromCharCode(0xA) + String.fromCharCode(0xD) + "asdf'"; 44 assertEquals('asdfasdf', eval(code));
|
| mjsunit.js | 6 // * Redistributions of source code must retain the above copyright 157 function assertThrows(code, type_opt, cause_opt) { 160 if (typeof code == 'function') { 161 code(); 163 eval(code); 184 function assertDoesNotThrow(code) { 186 if (typeof code == 'function') { 187 code(); 189 eval(code);
|
| enumeration-order.js | 6 // * Redistributions of source code must retain the above copyright 49 var code = "{ "; 50 for (var i = 0; i < size-1; i++) code += " a_" + i + " : " + (i + 1) + ", "; 51 code += "a_" + (size - 1) + " : " + size; 52 code += " }"; 53 eval("var a = " + code);
|
| /frameworks/base/services/java/com/android/server/ |
| MountService.java | 76 * Internal vold response code constants 477 public boolean onEvent(int code, String raw, String[] cooked) { 492 if (code == VoldResponseCode.VolumeStateChange) { 501 } else if (code == VoldResponseCode.ShareAvailabilityChange) { 508 } else if ((code == VoldResponseCode.VolumeDiskInserted) || 509 (code == VoldResponseCode.VolumeDiskRemoved) || 510 (code == VoldResponseCode.VolumeBadRemoval)) { 528 if (code == VoldResponseCode.VolumeDiskInserted) { 541 } else if (code == VoldResponseCode.VolumeDiskRemoved) { 557 } else if (code == VoldResponseCode.VolumeBadRemoval) 649 int code; local 680 int code = e.getCode(); local 743 int code = e.getCode(); local 760 int code = e.getCode(); local 777 int code; local 1166 int code = e.getCode(); local 1201 int code = e.getCode(); local 1231 int code = e.getCode(); local 1291 int code = Integer.parseInt(tok[0]); local 1297 int code = e.getCode(); local [all...] |
| /external/emma/core/java12/com/vladium/emma/instr/ |
| InstrVisitor.java | 83 * <code>cls.clone()</code> or by retaining the original definition bytes. 496 final CodeAttribute_info code = new CodeAttribute_info (attribute_name_index, local 502 attributes.add (code); 651 final CodeAttribute_info code = new CodeAttribute_info (attribute_name_index, local 657 code.setCode (buf.getByteArray (), buf.size ()); 659 attributes.add (code); 710 final byte [] code = attribute.getCode (); 713 if (trace2) m_log.trace2 ("visit", "code attribute for method #" + m_methodID + ": size = " + codeSize); 717 // instructionMap.get(ip) is the number of instructions in code[0-ip [all...] |
| /dalvik/dx/src/com/android/dx/dex/code/ |
| RopTranslator.java | 17 package com.android.dx.dex.code; 19 import com.android.dx.rop.code.BasicBlock; 20 import com.android.dx.rop.code.BasicBlockList; 21 import com.android.dx.rop.code.FillArrayDataInsn; 22 import com.android.dx.rop.code.Insn; 23 import com.android.dx.rop.code.LocalVariableInfo; 24 import com.android.dx.rop.code.PlainCstInsn; 25 import com.android.dx.rop.code.PlainInsn; 26 import com.android.dx.rop.code.RegOps; 27 import com.android.dx.rop.code.RegisterSpec [all...] |
| /external/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/ |
| pvamrwbdecoder.cpp | 22 ANSI-C code for the Adaptive Multi-Rate - Wideband (AMR-WB) speech codec 70 PSEUDO-CODE 139 ; FUNCTION CODE 171 ; FUNCTION CODE 266 ; FUNCTION CODE 276 ; FUNCTION CODE 308 int16 *code = &isf_tmp[M]; /* algebraic codevector */ local 309 int16 *excp = &code[L_SUBFR]; 557 * - decode algebraic code 559 * - find voicing factor and tilt of code for next subframe [all...] |
| /external/proguard/src/proguard/optimize/ |
| ChangedCodePrinter.java | 32 * prints out the code if the other visitor has changed it. 233 byte[] code = codeAttribute.code; 234 byte[] oldCode = new byte[code.length]; 236 // Copy the current code. 237 System.arraycopy(code, 0, oldCode, 0, codeAttribute.u4codeLength); 242 // Check if the code has changed. 261 if (oldCode[index] != codeAttribute.code[index]) 285 (oldCode[index] == codeAttribute.code[index]? " -- ":" => ")+ 288 Integer.toHexString(0x100|codeAttribute.code[index]&0xff).substring(1)) [all...] |
| /frameworks/base/media/libstagefright/codecs/amrwb/src/ |
| pvamrwbdecoder.cpp | 22 ANSI-C code for the Adaptive Multi-Rate - Wideband (AMR-WB) speech codec 70 PSEUDO-CODE 139 ; FUNCTION CODE 171 ; FUNCTION CODE 266 ; FUNCTION CODE 276 ; FUNCTION CODE 308 int16 *code = &isf_tmp[M]; /* algebraic codevector */ local 309 int16 *excp = &code[L_SUBFR]; 557 * - decode algebraic code 559 * - find voicing factor and tilt of code for next subframe [all...] |
| /external/libffi/src/ |
| closures.c | 5 Code to allocate and deallocate memory for closures. 38 with both write and execute permission. Code compiled when this 71 /* We have no use for this, so save some code and data. */ 75 lose track of the corresponding code address. */ 460 void *code; local 466 if (seg && (code = add_segment_exec_offset (start, seg)) != start) 468 int ret = munmap (code, length); 477 /* Return segment holding given code address. */ 493 to the writable address, and sets *CODE to the executable 496 ffi_closure_alloc (size_t size, void **code) [all...] |
| /external/qemu/ |
| disas.c | 1 /* General "disassemble this chunk" code. Used for debugging. */ 126 i386 - nonzero means 16 bit code 127 arm - nonzero means thumb code 131 void target_disas(FILE *out, target_ulong code, target_ulong size, int flags) 141 disasm_info.buffer_vma = code; 203 ": Asm output not supported on this arch\n", code); 207 for (pc = code; size > 0; pc += count, size -= count) { 236 void disas(FILE *out, void *code, unsigned long size) 245 disasm_info.buffer = code; 246 disasm_info.buffer_vma = (unsigned long)code; [all...] |
| /packages/inputmethods/PinyinIME/jni/share/ |
| ngram.cpp | 37 inline double distance(double freq, double code) { 38 // return fabs(freq - code); 39 return freq * fabs(log(freq) - log(code)); 42 // Find the index of the code value which is nearest to the given freq 93 for (size_t code = 0; code < kCodeBookSize; code++) { 94 assert(item_num[code] > 0); 95 code_book[code] = cb_new[code] / item_num[code] [all...] |
| /cts/tools/host/src/com/android/cts/ |
| CtsTestResult.java | 59 for (int code : sCodeToResultMap.keySet()) { 60 sResultToCodeMap.put(sCodeToResultMap.get(code), code); typedefs 113 * Get result code of the test. 115 * @return The result code of the test. 172 * Reverse the result code.
|
| /external/jpeg/ |
| jdhuff.c | 35 * structure assignment. You'll need to fix this code if you have 158 unsigned int code; local 160 /* Note that huffsize[] and huffcode[] are filled in code-length order, 180 /* Figure C.1: make table of Huffman code length for each symbol */ 194 /* We also validate that the counts represent a legal Huffman code tree. */ 196 code = 0; 201 huffcode[p++] = code; 202 code++; 204 /* code is now 1 more than the last code used for codelength si; bu 403 register INT32 code; local [all...] |
| /external/wpa_supplicant_6/wpa_supplicant/src/eap_common/ |
| eap_common.c | 96 * @code: Message Code (EAP_CODE_*) 108 u8 code, u8 identifier) 121 hdr->code = code;
|
| eap_ikev2_common.c | 57 struct wpabuf * eap_ikev2_build_frag_ack(u8 id, u8 code) 62 msg = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_IKEV2, 1, code, id); 70 msg = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_IKEV2, 0, code, id);
|
| /external/zlib/contrib/puff/ |
| puff.c | 9 * side benefit, this code might actually be useful when small code is more 18 * is less than 2K bytes. This code is compatible with 16-bit int's and 20 * assumed to be 16 bits, for arrays in order to to conserve memory. The code 25 * code is meant to supplement RFC 1951, which formally describes the deflate 56 * 1.4 31 Mar 2002 - Simplify construct() code set check 61 * 1.7 3 Mar 2003 - Added test code for distribution 76 #define MAXBITS 15 /* maximum bits in a code */ 182 * Huffman code decoding tables. count[1..MAXBITS] is the number of symbols of 183 * each length, which for a canonical code are stepped through in order 220 int code; \/* len bits being decoded *\/ local 248 int code; \/* len bits being decoded *\/ local [all...] |
| /frameworks/base/core/tests/coretests/src/android/app/activity/ |
| LocalService.java | 32 protected boolean onTransact(int code, Parcel data, Parcel reply, 34 if (code == ServiceTest.SET_REPORTER_CODE) { 39 return super.onTransact(code, data, reply, flags);
|
| /frameworks/base/libs/camera/ |
| ICameraClient.cpp | 82 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) 84 switch(code) { 112 return BBinder::onTransact(code, data, reply, flags);
|
| /frameworks/base/media/libmedia/ |
| IAudioFlingerClient.cpp | 69 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) 71 switch(code) { 95 return BBinder::onTransact(code, data, reply, flags);
|
| IAudioTrack.cpp | 108 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) 110 switch(code) { 142 return BBinder::onTransact(code, data, reply, flags);
|
| /packages/apps/IM/src/com/android/im/imps/ |
| ImpsTransactionManager.java | 49 * <code>null</code> to clear the listener on specified type. 99 * @param code 103 int code, String info) { 109 tx.notifyError(new ImErrorInfo(code, info)); 111 ImpsLog.log("Ignoring possible server transaction error " + code + info);
|
| /prebuilt/sdk/tools/lib/ |
| dx.jar | |