HomeSort by relevance Sort by last modified time
    Searched refs:writeShort (Results 1 - 25 of 308) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/objenesis/main/src/main/java/org/objenesis/instantiator/sun/
MagicInstantiator.java 132 in.writeShort(CONSTANT_POOL_COUNT);
138 in.writeShort(INDEX_UTF8_INSTANTIATOR_CLASS);
142 in.writeShort(INDEX_UTF8_SUPERCLASS);
171 in.writeShort(INDEX_UTF8_INTERFACE);
187 in.writeShort(INDEX_CLASS_OBJECT);
188 in.writeShort(INDEX_NAMEANDTYPE_DEFAULT_CONSTRUCTOR);
192 in.writeShort(INDEX_UTF8_OBJECT);
200 in.writeShort(INDEX_UTF8_CONSTRUCTOR_NAME);
201 in.writeShort(INDEX_UTF8_CONSTRUCTOR_DESC);
205 in.writeShort(INDEX_UTF8_TYPE)
    [all...]
  /external/javassist/src/main/javassist/bytecode/
ClassFileWriter.java 91 output.writeShort(minor);
92 output.writeShort(major);
130 output.writeShort(accessFlags);
131 output.writeShort(thisClass);
132 output.writeShort(superClass);
134 output.writeShort(0);
137 output.writeShort(n);
139 output.writeShort(interfaces[i]);
144 output.writeShort(fields.size());
147 output.writeShort(methods.size())
    [all...]
FieldInfo.java 256 out.writeShort(accessFlags);
257 out.writeShort(name);
258 out.writeShort(descriptor);
260 out.writeShort(0);
262 out.writeShort(attribute.size());
  /external/objenesis/main/src/main/java/org/objenesis/instantiator/basic/
ProxyingInstantiator.java 102 in.writeShort(CONSTANT_POOL_COUNT);
108 in.writeShort(INDEX_UTF8_CLASS);
112 in.writeShort(INDEX_UTF8_SUPERCLASS);
141 in.writeShort(ACC_PUBLIC | ACC_SUPER);
144 in.writeShort(INDEX_CLASS_THIS);
147 in.writeShort(INDEX_CLASS_SUPERCLASS);
150 in.writeShort(0);
153 in.writeShort(0);
156 in.writeShort(1);
159 in.writeShort(ACC_PUBLIC)
    [all...]
  /external/proguard/src/proguard/classfile/io/
ProgramClassWriter.java 78 dataOutput.writeShort(ClassUtil.internalMinorClassVersion(programClass.u4version));
79 dataOutput.writeShort(ClassUtil.internalMajorClassVersion(programClass.u4version));
82 dataOutput.writeShort(programClass.u2constantPoolCount);
87 dataOutput.writeShort(programClass.u2accessFlags);
88 dataOutput.writeShort(programClass.u2thisClass);
89 dataOutput.writeShort(programClass.u2superClass);
92 dataOutput.writeShort(programClass.u2interfacesCount);
96 dataOutput.writeShort(programClass.u2interfaces[index]);
100 dataOutput.writeShort(programClass.u2fieldsCount);
105 dataOutput.writeShort(programClass.u2methodsCount)
    [all...]
  /frameworks/base/core/java/android/view/
ViewHierarchyEncoder.java 87 writeShort(entry.getValue());
94 writeShort(createPropertyIndex(name));
99 writeShort(createPropertyIndex(name));
100 writeShort(s);
104 writeShort(createPropertyIndex(name));
109 writeShort(createPropertyIndex(name));
114 writeShort(createPropertyIndex(name));
123 writeShort(createPropertyIndex(name));
145 writeShort(SIG_END_MAP);
157 private void writeShort(short s)
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
InsnFormat.java 492 out.writeShort(c0);
503 out.writeShort(c0);
504 out.writeShort(c1);
517 out.writeShort(c0);
518 out.writeShort(c1);
519 out.writeShort(c2);
533 out.writeShort(c0);
534 out.writeShort(c1);
535 out.writeShort(c2);
536 out.writeShort(c3)
    [all...]
OddSpacer.java 50 out.writeShort(InsnFormat.codeUnit(DalvOps.NOP, 0));
SwitchData.java 111 out.writeShort(0x100 | DalvOps.NOP);
112 out.writeShort(outSz);
131 out.writeShort(0x200 | DalvOps.NOP);
132 out.writeShort(sz);
  /external/emma/core/java12/com/vladium/jcd/lib/
UDataOutputStream.java 38 writeShort ((short) uint); // this narrowing cast is Ok
  /libcore/ojluni/src/main/java/java/util/zip/
ZipOutputStream.java 399 writeShort(version(e)); // version needed to extract
400 writeShort(flag); // general purpose bit flag
401 writeShort(e.method); // compression method
411 writeShort(45); // ver 4.5 for zip64
413 writeShort(version(e)); // version needed to extract
415 writeShort(flag); // general purpose bit flag
416 writeShort(e.method); // compression method
429 writeShort(nameBytes.length);
447 writeShort(elen);
450 writeShort(ZIP64_EXTID)
    [all...]
GZIPOutputStream.java 210 writeShort(i & 0xffff, buf, offset);
211 writeShort((i >> 16) & 0xffff, buf, offset + 2);
218 private void writeShort(int s, byte[] buf, int offset) throws IOException {
  /packages/apps/WallpaperPicker/src/com/android/gallery3d/common/
ExifOrientation.java 75 tempOut.writeShort(SOI);
78 tempOut.writeShort(marker);
79 tempOut.writeShort(length);
96 tempOut.writeShort(SOS);
99 tempOut.writeShort(2);
102 tempOut.writeShort(EOI);
  /dalvik/dexgen/src/com/android/dexgen/util/
Output.java 54 public void writeShort(int value);
  /dalvik/dx/src/com/android/dx/util/
Output.java 56 public void writeShort(int value);
  /dalvik/dx/src/com/android/dx/dex/code/
InsnFormat.java 547 out.writeShort(c0);
558 out.writeShort(c0);
559 out.writeShort(c1);
572 out.writeShort(c0);
573 out.writeShort(c1);
574 out.writeShort(c2);
588 out.writeShort(c0);
589 out.writeShort(c1);
590 out.writeShort(c2);
591 out.writeShort(c3)
    [all...]
OddSpacer.java 51 out.writeShort(InsnFormat.codeUnit(Opcodes.NOP, 0));
SwitchData.java 112 out.writeShort(Opcodes.PACKED_SWITCH_PAYLOAD);
113 out.writeShort(outSz);
132 out.writeShort(Opcodes.SPARSE_SWITCH_PAYLOAD);
133 out.writeShort(sz);
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/util/
PsdFile.java 98 if (!split) out.writeShort(0);
121 if (split) out.writeShort(0);
123 if (split) out.writeShort(0);
125 if (split) out.writeShort(0);
127 if (split) out.writeShort(0);
159 out.writeShort(mVersion);
161 out.writeShort(mChannelCount);
164 out.writeShort(mDepth);
165 out.writeShort(mMode);
213 out.writeShort(mResourceId)
    [all...]
  /libcore/ojluni/src/main/java/java/io/
DataOutput.java 151 void writeShort(int v) throws IOException;
341 * of the <code>writeShort</code> method;
  /external/jmdns/src/javax/jmdns/impl/
DNSOutgoing.java 67 void writeShort(int value) {
73 writeShort(value >> 16);
74 writeShort(value);
150 writeShort(question.getRecordType().indexValue());
151 writeShort(question.getRecordClass().indexValue());
156 writeShort(rec.getRecordType().indexValue());
157 writeShort(rec.getRecordClass().indexValue() | ((rec.isUnique() && _out.isMulticast()) ? DNSRecordClass.CLASS_UNIQUE : 0));
165 writeShort(byteArray.length);
337 message.writeShort(_multicast ? 0 : this.getId());
338 message.writeShort(this.getFlags())
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarSerializerFoo.java 86 out.writeShort(g.getRules().size());
115 out.writeShort(nalts);
140 //out.writeShort(numElementsInAlt);
152 out.writeShort(g.getRuleIndex(t.getText()));
164 out.writeShort(ttype);
177 out.writeShort(ttype);
  /packages/apps/SpeechRecorder/src/com/android/speechrecorder/
WaveHeader.java 239 writeShort(out, mFormat);
240 writeShort(out, mNumChannels);
243 writeShort(out, (short)(mNumChannels * mBitsPerSample / 8));
244 writeShort(out, mBitsPerSample);
264 private static void writeShort(OutputStream out, short val) throws IOException {
  /external/glide/third_party/gif_encoder/src/main/java/com/bumptech/glide/gifencoder/
AnimatedGifEncoder.java 437 writeShort(delay); // delay x 1/100 sec
447 writeShort(0); // image position x,y = 0,0
448 writeShort(0);
449 writeShort(width); // image size
450 writeShort(height);
470 writeShort(width);
471 writeShort(height);
492 writeShort(repeat); // loop count (extra iterations, 0=repeat forever)
518 private void writeShort(int value) throws IOException {
  /cts/hostsidetests/devicepolicy/app/VpnApp/src/com/android/cts/vpnfirewall/
Ipv4Packet.java 101 stream.writeShort(totalLength);
102 stream.writeShort(identification);
103 stream.writeShort(flagsAndOffset);
108 stream.writeShort(/* checksum */ 0);

Completed in 1282 milliseconds

1 2 3 4 5 6 7 8 91011>>