Searched refs:readInfo (Results 1 - 13 of 13) sorted by relevance

/external/libvncserver/webclients/novnc/include/chrome-app/
H A Dtcp-client.js226 * @param {Object} readInfo The incoming message
228 TcpClient.prototype._onDataRead = function(readInfo) {
230 if (readInfo.resultCode > 0) {
235 var bytes = [], u8 = new Uint8Array(readInfo.data);
244 this.callbacks.recvBuffer(readInfo.data);
248 this._arrayBufferToString(readInfo.data, function(str) {
/external/proguard/src/proguard/classfile/instruction/
H A DBranchInstruction.java115 protected void readInfo(byte[] code, int offset) method in class:BranchInstruction
H A DLookUpSwitchInstruction.java83 protected void readInfo(byte[] code, int offset) method in class:LookUpSwitchInstruction
H A DTableSwitchInstruction.java87 protected void readInfo(byte[] code, int offset) method in class:TableSwitchInstruction
H A DInstruction.java930 protected abstract void readInfo(byte[] code, int offset); method in class:Instruction
H A DSimpleInstruction.java186 protected void readInfo(byte[] code, int offset) method in class:SimpleInstruction
H A DConstantInstruction.java124 protected void readInfo(byte[] code, int offset) method in class:ConstantInstruction
H A DInstructionFactory.java296 instruction.readInfo(code, index);
H A DVariableInstruction.java256 protected void readInfo(byte[] code, int offset) method in class:VariableInstruction
/external/skia/tests/
H A DIntTextureTest.cpp249 SkImageInfo readInfo = SkImageInfo::Make(kS, kS, kRGBA_8888_SkColorType, local
251 rtContext->readPixels(readInfo, actualData.get(), 0, 0, 0);
H A DSurfaceTest.cpp719 SkImageInfo readInfo = SkImageInfo::Make(kW, kH, kRGBA_8888_SkColorType, kPremul_SkAlphaType); local
720 SkAssertResult(surface->readPixels(readInfo, pixels.get(), kW * sizeof(uint32_t), 0, 0));
/external/proguard/src/proguard/classfile/editor/
H A DCodeAttributeEditor.java1210 protected void readInfo(byte[] code, int offset) method in class:CodeAttributeEditor.CompositeInstruction
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/ proguard/DuplicateClassPrinter.class DuplicateClassPrinter.java package proguard ...

Completed in 225 milliseconds