HomeSort by relevance Sort by last modified time
    Searched refs:putInt (Results 1 - 25 of 1803) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/apple/
GenericMediaHeaderTextAtom.java 35 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);
  /external/flatbuffers/tests/MyGame/Example/
Ability.java 16 public void mutateId(long id) { bb.putInt(bb_pos + 0, (int)id); }
18 public void mutateDistance(long distance) { bb.putInt(bb_pos + 4, (int)distance); }
22 builder.putInt((int)distance);
23 builder.putInt((int)id);
  /external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
StructInNestedNS.java 16 public void mutateA(int a) { bb.putInt(bb_pos + 0, a); }
18 public void mutateB(int b) { bb.putInt(bb_pos + 4, b); }
22 builder.putInt(b);
23 builder.putInt(a);
StructInNestedNS.php 48 $builder->putInt($b);
49 $builder->putInt($a);
  /frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
MockScrypt.java 37 byteBuffer.putInt(password.length);
39 byteBuffer.putInt(salt.length);
41 byteBuffer.putInt(n);
42 byteBuffer.putInt(r);
43 byteBuffer.putInt(p);
44 byteBuffer.putInt(outLen);
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/inspector/
TestMetadata.java 32 data.putInt(ExifInterface.TAG_IMAGE_WIDTH, 3840);
33 data.putInt(ExifInterface.TAG_IMAGE_LENGTH, 2160);
44 data.putInt(ExifInterface.TAG_ISO_SPEED_RATINGS, 120);
53 data.putInt(ExifInterface.TAG_IMAGE_WIDTH, 1920);
54 data.putInt(ExifInterface.TAG_IMAGE_LENGTH, 1080);
55 data.putInt(MediaMetadata.METADATA_KEY_DURATION, 72000);
62 data.putInt(MediaMetadata.METADATA_KEY_DURATION, 72000);
  /development/apps/SdkSetup/src/com/android/sdksetup/
DefaultActivity.java 44 Settings.Global.putInt(getContentResolver(), Settings.Global.DEVICE_PROVISIONED, 1);
46 Settings.Secure.putInt(getContentResolver(), Settings.Secure.USER_SETUP_COMPLETE, 1);
49 Settings.Global.putInt(getContentResolver(), Settings.Global.PACKAGE_VERIFIER_INCLUDE_ADB, 0);
57 Settings.Global.putInt(getContentResolver(), Settings.Global.INSTALL_NON_MARKET_APPS, 1);
59 Settings.Secure.putInt(getContentResolver(),Settings.Secure.ADB_ENABLED, 1);
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
CompositionShiftLeastGreatestAtom.java 54 byteBuffer.putInt(compositionOffsetToDisplayOffsetShift);
55 byteBuffer.putInt(leastDisplayOffset);
56 byteBuffer.putInt(greatestDisplayOffset);
57 byteBuffer.putInt(displayStartTime);
58 byteBuffer.putInt(displayEndTime);
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
Capabilities.java 48 bundle.putInt(Characteristics.KEY_MAX_SERVICE_NAME_LENGTH, maxServiceNameLen);
49 bundle.putInt(Characteristics.KEY_MAX_SERVICE_SPECIFIC_INFO_LENGTH,
51 bundle.putInt(Characteristics.KEY_MAX_MATCH_FILTER_LENGTH, maxMatchFilterLen);
  /external/annotation-tools/asmx/core/org/objectweb/asm/
ByteVector.class 
  /external/conscrypt/openjdk/src/test/java/org/conscrypt/
TestSessionBuilder.java 132 buf.putInt(type);
134 buf.putInt(sessionDataLength);
137 buf.putInt(certificatesLength);
139 buf.putInt(certificateLengths.get(i));
144 buf.putInt(ocspDatasLength);
146 buf.putInt(ocspDataLengths.get(i));
152 buf.putInt(0);
154 buf.putInt(tlsSctDataLength);
  /packages/apps/Provision/src/com/android/provision/
DefaultActivity.java 35 Settings.Global.putInt(getContentResolver(), Settings.Global.DEVICE_PROVISIONED, 1);
36 Settings.Secure.putInt(getContentResolver(), Settings.Secure.USER_SETUP_COMPLETE, 1);
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
WifiRttManagerFacade.java 80 rttResult.putInt("txRate", result.txRate);
81 rttResult.putInt("rxRate", result.rxRate);
82 rttResult.putInt("distance", result.distance);
83 rttResult.putInt("distanceStandardDeviation",
85 rttResult.putInt("distanceSpread", result.distanceSpread);
86 rttResult.putInt("burstDuration", result.burstDuration);
92 rttResult.putInt("rssi", result.rssi);
93 rttResult.putInt("rssiSpread", result.rssiSpread);
94 rttResult.putInt("retryAfterDuration", result.retryAfterDuration);
95 rttResult.putInt("measurementType", result.measurementType)
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/marshal/impl/
MarshalQueryableRect.java 42 buffer.putInt(value.left);
43 buffer.putInt(value.top);
44 buffer.putInt(value.width());
45 buffer.putInt(value.height());
MarshalQueryableStreamConfiguration.java 46 buffer.putInt(value.getFormat());
47 buffer.putInt(value.getWidth());
48 buffer.putInt(value.getHeight());
49 buffer.putInt(value.isInput() ? 1 : 0);
MarshalQueryableHighSpeedVideoConfiguration.java 48 buffer.putInt(value.getWidth());
49 buffer.putInt(value.getHeight());
50 buffer.putInt(value.getFpsMin());
51 buffer.putInt(value.getFpsMax());
52 buffer.putInt(value.getBatchSizeMax());
MarshalQueryableMeteringRectangle.java 49 buffer.putInt(xMin);
50 buffer.putInt(yMin);
51 buffer.putInt(xMax);
52 buffer.putInt(yMax);
53 buffer.putInt(weight);
  /frameworks/base/core/tests/coretests/src/android/app/
InstrumentationTest.java 33 bundle.putInt("iterations", i);
  /frameworks/support/core/ktx/src/androidTest/java/androidx/core/content/
SharedPreferencesTest.kt 31 putInt("test_key2", 100)
42 putInt("test_key2", 100)
  /frameworks/base/core/java/android/ddm/
DdmHandleHello.java 148 out.putInt(DdmServer.CLIENT_PROTOCOL_VERSION);
149 out.putInt(android.os.Process.myPid());
150 out.putInt(vmIdent.length());
151 out.putInt(appName.length());
154 out.putInt(UserHandle.myUserId());
155 out.putInt(instructionSetDescription.length());
157 out.putInt(vmFlags.length());
192 out.putInt(vmFeatures.length + FRAMEWORK_FEATURES.length);
194 out.putInt(vmFeatures[i].length());
198 out.putInt(FRAMEWORK_FEATURES[i].length())
    [all...]
  /cts/tests/tests/security/src/android/security/cts/
AudioSecurityTest.java 204 .putInt(0) // status (unused)
205 .putInt(parameterSize) // psize (very large)
206 .putInt(0) // vsize
207 .putInt(0x04030201) // data[0] (param too small for psize)
208 .putInt(0x08070605) // data[4]
272 .putInt(0) // status (unused)
273 .putInt(0xdddddddd) // psize (very large)
274 .putInt(4) // vsize
275 .putInt(1) // data[0] (param too small for psize)
276 .putInt(0) // data[4
    [all...]
  /cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
ImeSettings.java 129 mBundle.putInt(BACKGROUND_COLOR_KEY, color);
140 mBundle.putInt(NAVIGATION_BAR_COLOR_KEY, color);
150 mBundle.putInt(INPUT_VIEW_HEIGHT_WITHOUT_SYSTEM_WINDOW_INSET, height);
167 mBundle.putInt(WINDOW_FLAGS, flags);
168 mBundle.putInt(WINDOW_FLAGS_MASK, flagsMask);
180 mBundle.putInt(INPUT_VIEW_SYSTEM_UI_VISIBILITY, visibilityFlags);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/display/
BrightnessLevelPreferenceControllerTest.java 121 System.putInt(mContentResolver, System.SCREEN_BRIGHTNESS_FOR_VR, 85);
131 System.putInt(mContentResolver, System.SCREEN_BRIGHTNESS_MODE,
134 System.putInt(mContentResolver, System.SCREEN_BRIGHTNESS, 31);
144 System.putInt(mContentResolver, System.SCREEN_BRIGHTNESS_MODE,
147 System.putInt(mContentResolver, System.SCREEN_BRIGHTNESS, 45);
159 System.putInt(mContentResolver, System.SCREEN_BRIGHTNESS_FOR_VR, 105);
163 System.putInt(mContentResolver, System.SCREEN_BRIGHTNESS_FOR_VR, -20);
169 System.putInt(mContentResolver, System.SCREEN_BRIGHTNESS_MODE,
173 System.putInt(mContentResolver, System.SCREEN_BRIGHTNESS, 115);
177 System.putInt(mContentResolver, System.SCREEN_BRIGHTNESS, -10)
    [all...]
  /cts/hostsidetests/appsecurity/test-apps/NoRestartApp/src/com/android/cts/norestart/
NoRestartActivity.java 49 payload.putInt("CREATE_COUNT", sCreateCount);
50 payload.putInt("NEW_INTENT_COUNT", mNewIntentCount);
  /cts/tests/fragment/src/android/fragment/cts/
ReentrantFragment.java 56 outState.putInt(FROM_STATE, mFromState);
57 outState.putInt(TO_STATE, mToState);

Completed in 756 milliseconds

1 2 3 4 5 6 7 8 91011>>