| /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
| c2_11pf.cpp | 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec 73 * The code length is 40, containing 2 nonzero pulses: i0...i1. 159 code[], Innovative codebook, array of type Word16 179 The code length is 40, containing 2 nonzero pulses: i0...i1. 202 PSEUDO-CODE 208 When the code is written for a specific target processor the 233 Word16 code[], /* o : Innovative codebook */ 303 code, 311 * Include fixed-gain pitch contribution into code[]. 320 code[i - T0] [all...] |
| c2_9pf.cpp | 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec 47 optimizing C code. 51 Description: Added setting of Overflow flag in inlined code. 146 0, 1, 0, 1, -1, /* subframe 1; track to code; 147 * -1 do not code this position 175 code = buffer containing the innovative codebook (Word16) 180 code buffer contains the new innovation vector gains 183 index = code index (Word16) 197 The code length is 40, containing 2 nonzero pulses: i0...i1. All pulses can 237 PSEUDO-CODE [all...] |
| /frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
| q_gain2.c | 67 Word16 code[], /* (i) Q9 : Innovative vector. */ 73 Word32 * gain_cod, /* (o) Q16 : Code gain. */ 171 * Find energy of code and compute: * 173 * L_tmp = MEAN_ENER - 10log10(energy of code/ L_subfr) * 174 * = MEAN_ENER - 3.0103*log2(energy of code/ L_subfr) * 177 L_tmp = Dot_product12_asm(code, code, L_subfr, &exp_code); 179 L_tmp = Dot_product12(code, code, L_subfr, &exp_code); 181 /* exp_code: -18 (code in Q9), -6 (/L_subfr), -31 (L_tmp Q31->Q0) * [all...] |
| /frameworks/base/packages/SystemUI/src/com/android/systemui/media/ |
| NotificationPlayer.java | 44 int code; field in class:NotificationPlayer.Command 52 return "{ code=" + code + " looping=" + looping + " stream=" + stream 176 switch (cmd.code) { 287 cmd.code = PLAY; 309 cmd.code = STOP;
|
| /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/ |
| ExifData.java | 232 byte[] code = new byte[8]; 233 System.arraycopy(buf, 0, code, 0, 8); 236 if (Arrays.equals(code, USER_COMMENT_ASCII)) { 238 } else if (Arrays.equals(code, USER_COMMENT_JIS)) { 240 } else if (Arrays.equals(code, USER_COMMENT_UNICODE)) {
|
| /libcore/luni/src/main/java/java/lang/ |
| Runtime.java | 117 * this method is equivalent to calling {@code exec(progArray, null, null)}. 122 * @return the new {@code Process} object that represents the native 133 * process. The new process uses the environment provided in {@code envp}. 135 * {@code exec(progArray, envp, null)}. 143 * @return the new {@code Process} object that represents the native 154 * process. The new process uses the environment provided in {@code envp} 155 * and the working directory specified by {@code directory}. 164 * the directory in which to execute the program. If {@code null}, 166 * @return the new {@code Process} object that represents the native 179 * equivalent to calling {@code exec(prog, null, null)} [all...] |
| /libcore/luni/src/test/java/tests/org/w3c/dom/ |
| ElementSetAttributeNS.java | 143 success = (ex.code == DOMException.INVALID_CHARACTER_ERR); 163 success = (ex.code == DOMException.NAMESPACE_ERR); 181 success = (ex.code == DOMException.NAMESPACE_ERR); 192 success = (ex.code == DOMException.NAMESPACE_ERR); 213 success = (ex.code == DOMException.NAMESPACE_ERR);
|
| NamedNodeMapSetNamedItemNS.java | 153 success = (ex.code == DOMException.WRONG_DOCUMENT_ERR); 184 success = (ex.code == DOMException.WRONG_DOCUMENT_ERR); 213 // success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR); 223 // success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR); 249 success = (ex.code == DOMException.INUSE_ATTRIBUTE_ERR); 275 success = (ex.code == DOMException.INUSE_ATTRIBUTE_ERR); 301 success = (ex.code == DOMException.INUSE_ATTRIBUTE_ERR); 325 // success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR); 335 // success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR); 367 // success = (ex.code == DOMException.HIERARCHY_REQUEST_ERR) [all...] |
| /packages/apps/Camera2/src/com/android/camera/exif/ |
| ExifData.java | 232 byte[] code = new byte[8]; 233 System.arraycopy(buf, 0, code, 0, 8); 236 if (Arrays.equals(code, USER_COMMENT_ASCII)) { 238 } else if (Arrays.equals(code, USER_COMMENT_JIS)) { 240 } else if (Arrays.equals(code, USER_COMMENT_UNICODE)) {
|
| /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/ |
| ExifData.java | 232 byte[] code = new byte[8]; 233 System.arraycopy(buf, 0, code, 0, 8); 236 if (Arrays.equals(code, USER_COMMENT_ASCII)) { 238 } else if (Arrays.equals(code, USER_COMMENT_JIS)) { 240 } else if (Arrays.equals(code, USER_COMMENT_UNICODE)) {
|
| /packages/apps/Launcher3/src/com/android/gallery3d/exif/ |
| ExifData.java | 232 byte[] code = new byte[8]; 233 System.arraycopy(buf, 0, code, 0, 8); 236 if (Arrays.equals(code, USER_COMMENT_ASCII)) { 238 } else if (Arrays.equals(code, USER_COMMENT_JIS)) { 240 } else if (Arrays.equals(code, USER_COMMENT_UNICODE)) {
|
| /packages/apps/Mms/src/com/android/mms/exif/ |
| ExifData.java | 232 byte[] code = new byte[8]; 233 System.arraycopy(buf, 0, code, 0, 8); 236 if (Arrays.equals(code, USER_COMMENT_ASCII)) { 238 } else if (Arrays.equals(code, USER_COMMENT_JIS)) { 240 } else if (Arrays.equals(code, USER_COMMENT_UNICODE)) {
|
| /packages/apps/Mms/src/com/android/mms/transaction/ |
| NotificationPlayer.java | 49 int code; field in class:NotificationPlayer.Command 59 return "{ code=" + code + " looping=" + looping + " stream=" + stream 172 switch (cmd.code) { 276 cmd.code = PLAY; 299 cmd.code = STOP;
|
| /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
| DynamicGridKeyboard.java | 68 private Key getTemplateKey(final int code) { 70 if (key.getCode() == code) { 74 throw new RuntimeException("Can't find template key: code=" + code); 149 final int code = (Integer) o; local 150 final Key key = kbd.getKey(code);
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
| code.py | 5 # Inspired by similar code by Jeff Epler and Fredrik Lundh. 41 which code will be executed; it defaults to a newly created 65 3) The input is complete; compile_command() returned a code 66 object. The code is executed by calling self.runcode() (which 76 code = self.compile(source, filename, symbol) 82 if code is None: 87 self.runcode(code) 90 def runcode(self, code): 91 """Execute a code object. 98 elsewhere in this code, and may not always be caught. Th [all...] |
| trace.py | 102 any code. `--file' must specify the results file to 130 # Simple rx to find lines with no code. 393 def find_lines_from_code(code, strs): 397 for _, lineno in dis.findlinestarts(code): 403 def find_lines(code, strs): 404 """Return lineno dict for all code objects reachable from code.""" 405 # get all of the lineno information from the code of this scope level 406 linenos = find_lines_from_code(code, strs) 408 # and check the constants for references to other code object [all...] |
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
| code.py | 5 # Inspired by similar code by Jeff Epler and Fredrik Lundh. 41 which code will be executed; it defaults to a newly created 65 3) The input is complete; compile_command() returned a code 66 object. The code is executed by calling self.runcode() (which 76 code = self.compile(source, filename, symbol) 82 if code is None: 87 self.runcode(code) 90 def runcode(self, code): 91 """Execute a code object. 98 elsewhere in this code, and may not always be caught. Th [all...] |
| trace.py | 102 any code. `--file' must specify the results file to 130 # Simple rx to find lines with no code. 393 def find_lines_from_code(code, strs): 397 for _, lineno in dis.findlinestarts(code): 403 def find_lines(code, strs): 404 """Return lineno dict for all code objects reachable from code.""" 405 # get all of the lineno information from the code of this scope level 406 linenos = find_lines_from_code(code, strs) 408 # and check the constants for references to other code object [all...] |
| /system/core/libutils/ |
| ProcessCallStack.cpp | 156 int code; local 157 while ((code = readdir_r(dp, &entry, &ep)) == 0 && ep != NULL) { 193 if (code != 0) { // returns positive error value on error 195 __FUNCTION__, PATH_SELF_TASK, -code, strerror(code));
|
| /dalvik/dexgen/src/com/android/dexgen/dex/code/ |
| Dops.java | 17 package com.android.dexgen.dex.code; 19 import com.android.dexgen.dex.code.form.Form10t; 20 import com.android.dexgen.dex.code.form.Form10x; 21 import com.android.dexgen.dex.code.form.Form11n; 22 import com.android.dexgen.dex.code.form.Form11x; 23 import com.android.dexgen.dex.code.form.Form12x; 24 import com.android.dexgen.dex.code.form.Form20t; 25 import com.android.dexgen.dex.code.form.Form21c; 26 import com.android.dexgen.dex.code.form.Form21h; 27 import com.android.dexgen.dex.code.form.Form21s [all...] |
| /external/bison/src/ |
| scan-code.l | 35 #include "scan-code.h" 69 /* C and C++ comments in code. */ 71 /* Strings and characters in code. */ 97 /* Nesting level of the current code in braces. */ 148 | Scanning user-code characters and strings. | 221 brace in braced code, so that the user code can omit trailing 229 _("a ';' might be needed at the end of action code")); 284 /* Escape M4 quoting characters in C code. */ 869 yy_switch_to_buffer (yy_scan_string (self->code)); [all...] |
| /external/chromium_org/v8/src/ |
| full-codegen.cc | 6 // * Redistributions of source code must retain the above copyright 333 Code::Flags flags = Code::ComputeFlags(Code::FUNCTION); 334 Handle<Code> code = CodeGenerator::MakeCodeEpilogue(&masm, flags, info); local 335 code->set_optimizable(info->IsOptimizable() && 338 cgen.PopulateDeoptimizationData(code); 339 cgen.PopulateTypeFeedbackInfo(code); 340 cgen.PopulateTypeFeedbackCells(code); [all...] |
| /external/chromium_org/v8/test/mjsunit/ |
| mjsunit.js | 6 // * Redistributions of source code must retain the above copyright 85 // Assert that the passed function or eval code throws an exception. 92 // Assert that the passed function or eval code does not throw an exception. 99 // Assert that this code is never executed (i.e., always fails if executed). 102 // Assert that the function code is (not) optimized. If "no sync" is passed 306 assertThrows = function assertThrows(code, type_opt, cause_opt) { 309 if (typeof code == 'function') { 310 code(); 312 eval(code); 343 assertDoesNotThrow = function assertDoesNotThrow(code, name_opt) [all...] |
| /external/v8/src/ |
| full-codegen.cc | 6 // * Redistributions of source code must retain the above copyright 314 Code::Flags flags = Code::ComputeFlags(Code::FUNCTION); 315 Handle<Code> code = CodeGenerator::MakeCodeEpilogue(&masm, flags, info); local 316 code->set_optimizable(info->IsOptimizable() && 319 code->set_self_optimization_header(cgen.has_self_optimization_header_); 320 cgen.PopulateDeoptimizationData(code); 321 cgen.PopulateTypeFeedbackInfo(code); [all...] |
| /external/chromium_org/v8/src/mips/ |
| simulator-mips.cc | 6 // * Redistributions of source code must retain the above copyright 72 // code. 85 // We set the breakpoint code to 0xfffff to easily recognize it. 126 // Get the stop code. 127 uint32_t code = instr->Bits(25, 6); local 135 if (!watched_stops_[code].desc) { 136 watched_stops_[code].desc = msg; 160 // Get the stop code. 161 uint32_t code = instr->Bits(25, 6); local 166 if (!sim_->watched_stops_[code].desc) 1420 uint32_t code = (func == BREAK) ? instr->Bits(25, 6) : -1; local 1722 uint32_t code = static_cast<uint32_t>(instr->Bits(25, 6)); local [all...] |