| /dalvik/dx/src/com/android/dx/dex/code/form/ |
| 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/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/eigen/blas/ |
| level2_real_impl.h | 6 // This Source Code Form is subject to the terms of the Mozilla 58 int code = UPLO(*uplo); local 59 if(code>=2 || func[code]==0) 62 func[code](*n, a, *lda, actual_x, 1, actual_y, alpha); 120 int code = UPLO(*uplo); local 121 if(code>=2 || func[code]==0) 124 func[code](*n, c, *ldc, x_cpy, x_cpy, alpha); 183 int code = UPLO(*uplo) local 267 int code = UPLO(*uplo); local 321 int code = UPLO(*uplo); local [all...] |
| /external/mockito/cglib-and-asm/src/org/mockito/asm/ |
| Attribute.java | 9 * 1. Redistributions of source code must retain the above copyright
33 * A non standard class, field, method or code attribute.
75 * Returns <tt>true</tt> if this type of attribute is a code attribute.
77 * @return <tt>true</tt> if this type of attribute is a code attribute.
87 * this attribute is not a code attribute that contains labels.
109 * @param codeOff index of the first byte of code's attribute content in
111 * not a code attribute. The 6 attribute header bytes, containing the
114 * @param labels the labels of the method's code, or <tt>null</tt> if the
115 * attribute to be read is not a code attribute.
139 * @param code the bytecode of the method corresponding to this code [all...] |
| /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...] |
| /external/zopfli/src/zopfli/ |
| tree.c | 35 unsigned code; local 41 /* 1) Count the number of codes for each code length. Let bl_count[N] be the 50 /* 2) Find the numerical value of the smallest code for each code length. */ 51 code = 0; 54 code = (code + bl_count[bits-1]) << 1; 55 next_code[bits] = code;
|
| /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));
|
| /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/ |
| KeyCodeDescriptionMapper.java | 92 final int code = key.getCode(); local 94 if (code == Constants.CODE_SWITCH_ALPHA_SYMBOL) { 101 if (code == Constants.CODE_SHIFT) { 105 if (code == Constants.CODE_ENTER) { 111 if (code == Constants.CODE_OUTPUT_TEXT) { 116 if (code != Constants.CODE_UNSPECIFIED) { 118 final boolean isDefinedNonCtrl = Character.isDefined(code) 119 && !Character.isISOControl(code); 123 final String description = getDescriptionForCodePoint(context, code); 137 * key or {@code null} if there is not a description provided for th [all...] |