HomeSort by relevance Sort by last modified time
    Searched refs:code (Results 401 - 425 of 2299) sorted by null

<<11121314151617181920>>

  /frameworks/base/media/libstagefright/codecs/amrnb/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) */
  /frameworks/base/media/libstagefright/codecs/amrnb/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)*/
  /system/core/nexus/
nexctl.c 123 int code; local
128 code = atoi(tmp);
132 if (code >= 200 && code < 600)
  /system/netd/
ndc.c 123 int code; local
128 code = atoi(tmp);
132 if (code >= 200 && code < 600)
  /system/vold/
vdc.c 123 int code; local
128 code = atoi(tmp);
132 if (code >= 200 && code < 600)
  /external/tcpdump/
print-egp.c 221 register int code; local
238 code = egp->egp_code;
244 switch (code) {
247 printf(" %s", egp_acquire_codes[code]);
267 printf(" %s", egp_acquire_codes[code]);
285 printf("[code %d]", code);
291 switch (code) {
295 printf(" %s", egp_reach_codes[code]);
303 printf("[reach code %d]", code)
    [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9/
date-format-xparb.js 29 var code = "Date.prototype." + funcName + " = function(){return ";
39 code += "'" + String.escape(ch) + "' + ";
42 code += Date.getFormatCode(ch);
45 eval(code.substring(0, code.length - 3) + ";}");
123 var code = "Date." + funcName + " = function(input){\n"
149 code += obj.c;
154 code += "if (y > 0 && m >= 0 && d > 0 && h >= 0 && i >= 0 && s >= 0)\n"
169 eval(code);
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
date-format-xparb.js 29 var code = "Date.prototype." + funcName + " = function(){return ";
39 code += "'" + String.escape(ch) + "' + ";
42 code += Date.getFormatCode(ch);
45 eval(code.substring(0, code.length - 3) + ";}");
123 var code = "Date." + funcName + " = function(input){\n"
149 code += obj.c;
154 code += "if (y > 0 && m >= 0 && d > 0 && h >= 0 && i >= 0 && s >= 0)\n"
169 eval(code);
  /external/webkit/WebCore/xml/
XPathParser.cpp 10 * 1. Redistributions of source code must retain the above copyright
153 Token Parser::makeTokenAndAdvance(int code, int advance)
156 return Token(code);
159 Token Parser::makeTokenAndAdvance(int code, NumericOp::Opcode val, int advance)
162 return Token(code, val);
165 Token Parser::makeTokenAndAdvance(int code, EqTestOp::Opcode val, int advance)
168 return Token(code, val);
280 char code = peekCurHelper(); local
281 switch (code) {
284 return makeTokenAndAdvance(code);
    [all...]
  /dalvik/dx/src/com/android/dx/dex/cf/
CfTranslator.java 19 import com.android.dx.cf.code.ConcreteMethod;
20 import com.android.dx.cf.code.Ropper;
27 import com.android.dx.dex.code.DalvCode;
28 import com.android.dx.dex.code.PositionList;
29 import com.android.dx.dex.code.RopTranslator;
35 import com.android.dx.rop.code.AccessFlags;
36 import com.android.dx.rop.code.LocalVariableExtractor;
37 import com.android.dx.rop.code.LocalVariableInfo;
38 import com.android.dx.rop.code.RopMethod;
39 import com.android.dx.rop.code.DexTranslationAdvice
237 DalvCode code; local
    [all...]
  /external/ppp/pppd/
upap.c 10 * 1. Redistributions of source code must retain the above copyright
320 u_char code, id; local
324 * Parse header (code, id and length).
332 GETCHAR(code, inp);
346 * Action depends on code.
348 switch (code) {
361 default: /* XXX Need code reject */
584 upap_sresp(u, code, id, msg, msglen)
586 u_char code, id;
597 PUTCHAR(code, outp)
619 int code, id, len; local
    [all...]
chap-new.c 10 * 1. Redistributions of source code must retain the above copyright
120 static void chap_handle_response(struct chap_server_state *ss, int code,
128 static void chap_handle_status(struct chap_client_state *cs, int code, int id,
209 if (dp->code == digest_code)
239 if (dp->code == digest_code)
380 auth_peer_success(0, PPP_CHAP, ss->digest->code,
476 chap_handle_status(struct chap_client_state *cs, int code, int id,
486 if (code == CHAP_SUCCESS) {
490 code = CHAP_FAILURE;
505 if (code == CHAP_SUCCESS
518 unsigned char code, id; local
575 int code, id, len; local
    [all...]
fsm.c 10 * 1. Redistributions of source code must retain the above copyright
340 u_char code, id; local
344 * Parse header (code, id and length).
352 GETCHAR(code, inp);
372 * Action depends on code.
374 switch (code) {
385 fsm_rconfnakrej(f, code, id, inp, len);
402 || !(*f->callbacks->extcode)(f, code, id, inp, len) )
419 int code, reject_if_disagree; local
447 * to protocol-specific code for checking
684 u_char code, id; local
    [all...]
  /frameworks/base/core/java/android/view/
KeyEvent.java 132 // Also Android currently does not reserve code ranges for vendor-
136 // set of key code definitions across all Android devices.
158 * key code is not {#link {@link #KEYCODE_UNKNOWN} then the
160 * the given key code should be executed.
161 * Otherwise, if the key code {@link #KEYCODE_UNKNOWN}, then
294 * Set for {@link #ACTION_UP} when this event's key code is still being
397 * @param action Action code: either {@link #ACTION_DOWN},
399 * @param code The key code.
401 public KeyEvent(int action, int code) {
1064 final int code = mKeyCode; local
    [all...]
  /external/v8/src/mips/
disasm-mips.cc 6 // * Redistributions of source code must retain the above copyright
28 // A Disassembler object is used to disassemble a block of code instruction by
32 // The example below will disassemble a block of code and print it to stdout.
46 // of code into a FILE*, meaning that the above functionality could also be
254 int32_t code = instr->Bits(25, 6); local
256 v8i::OS::SNPrintF(out_buffer_ + out_buffer_pos_, "0x%05x", code);
265 int32_t code = instr->Bits(15, 6); local
267 v8i::OS::SNPrintF(out_buffer_ + out_buffer_pos_, "0x%03x", code);
332 case 'c': { // 'code for break or trap instructions
333 ASSERT(STRING_STARTS_WITH(format, "code"));
    [all...]
  /external/icu4c/tools/gennorm/
store.c 42 * The new implementation of the normalization code loads its data from
97 typedef void EnumTrieFn(void *context, uint32_t code, Norm *norm);
110 * set a flag for each code point that was seen in decompositions -
122 * after processCombining() this contains for each code point in combiningCPs[]
131 * Structure for a triple of code points, stored in combiningTriplesMem.
132 * The lead and trail code points combine into the the combined one,
137 * code point in the combiningCPs[] array.
139 * They are not sorted by code points.
210 /* set the minimum code points for no/maybe quick check values to the end of the BMP */
225 createNorm(uint32_t code) {
273 UChar32 code; local
    [all...]
  /cts/tools/signature-tools/test/signature/converter/doclet/
DocletTestConverter.java 113 com.sun.tools.javac.code.Flags.PUBLIC; // 0x1
117 com.sun.tools.javac.code.Flags.PUBLIC // 0x1
118 | com.sun.tools.javac.code.Flags.PROTECTED; // 0x4
122 com.sun.tools.javac.code.Flags.PUBLIC // 0x1
123 | com.sun.tools.javac.code.Flags.PROTECTED // 0x4
128 com.sun.tools.javac.code.Flags.PUBLIC // 0x1
129 | com.sun.tools.javac.code.Flags.PROTECTED // 0x4
131 | com.sun.tools.javac.code.Flags.PRIVATE; // 0x2
  /dalvik/dx/src/com/android/dx/cf/code/
LocalsArray.java 17 package com.android.dx.cf.code;
19 import com.android.dx.rop.code.RegisterSpec;
39 * @param mutable {@code true} if this instance is mutable
48 * @return {@code non-null;} the copy
56 * @param ex {@code non-null;} the exception to annotate
64 * @param type {@code non-null;} type to replace
83 * @param idx {@code >= 0, < getMaxLocals();} which local
84 * @param type {@code non-null;} new type for the local at {@code idx}
92 * {@code set(spec.getReg(), spec)}
    [all...]
Machine.java 17 package com.android.dx.cf.code;
22 import com.android.dx.rop.code.LocalItem;
35 * {@code this} argument for instance methods.
37 * @return {@code non-null;} the method prototype
51 * @param frame {@code non-null;} frame to operate on
52 * @param count {@code >= 0;} number of values to pop
58 * {@code Prototype} (popped in reverse of the argument
64 * @param frame {@code non-null;} frame to operate on
65 * @param prototype {@code non-null;} prototype indicating arguments to pop
74 * @param frame {@code non-null;} frame to operate o
    [all...]
  /dalvik/dx/src/com/android/dx/command/dump/
DotDumper.java 19 import com.android.dx.cf.code.ConcreteMethod;
20 import com.android.dx.cf.code.Ropper;
26 import com.android.dx.rop.code.BasicBlock;
27 import com.android.dx.rop.code.BasicBlockList;
28 import com.android.dx.rop.code.RopMethod;
29 import com.android.dx.rop.code.DexTranslationAdvice;
30 import com.android.dx.rop.code.TranslationAdvice;
31 import com.android.dx.rop.code.AccessFlags;
  /dalvik/dx/src/com/android/dx/dex/file/
CatchStructs.java 19 import com.android.dx.dex.code.CatchHandlerList;
20 import com.android.dx.dex.code.CatchTable;
21 import com.android.dx.dex.code.DalvCode;
34 * handler address) for a particular piece of code. Instances of this
35 * class correspond to a {@code try_item[]} and a
36 * {@code catch_handler_item[]}.
40 * the size of a {@code try_item}: a {@code uint}
41 * and two {@code ushort}s
45 /** {@code non-null;} code that contains the catches *
46 private final DalvCode code; field in class:CatchStructs
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
BasicRegisterMapper.java 19 import com.android.dx.rop.code.RegisterSpec;
20 import com.android.dx.rop.code.RegisterSpecList;
74 * @param oldReg {@code >= 0;} old-namespace register
111 * @param oldReg {@code >= 0;} old register
112 * @param newReg {@code >= 0;} new register
113 * @param category {@code 1..2;} width of reg
  /dalvik/libcore/dom/src/test/java/org/w3c/domts/level1/core/
attrsetvaluenomodificationallowederrEE.java 93 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
103 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
documentinvalidcharacterexceptioncreateentref.java 77 success = (ex.code == DOMException.NOT_SUPPORTED_ERR);
88 success = (ex.code == DOMException.INVALID_CHARACTER_ERR);

Completed in 1244 milliseconds

<<11121314151617181920>>