Searched defs:putInt (Results 1 - 25 of 50) 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.java152 public ByteVector putInt(final int i) { method in class:ByteVector
/external/guava/guava/src/com/google/common/hash/
H A DAbstractByteHasher.java100 public Hasher putInt(int i) { method in class:AbstractByteHasher
101 scratch.putInt(i);
H A DPrimitiveSink.java66 PrimitiveSink putInt(int i); method in interface:PrimitiveSink
H A DAbstractNonStreamingHashFunction.java62 return newHasher(4).putInt(input).hash();
114 public Hasher putInt(int i) { method in class:AbstractNonStreamingHashFunction.BufferingHasher
H A DHasher.java23 * translate all multibyte values ({@link #putInt(int)}, {@link #putLong(long)}, etc) to bytes
58 @Override Hasher putInt(int i); method in interface:Hasher
62 * Equivalent to {@code putInt(Float.floatToRawIntBits(f))}.
H A DAbstractStreamingHashFunction.java49 return newHasher().putInt(input).hash();
208 public final Hasher putInt(int i) { method in class:AbstractStreamingHashFunction.AbstractStreamingHasher
209 buffer.putInt(i);
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowSettings.java25 public static boolean putInt(ContentResolver cr, String name, int value) { method in class:ShadowSettings.SettingsImpl
140 Settings.System.putInt(Robolectric.application.getContentResolver(), Settings.System.AIRPLANE_MODE_ON, isAirplaneMode ? 1 : 0);
149 Settings.Secure.putInt(Robolectric.application.getContentResolver(), Settings.Secure.WIFI_ON, isOn ? 1 : 0);
158 Settings.System.putInt(Robolectric.application.getContentResolver(), Settings.System.TIME_12_24, use24HourTimeFormat ? 24 : 12);
H A DShadowBundle.java80 public void putInt(String key, int value) { method in class:ShadowBundle
/external/flatbuffers/php/
H A DByteBuffer.php240 public function putInt($offset, $value) function
H A DFlatbufferBuilder.php225 public function putInt($x) function
227 $this->bb->putInt($this->space -= 4, $x);
340 $this->putInt($x);
567 $this->putInt($off);
852 $this->bb->putInt($this->space, $existing_vtable - $vtableloc);
865 $this->bb->putInt($this->bb->capacity() - $vtableloc, $this->offset() - $vtableloc);
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/android/content/
H A DTestSharedPreferences.java110 public Editor putInt(String key, int value) { method in class:TestSharedPreferences.TestSharedPreferencesEditor
/external/flatbuffers/java/com/google/flatbuffers/
H A DFlatBufferBuilder.java280 public void putInt (int x) { bb.putInt (space -= Constants.SIZEOF_INT, x); } method in class:FlatBufferBuilder
333 public void addInt (int x) { prep(Constants.SIZEOF_INT, 0); putInt (x); }
365 putInt(off);
430 putInt(vector_num_elems);
784 bb.putInt(space, existing_vtable - vtableloc);
791 bb.putInt(bb.capacity() - vtableloc, offset() - vtableloc);
/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 579 milliseconds

12