| /external/dexmaker/src/dx/java/com/android/dx/rop/code/ |
| LocalItem.java | 17 package com.android.dx.rop.code; 25 /** {@code null-ok;} local variable name */ 28 /** {@code null-ok;} local variable signature */ 36 * @param name {@code null-ok;} local variable name 37 * @param signature {@code null-ok;} local variable signature 38 * @return {@code non-null;} appropriate instance. 51 * @param name {@code null-ok;} local variable name 52 * @param signature {@code null-ok;} local variable signature 129 * @return {@code null-ok;} name 138 * @return {@code null-ok;} signatur [all...] |
| SwitchInsn.java | 17 package com.android.dx.rop.code; 29 /** {@code non-null;} list of switch cases */ 35 * @param opcode {@code non-null;} the opcode 36 * @param position {@code non-null;} source position 37 * @param result {@code null-ok;} spec for the result, if any 38 * @param sources {@code non-null;} specs for all the sources 39 * @param cases {@code non-null;} list of switch cases 93 * never encounters {@code SwitchInsn}s 114 * @return {@code non-null;} the case list
|
| ThrowingCstInsn.java | 17 package com.android.dx.rop.code; 30 /** {@code non-null;} list of exceptions caught */ 36 * @param opcode {@code non-null;} the opcode 37 * @param position {@code non-null;} source position 38 * @param sources {@code non-null;} specs for all the sources 39 * @param catches {@code non-null;} list of exceptions caught 40 * @param cst {@code non-null;} the constant
|
| ThrowingInsn.java | 17 package com.android.dx.rop.code; 23 * Instruction which possibly throws. The {@code successors} list in the 30 /** {@code non-null;} list of exceptions caught */ 37 * @param catches {@code non-null;} the catches list 38 * @return {@code non-null;} the string form 57 * @param opcode {@code non-null;} the opcode 58 * @param position {@code non-null;} source position 59 * @param sources {@code non-null;} specs for all the sources 60 * @param catches {@code non-null;} list of exceptions caught
|
| /external/e2fsprogs/lib/ss/ |
| help.c | 42 int code; local 47 request_name = ss_current_request(sci_idx, &code); 48 if (code != 0) { 49 ss_perror(sci_idx, code, "");
|
| test_ss.c | 85 int c, code; local 107 (char *)NULL, &test_cmds, &code); 108 if (code) { 109 ss_perror(sci_idx, code, "creating invocation"); 113 (void) ss_add_request_table (sci_idx, &ss_std_requests, 1, &code); 114 if (code) { 115 ss_perror (sci_idx, code, "adding standard requests"); 123 code = ss_execute_line(sci_idx, request); 124 if (code) { 125 ss_perror(sci_idx, code, request) [all...] |
| /external/eigen/blas/ |
| level2_cplx_impl.h | 6 // This Source Code Form is subject to the terms of the Mozilla 66 int code = UPLO(*uplo); local 67 if(code>=2 || func[code]==0) 70 func[code](*n, a, *lda, actual_x, 1, actual_y, alpha); 144 int code = UPLO(*uplo); local 145 if(code>=2 || func[code]==0) 148 func[code](*n, ap, x_cpy, alpha); 198 int code = UPLO(*uplo) local 251 int code = UPLO(*uplo); local 308 int code = UPLO(*uplo); local [all...] |
| 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...] |
| level3_impl.h | 6 // This Source Code Form is subject to the terms of the Mozilla 61 int code = OP(*opa) | (OP(*opb) << 2); local 62 func[code](*m, *n, *k, a, *lda, b, *ldb, c, *ldc, alpha, blocking, 0); 130 int code = OP(*opa) | (SIDE(*side) << 2) | (UPLO(*uplo) << 3) | (DIAG(*diag) << 4); local 135 func[code](*m, *n, a, *lda, b, *ldb, blocking); 140 func[code](*n, *m, a, *lda, b, *ldb, blocking); 214 int code = OP(*opa) | (SIDE(*side) << 2) | (UPLO(*uplo) << 3) | (DIAG(*diag) << 4); local 226 func[code](*m, *n, *m, a, *lda, tmp.data(), tmp.outerStride(), b, *ldb, alpha, blocking); 231 func[code](*m, *n, *n, tmp.data(), tmp.outerStride(), a, *lda, b, *ldb, alpha, blocking); 372 int code = OP(*op) | (UPLO(*uplo) << 2) local 538 int code = OP(*op) | (UPLO(*uplo) << 2); local [all...] |
| /external/elfutils/0.153/libdwfl/ |
| argp-std.c | 19 additional right to link the code of Red Hat elfutils with code licensed 22 distribution of source code with any binary distribution and to 23 distribute linked combinations of the two. Non-GPL Code permitted under 24 this exception must only link to the code of Red Hat elfutils through 26 found in the source code files (the "Approved Interfaces"). The files 27 of Non-GPL Code may instantiate templates or use macros or inline 34 License in all respects for all of the Red Hat elfutils code and other 35 code used in conjunction with Red Hat elfutils except the Non-GPL Code 189 int code = errno; local [all...] |
| /external/freetype/src/psaux/ |
| t1cmap.c | 71 FT_UInt code, n; local 75 /* convert character code to Adobe SID string */ 76 code = cmap->code_to_sid[char_code]; 77 glyph_name = cmap->sid_to_string( code );
|
| /external/javassist/src/main/javassist/ |
| CtNewConstructor.java | 24 * A collection of static methods for creating a <code>CtConstructor</code>. 28 * methods in this class. Call <code>makeClassInitializer()</code> in 29 * <code>CtClass</code> and append code snippet to the body of the class 30 * initializer obtained by <code>makeClassInitializer()</code>. 44 * <code>Object</code> and passed to a super-class 141 Bytecode code = new Bytecode(cp, 1, 1); local [all...] |
| CtField.java | 38 * Creates a <code>CtField</code> object. 40 * with <code>CtClass.addField()</code>. 42 * by a <code>CtField.Initializer</code> object. 45 * call <code>CtNewMethod.getter()</code> and 46 * <code>CtNewMethod.setter()</code> [all...] |
| /external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
| run-command.c | 157 int status, code; local 173 code = WEXITSTATUS(status); 174 switch (code) { 180 return -code; 192 int code = start_command(cmd); local 193 if (code) 194 return code;
|
| /external/lldb/source/Plugins/SymbolFile/DWARF/ |
| DWARFDebugAbbrev.cpp | 44 m_idx_offset = abbrevDeclaration.Code(); 47 if (prev_abbr_code + 1 != abbrevDeclaration.Code()) 50 prev_abbr_code = abbrevDeclaration.Code(); 78 if (pos->Code() == abbrCode) 94 // Append an abbreviation declaration with a sequential code for O(n) 100 // Get the next abbreviation code based on our current array size 101 dw_uleb128_t code = m_decls.size()+1; local 106 // Update the code for this new declaration 107 m_decls.back().SetCode(code); 109 return code; // return the new abbreviation code [all...] |
| /external/nist-sip/java/gov/nist/javax/sip/header/ |
| Warning.java | 6 * Pursuant to title 15 Untied States Code Section 105, works of NIST 48 * Comment for <code>serialVersionUID</code> 52 /** warn code field, the warn code consists of three digits. 54 protected int code; field in class:Warning 77 ? Integer.toString(code) 84 : Integer.toString(code) + SP + agent; 88 * Gets code of WarningHeader 89 * @return code of WarningHeade [all...] |
| /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/ |
| StatusLine.java | 7 /** Numeric status code, 307: Temporary Redirect. */ 41 // Parse response code like "200". Always 3 digits. 53 // exists, it is separated from the response code by a space. 80 /** Returns the HTTP status code or -1 if it is unknown. */ 81 public int code() { method in class:StatusLine
|
| /external/javassist/src/test/test/javassist/bytecode/analysis/ |
| AnalyzerTest.java | 142 private static void addJump(Bytecode code, int opcode, int pos) { 143 int current = code.currentPc(); 144 code.addOpcode(opcode); 145 code.addIndex(pos - current); 167 fail("Invalid code should have triggered a BadBytecode exception"); 179 fail("Code falloff should have triggered a BadBytecode exception"); 202 Bytecode code = new Bytecode(info.getConstPool(), 1, 2); local 203 /* 0 */ code.addIconst(1); 204 /* 1 */ addJump(code, Opcode.GOTO, 5); 205 /* 4 */ code.addIconst(0); // DEA 222 Bytecode code = new Bytecode(info.getConstPool(), 1, 2); local 239 Bytecode code = new Bytecode(info.getConstPool(), 1, 2); local 254 Bytecode code = new Bytecode(info.getConstPool(), 1, 2); local 278 Bytecode code = new Bytecode(info.getConstPool(), 1, 2); local [all...] |
| /art/runtime/ |
| oat_file-inl.h | 25 const void* code = mirror::ArtMethod::EntryPointToCodePointer(GetQuickCode()); local 26 if (code == nullptr) { 29 // Return a pointer to the packed struct before the code. 30 return reinterpret_cast<const OatQuickMethodHeader*>(code) - 1; 42 const void* code = mirror::ArtMethod::EntryPointToCodePointer(GetQuickCode()); local 43 if (code == nullptr) { 46 return reinterpret_cast<const OatQuickMethodHeader*>(code)[-1].code_size_; 58 const void* code = mirror::ArtMethod::EntryPointToCodePointer(GetQuickCode()); local 59 if (code == nullptr) { 62 return reinterpret_cast<const OatQuickMethodHeader*>(code)[-1].frame_info_.FrameSizeInBytes() 66 const void* code = mirror::ArtMethod::EntryPointToCodePointer(GetQuickCode()); local 74 const void* code = mirror::ArtMethod::EntryPointToCodePointer(GetQuickCode()); local 82 const void* code = mirror::ArtMethod::EntryPointToCodePointer(GetQuickCode()); local 133 const void* code = mirror::ArtMethod::EntryPointToCodePointer(GetQuickCode()); local 145 const void* code = mirror::ArtMethod::EntryPointToCodePointer(GetQuickCode()); local [all...] |
| /cts/apps/CtsVerifier/src/com/android/cts/verifier/streamquality/ |
| StreamingVideoActivity.java | 60 * Code name to append to the class name to identify this test. 62 public final String code; field in class:StreamingVideoActivity.Stream 69 public Stream(String name, String code, String uri) { 71 this.code = code; 84 && code.equals(stream.code) 91 return name.hashCode() ^ uri.hashCode() ^ code.hashCode(); 207 ArrayTestListAdapter adapter, String name, String code, int itag, String signature) { 212 Stream stream = new Stream(name, code, rtspUrl) [all...] |
| /dalvik/dexgen/src/com/android/dexgen/dex/code/ |
| CatchTable.java | 17 package com.android.dexgen.dex.code; 23 * Table of catch entries. Each entry includes a range of code 29 /** {@code non-null;} empty instance */ 33 * Constructs an instance. All indices initially contain {@code null}. 35 * @param size {@code >= 0;} the size of the table 44 * do that, this will throw {@code NullPointerException}. 46 * @param n {@code >= 0, < size();} which index 47 * @return {@code non-null;} element at that index 56 * @param n {@code >= 0, < size();} which index 57 * @param entry {@code non-null;} the entry to set at {@code n [all...] |
| CstInsn.java | 17 package com.android.dexgen.dex.code; 19 import com.android.dexgen.rop.code.RegisterSpecList; 20 import com.android.dexgen.rop.code.SourcePosition; 28 /** {@code non-null;} the constant argument for this instruction */ 32 * {@code >= -1;} the constant pool index for {@link #constant}, or 33 * {@code -1} if not yet set 38 * {@code >= -1;} the constant pool index for the class reference in 39 * {@link #constant} if any, or {@code -1} if not yet set 45 * initially unknown ({@code -1}) as is the constant pool index. 48 * @param position {@code non-null;} source positio [all...] |
| DalvCode.java | 17 package com.android.dexgen.dex.code; 26 * corresponds to a {@code code} structure in a {@code .dex} file. 36 * {@code null-ok;} the instruction list, ready for final processing; 42 * {@code non-null;} unprocessed catch table; 48 * {@code null-ok;} catch table; set in 54 * {@code null-ok;} source positions list; set in 60 * {@code null-ok;} local variable list; set in 66 * {@code null-ok;} the processed instruction list; set i [all...] |
| HighRegisterPrefix.java | 17 package com.android.dexgen.dex.code; 19 import com.android.dexgen.rop.code.RegisterSpec; 20 import com.android.dexgen.rop.code.RegisterSpecList; 21 import com.android.dexgen.rop.code.SourcePosition; 27 * {@code move*} instructions to move a set of registers into 28 * registers starting at {@code 0} sequentially. This is used 33 /** {@code null-ok;} cached instructions, if constructed */ 38 * unknown ({@code -1}). 40 * @param position {@code non-null;} source position 41 * @param registers {@code non-null;} source register [all...] |
| /dalvik/dexgen/src/com/android/dexgen/dex/code/form/ |
| Form21h.java | 17 package com.android.dexgen.dex.code.form; 19 import com.android.dexgen.dex.code.CstInsn; 20 import com.android.dexgen.dex.code.DalvInsn; 21 import com.android.dexgen.dex.code.InsnFormat; 22 import com.android.dexgen.rop.code.RegisterSpecList; 28 * Instruction format {@code 21h}. See the instruction format spec 32 /** {@code non-null;} unique instance of this class */
|