/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/apple/ |
D | GenericMediaHeaderTextAtom.java | 35 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()
|
D | QuicktimeTextSampleEntry.java | 214 byteBuffer.putInt(displayFlags); in getContent() 215 byteBuffer.putInt(textJustification); in getContent()
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/ |
D | CompositionShiftLeastGreatestAtom.java | 54 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()
|
D | MovieHeaderBox.java | 188 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/ |
D | SettingsTest.java | 30 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()
|
D | BundleTest.java | 37 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/ |
D | ShadowSettings.java | 25 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/ |
D | EnumSerializer.java | 62 buffer.putInt(-1); in writeObject() 64 buffer.putInt(((Enum)object).ordinal()); in writeObject()
|
D | ArraySerializer.java | 101 for (int dimension : dimensions) buffer.putInt(dimension); 116 buffer.putInt(length);
|
D | IntSerializer.java | 52 buffer.putInt((Integer)object); in writeObject()
|
/external/webkit/Source/JavaScriptCore/assembler/ |
D | ARMAssembler.h | 262 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 …]
|
D | AssemblerBufferWithConstantPool.h | 168 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/ |
D | RateShareEntry.java | 82 buf.putInt(entry.getAvailableBitrate()); in get() 86 buf.putInt(maximumBitrate); in get() 87 buf.putInt(minimumBitrate); in get()
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | KeyboardConfigDialogPreference.java | 195 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()
|
D | AndouKun.java | 673 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/ |
D | MappedByteBufferTest.java | 201 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/ |
D | AbstractCompositeHashFunction.java | 64 @Override public Hasher putInt(int i) { in newHasher() method 66 hasher.putInt(i); in newHasher()
|
D | MessageDigestHashFunction.java | 99 @Override public Hasher putInt(int i) { in putInt() method in MessageDigestHashFunction.MessageDigestHasher 101 scratch.putInt(i); in putInt()
|
D | AbstractStreamingHashFunction.java | 200 public final Hasher putInt(int i) { in putInt() method in AbstractStreamingHashFunction.AbstractStreamingHasher 201 buffer.putInt(i); in putInt()
|
D | Sink.java | 66 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/ |
D | PerformanceResultsPreferenceInitializer.java | 36 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/ |
D | ParticleTriMesh.java | 264 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/ |
D | SHA1.java | 187 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/ |
D | RenderDeviceJme.java | 350 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/ |
D | LetterQuad.java | 450 bb.putInt(colorInt); in appendColors() 451 bb.putInt(colorInt); in appendColors() 452 bb.putInt(colorInt); in appendColors() 453 bb.putInt(colorInt); in appendColors()
|