/external/dexmaker/src/dx/java/com/android/dx/util/ |
ByteArray.java | 29 public final class ByteArray { 48 public ByteArray(byte[] bytes, int start, int end) { 75 public ByteArray(byte[] bytes) { 96 public ByteArray slice(int start, int end) { 98 return new ByteArray(bytes, start + this.start, end + this.start);
|
/external/smack/src/org/xbill/DNS/ |
Address.java | 167 byte [] byteArray = toByteArray(s, family); 168 if (byteArray == null) 170 int [] intArray = new int[byteArray.length]; 171 for (int i = 0; i < byteArray.length; i++) 172 intArray[i] = byteArray[i] & 0xFF;
|
/frameworks/base/media/jni/ |
android_media_Utils.cpp | 394 jbyteArray byteArray = 396 CHECK(byteArray != NULL); 399 byteArray, 404 env->DeleteLocalRef(byteArray); byteArray = NULL;
|
android_media_MediaExtractor.cpp | 209 jbyteArray byteArray = NULL; 219 byteArray = 222 if (byteArray == NULL) { 227 dst = env->GetByteArrayElements(byteArray, &isCopy); 229 dstSize = (size_t) env->GetArrayLength(byteArray); 235 if (byteArray != NULL) { 236 env->ReleaseByteArrayElements(byteArray, (jbyte *)dst, 0); 246 if (byteArray != NULL) { 247 env->ReleaseByteArrayElements(byteArray, (jbyte *)dst, 0);
|
/external/chromium_org/tools/telemetry/third_party/pyserial/serial/ |
serialutil.py | 11 bytearray 17 # bytearray is a mutable type that is easily turned into an instance of 19 class bytearray(list): class in inherits:list 20 # for bytes(bytearray()) usage 22 def __repr__(self): return 'bytearray(%r)' % ''.join(self) 36 return bytearray(list.__getslice__(self, i, j)) 40 return bytearray(list.__getitem__(self, item)) 46 other = bytearray(other) 69 elif isinstance(seq, bytearray): 74 b = bytearray() [all...] |
/external/javassist/src/main/javassist/bytecode/ |
AnnotationsAttribute.java | 156 return ByteArray.readU16bit(info, 0); 328 int num = ByteArray.readU16bit(info, pos); 340 int type = ByteArray.readU16bit(info, pos); 341 int numPairs = ByteArray.readU16bit(info, pos + 2); 353 int nameIndex = ByteArray.readU16bit(info, pos); 364 int typeNameIndex = ByteArray.readU16bit(info, pos + 1); 365 int constNameIndex = ByteArray.readU16bit(info, pos + 3); 370 int index = ByteArray.readU16bit(info, pos + 1); 377 int num = ByteArray.readU16bit(info, pos + 1); 381 int index = ByteArray.readU16bit(info, pos + 1) [all...] |
ByteArray.java | 21 public class ByteArray {
|
/dalvik/dx/src/com/android/dx/cf/direct/ |
AnnotationParser.java | 43 import com.android.dx.util.ByteArray; 58 private final ByteArray bytes; 64 private final ByteArray.MyDataInputStream input; 109 // ByteArray.MyDataInputStream should never throw. 133 // ByteArray.MyDataInputStream should never throw. 158 // ByteArray.MyDataInputStream should never throw.
|
CodeObserver.java | 31 import com.android.dx.util.ByteArray; 40 private final ByteArray bytes; 51 public CodeObserver(ByteArray bytes, ParseObserver observer) {
|
MemberListParser.java | 28 import com.android.dx.util.ByteArray; 118 ByteArray bytes = cf.getBytes(); 177 ByteArray bytes = cf.getBytes();
|
AttributeListParser.java | 23 import com.android.dx.util.ByteArray; 126 ByteArray bytes = cf.getBytes();
|
DirectClassFile.java | 37 import com.android.dx.util.ByteArray; 84 private final ByteArray bytes; 177 public DirectClassFile(ByteArray bytes, String filePath, 206 this(new ByteArray(bytes), filePath, strictParse); 241 * Gets the {@link ByteArray} that this instance's data comes from. 245 public ByteArray getBytes() { 574 private final ByteArray bytes; 592 public DcfTypeList(ByteArray bytes, int offset, int size,
|
/dalvik/dx/src/com/android/dx/command/annotool/ |
AnnotationLister.java | 28 import com.android.dx.util.ByteArray; 70 ByteArray ba = new ByteArray(bytes);
|
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/ |
EncodedStringValue.java | 107 byte[] byteArray = new byte[mData.length]; 109 System.arraycopy(mData, 0, byteArray, 0, mData.length); 110 return byteArray;
|
/dalvik/dx/src/com/android/dx/cf/cst/ |
ConstantPoolParser.java | 48 import com.android.dx.util.ByteArray; 57 private final ByteArray bytes; 80 public ConstantPoolParser(ByteArray bytes) { 368 ByteArray ubytes = bytes.slice(at, at + length);
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/serialization/ |
CertificateTest.java | 89 * ByteArray streams used.
|
/external/chromium_org/third_party/WebKit/ManualTests/resources/ |
ArrayParameterTestApplet.java | 43 System.out.println("byteArray called");
|
/external/chromium_org/v8/src/ |
regexp-macro-assembler-tracer.h | 48 virtual void CheckBitInTable(Handle<ByteArray> table, Label* on_bit_set);
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
RequestTest.java | 53 @Test public void byteArray() throws Exception {
|
/packages/apps/Contacts/src/com/android/contacts/group/ |
SuggestedMemberListAdapter.java | 145 byte[] byteArray = member.getPhotoByteArray(); 146 if (byteArray == null) { 150 Bitmap bitmap = BitmapFactory.decodeByteArray(byteArray, 0, byteArray.length);
|
/dalvik/dx/src/com/android/dx/command/dump/ |
SsaDumper.java | 31 import com.android.dx.util.ByteArray; 75 public void endParsingMember(ByteArray bytes, int offset, String name,
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/ |
Messages.resx | 25 <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> 56 mimetype: application/x-microsoft.net.object.bytearray.base64
|
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/data/ |
font_data.h | 93 explicit FontData(ByteArray* ba); 107 void Init(ByteArray* ba);
|
/external/chromium_org/third_party/tlslite/patches/ |
signed_certificate_timestamps.patch | 19 self.server_name = bytearray(0) 50 + w2.addVarSeq(bytearray(self.signed_cert_timestamps), 1, 2)
|
/external/chromium_org/third_party/tlslite/tlslite/ |
session.py | 48 self.masterSecret = bytearray(0) 49 self.sessionID = bytearray(0)
|