| /frameworks/base/core/java/android/util/ |
| TimeUtils.java | 70 String code = parser.getAttributeValue(null, "code"); local 72 if (country.equals(code)) {
|
| /frameworks/base/include/binder/ |
| IPCThreadState.h | 55 uint32_t code, const Parcel& data, 89 uint32_t code,
|
| /frameworks/base/media/libstagefright/codecs/amrnb/dec/src/ |
| dec_gain.cpp | 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec 45 Description: Added fixes to the code as per review comments. Removed nested 112 code[] = pointer to innovative vector of type Word16 120 gain_cod = pointer to code gain of type Word16 148 PSEUDO-CODE 160 When the code is written for a specific target processor the 185 Word16 code[], /* i : Innovative vector. */ 188 Word16 * gain_cod, /* o : Code gain. */ 275 gc_pred(pred_state, mode, code, &exp, &frac, NULL, NULL, pOverflow);
|
| /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/ |
| spstproc.cpp | 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec 109 code -- Word16 Array -- Fixed codebook exitation 146 PSEUDO-CODE 152 When the code is written for a specific target processor the 181 Word16 code[], /* i : Fixed codebook exitation */ 240 p_code = &code[0]; 244 /* exc[i] = gain_pit*exc[i] + gain_code*code[i]; */ 254 * code Q12 Q13
|
| gain_q.cpp | 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec 148 PSEUDO-CODE 154 When the code is written for a specific target processor the 248 PSEUDO-CODE 254 When the code is written for a specific target processor the 335 PSEUDO-CODE 341 When the code is written for a specific target processor the 388 code -- Word16 array -- CB innovation (unfiltered), Q13 404 sf0_gain_cod -- Word16 Pointer -- Code gain sf 0. MR475 406 gain_cod -- Word16 Pointer -- Code gain [all...] |
| /external/v8/tools/ |
| tickprocessor.js | 6 // * Redistributions of source code must retain the above copyright 62 'code-creation': { 63 parsers: [null, this.createAddressParser('code'), parseInt, null], 65 'code-move': { parsers: [this.createAddressParser('code'), 66 this.createAddressParser('code-move-to')], 68 'code-delete': { parsers: [this.createAddressParser('code')], 73 'snapshot-pos': { parsers: [this.createAddressParser('code'), parseInt], 80 print('Snapshot: Code move event for unknown code: 0x' [all...] |
| /dalvik/dx/src/com/android/dx/command/dump/ |
| SsaDumper.java | 19 import com.android.dx.cf.code.ConcreteMethod; 20 import com.android.dx.cf.code.Ropper; 23 import com.android.dx.rop.code.RopMethod; 24 import com.android.dx.rop.code.TranslationAdvice; 25 import com.android.dx.rop.code.DexTranslationAdvice; 26 import com.android.dx.rop.code.AccessFlags; 55 * @param bytes {@code non-null;} bytes of the original class file 56 * @param out {@code non-null;} where to dump to 70 * @param bytes {@code non-null;} bytes of the original class file 71 * @param out {@code non-null;} where to dump t [all...] |
| /dalvik/libcore/xml/src/test/java/tests/org/w3c/dom/ |
| NodeSetPrefix.java | 139 notes = "Verifies DOMException with NAMESPACE_ERR code.", 154 success = (ex.code == DOMException.NAMESPACE_ERR); 179 // success = (ex.code == DOMException.NAMESPACE_ERR); 186 notes = "Verifies DOMException with NAMESPACE_ERR code.", 212 success = (ex.code == DOMException.NAMESPACE_ERR); 220 notes = "Verifies DOMException with NAMESPACE_ERR code.", 236 success = (ex.code == DOMException.NAMESPACE_ERR); 243 notes = "Verifies DOMException with NAMESPACE_ERR code.", 259 success = (ex.code == DOMException.NAMESPACE_ERR); 285 success = (ex.code == DOMException.NAMESPACE_ERR) [all...] |
| Prefix.java | 154 notes = "Verifies that getPrefix method throws DOMException with NAMESPACE_ERR code.", 174 success = (ex.code == DOMException.NAMESPACE_ERR); 181 notes = "Verifies that getPrefix method throws DOMException with INVALID_CHARACTER_ERR code.", 198 success = (ex.code == DOMException.INVALID_CHARACTER_ERR); 205 notes = "Verifies that getPrefix method throws DOMException with NAMESPACE_ERR code.", 222 success = (ex.code == DOMException.NAMESPACE_ERR); 256 // success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR); 263 notes = "Verifies that getPrefix method throws DOMException with NAMESPACE_ERR code.", 282 success = (ex.code == DOMException.NAMESPACE_ERR); 289 notes = "Verifies that getPrefix method throws DOMException with NAMESPACE_ERR code." [all...] |
| /external/elfutils/libdw/ |
| dwarf_getloclist.c | 58 if (attr->code != DW_AT_location 59 && attr->code != DW_AT_data_member_location 60 && attr->code != DW_AT_vtable_elem_location 61 && attr->code != DW_AT_string_length 62 && attr->code != DW_AT_use_location 63 && attr->code != DW_AT_return_addr)
|
| /external/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/ |
| gain_q.cpp | 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec 146 PSEUDO-CODE 152 When the code is written for a specific target processor the 246 PSEUDO-CODE 252 When the code is written for a specific target processor the 333 PSEUDO-CODE 339 When the code is written for a specific target processor the 386 code -- Word16 array -- CB innovation (unfiltered), Q13 402 sf0_gain_cod -- Word16 Pointer -- Code gain sf 0. MR475 404 gain_cod -- Word16 Pointer -- Code gain [all...] |
| /external/opencore/codecs_v2/video/avc_h264/enc/src/ |
| bitstream_io.cpp | 138 /* In/out : Unused bits in 'code' must be all zeros. */ 143 AVCEnc_Status BitstreamWriteBits(AVCEncBitstream *stream, int nBits, uint code) 159 stream->current_word = (current_word << nBits) | code; 169 stream->current_word = (current_word << bit_left) | (code >> (nBits - bit_left)); 179 stream->current_word = code; /* no extra masking for code, must be handled before saving */ 190 /* In/out : Unused bits in 'code' must be all zeros. */ 195 AVCEnc_Status BitstreamWrite1Bit(AVCEncBitstream *stream, uint code) 200 //DEBUG_LOG(userData,AVC_LOGTYPE_INFO,"BitstreamWrite1Bit",code,-1); 204 stream->current_word = (current_word << 1) | code; [all...] |
| /external/openssl/crypto/conf/ |
| keysets.pl | 65 * apply to all code found in this distribution, be it the RC4, RSA, 66 * lhash, DES, etc., code; not just the SSL code. The SSL documentation 71 * the code are not to be removed. 80 * 1. Redistributions of source code must retain the copyright 91 * 4. If you include any Windows specific code (or a derivative thereof) from 92 * the apps directory (application code) you must include an acknowledgement: 108 * derivative of this code cannot be changed. i.e. this code cannot simply be
|
| /external/proguard/src/proguard/classfile/instruction/ |
| VariableInstruction.java | 256 protected void readInfo(byte[] code, int offset) 271 variableIndex = readValue(code, offset, variableIndexSize); offset += variableIndexSize; 274 constant = readSignedValue(code, offset, constantSize); 278 protected void writeInfo(byte[] code, int offset) 293 writeValue(code, offset, variableIndex, variableIndexSize); offset += variableIndexSize; 294 writeSignedValue(code, offset, constant, constantSize);
|
| /external/zlib/contrib/blast/ |
| blast.c | 31 #define MAXBITS 13 /* maximum code length */ 91 * Huffman code decoding tables. count[1..MAXBITS] is the number of symbols of 92 * each length, which for a canonical code are stepped through in order. 103 * Decode a code from the stream s using huffman table h. Return the symbol or 105 * an empty code, or if the code is incomplete and an invalid code is received, 113 * build the code value reversed from what is in the stream in order to 116 * - The first code for the shortest length is all ones. Subsequent codes of 117 * the same length are simply integer decrements of the previous code. Whe 126 int code; \/* len bits being decoded *\/ local [all...] |
| /dalvik/dx/src/com/android/dx/cf/code/ |
| RopperMachine.java | 17 package com.android.dx.cf.code; 19 import com.android.dx.rop.code.FillArrayDataInsn; 20 import com.android.dx.rop.code.Insn; 21 import com.android.dx.rop.code.PlainCstInsn; 22 import com.android.dx.rop.code.PlainInsn; 23 import com.android.dx.rop.code.RegOps; 24 import com.android.dx.rop.code.RegisterSpec; 25 import com.android.dx.rop.code.RegisterSpecList; 26 import com.android.dx.rop.code.Rop; 27 import com.android.dx.rop.code.Rops [all...] |
| /frameworks/base/libs/binder/ |
| IPCThreadState.cpp | 158 << "code=" << TypeCode(btd->code) << ", flags=" << (void*)btd->flags << endl 171 int32_t code = *cmd++; local 172 if (code == BR_ERROR) { 175 } else if (code < 0 || code >= N) { 176 out << "Unknown reply: " << code << endl; 180 out << kReturnStrings[code]; 181 switch (code) { 227 int32_t code = *cmd++ local [all...] |
| /external/v8/src/ia32/ |
| assembler-ia32.cc | 8 // - Redistributions of source code must retain the above copyright notice, 33 // The original source code covered by the above license above has been modified 121 Object* code = Heap::CreateCode(desc, local 123 Code::ComputeFlags(Code::STUB), 124 Handle<Code>::null()); 125 if (!code->IsCode()) return; 127 Code::cast(code), "CpuFeatures::Probe")); 129 F0 probe = FUNCTION_CAST<F0>(Code::cast(code)->entry()) [all...] |
| /external/bluetooth/glib/gio/ |
| gsimpleasyncresult.c | 249 * @code: an error code. 262 gint code, 278 g_simple_async_result_set_error_va (simple, domain, code, format, args); 481 gint code, 490 error = g_error_new_literal (domain, code, message); 500 * @code: an error code. 510 gint code, 520 simple->error = _g_error_new_valist (domain, code, format, args) [all...] |
| /external/icu4c/common/ |
| unames.c | 48 * and we don't want to make it less compact, so we changed the access code. 96 UChar32 code; member in struct:__anon2139 200 /* check error code from previous attempt */ 472 static uint16_t getExtName(uint32_t code, char *buffer, uint16_t bufferLength) { 473 const char *catname = getCharCatName(code); 484 for (cp = code, ndigits = 0; cp; ++ndigits, cp >>= 4) 488 for (cp = code, i = ndigits; (cp || i > 0) && bufferLength; cp >>= 4, bufferLength--) { 501 * Unicode code point "code". 502 * The return value is always a valid Group* that may contain "code" 1096 UChar32 code; local [all...] |
| /packages/apps/IM/src/com/android/im/imps/ |
| PtsCodes.java | 102 public static String getPresenceAttributeElement(String code) { 104 return sCodeToPresenceAttribute.get(code.toUpperCase()); 107 public static String getPAValue(String code) { 109 String value = sCodeToPAValue.get(code.toUpperCase()); 111 return value == null ? code : value; 116 String code = sPAValueToCode.get(value.toUpperCase()); local 117 return code == null ? value : code; 121 for (String code : sServerRequestTransactionCode) { 122 if (code.equals(type)) [all...] |
| /frameworks/base/tools/aapt/ |
| Command.cpp | 463 ResXMLTree::event_code_t code; local 465 while ((code=tree.next()) != ResXMLTree::END_DOCUMENT && code != ResXMLTree::BAD_DOCUMENT) { 466 if (code == ResXMLTree::END_TAG) { 470 if (code != ResXMLTree::START_TAG) { 503 ResXMLTree::event_code_t code; local 578 while ((code=tree.next()) != ResXMLTree::END_DOCUMENT && code != ResXMLTree::BAD_DOCUMENT) { 579 if (code == ResXMLTree::END_TAG) { 621 if (code != ResXMLTree::START_TAG) 675 int32_t code = getIntegerAttribute(tree, MIN_SDK_VERSION_ATTR, &error); local [all...] |
| /external/opencore/codecs_v2/video/m4v_h263/dec/src/ |
| datapart_decode.cpp | 137 /* 04/01/2001 fixed MB_stuffing, removed unnecessary code */ 149 uint code; local 160 BitstreamShowBits16(stream, 9, &code); 161 while (code == 1) 164 BitstreamShowBits16(stream, 9, &code); 192 BitstreamShowBits16(stream, 9, &code); 193 while (code == 1) 196 BitstreamShowBits16(stream, 9, &code); 316 uint code; local 325 BitstreamShowBits16(stream, 10, &code); [all...] |
| /external/quake/quake/src/QW/client/ |
| cd_audio.c | 120 char code; member in struct:audioChannelInfo_s 133 char code; member in struct:deviceStatus_s 139 char code; member in struct:mediaChange_s 145 char code; member in struct:audioDiskInfo_s 153 char code; member in struct:audioTrackInfo_s 161 char code; member in struct:audioStatus_s 169 char code; member in struct:reset_s 251 readInfo->reset.code = WRITE_REQUEST_RESET; 278 readInfo->reset.code = WRITE_REQUEST_EJECT; 308 readInfo->audioTrackInfo.code = READ_REQUEST_AUDIO_TRACK_INFO [all...] |
| /external/quake/quake/src/WinQuake/ |
| cd_audio.cpp | 142 char code;
member in struct:audioChannelInfo_s 155 char code;
member in struct:deviceStatus_s 161 char code;
member in struct:mediaChange_s 167 char code;
member in struct:audioDiskInfo_s 175 char code;
member in struct:audioTrackInfo_s 183 char code;
member in struct:audioStatus_s 191 char code;
member in struct:reset_s 272 readInfo->reset.code = WRITE_REQUEST_RESET;
296 readInfo->reset.code = WRITE_REQUEST_EJECT;
322 readInfo->audioTrackInfo.code = READ_REQUEST_AUDIO_TRACK_INFO; [all...] |