Home
last modified time | relevance | path

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

1234

/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()
225 bundle.putInt("foo", 1); in testGetOfWrongType()
286 innerBundle.putInt("int", 7); in testBundle()
359 innerBundle.putInt("value", 1); in testParcelableArray()
369 bundle.putInt("value", 1); in testCopyConstructor()
/external/mockito/cglib-and-asm/src/org/mockito/asm/
DClassWriter.java779 out.putInt(0xCAFEBABE).putInt(version); in toByteArray()
800 out.putShort(newUTF8("Signature")).putInt(2).putShort(signature); in toByteArray()
803 out.putShort(newUTF8("SourceFile")).putInt(2).putShort(sourceFile); in toByteArray()
807 out.putShort(newUTF8("SourceDebugExtension")).putInt(len); in toByteArray()
811 out.putShort(newUTF8("EnclosingMethod")).putInt(4); in toByteArray()
815 out.putShort(newUTF8("Deprecated")).putInt(0); in toByteArray()
820 out.putShort(newUTF8("Synthetic")).putInt(0); in toByteArray()
824 out.putInt(innerClasses.length + 2).putShort(innerClassesCount); in toByteArray()
1062 pool.putByte(INT).putInt(value); in newInteger()
1080 pool.putByte(FLOAT).putInt(key.intVal); in newFloat()
DFieldWriter.java243 out.putInt(2).putShort(value); in put()
248 out.putShort(cw.newUTF8("Synthetic")).putInt(0); in put()
251 out.putShort(cw.newUTF8("Deprecated")).putInt(0); in put()
255 out.putInt(2).putShort(signature); in put()
DMethodWriter.java1068 code.putInt(min).putInt(max); in visitTableSwitchInsn()
1086 code.putInt(labels.length); in visitLookupSwitchInsn()
1088 code.putInt(keys[i]); in visitLookupSwitchInsn()
1946 out.putShort(cw.newUTF8("Code")).putInt(size); in put()
1948 out.putInt(code.length).putByteArray(code.data, 0, code.length); in put()
1979 out.putInt(localVar.length + 2).putShort(localVarCount); in put()
1984 out.putInt(localVarType.length + 2).putShort(localVarTypeCount); in put()
1989 out.putInt(lineNumber.length + 2).putShort(lineNumberCount); in put()
1995 out.putInt(stackMap.length + 2).putShort(frameCount); in put()
2004 .putInt(2 * exceptionCount + 2); in put()
[all …]
DLabel.java291 out.putInt(-1); in put()
298 out.putInt(position - source); in put()
/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
140 …Settings.System.putInt(Robolectric.application.getContentResolver(), Settings.System.AIRPLANE_MODE… in setAirplaneMode()
149 …Settings.Secure.putInt(Robolectric.application.getContentResolver(), Settings.Secure.WIFI_ON, isOn… in setWifiOn()
158 …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/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/guava/guava/src/com/google/common/hash/
DAbstractStreamingHashFunction.java57 return newHasher().putInt(input).hash(); in hashInt()
225 public final Hasher putInt(int i) { in putInt() method in AbstractStreamingHashFunction.AbstractStreamingHasher
226 buffer.putInt(i); in putInt()
DAbstractByteHasher.java100 public Hasher putInt(int i) { in putInt() method in AbstractByteHasher
101 scratch.putInt(i); in putInt()
DAbstractCompositeHashFunction.java83 @Override public Hasher putInt(int i) { in newHasher() method
85 hasher.putInt(i); in newHasher()
DAbstractNonStreamingHashFunction.java75 return newHasher(4).putInt(input).hash(); in hashInt()
127 public Hasher putInt(int i) { in putInt() method in AbstractNonStreamingHashFunction.BufferingHasher
/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/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()
/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()

1234