| /dalvik/dexgen/src/com/android/dexgen/rop/code/ |
| Rop.java | 17 package com.android.dexgen.rop.code; 28 /** minimum {@code BRANCH_*} value */ 49 /** maximum {@code BRANCH_*} value */ 56 * {@code non-null;} result type of this operation; {@link Type#VOID} for 61 /** {@code non-null;} types of all the sources of this operation */ 64 /** {@code non-null;} list of possible types thrown by this operation */ 68 * the branchingness of this op; one of the {@code BRANCH_*} 76 /** {@code null-ok;} nickname, if specified (used for debugging) */ 84 * @param result {@code non-null;} result type of this operation; {@link 86 * @param sources {@code non-null;} types of all the sources of this operatio [all...] |
| /dalvik/dx/src/com/android/dx/cf/code/ |
| BaseMachine.java | 17 package com.android.dx.cf.code; 19 import com.android.dx.rop.code.RegisterSpec; 20 import com.android.dx.rop.code.LocalItem; 36 /* {@code non-null;} the prototype for the associated method */ 39 /** {@code non-null;} primary arguments */ 42 /** {@code >= 0;} number of primary arguments */ 45 /** {@code null-ok;} type of the operation, if salient */ 48 /** auxiliary {@code int} argument */ 51 /** {@code null-ok;} auxiliary constant argument */ 57 /** {@code null-ok;} auxiliary switch cases argument * [all...] |
| BasicBlocker.java | 17 package com.android.dx.cf.code; 32 /** {@code non-null;} method being converted */ 36 * {@code non-null;} work set; bits indicate offsets in need of 42 * {@code non-null;} live set; bits indicate potentially-live 49 * {@code non-null;} block start set; bits indicate the starts of 51 * definitely-dead code 56 * {@code non-null, sparse;} for each instruction offset to a branch of 62 * {@code non-null, sparse;} for each instruction offset to a throwing 73 * definitely-dead code that is identified in the process. 75 * @param method {@code non-null;} method to conver [all...] |
| Frame.java | 17 package com.android.dx.cf.code; 32 /** {@code non-null;} the locals */ 35 /** {@code non-null;} the stack */ 38 /** {@code null-ok;} stack of labels of subroutines that this block is nested in */ 44 * @param locals {@code non-null;} the locals array to use 45 * @param stack {@code non-null;} the execution stack to use 54 * @param locals {@code non-null;} the locals array to use 55 * @param stack {@code non-null;} the execution stack to use 56 * @param subroutines {@code non-null;} list of subroutine start labels for 78 * all-uninitialized values (represented as {@code null}s) an [all...] |
| LocalVariableList.java | 17 package com.android.dx.cf.code; 21 import com.android.dx.rop.code.LocalItem; 26 * {@code LocalVariableTable} and {@code LocalVariableTypeTable} 30 /** {@code non-null;} zero-size instance */ 37 * @param list1 {@code non-null;} first instance 38 * @param list2 {@code non-null;} second instance 39 * @return {@code non-null;} combined instance 73 * @param descriptorList {@code non-null;} list with descriptors 74 * @param signatureList {@code non-null;} list with signature [all...] |
| /dalvik/dx/src/com/android/dx/dex/code/ |
| DalvInsn.java | 17 package com.android.dx.dex.code; 19 import com.android.dx.rop.code.RegisterSpec; 20 import com.android.dx.rop.code.RegisterSpecList; 21 import com.android.dx.rop.code.SourcePosition; 34 * {@code -1} if not 41 /** {@code non-null;} source position */ 44 /** {@code non-null;} list of register arguments */ 50 * @param position {@code non-null;} source position information 51 * @param dest {@code non-null;} destination register 52 * @param src {@code non-null;} source registe [all...] |
| DalvInsnList.java | 17 package com.android.dx.dex.code; 40 * code block. This may be greater than the largest observed register+ 41 * category because the method this code block exists in may 50 * @param list {@code non-null;} the list to use for elements 52 * this code block requires. 53 * @return {@code non-null;} an appropriately-constructed instance of this 70 * Constructs an instance. All indices initially contain {@code null}. 82 * do that, this will throw {@code NullPointerException}. 84 * @param n {@code >= 0, < size();} which index 85 * @return {@code non-null;} element at that inde [all...] |
| StdCatchBuilder.java | 17 package com.android.dx.dex.code; 19 import com.android.dx.rop.code.BasicBlock; 20 import com.android.dx.rop.code.BasicBlockList; 21 import com.android.dx.rop.code.RopMethod; 35 /** the maximum range of a single catch handler, in code units */ 38 /** {@code non-null;} method to build the list for */ 41 /** {@code non-null;} block output order */ 44 /** {@code non-null;} address objects for each block */ 51 * @param method {@code non-null;} method to build the list for 52 * @param order {@code non-null;} block output orde [all...] |
| SwitchData.java | 17 package com.android.dx.dex.code; 20 import com.android.dx.rop.code.RegisterSpecList; 21 import com.android.dx.rop.code.SourcePosition; 33 * {@code non-null;} address representing the instruction that uses this 38 /** {@code non-null;} sorted list of switch cases (keys) */ 42 * {@code non-null;} corresponding list of code addresses; the branch 52 * unknown ({@code -1}). 54 * @param position {@code non-null;} source position 55 * @param user {@code non-null;} address representing the instruction tha [all...] |
| /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; 32 * handler address) for a particular piece of code. Instances of this 33 * class correspond to a {@code try_item[]} and a 34 * {@code catch_handler_item[]}. 38 * the size of a {@code try_item}: a {@code uint} 39 * and two {@code ushort}s 43 /** {@code non-null;} code that contains the catches * 44 private final DalvCode code; field in class:CatchStructs [all...] |
| /dalvik/dx/src/com/android/dx/merge/ |
| DexMerger.java | 24 import com.android.dx.io.Code; 135 codeOut = dexOut.appendSection(writerSizes.code, "code"); 634 * Reads a class_def_item beginning at {@code in} and writes the index and 786 private void transformCode(DexBuffer in, Code code, IndexMap indexMap) { 790 codeOut.writeUnsignedShort(code.getRegistersSize()); 791 codeOut.writeUnsignedShort(code.getInsSize()); 792 codeOut.writeUnsignedShort(code.getOutsSize()); 794 Code.Try[] tries = code.getTries() 870 private int code; field in class:DexMerger.WriterSizes [all...] |
| /dalvik/dx/src/com/android/dx/rop/code/ |
| AccessFlags.java | 17 package com.android.dx.rop.code; 26 * identical to Java access flags, but {@code ACC_SUPER} isn't 27 * used at all in translated code, and {@code ACC_SYNCHRONIZED} 47 * synchronized method; only valid in dex files for {@code native} 53 * class with new-style {@code invokespecial} for superclass 80 * method with strict floating point ({@code strictfp}) 101 * method was declared {@code synchronized}; has no effect on 150 * @return {@code non-null;} human-oriented string 161 * @return {@code non-null;} human-oriented strin [all...] |
| BasicBlockList.java | 17 package com.android.dx.rop.code; 30 * {@code >= -1;} the count of registers required by this method or 31 * {@code -1} if not yet calculated 36 * Constructs an instance. All indices initially contain {@code null}, 37 * and the first-block label is initially {@code -1}. 48 * Constructs a mutable copy for {@code getMutableCopy()}. 61 * do that, this will throw {@code NullPointerException}. 63 * @param n {@code >= 0, < size();} which index 64 * @return {@code non-null;} element at that index 73 * @param n {@code >= 0, < size();} which inde [all...] |
| Insn.java | 17 package com.android.dx.rop.code; 31 /** {@code non-null;} opcode */ 34 /** {@code non-null;} source position */ 37 /** {@code null-ok;} spec for the result of this instruction, if any */ 40 /** {@code non-null;} specs for all the sources of this instruction */ 46 * @param opcode {@code non-null;} the opcode 47 * @param position {@code non-null;} source position 48 * @param result {@code null-ok;} spec for the result, if any 49 * @param sources {@code non-null;} specs for all the sources 75 * {@code x.equals(y)} is only true if {@code x == y} [all...] |
| LocalVariableExtractor.java | 17 package com.android.dx.rop.code; 23 * Code to figure out which local variables are active at which points in 27 /** {@code non-null;} method being extracted from */ 30 /** {@code non-null;} block list for the method */ 33 /** {@code non-null;} result in-progress */ 36 /** {@code non-null;} work set indicating blocks needing to be processed */ 42 * @param method {@code non-null;} the method to extract from 43 * @return {@code non-null;} the extracted information 53 * @param method {@code non-null;} the method to extract from 72 * @return {@code non-null;} the extracted informatio [all...] |
| RegisterSpecSet.java | 17 package com.android.dx.rop.code; 27 /** {@code non-null;} no-element instance */ 31 * {@code non-null;} array of register specs, where each element is 32 * {@code null} or is an instance whose {@code reg} 37 /** {@code >= -1;} size of the set or {@code -1} if not yet calculated */ 43 * @param maxSize {@code >= 0;} the maximum register number (exclusive) that 129 * @return {@code >= 0;} the maximum size 138 * @return {@code >= 0;} the siz [all...] |
| Rop.java | 17 package com.android.dx.rop.code; 28 /** minimum {@code BRANCH_*} value */ 49 /** maximum {@code BRANCH_*} value */ 56 * {@code non-null;} result type of this operation; {@link Type#VOID} for 61 /** {@code non-null;} types of all the sources of this operation */ 64 /** {@code non-null;} list of possible types thrown by this operation */ 68 * the branchingness of this op; one of the {@code BRANCH_*} 76 /** {@code null-ok;} nickname, if specified (used for debugging) */ 84 * @param result {@code non-null;} result type of this operation; {@link 86 * @param sources {@code non-null;} types of all the sources of this operatio [all...] |
| /development/ndk/platforms/android-3/include/linux/ |
| icmp.h | 60 __u8 code; member in struct:icmphdr
|
| /device/samsung/crespo/libs3cjpeg/ |
| JpegEncoder.cpp | 372 //2 Exif Identifier Code & TIFF Header 460 char code[8] = { 0x00, 0x00, 0x00, 0x49, 0x49, 0x43, 0x53, 0x41 }; local 462 memmove(exifInfo->user_comment + sizeof(code), exifInfo->user_comment, commentsLen); 463 memcpy(exifInfo->user_comment, code, sizeof(code)); 465 commentsLen + sizeof(code), exifInfo->user_comment, &LongerTagOffest, pIfdStart);
|
| /external/apache-xml/src/main/java/org/apache/xml/serializer/ |
| CharInfo.java | 203 int code = Integer.parseInt(value); local 204 boolean extra = defineEntity(name, (char) code); 289 int code = Integer.parseInt(value); local 291 boolean extra = defineEntity(name, (char) code);
|
| /external/chromium/chrome/browser/diagnostics/ |
| diagnostics_main.cc | 2 // Use of this source code is governed by a BSD-style license that can be 167 const char* code = "\033[m"; local 170 code = "\033[1;31m"; 173 code = "\033[1;32m"; 180 printf("%s", code);
|
| /external/chromium/net/base/ |
| gzip_filter_unittest.cc | 2 // Use of this source code is governed by a BSD-style license that can be 84 int code = CompressAll(ENCODE_DEFLATE , source_buffer(), source_len(), local 86 ASSERT_TRUE(code == Z_STREAM_END); 95 code = CompressAll(ENCODE_GZIP, source_buffer(), source_len(), 97 ASSERT_TRUE(code == Z_STREAM_END); 114 // other zlib error code if fail. 121 int code; local 125 code = deflateInit2(&zlib_stream, Z_DEFAULT_COMPRESSION, Z_DEFLATED, 130 code = deflateInit(&zlib_stream, Z_DEFAULT_COMPRESSION); 133 if (code != Z_OK 182 int code = Filter::FILTER_OK; local 347 int code = DecodeAllWithFilter(filter_.get(), corrupt_data, corrupt_data_len, local 370 int code = DecodeAllWithFilter(filter_.get(), corrupt_data, corrupt_data_len, local 390 int code = DecodeAllWithFilter(filter_.get(), corrupt_data, corrupt_data_len, local [all...] |
| sdch_filter_unittest.cc | 2 // Use of this source code is governed by a BSD-style license that can be 183 // Response code needs to be 200 to allow a pass through. 221 // Response code needs to be 200 to allow a pass through. 262 // Response code needs to be 200 to allow a pass through. 299 // Response code needs to be 200 to allow a pass through. 767 int code; local 770 code = deflateInit2(&zlib_stream, Z_DEFAULT_COMPRESSION, Z_DEFLATED, 775 CHECK_EQ(Z_OK, code); 808 code = deflate(&zlib_stream, Z_FINISH); [all...] |
| /external/chromium/net/socket/ |
| socks_client_socket.cc | 2 // Use of this source code is governed by a BSD-style license that can be 50 uint8 code; member in struct:net::SOCKS4ServerResponse 399 switch (response->code) {
|
| /external/chromium/third_party/libjingle/source/talk/base/ |
| opensslstreamadapter.cc | 8 * 1. Redistributions of source code must retain the above copyright notice, 240 int code = SSL_write(ssl_, data, data_len); local 241 switch (SSL_get_error(ssl_, code)) { 244 ASSERT(0 < code && static_cast<unsigned>(code) <= data_len); 246 *written = code; 258 Error("SSL_write", (code ? code : -1), false); 300 int code = SSL_read(ssl_, data, data_len); local 301 switch (SSL_get_error(ssl_, code)) { 461 int code = (role_ == SSL_CLIENT) ? SSL_connect(ssl_) : SSL_accept(ssl_); local [all...] |