HomeSort by relevance Sort by last modified time
    Searched refs:ByteArray (Results 51 - 75 of 139) sorted by null

1 23 4 5 6

  /external/javassist/src/main/javassist/bytecode/
SourceFileAttribute.java 56 return getConstPool().getUtf8Info(ByteArray.readU16bit(get(), 0));
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...]
EnclosingMethodAttribute.java 81 return ByteArray.readU16bit(get(), 0);
88 return ByteArray.readU16bit(get(), 2);
StackMapTable.java 165 numOfEntries = ByteArray.readU16bit(data, 0);
205 int offset = ByteArray.readU16bit(info, pos + 1);
210 int offset = ByteArray.readU16bit(info, pos + 1);
238 offset = ByteArray.readU16bit(info, pos + 1);
245 data = ByteArray.readU16bit(info, pos + 2);
279 int offset = ByteArray.readU16bit(info, pos + 1);
287 data[i] = ByteArray.readU16bit(info, p + 1);
313 int offset = ByteArray.readU16bit(info, pos + 1);
314 int numOfLocals = ByteArray.readU16bit(info, pos + 3);
318 int numOfItems = ByteArray.readU16bit(info, p)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/filters/
FEBlend.cpp 34 #include <wtf/ByteArray.h>
108 ByteArray* dstPixelArray = createPremultipliedImageResult();
113 RefPtr<ByteArray> srcPixelArrayA = in->asPremultipliedImage(effectADrawingRect);
116 RefPtr<ByteArray> srcPixelArrayB = in2->asPremultipliedImage(effectBDrawingRect);
FEDisplacementMap.cpp 34 #include <wtf/ByteArray.h>
105 ByteArray* dstPixelArray = createPremultipliedImageResult();
110 RefPtr<ByteArray> srcPixelArrayA = in->asPremultipliedImage(effectADrawingRect);
113 RefPtr<ByteArray> srcPixelArrayB = in2->asUnmultipliedImage(effectBDrawingRect);
FEComposite.cpp 34 #include <wtf/ByteArray.h>
153 inline void arithmetic(ByteArray* srcPixelArrayA, ByteArray* srcPixelArrayB,
211 ByteArray* dstPixelArray = createPremultipliedImageResult();
216 RefPtr<ByteArray> srcPixelArray = in->asPremultipliedImage(effectADrawingRect);
FEColorMatrix.cpp 33 #include <wtf/ByteArray.h>
128 void effectType(ByteArray* pixelArray, const Vector<float>& values)
175 RefPtr<ByteArray> pixelArray = resultImage->getUnmultipliedImageData(imageRect);
  /dalvik/dx/src/com/android/dx/command/dump/
BlockDumper.java 42 import com.android.dx.util.ByteArray;
109 ByteArray ba = new ByteArray(bytes);
137 public void parsed(ByteArray bytes, int offset, int len, String human) {
153 public void startParsingMember(ByteArray bytes, int offset, String name,
181 public void endParsingMember(ByteArray bytes, int offset, String name,
213 ByteArray bytes = code.getBytes();
289 ByteArray bytes = code.getBytes();
DotDumper.java 33 import com.android.dx.util.ByteArray;
63 ByteArray ba = new ByteArray(bytes);
93 public void parsed(ByteArray bytes, int offset, int len, String human) {
98 public void startParsingMember(ByteArray bytes, int offset, String name,
103 public void endParsingMember(ByteArray bytes, int offset, String name,
  /external/webkit/Source/WebCore/platform/graphics/wince/
ImageBufferWinCE.cpp 131 static PassRefPtr<ByteArray> getImageData(const IntRect& rect, const SharedBitmap* bitmap)
133 RefPtr<ByteArray> imageData = ByteArray::create(rect.width() * rect.height() * 4);
180 PassRefPtr<ByteArray> ImageBuffer::getUnmultipliedImageData(const IntRect& rect) const
185 PassRefPtr<ByteArray> ImageBuffer::getPremultipliedImageData(const IntRect& rect) const
191 static void putImageData(ByteArray* source, const IntSize& sourceSize, const IntRect& sourceRect, const IntPoint& destPoint, SharedBitmap* bitmap)
235 void ImageBuffer::putUnmultipliedImageData(ByteArray* source, const IntSize& sourceSize, const IntRect& sourceRect, const IntPoint& destPoint)
240 void ImageBuffer::putPremultipliedImageData(ByteArray* source, const IntSize& sourceSize, const IntRect& sourceRect, const IntPoint& destPoint)
  /external/javassist/src/main/javassist/bytecode/stackmap/
Tracer.java 18 import javassist.bytecode.ByteArray;
195 doLDC(ByteArray.readU16bit(code, pos + 1));
551 visitBranch(pos, code, ByteArray.readS16bit(code, pos + 1));
562 visitBranch(pos, code, ByteArray.readS16bit(code, pos + 1));
565 visitGoto(pos, code, ByteArray.readS16bit(code, pos + 1));
576 int low = ByteArray.read32bit(code, pos2);
577 int high = ByteArray.read32bit(code, pos2 + 4);
579 visitTableSwitch(pos, code, n, pos2 + 8, ByteArray.read32bit(code, pos2 - 4));
584 int n = ByteArray.read32bit(code, pos2);
585 visitLookupSwitch(pos, code, n, pos2 + 4, ByteArray.read32bit(code, pos2 - 4))
    [all...]
  /dalvik/dx/src/com/android/dx/cf/direct/
DirectClassFile.java 37 import com.android.dx.util.ByteArray;
83 private final ByteArray bytes;
176 public DirectClassFile(ByteArray bytes, String filePath,
205 this(new ByteArray(bytes), filePath, strictParse);
231 * Gets the {@link ByteArray} that this instance's data comes from.
235 public ByteArray getBytes() {
564 private final ByteArray bytes;
582 public DcfTypeList(ByteArray bytes, int offset, int size,
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();
StdAttributeFactory.java 56 import com.android.dx.util.ByteArray;
217 ByteArray bytes = cf.getBytes();
321 ByteArray bytes = cf.getBytes();
355 ByteArray bytes = cf.getBytes();
384 ByteArray bytes = cf.getBytes();
412 ByteArray bytes = cf.getBytes();
469 ByteArray bytes = cf.getBytes();
510 ByteArray bytes = cf.getBytes();
533 ByteArray bytes = cf.getBytes();
558 private LocalVariableList parseLocalVariables(ByteArray bytes
    [all...]
  /external/javassist/src/main/javassist/bytecode/annotation/
AnnotationsWriter.java 20 import javassist.bytecode.ByteArray;
350 ByteArray.write16bit(value, buf, 0);
  /external/webkit/Source/WebCore/platform/graphics/cairo/
ImageBufferCairo.cpp 160 PassRefPtr<ByteArray> getImageData(const IntRect& rect, const ImageBufferData& data, const IntSize& size)
164 RefPtr<ByteArray> result = ByteArray::create(rect.width() * rect.height() * 4);
218 PassRefPtr<ByteArray> ImageBuffer::getUnmultipliedImageData(const IntRect& rect) const
223 PassRefPtr<ByteArray> ImageBuffer::getPremultipliedImageData(const IntRect& rect) const
229 void putImageData(ByteArray*& source, const IntSize& sourceSize, const IntRect& sourceRect, const IntPoint& destPoint, ImageBufferData& data, const IntSize& size)
286 void ImageBuffer::putUnmultipliedImageData(ByteArray* source, const IntSize& sourceSize, const IntRect& sourceRect, const IntPoint& destPoint)
291 void ImageBuffer::putPremultipliedImageData(ByteArray* source, const IntSize& sourceSize, const IntRect& sourceRect, const IntPoint& destPoint)
  /external/webkit/Source/WebCore/platform/graphics/qt/
ImageBufferQt.cpp 201 PassRefPtr<ByteArray> getImageData(const IntRect& rect, const ImageBufferData& imageData, const IntSize& size)
203 RefPtr<ByteArray> result = ByteArray::create(rect.width() * rect.height() * 4);
279 PassRefPtr<ByteArray> ImageBuffer::getUnmultipliedImageData(const IntRect& rect) const
284 PassRefPtr<ByteArray> ImageBuffer::getPremultipliedImageData(const IntRect& rect) const
306 void putImageData(ByteArray*& source, const IntSize& sourceSize, const IntRect& sourceRect, const IntPoint& destPoint, ImageBufferData& data, const IntSize& size)
386 void ImageBuffer::putUnmultipliedImageData(ByteArray* source, const IntSize& sourceSize, const IntRect& sourceRect, const IntPoint& destPoint)
391 void ImageBuffer::putPremultipliedImageData(ByteArray* source, const IntSize& sourceSize, const IntRect& sourceRect, const IntPoint& destPoint)
  /external/webkit/Source/WebCore/platform/graphics/skia/
ImageBufferSkia.cpp 168 PassRefPtr<ByteArray> getImageData(const IntRect& rect, SkDevice& srcDevice,
175 RefPtr<ByteArray> result = ByteArray::create(rect.width() * rect.height() * 4);
257 PassRefPtr<ByteArray> ImageBuffer::getUnmultipliedImageData(const IntRect& rect) const
263 PassRefPtr<ByteArray> ImageBuffer::getPremultipliedImageData(const IntRect& rect) const
270 void putImageData(ByteArray*& source, const IntSize& sourceSize, const IntRect& sourceRect, const IntPoint& destPoint,
339 void ImageBuffer::putUnmultipliedImageData(ByteArray* source, const IntSize& sourceSize, const IntRect& sourceRect, const IntPoint& destPoint)
345 void ImageBuffer::putPremultipliedImageData(ByteArray* source, const IntSize& sourceSize, const IntRect& sourceRect, const IntPoint& destPoint)
  /external/webkit/Source/WebCore/platform/graphics/android/
ImageBufferAndroid.cpp 129 PassRefPtr<ByteArray> ImageBuffer::getUnmultipliedImageData(const IntRect& rect) const
142 RefPtr<ByteArray> result = ByteArray::create(rect.width() * rect.height() * 4);
191 void ImageBuffer::putUnmultipliedImageData(ByteArray* source, const IntSize& sourceSize, const IntRect& sourceRect, const IntPoint& destPoint)
  /device/samsung/tuna/keymaster/
keymaster_tuna.cpp 76 class ByteArray {
78 ByteArray(CK_BYTE* array, size_t len) :
82 ByteArray(size_t len) :
87 ~ByteArray() {
111 typedef UniquePtr<ByteArray> Unique_ByteArray;
216 static ByteArray* bignum_to_array(const BIGNUM* bn) {
227 return new ByteArray(bytes.release(), bignumSize);
237 static ByteArray* generate_random_id() {
238 Unique_ByteArray id(new ByteArray(ID_LENGTH));
246 static int keyblob_save(ByteArray* objId, uint8_t** key_blob, size_t* key_blob_length)
    [all...]
  /dalvik/dx/src/com/android/dx/cf/cst/
ConstantPoolParser.java 45 import com.android.dx.util.ByteArray;
54 private final ByteArray bytes;
77 public ConstantPoolParser(ByteArray bytes) {
343 ByteArray ubytes = bytes.slice(at, at + length);
  /external/webkit/Source/JavaScriptCore/
Android.v8.wtf.mk 30 wtf/ByteArray.cpp \
  /dalvik/dx/src/com/android/dx/command/annotool/
AnnotationLister.java 27 import com.android.dx.util.ByteArray;
71 ByteArray ba = new ByteArray(bytes);

Completed in 1161 milliseconds

1 23 4 5 6