Searched refs:putInt (Results 1 - 25 of 73) sorted by relevance

123

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/apple/
H A DGenericMediaHeaderTextAtom.java35 byteBuffer.putInt(unknown_1);
36 byteBuffer.putInt(unknown_2);
37 byteBuffer.putInt(unknown_3);
38 byteBuffer.putInt(unknown_4);
39 byteBuffer.putInt(unknown_5);
40 byteBuffer.putInt(unknown_6);
41 byteBuffer.putInt(unknown_7);
42 byteBuffer.putInt(unknown_8);
43 byteBuffer.putInt(unknown_9);
H A DQuicktimeTextSampleEntry.java214 byteBuffer.putInt(displayFlags);
215 byteBuffer.putInt(textJustification);
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
H A DCompositionShiftLeastGreatestAtom.java54 byteBuffer.putInt(compositionOffsetToDisplayOffsetShift);
55 byteBuffer.putInt(leastDisplayOffset);
56 byteBuffer.putInt(greatestDisplayOffset);
57 byteBuffer.putInt(displayStartTime);
58 byteBuffer.putInt(displayEndTime);
H A DMovieHeaderBox.java188 byteBuffer.putInt(previewTime);
189 byteBuffer.putInt(previewDuration);
190 byteBuffer.putInt(posterTime);
191 byteBuffer.putInt(selectionTime);
192 byteBuffer.putInt(selectionDuration);
193 byteBuffer.putInt(currentTime);
/external/jmonkeyengine/engine/src/networking/com/jme3/network/serializing/serializers/
H A DEnumSerializer.java62 buffer.putInt(-1);
64 buffer.putInt(((Enum)object).ordinal());
H A DIntSerializer.java52 buffer.putInt((Integer)object);
H A DStringSerializer.java91 buffer.putInt(bufferLength);
H A DArraySerializer.java101 for (int dimension : dimensions) buffer.putInt(dimension);
116 buffer.putInt(length);
/external/guava/guava/src/com/google/common/hash/
H A DAbstractHasher.java38 return putInt(Float.floatToRawIntBits(f));
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 DSink.java66 Sink putInt(int i); method in interface:Sink
H A DAbstractCompositeHashFunction.java64 @Override public Hasher putInt(int i) {
66 hasher.putInt(i);
H A DAbstractStreamingHashFunction.java200 public final Hasher putInt(int i) { method in class:AbstractStreamingHashFunction.AbstractStreamingHasher
201 buffer.putInt(i);
H A DMessageDigestHashFunction.java99 @Override public Hasher putInt(int i) { method in class:MessageDigestHashFunction.MessageDigestHasher
101 scratch.putInt(i);
H A DAbstractNonStreamingHashFunction.java71 public Hasher putInt(int i) { method in class:AbstractNonStreamingHashFunction.BufferingHasher
/external/robolectric/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);
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DSettingsTest.java30 Settings.System.putInt(contentResolver, "property", 1);
40 Settings.System.putInt(contentResolver, "property", 1);
54 Settings.System.putInt(contentResolver, "property", 1);
63 Settings.Secure.putInt(contentResolver, "property", 1);
H A DPreferenceManagerTest.java26 editor.putInt("foobar", 13);
H A DBundleTest.java37 bundle.putInt("foo", 5);
46 bundle.putInt("foo", 5);
48 bundle.putInt("bar", 5);
225 bundle.putInt("foo", 1);
286 innerBundle.putInt("int", 7);
359 innerBundle.putInt("value", 1);
369 bundle.putInt("value", 1);
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/samplegrouping/
H A DRateShareEntry.java82 buf.putInt(entry.getAvailableBitrate());
86 buf.putInt(maximumBitrate);
87 buf.putInt(minimumBitrate);
/external/chromium_org/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille/selfbraille/
H A DWriteData.java73 writableProperties().putInt(PROP_SELECTION_START, v);
94 writableProperties().putInt(PROP_SELECTION_END, v);
/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/
H A DPerformanceResultsPreferenceInitializer.java36 defaultPreferences.putInt(PRE_ECLIPSE_VERSION, IPerformancesConstants.DEFAULT_ECLIPSE_VERSION);
44 defaultPreferences.putInt(PRE_WRITE_STATUS, IPerformancesConstants.DEFAULT_WRITE_STATUS);
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/util/
H A DNativeMeshUtil.java67 triangleIndexBase.putInt(indices.get(i));
/external/replicaisland/src/com/replica/replicaisland/
H A DKeyboardConfigDialogPreference.java195 editor.putInt(mLeftPrefKey, mLeftKeyCode);
196 editor.putInt(mRightPrefKey, mRightKeyCode);
197 editor.putInt(mJumpPrefKey, mJumpKeyCode);
198 editor.putInt(mAttackPrefKey, mAttackKeyCode);
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/accessibility/
H A DBrowserAccessibilityManager.java572 bundle.putInt("AccessibilityNodeInfo.inputType", inputType);
573 bundle.putInt("AccessibilityNodeInfo.liveRegion", liveRegion);
581 bundle.putInt("AccessibilityNodeInfo.CollectionInfo.rowCount", rowCount);
582 bundle.putInt("AccessibilityNodeInfo.CollectionInfo.columnCount", columnCount);
591 bundle.putInt("AccessibilityNodeInfo.CollectionItemInfo.rowIndex", rowIndex);
592 bundle.putInt("AccessibilityNodeInfo.CollectionItemInfo.rowSpan", rowSpan);
593 bundle.putInt("AccessibilityNodeInfo.CollectionItemInfo.columnIndex", columnIndex);
594 bundle.putInt("AccessibilityNodeInfo.CollectionItemInfo.columnSpan", columnSpan);
603 bundle.putInt("AccessibilityNodeInfo.RangeInfo.type", rangeType);

Completed in 1586 milliseconds

123