Searched defs:putInt (Results 1 - 15 of 15) sorted by relevance

/external/guava/guava/src/com/google/common/hash/
H A DSink.java66 Sink putInt(int i); method in interface:Sink
H A DAbstractNonStreamingHashFunction.java71 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
35 @Override Hasher putInt(int i); method in interface:Hasher
38 * Equivalent to {@code putInt(Float.floatToRawIntBits(f))}.
H A DMessageDigestHashFunction.java99 @Override public Hasher putInt(int i) { method in class:MessageDigestHashFunction.MessageDigestHasher
101 scratch.putInt(i);
H A DAbstractStreamingHashFunction.java200 public final Hasher putInt(int i) { method in class:AbstractStreamingHashFunction.AbstractStreamingHasher
201 buffer.putInt(i);
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/digest/
H A DSHA1.java187 private void putInt(byte[] b, int pos, int val) method in class:SHA1
234 putInt(out, off, H0);
235 putInt(out, off + 4, H1);
236 putInt(out, off + 8, H2);
237 putInt(out, off + 12, H3);
238 putInt(out, off + 16, H4);
/external/webkit/Source/JavaScriptCore/assembler/
H A DAssemblerBuffer.h110 void putInt(int value) function in class:JSC::AssemblerBuffer
H A DAssemblerBufferWithConstantPool.h168 void putInt(int value) function in class:JSC::AssemblerBufferWithConstantPool
171 AssemblerBuffer::putInt(value);
302 AssemblerBuffer::putInt(AssemblerType::padForAlign32);
/external/apache-harmony/prefs/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/
H A DPreferencesTest.java405 public void putInt(String key, int value) { method in class:PreferencesTest.MockPreferences
/external/webkit/Source/WebCore/storage/
H A DIDBLevelDBBackingStore.cpp477 static bool putInt(LevelDBDatabase* db, const Vector<char>& key, int64_t value) function in namespace:WebCore
1451 if (!putInt(db, metaDataKey, schemaVersion))
1550 bool ok = putInt(db, MaxDatabaseIdKey::encode(), databaseId);
1563 if (!putInt(m_db.get(), key, rowId))
1656 bool ok = putInt(db, maxObjectStoreIdKey, objectStoreId);
1686 ok = putInt(m_db.get(), autoIncrementKey, autoIncrement);
1692 ok = putInt(m_db.get(), evictableKey, false);
1698 ok = putInt(m_db.get(), lastVersionKey, 1);
1704 ok = putInt(m_db.get(), maxIndexIdKey, kMinimumIndexId);
1710 ok = putInt(m_d
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.preferences_3.3.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.security_1.0.200.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.objectweb.asm_3.2.0.v200909071300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/dexmaker/lib/
H A Djarjar.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/tonicsystems/ com/tonicsystems/jarjar/ com/tonicsystems/jarjar/AbstractDepHandler ...

Completed in 267 milliseconds