Searched defs:putLong (Results 1 - 25 of 49) sorted by relevance

12

/external/annotation-tools/asmx/core/org/objectweb/asm/
H A DByteVector.classpackage org.objectweb.asm public org.objectweb.asm.ByteVector extends java.lang. ...
/external/annotation-tools/asmx/src/org/objectweb/asm/
H A DByteVector.java173 public ByteVector putLong(final long l) { method in class:ByteVector
/external/guava/guava/src/com/google/common/hash/
H A DAbstractByteHasher.java106 public Hasher putLong(long l) { method in class:AbstractByteHasher
107 scratch.putLong(l);
H A DPrimitiveSink.java71 PrimitiveSink putLong(long l); method in interface:PrimitiveSink
H A DAbstractNonStreamingHashFunction.java66 return newHasher(8).putLong(input).hash();
123 public Hasher putLong(long l) { method in class:AbstractNonStreamingHashFunction.BufferingHasher
H A DHasher.java23 * translate all multibyte values ({@link #putInt(int)}, {@link #putLong(long)}, etc) to bytes
59 @Override Hasher putLong(long l); method in interface:Hasher
67 * Equivalent to {@code putLong(Double.doubleToRawLongBits(d))}.
H A DAbstractStreamingHashFunction.java53 return newHasher().putLong(input).hash();
136 bb.putLong(0);
215 public final Hasher putLong(long l) { method in class:AbstractStreamingHashFunction.AbstractStreamingHasher
216 buffer.putLong(l);
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowSettings.java64 public static boolean putLong(ContentResolver cr, String name, long value) { method in class:ShadowSettings.SettingsImpl
H A DShadowBundle.java64 public void putLong(String key, long value) { method in class:ShadowBundle
/external/flatbuffers/php/
H A DByteBuffer.php268 public function putLong($offset, $value) function
H A DFlatbufferBuilder.php245 public function putLong($x) function
251 $this->bb->putLong($this->space -= 8, $x);
360 $this->putLong($x);
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/android/content/
H A DTestSharedPreferences.java117 public Editor putLong(String key, long value) { method in class:TestSharedPreferences.TestSharedPreferencesEditor
/external/flatbuffers/java/com/google/flatbuffers/
H A DFlatBufferBuilder.java288 public void putLong (long x) { bb.putLong (space -= Constants.SIZEOF_LONG, x); } method in class:FlatBufferBuilder
340 public void addLong (long x) { prep(Constants.SIZEOF_LONG, 0); putLong (x); }
/external/annotation-tools/asmx/core/
H A Dasm-2.2.2.jarMETA-INF/MANIFEST.MF org/objectweb/asm/AnnotationVisitor.class " package org.objectweb.asm public ...
/external/annotation-tools/asmx/test/lib/
H A Dasm-2.1.jarMETA-INF/MANIFEST.MF org/objectweb/asm/AnnotationVisitor.class " package org.objectweb.asm public ...
/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/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.equinox.preferences_3.5.300.v20150408-1437.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/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 ...
/external/annotation-tools/annotation-file-utilities/lib/
H A Dasm-5.0.jarMETA-INF/MANIFEST.MF org/ org/objectweb/ org/objectweb/asm/ org/objectweb/asm/ALLPerfTest$1. ...
H A Dguava-20.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/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/ ...

Completed in 742 milliseconds

12