Searched defs:putByte (Results 1 - 25 of 36) sorted by relevance

12

/external/guava/guava/src/com/google/common/hash/
H A DAbstractByteHasher.java62 public Hasher putByte(byte b) { method in class:AbstractByteHasher
H A DPrimitiveSink.java35 PrimitiveSink putByte(byte b); method in interface:PrimitiveSink
H A DAbstractNonStreamingHashFunction.java85 public Hasher putByte(byte b) { method in class:AbstractNonStreamingHashFunction.BufferingHasher
H A DHasher.java39 * newHasher().putByte(b1).putByte(b2).putByte(b3).hash()
40 * newHasher().putByte(b1).putBytes(new byte[] { b2, b3 }).hash()
54 @Override Hasher putByte(byte b); method in interface:Hasher
72 * Equivalent to {@code putByte(b ? (byte) 1 : (byte) 0)}.
H A DAbstractStreamingHashFunction.java187 public final Hasher putByte(byte b) { method in class:AbstractStreamingHashFunction.AbstractStreamingHasher
/external/lzma/Java/Tukaani/src/org/tukaani/xz/lz/
H A DLZDecoder.java72 public void putByte(byte b) { method in class:LZDecoder
/external/flatbuffers/php/
H A DByteBuffer.php190 public function putByte($offset, $value) function
H A DFlatbufferBuilder.php128 $this->bb->putByte(--$this->space, "\0");
193 public function putByte($x) function
300 $this->putByte($x);
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowBundle.java112 public void putByte(String key, byte value) { method in class:ShadowBundle
/external/flatbuffers/java/com/google/flatbuffers/
H A DFlatBufferBuilder.java199 public void putByte (byte x) { bb.put (space -= Constants.SIZEOF_BYTE, x); } method in class:FlatBufferBuilder
254 public void addByte (byte x) { prep(Constants.SIZEOF_BYTE, 0); putByte (x); }
/external/jarjar/lib/
H A Dasm-4.0.jarMETA-INF/MANIFEST.MF org/objectweb/asm/AnnotationVisitor.class " package org.objectweb.asm public ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dasm-3.3.jarMETA-INF/MANIFEST.MF org/objectweb/asm/AnnotationVisitor.class " package org.objectweb.asm public ...
/external/guice/lib/build/
H A Dasm-5.0.3.jarMETA-INF/MANIFEST.MF org/ org/objectweb/ org/objectweb/asm/ org/objectweb/asm/AnnotationVisitor.class " package ...
H A Djarjar-1.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/tonicsystems/ com/tonicsystems/jarjar/ com/tonicsystems/jarjar/AbstractDepHandler ...
/external/testng/lib-supplied/
H A Djarjar-issue-21.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/tonicsystems/ com/tonicsystems/jarjar/ com/tonicsystems/jarjar/AbstractDepHandler ...
H A Dguice-2.0.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE NOTICE org/ org/testng/ org/testng/guice/ org/testng/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.objectweb.asm_3.2.0.v200909071300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/guice/extensions/persist/lib/
H A Dcglib-nodep-3.0.jarMETA-INF/MANIFEST.MF LICENSE NOTICE net/sf/cglib/beans/BeanCopier$BeanCopierKey.class BeanCopier. ...
/external/jacoco/
H A Dasm-debug-all-5.0.1.jarMETA-INF/MANIFEST.MF org/ org/objectweb/ org/objectweb/asm/ org/objectweb/asm/AnnotationVisitor.class AnnotationVisitor ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/junit-params/lib/
H A Dassertj-core-1.7.1.jarMETA-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org.assertj/ META- ...
/external/robolectric/v1/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...

Completed in 497 milliseconds

12