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()
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/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/chromium_org/content/public/android/java/src/org/chromium/content/browser/accessibility/
DBrowserAccessibilityManager.java572 bundle.putInt("AccessibilityNodeInfo.inputType", inputType); in setAccessibilityEventKitKatAttributes()
573 bundle.putInt("AccessibilityNodeInfo.liveRegion", liveRegion); in setAccessibilityEventKitKatAttributes()
581 bundle.putInt("AccessibilityNodeInfo.CollectionInfo.rowCount", rowCount); in setAccessibilityEventCollectionInfo()
582 bundle.putInt("AccessibilityNodeInfo.CollectionInfo.columnCount", columnCount); in setAccessibilityEventCollectionInfo()
591 bundle.putInt("AccessibilityNodeInfo.CollectionItemInfo.rowIndex", rowIndex); in setAccessibilityEventCollectionItemInfo()
592 bundle.putInt("AccessibilityNodeInfo.CollectionItemInfo.rowSpan", rowSpan); in setAccessibilityEventCollectionItemInfo()
593 bundle.putInt("AccessibilityNodeInfo.CollectionItemInfo.columnIndex", columnIndex); in setAccessibilityEventCollectionItemInfo()
594 bundle.putInt("AccessibilityNodeInfo.CollectionItemInfo.columnSpan", columnSpan); in setAccessibilityEventCollectionItemInfo()
603 bundle.putInt("AccessibilityNodeInfo.RangeInfo.type", rangeType); in setAccessibilityEventRangeInfo()
/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()
DIntSerializer.java52 buffer.putInt((Integer)object); in writeObject()
DArraySerializer.java101 for (int dimension : dimensions) buffer.putInt(dimension);
116 buffer.putInt(length);
/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/chromium_org/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille/selfbraille/
DWriteData.java73 writableProperties().putInt(PROP_SELECTION_START, v); in setSelectionStart()
94 writableProperties().putInt(PROP_SELECTION_END, v); in setSelectionEnd()
/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
DAbstractHasher.java38 return putInt(Float.floatToRawIntBits(f)); in putFloat()
/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