HomeSort by relevance Sort by last modified time
    Searched refs:code (Results 551 - 575 of 8676) sorted by null

<<21222324252627282930>>

  /dalvik/dx/src/com/android/dx/dex/code/form/
Form23x.java 17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.DalvInsn;
20 import com.android.dx.dex.code.InsnFormat;
21 import com.android.dx.dex.code.SimpleInsn;
22 import com.android.dx.rop.code.RegisterSpecList;
27 * Instruction format {@code 23x}. See the instruction format spec
31 /** {@code non-null;} unique instance of this class */
Form31i.java 17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.CstInsn;
20 import com.android.dx.dex.code.DalvInsn;
21 import com.android.dx.dex.code.InsnFormat;
22 import com.android.dx.rop.code.RegisterSpecList;
29 * Instruction format {@code 31i}. See the instruction format spec
33 /** {@code non-null;} unique instance of this class */
Form31t.java 17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.DalvInsn;
20 import com.android.dx.dex.code.InsnFormat;
21 import com.android.dx.dex.code.TargetInsn;
22 import com.android.dx.rop.code.RegisterSpecList;
27 * Instruction format {@code 31t}. See the instruction format spec
31 /** {@code non-null;} unique instance of this class */
Form32x.java 17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.DalvInsn;
20 import com.android.dx.dex.code.InsnFormat;
21 import com.android.dx.dex.code.SimpleInsn;
22 import com.android.dx.rop.code.RegisterSpecList;
27 * Instruction format {@code 32x}. See the instruction format spec
31 /** {@code non-null;} unique instance of this class */
Form3rc.java 17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.CstInsn;
20 import com.android.dx.dex.code.DalvInsn;
21 import com.android.dx.dex.code.InsnFormat;
22 import com.android.dx.rop.code.RegisterSpecList;
29 * Instruction format {@code 3rc}. See the instruction format spec
33 /** {@code non-null;} unique instance of this class */
Form51l.java 17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.CstInsn;
20 import com.android.dx.dex.code.DalvInsn;
21 import com.android.dx.dex.code.InsnFormat;
22 import com.android.dx.rop.code.RegisterSpecList;
30 * Instruction format {@code 51l}. See the instruction format spec
34 /** {@code non-null;} unique instance of this class */
  /external/chromium_org/chrome/browser/google_apis/
gdata_contacts_requests.cc 2 // Use of this source code is governed by a BSD-style license that can be
103 GDataErrorCode code = GetErrorCode(source); local
106 callback_.Run(code, data.Pass());
107 OnProcessURLFetchResultsComplete(code == HTTP_SUCCESS);
111 GDataErrorCode code) {
113 callback_.Run(code, data.Pass());
  /external/chromium_org/content/renderer/media/
cache_util.cc 2 // Use of this source code is governed by a BSD-style license that can be
29 const int code = response.httpStatusCode(); local
36 if (code != kHttpOK && code != kHttpPartialContent)
38 if (http_version < HttpVersion(1, 1) && code == kHttpPartialContent)
40 if (code == kHttpPartialContent &&
  /external/chromium_org/third_party/leveldatabase/src/include/leveldb/
status.h 2 // Use of this source code is governed by a BSD-style license that can be
55 bool IsNotFound() const { return code() == kNotFound; }
58 bool IsCorruption() const { return code() == kCorruption; }
61 bool IsIOError() const { return code() == kIOError; }
71 // state_[4] == code
75 enum Code {
84 Code code() const { function in class:leveldb::Status
85 return (state_ == NULL) ? kOk : static_cast<Code>(state_[4]);
88 Status(Code code, const Slice& msg, const Slice& msg2)
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/form/
Form21t.java 17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.DalvInsn;
20 import com.android.dx.dex.code.InsnFormat;
21 import com.android.dx.dex.code.TargetInsn;
22 import com.android.dx.rop.code.RegisterSpecList;
28 * Instruction format {@code 21t}. See the instruction format spec
32 /** {@code non-null;} unique instance of this class */
Form22t.java 17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.DalvInsn;
20 import com.android.dx.dex.code.InsnFormat;
21 import com.android.dx.dex.code.TargetInsn;
22 import com.android.dx.rop.code.RegisterSpecList;
28 * Instruction format {@code 22t}. See the instruction format spec
32 /** {@code non-null;} unique instance of this class */
Form22x.java 17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.DalvInsn;
20 import com.android.dx.dex.code.InsnFormat;
21 import com.android.dx.dex.code.SimpleInsn;
22 import com.android.dx.rop.code.RegisterSpecList;
28 * Instruction format {@code 22x}. See the instruction format spec
32 /** {@code non-null;} unique instance of this class */
Form23x.java 17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.DalvInsn;
20 import com.android.dx.dex.code.InsnFormat;
21 import com.android.dx.dex.code.SimpleInsn;
22 import com.android.dx.rop.code.RegisterSpecList;
28 * Instruction format {@code 23x}. See the instruction format spec
32 /** {@code non-null;} unique instance of this class */
Form31i.java 17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.CstInsn;
20 import com.android.dx.dex.code.DalvInsn;
21 import com.android.dx.dex.code.InsnFormat;
22 import com.android.dx.rop.code.RegisterSpecList;
30 * Instruction format {@code 31i}. See the instruction format spec
34 /** {@code non-null;} unique instance of this class */
Form31t.java 17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.DalvInsn;
20 import com.android.dx.dex.code.InsnFormat;
21 import com.android.dx.dex.code.TargetInsn;
22 import com.android.dx.rop.code.RegisterSpecList;
28 * Instruction format {@code 31t}. See the instruction format spec
32 /** {@code non-null;} unique instance of this class */
Form32x.java 17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.DalvInsn;
20 import com.android.dx.dex.code.InsnFormat;
21 import com.android.dx.dex.code.SimpleInsn;
22 import com.android.dx.rop.code.RegisterSpecList;
28 * Instruction format {@code 32x}. See the instruction format spec
32 /** {@code non-null;} unique instance of this class */
Form33x.java 17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.DalvInsn;
20 import com.android.dx.dex.code.InsnFormat;
21 import com.android.dx.dex.code.SimpleInsn;
22 import com.android.dx.rop.code.RegisterSpecList;
28 * Instruction format {@code 33x}. See the instruction format spec
32 /** {@code non-null;} unique instance of this class */
Form3rc.java 17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.CstInsn;
20 import com.android.dx.dex.code.DalvInsn;
21 import com.android.dx.dex.code.InsnFormat;
22 import com.android.dx.rop.code.RegisterSpecList;
29 * Instruction format {@code 3rc}. See the instruction format spec
33 /** {@code non-null;} unique instance of this class */
Form51l.java 17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.CstInsn;
20 import com.android.dx.dex.code.DalvInsn;
21 import com.android.dx.dex.code.InsnFormat;
22 import com.android.dx.rop.code.RegisterSpecList;
31 * Instruction format {@code 51l}. See the instruction format spec
35 /** {@code non-null;} unique instance of this class */
Form5rc.java 17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.CstInsn;
20 import com.android.dx.dex.code.DalvInsn;
21 import com.android.dx.dex.code.InsnFormat;
22 import com.android.dx.rop.code.RegisterSpecList;
29 * Instruction format {@code 5rc}. See the instruction format spec
33 /** {@code non-null;} unique instance of this class */
  /external/oauth/core/src/main/java/net/oauth/
OAuthProblemException.java 94 Object code = getParameters().get(HttpResponseMessage.STATUS_CODE); local
95 if (code == null) {
97 } else if (code instanceof Number) { // the usual case
98 return ((Number) code).intValue();
100 return Integer.parseInt(code.toString());
  /external/smack/src/com/kenai/jbosh/
TerminalBindingCondition.java 140 final Integer code) {
156 if (code != null) {
157 if (CODE_TO_INSTANCE.get(code) != null) {
159 "Multiple definitions of code: " + code));
161 CODE_TO_INSTANCE.put(code, result);
171 * @return terminal binding condition instance, or {@code null} if no
180 * HTTP response code specified.
182 * @param httpRespCode HTTP response code
183 * @return terminal binding condition instance, or {@code null} if n
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
voicefac.c 32 Word16 code[], /* (i) Q9 : Fixed codebook excitation */
33 Word16 gain_code, /* (i) Q0 : gain of code */
53 ener2 = extract_h(Dot_product12_asm(code, code, L_subfr, &exp2));
55 ener2 = extract_h(Dot_product12(code, code, L_subfr, &exp2));
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
r3xx_vertprog.c 366 compiler->code->pos_end = 0; /* Not supported yet */
367 compiler->code->length = 0;
368 compiler->code->num_temporaries = 0;
374 unsigned int *inst = compiler->code->body.d + compiler->code->length;
378 if (!valid_dst(compiler->code, &vpi->DstReg))
389 if (compiler->code->length >= c->max_alu_insts * 4) {
399 case RC_OPCODE_ADD: ei_vector2(compiler->code, VE_ADD, vpi, inst); break;
400 case RC_OPCODE_ARL: ei_vector1(compiler->code, VE_FLT2FIX_DX, vpi, inst); break;
401 case RC_OPCODE_COS: ei_math1(compiler->code, ME_COS, vpi, inst); break
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
r3xx_vertprog.c 366 compiler->code->pos_end = 0; /* Not supported yet */
367 compiler->code->length = 0;
368 compiler->code->num_temporaries = 0;
374 unsigned int *inst = compiler->code->body.d + compiler->code->length;
378 if (!valid_dst(compiler->code, &vpi->DstReg))
389 if (compiler->code->length >= c->max_alu_insts * 4) {
399 case RC_OPCODE_ADD: ei_vector2(compiler->code, VE_ADD, vpi, inst); break;
400 case RC_OPCODE_ARL: ei_vector1(compiler->code, VE_FLT2FIX_DX, vpi, inst); break;
401 case RC_OPCODE_COS: ei_math1(compiler->code, ME_COS, vpi, inst); break
    [all...]

Completed in 1495 milliseconds

<<21222324252627282930>>