Home
last modified time | relevance | path

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

1234

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
DWifiRttManagerFacade.java80 rttResult.putInt("txRate", result.txRate); in packRttResult()
81 rttResult.putInt("rxRate", result.rxRate); in packRttResult()
82 rttResult.putInt("distance", result.distance); in packRttResult()
83 rttResult.putInt("distanceStandardDeviation", in packRttResult()
85 rttResult.putInt("distanceSpread", result.distanceSpread); in packRttResult()
86 rttResult.putInt("burstDuration", result.burstDuration); in packRttResult()
92 rttResult.putInt("rssi", result.rssi); in packRttResult()
93 rttResult.putInt("rssiSpread", result.rssiSpread); in packRttResult()
94 rttResult.putInt("retryAfterDuration", result.retryAfterDuration); in packRttResult()
95 rttResult.putInt("measurementType", result.measurementType); in packRttResult()
[all …]
DWifiAwareManagerFacade.java669 mResults.putInt("sessionId", mSessionId); in onAttached()
682 mResults.putInt("sessionId", mSessionId); in onAttachFailed()
705 mResults.putInt("sessionId", mSessionId); in onIdentityChanged()
745 mResults.putInt("discoverySessionId", mDiscoverySessionId); in onPublishStarted()
758 mResults.putInt("discoverySessionId", mDiscoverySessionId); in onSubscribeStarted()
767 mResults.putInt("discoverySessionId", mDiscoverySessionId); in onSessionConfigUpdated()
774 mResults.putInt("discoverySessionId", mDiscoverySessionId); in onSessionConfigFailed()
781 mResults.putInt("discoverySessionId", mDiscoverySessionId); in onSessionTerminated()
789 mResults.putInt("discoverySessionId", mDiscoverySessionId); in onServiceDiscovered()
790 mResults.putInt("peerId", peerHandle.peerId); in onServiceDiscovered()
[all …]
DWifiScannerFacade.java106 mResults.putInt("Index", mIndex); in onSuccess()
116 mResults.putInt("Index", mIndex); in onFailure()
117 mResults.putInt("Reason", reason); in onFailure()
125 mResults.putInt("Index", mIndex); in reportResult()
199 mScanResults.putInt("NewPeriod", periodInMs); in onPeriodChanged()
215 mScanData.putInt("Index", mIndex); in onResults()
558 Global.putInt(mService.getContentResolver(), Global.WIFI_SCAN_ALWAYS_AVAILABLE, new_state); in wifiScannerToggleAlwaysAvailable()
/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()
/external/conscrypt/openjdk/src/test/java/org/conscrypt/
DTestSessionBuilder.java132 buf.putInt(type); in build()
134 buf.putInt(sessionDataLength); in build()
137 buf.putInt(certificatesLength); in build()
139 buf.putInt(certificateLengths.get(i)); in build()
144 buf.putInt(ocspDatasLength); in build()
146 buf.putInt(ocspDataLengths.get(i)); in build()
152 buf.putInt(0); in build()
154 buf.putInt(tlsSctDataLength); in build()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DGattServerFacade.java946 mResults.putInt("instanceId", service.getInstanceId()); in onServiceAdded()
955 mResults.putInt("requestId", requestId); in onCharacteristicReadRequest()
956 mResults.putInt("offset", offset); in onCharacteristicReadRequest()
957 mResults.putInt("instanceId", characteristic.getInstanceId()); in onCharacteristicReadRequest()
958 mResults.putInt("properties", characteristic.getProperties()); in onCharacteristicReadRequest()
960 mResults.putInt("permissions", characteristic.getPermissions()); in onCharacteristicReadRequest()
971 mResults.putInt("requestId", requestId); in onCharacteristicWriteRequest()
972 mResults.putInt("offset", offset); in onCharacteristicWriteRequest()
977 mResults.putInt("instanceId", characteristic.getInstanceId()); in onCharacteristicWriteRequest()
978 mResults.putInt("properties", characteristic.getProperties()); in onCharacteristicWriteRequest()
[all …]
DGattClientFacade.java2030 mResults.putInt("Status", status); in onConnectionStateChange()
2031 mResults.putInt("State", newState); in onConnectionStateChange()
2040 mResults.putInt("TxPhy", txPhy); in onPhyRead()
2041 mResults.putInt("RxPhy", rxPhy); in onPhyRead()
2042 mResults.putInt("Status", status); in onPhyRead()
2050 mResults.putInt("TxPhy", txPhy); in onPhyUpdate()
2051 mResults.putInt("RxPhy", rxPhy); in onPhyUpdate()
2052 mResults.putInt("Status", status); in onPhyUpdate()
2062 mResults.putInt("ServicesIndex", idx); in onServicesDiscovered()
2063 mResults.putInt("Status", status); in onServicesDiscovered()
[all …]
DBluetoothLeAdvertisingSetFacade.java363 results.putInt("status", status); in onAdvertisingSetStarted()
367 results.putInt("setId", setIndex); in onAdvertisingSetStarted()
426 results.putInt("setId", setIndex); in onOwnAddressRead()
427 results.putInt("addressType", addressType); in onOwnAddressRead()
439 results.putInt("setId", setIndex); in sendGeneric()
440 results.putInt("status", status); in sendGeneric()
/external/r8/src/main/java/com/android/tools/r8/dex/
DFileWriter.java426 dest.putInt(mixedSectionOffsets.getOffsetFor(string)); in writeStringItem()
431 dest.putInt(mapping.getOffsetFor(descriptor)); in writeTypeItem()
435 dest.putInt(mapping.getOffsetFor(proto.shorty)); in writeProtoItem()
436 dest.putInt(mapping.getOffsetFor(proto.returnType)); in writeProtoItem()
437 dest.putInt(mixedSectionOffsets.getOffsetFor(proto.parameters)); in writeProtoItem()
448 dest.putInt(mapping.getOffsetFor(name)); in writeFieldItem()
459 dest.putInt(mapping.getOffsetFor(name)); in writeMethodItem()
463 dest.putInt(mapping.getOffsetFor(clazz.type)); in writeClassDefItem()
464 dest.putInt(clazz.accessFlags.get()); in writeClassDefItem()
465 dest.putInt( in writeClassDefItem()
[all …]
/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/sl4a/Common/src/com/googlecode/android_scripting/facade/
DBatteryManagerFacade.java94 data.putInt("status", mBatteryStatus); in onReceive()
95 data.putInt("health", mBatteryHealth); in onReceive()
96 data.putInt("plugged", mPlugType); in onReceive()
100 data.putInt("level", mBatteryLevel); in onReceive()
102 data.putInt("level", (int) (mBatteryLevel * 100.0 / mBatteryMaxLevel)); in onReceive()
104 data.putInt("voltage", mBatteryVoltage); in onReceive()
105 data.putInt("temperature", mBatteryTemperature); in onReceive()
/external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
DStructInNestedNS.java16 public void mutateA(int a) { bb.putInt(bb_pos + 0, a); } in mutateA()
18 public void mutateB(int b) { bb.putInt(bb_pos + 4, b); } in mutateB()
22 builder.putInt(b); in createStructInNestedNS()
23 builder.putInt(a); in createStructInNestedNS()
DStructInNestedNS.php48 $builder->putInt($b);
49 $builder->putInt($a);
/external/libmojo/mojo/android/system/src/org/chromium/mojo/system/impl/
DCoreImpl.java109 buffer.putInt(HANDLE_SIZE * index, getMojoHandle(handle.first)); in waitMany()
110 buffer.putInt( in waitMany()
157 optionsBuffer.putInt(0, 8); in createMessagePipe()
158 optionsBuffer.putInt(4, options.getFlags().getFlags()); in createMessagePipe()
177 optionsBuffer.putInt(0, 16); in createDataPipe()
178 optionsBuffer.putInt(4, options.getFlags().getFlags()); in createDataPipe()
179 optionsBuffer.putInt(8, options.getElementNumBytes()); in createDataPipe()
180 optionsBuffer.putInt(12, options.getCapacityNumBytes()); in createDataPipe()
200 optionsBuffer.putInt(0, 8); in createSharedBuffer()
201 optionsBuffer.putInt(4, options.getFlags().getFlags()); in createSharedBuffer()
[all …]
/external/robolectric/v1/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/v1/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/flatbuffers/java/com/google/flatbuffers/
DFlatBufferBuilder.java215 public void putInt (int x) { bb.putInt (space -= Constants.SIZEOF_INT, x); } in putInt() method in FlatBufferBuilder
268 public void addInt (int x) { prep(Constants.SIZEOF_INT, 0); putInt (x); } in addInt()
300 putInt(off); in addOffset()
365 putInt(vector_num_elems); in endVector()
715 bb.putInt(space, existing_vtable - vtableloc); in endObject()
722 bb.putInt(bb.capacity() - vtableloc, offset() - vtableloc); in endObject()
/external/libmojo/mojo/android/javatests/src/org/chromium/mojo/bindings/
DValidationTestUtilTest.java63 expected.putInt(65536); in testCorrectMessageParsing()
78 expected.putInt(-40); in testCorrectMessageParsing()
108 expected.putInt(14); in testCorrectMessageParsing()
/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.java49 return newHasher().putInt(input).hash(); in hashInt()
208 public final Hasher putInt(int i) { in putInt() method in AbstractStreamingHashFunction.AbstractStreamingHasher
209 buffer.putInt(i); in putInt()
/external/ims/rcs/rcsmanager/src/java/com/android/ims/
DRcsPresenceInfo.java257 mServiceInfo.putInt(VOLTE_STATUS, volteStatus); in RcsPresenceInfo()
269 capability.putInt(ServiceInfoKey.SERVICE_TYPE, serviceType); in set()
270 capability.putInt(ServiceInfoKey.STATE, state); in set()

1234