Home
last modified time | relevance | path

Searched refs:putInt (Results 1 – 25 of 63) sorted by relevance

123

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/apple/
DGenericMediaHeaderTextAtom.java35 byteBuffer.putInt(unknown_1); in getContent()
36 byteBuffer.putInt(unknown_2); in getContent()
37 byteBuffer.putInt(unknown_3); in getContent()
38 byteBuffer.putInt(unknown_4); in getContent()
39 byteBuffer.putInt(unknown_5); in getContent()
40 byteBuffer.putInt(unknown_6); in getContent()
41 byteBuffer.putInt(unknown_7); in getContent()
42 byteBuffer.putInt(unknown_8); in getContent()
43 byteBuffer.putInt(unknown_9); in getContent()
DQuicktimeTextSampleEntry.java214 byteBuffer.putInt(displayFlags); in getContent()
215 byteBuffer.putInt(textJustification); in getContent()
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
DCompositionShiftLeastGreatestAtom.java54 byteBuffer.putInt(compositionOffsetToDisplayOffsetShift); in getContent()
55 byteBuffer.putInt(leastDisplayOffset); in getContent()
56 byteBuffer.putInt(greatestDisplayOffset); in getContent()
57 byteBuffer.putInt(displayStartTime); in getContent()
58 byteBuffer.putInt(displayEndTime); in getContent()
DMovieHeaderBox.java188 byteBuffer.putInt(previewTime); in getContent()
189 byteBuffer.putInt(previewDuration); in getContent()
190 byteBuffer.putInt(posterTime); in getContent()
191 byteBuffer.putInt(selectionTime); in getContent()
192 byteBuffer.putInt(selectionDuration); in getContent()
193 byteBuffer.putInt(currentTime); in getContent()
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DSettingsTest.java30 Settings.System.putInt(contentResolver, "property", 1); in whileApplicationStaysSame_shouldRememberOldSettings()
40 Settings.System.putInt(contentResolver, "property", 1); in whenApplicationChanges_shouldStartWithNewSettings()
54 Settings.System.putInt(contentResolver, "property", 1); in testSystemGetInt()
63 Settings.Secure.putInt(contentResolver, "property", 1); in testSecureGetInt()
DBundleTest.java37 bundle.putInt("foo", 5); in testInt()
46 bundle.putInt("foo", 5); in testSize()
48 bundle.putInt("bar", 5); in testSize()
209 bundle.putInt("foo", 1); in testGetOfWrongType()
270 innerBundle.putInt("int", 7); in testBundle()
343 innerBundle.putInt("value", 1); in testParcelableArray()
353 bundle.putInt("value", 1); in testCopyConstructor()
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowSettings.java25 public static boolean putInt(ContentResolver cr, String name, int value) { in putInt() method in ShadowSettings.SettingsImpl
136 …Settings.System.putInt(Robolectric.application.getContentResolver(), Settings.System.AIRPLANE_MODE… in setAirplaneMode()
145 …Settings.Secure.putInt(Robolectric.application.getContentResolver(), Settings.Secure.WIFI_ON, isOn… in setWifiOn()
154 …Settings.System.putInt(Robolectric.application.getContentResolver(), Settings.System.TIME_12_24, u… in set24HourTimeFormat()
/external/jmonkeyengine/engine/src/networking/com/jme3/network/serializing/serializers/
DEnumSerializer.java62 buffer.putInt(-1); in writeObject()
64 buffer.putInt(((Enum)object).ordinal()); in writeObject()
DArraySerializer.java101 for (int dimension : dimensions) buffer.putInt(dimension);
116 buffer.putInt(length);
DIntSerializer.java52 buffer.putInt((Integer)object); in writeObject()
/external/webkit/Source/JavaScriptCore/assembler/
DARMAssembler.h262 m_buffer.putInt(op | RN(rn) | RD(rd) | op2); in emitInst()
268 m_buffer.putInt(op | ((dd & 0xf) << 12) | ((dd & 0x10) << (22 - 4)) in emitDoublePrecisionInst()
276 m_buffer.putInt(op | ((sd >> 1) << 12) | ((sd & 0x1) << 22) in emitSinglePrecisionInst()
400 m_buffer.putInt(static_cast<ARMWord>(cc) | MOVW | RD(rd) | op2);
406 m_buffer.putInt(static_cast<ARMWord>(cc) | MOVT | RD(rd) | op2);
437 m_buffer.putInt(static_cast<ARMWord>(cc) | MUL | RN(rd) | RS(rn) | RM(rm));
442 m_buffer.putInt(static_cast<ARMWord>(cc) | MUL | SET_CC | RN(rd) | RS(rn) | RM(rm));
447 … m_buffer.putInt(static_cast<ARMWord>(cc) | MULL | RN(rdhi) | RD(rdlo) | RS(rn) | RM(rm));
545 m_buffer.putInt(cc | DTR | DT_WB | RN(ARMRegisters::sp) | RD(reg) | 0x4);
551 … m_buffer.putInt(cc | (DTR ^ DT_PRE) | DT_LOAD | DT_UP | RN(ARMRegisters::sp) | RD(reg) | 0x4);
[all …]
DAssemblerBufferWithConstantPool.h168 void putInt(int value) in putInt() function
171 AssemblerBuffer::putInt(value); in putInt()
302 AssemblerBuffer::putInt(AssemblerType::padForAlign32);
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/samplegrouping/
DRateShareEntry.java82 buf.putInt(entry.getAvailableBitrate()); in get()
86 buf.putInt(maximumBitrate); in get()
87 buf.putInt(minimumBitrate); in get()
/external/replicaisland/src/com/replica/replicaisland/
DKeyboardConfigDialogPreference.java195 editor.putInt(mLeftPrefKey, mLeftKeyCode); in onDialogClosed()
196 editor.putInt(mRightPrefKey, mRightKeyCode); in onDialogClosed()
197 editor.putInt(mJumpPrefKey, mJumpKeyCode); in onDialogClosed()
198 editor.putInt(mAttackPrefKey, mAttackKeyCode); in onDialogClosed()
DAndouKun.java673 mPrefsEditor.putInt(PreferenceConstants.PREFERENCE_LEVEL_ROW, mLevelRow); in saveGame()
674 mPrefsEditor.putInt(PreferenceConstants.PREFERENCE_LEVEL_INDEX, mLevelIndex); in saveGame()
675 mPrefsEditor.putInt(PreferenceConstants.PREFERENCE_LEVEL_COMPLETED, completed); in saveGame()
678 mPrefsEditor.putInt(PreferenceConstants.PREFERENCE_LAST_ENDING, mLastEnding); in saveGame()
679 mPrefsEditor.putInt(PreferenceConstants.PREFERENCE_ROBOTS_DESTROYED, mRobotsDestroyed); in saveGame()
680 mPrefsEditor.putInt(PreferenceConstants.PREFERENCE_PEARLS_COLLECTED, mPearlsCollected); in saveGame()
681 mPrefsEditor.putInt(PreferenceConstants.PREFERENCE_PEARLS_TOTAL, mPearlsTotal); in saveGame()
682 mPrefsEditor.putInt(PreferenceConstants.PREFERENCE_LINEAR_MODE, mLinearMode); in saveGame()
684 mPrefsEditor.putInt(PreferenceConstants.PREFERENCE_DIFFICULTY, mDifficulty); in saveGame()
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/
DMappedByteBufferTest.java201 byteBuffer.putInt(i + 1); in setUp()
220 mbb.putInt(1, 1); in test_position()
222 mbb.putInt(50); in test_position()
/external/guava/guava/src/com/google/common/hash/
DAbstractCompositeHashFunction.java64 @Override public Hasher putInt(int i) { in newHasher() method
66 hasher.putInt(i); in newHasher()
DMessageDigestHashFunction.java99 @Override public Hasher putInt(int i) { in putInt() method in MessageDigestHashFunction.MessageDigestHasher
101 scratch.putInt(i); in putInt()
DAbstractStreamingHashFunction.java200 public final Hasher putInt(int i) { in putInt() method in AbstractStreamingHashFunction.AbstractStreamingHasher
201 buffer.putInt(i); in putInt()
DSink.java66 Sink putInt(int i); in putInt() method
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
DPerformanceResultsPreferenceInitializer.java36 defaultPreferences.putInt(PRE_ECLIPSE_VERSION, IPerformancesConstants.DEFAULT_ECLIPSE_VERSION); in initializeDefaultPreferences()
44 defaultPreferences.putInt(PRE_WRITE_STATUS, IPerformancesConstants.DEFAULT_WRITE_STATUS); in initializeDefaultPreferences()
/external/jmonkeyengine/engine/src/core/com/jme3/effect/
DParticleTriMesh.java264 colors.putInt(abgr); in updateParticleData()
265 colors.putInt(abgr); in updateParticleData()
266 colors.putInt(abgr); in updateParticleData()
267 colors.putInt(abgr); in updateParticleData()
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/digest/
DSHA1.java187 private void putInt(byte[] b, int pos, int val) in putInt() method in SHA1
234 putInt(out, off, H0); in digest()
235 putInt(out, off + 4, H1); in digest()
236 putInt(out, off + 8, H2); in digest()
237 putInt(out, off + 12, H3); in digest()
238 putInt(out, off + 16, H4); in digest()
/external/jmonkeyengine/engine/src/niftygui/com/jme3/niftygui/
DRenderDeviceJme.java350 buf.putInt(convertColor(topRight)); in renderQuad()
351 buf.putInt(convertColor(topLeft)); in renderQuad()
353 buf.putInt(convertColor(bottomLeft)); in renderQuad()
354 buf.putInt(convertColor(bottomRight)); in renderQuad()
/external/jmonkeyengine/engine/src/core/com/jme3/font/
DLetterQuad.java450 bb.putInt(colorInt); in appendColors()
451 bb.putInt(colorInt); in appendColors()
452 bb.putInt(colorInt); in appendColors()
453 bb.putInt(colorInt); in appendColors()

123