Home
last modified time | relevance | path

Searched refs:byteValue (Results 1 – 25 of 51) sorted by relevance

123

/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/
H A DParcelableForToString.h35 int8_t byteValue = 0; variable
55byteValue, byteArray, booleanValue, booleanArray, stringValue, stringArray, stringList, parcelable…
58byteValue, byteArray, booleanValue, booleanArray, stringValue, stringArray, stringList, parcelable…
61byteValue, byteArray, booleanValue, booleanArray, stringValue, stringArray, stringList, parcelable…
64byteValue, byteArray, booleanValue, booleanArray, stringValue, stringArray, stringList, parcelable…
67byteValue, byteArray, booleanValue, booleanArray, stringValue, stringArray, stringList, parcelable…
70byteValue, byteArray, booleanValue, booleanArray, stringValue, stringArray, stringList, parcelable…
85 os << ", byteValue: " << ::android::internal::ToString(byteValue); in toString()
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
H A DParcelableForToString.h25byteValue, byteArray, booleanValue, booleanArray, stringValue, stringArray, stringList, parcelable…
28byteValue, byteArray, booleanValue, booleanArray, stringValue, stringArray, stringList, parcelable…
31byteValue, byteArray, booleanValue, booleanArray, stringValue, stringArray, stringList, parcelable…
34byteValue, byteArray, booleanValue, booleanArray, stringValue, stringArray, stringList, parcelable…
37byteValue, byteArray, booleanValue, booleanArray, stringValue, stringArray, stringList, parcelable…
40byteValue, byteArray, booleanValue, booleanArray, stringValue, stringArray, stringList, parcelable…
51 int8_t byteValue = int8_t(0); variable
83 os << ", byteValue: " << ::android::internal::ToString(byteValue); in toString()
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/datausage/
H A DDataUsageUtils.java79 public static CharSequence bytesToIecUnits(Context context, long byteValue) { in bytesToIecUnits() argument
80 Formatter.BytesResult res = Formatter.formatBytes(context.getResources(), byteValue, in bytesToIecUnits()
90 public static CharSequence formatDataUsageInCycle(Context context, long byteValue, in formatDataUsageInCycle() argument
92 CharSequence usage = bytesToIecUnits(context, byteValue); in formatDataUsageInCycle()
/aosp12/packages/apps/Messaging/src/com/android/messaging/util/
H A DBuglePrefsImpl.java76 final String byteValue = getString(key, null); in getBytes() local
77 return byteValue == null ? null : Base64.decode(byteValue, Base64.DEFAULT); in getBytes()
/aosp12/art/test/070-nio-buffer/src/
H A DMain.java130 final byte byteValue = -5; in storeValues()
138 if (directBuf.put(1, byteValue).get(1) != byteValue) { in storeValues()
/aosp12/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-java-source/gen/android/aidl/loggable/
H A DILoggableInterface.java10 …java.lang.String[] LogThis(boolean boolValue, boolean[] boolArray, byte byteValue, byte[] byteArra… in LogThis() argument
163 …java.lang.String[] LogThis(boolean boolValue, boolean[] boolArray, byte byteValue, byte[] byteArra… in LogThis() argument
173 _data.writeByte(byteValue); in LogThis()
207 …return getDefaultImpl().LogThis(boolValue, boolArray, byteValue, byteArray, charValue, charArray, … in LogThis()
254 …public java.lang.String[] LogThis(boolean boolValue, boolean[] boolArray, byte byteValue, byte[] b… in LogThis() argument
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
H A DParcelableForToString.rs11 pub byteValue: i8, field
39 byteValue: 0, in default()
80 subparcel.write(&this.byteValue)?; in serialize_option()
153 result.byteValue = parcel.read()?; in deserialize_option()
/aosp12/packages/apps/Nfc/src/com/android/nfc/cardemulation/
H A DHostNfcFEmulationManager.java343 int byteValue; in bytesToString() local
345 byteValue = bytes[offset + j] & 0xFF; in bytesToString()
346 chars[j * 2] = hexChars[byteValue >>> 4]; in bytesToString()
347 chars[j * 2 + 1] = hexChars[byteValue & 0x0F]; in bytesToString()
H A DHostEmulationManager.java549 int byteValue; in bytesToString() local
551 byteValue = bytes[offset + j] & 0xFF; in bytesToString()
552 chars[j * 2] = hexChars[byteValue >>> 4]; in bytesToString()
553 chars[j * 2 + 1] = hexChars[byteValue & 0x0F]; in bytesToString()
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
H A DParcelableForToString.java15 public byte byteValue = 0; field in ParcelableForToString
54 _aidl_parcel.writeByte(byteValue); in writeToParcel()
115 byteValue = _aidl_parcel.readByte(); in readFromParcel()
177 _aidl_sj.add("byteValue: " + (byteValue)); in toString()
/aosp12/packages/modules/Wifi/framework/tests/src/android/net/wifi/util/
H A DHexEncodingTest.java49 String actualUpper = encodeToString(toEncode.byteValue(), true /* upperCase */); in testEncodeByte()
52 String actualLower = encodeToString(toEncode.byteValue(), false /* upperCase */); in testEncodeByte()
/aosp12/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardProperty.java138 public void setByteValue(byte[] byteValue) { in setByteValue() argument
139 mByteValue = byteValue; in setByteValue()
/aosp12/system/tools/aidl/tests/
H A Daidl_test_client_loggable_interface.cpp60 int8_t byteValue = 41; in TEST_F() local
85 status = loggable->LogThis(boolValue, &boolArray, byteValue, &byteArray, charValue, &charArray, in TEST_F()
H A Daidl_test_client_ndk_loggable_interface.cpp66 int8_t byteValue = 41; in TEST_F() local
90 status = loggable->LogThis(boolValue, &boolArray, byteValue, &byteArray, charValue, &charArray, in TEST_F()
/aosp12/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
H A DGattClientListener.java292 byte[] byteValue = new byte[MAX_BYTES]; in writeCharacteristic()
295 byteValue[i] = (byte) value; in writeCharacteristic()
298 characteristic.setValue(byteValue); in writeCharacteristic()
/aosp12/frameworks/base/core/jni/
H A Dandroid_hardware_display_DisplayViewport.cpp60 static const jmethodID byteValue = env->GetMethodID(intClass, "byteValue", "()B"); in android_hardware_display_DisplayViewport_toNative() local
77 viewport->physicalPort = std::make_optional(env->CallByteMethod(physicalPort, byteValue)); in android_hardware_display_DisplayViewport_toNative()
/aosp12/packages/apps/Settings/src/com/android/settings/datausage/
H A DDataUsageUtils.java58 public static CharSequence formatDataUsage(Context context, long byteValue) { in formatDataUsage() argument
59 final BytesResult res = Formatter.formatBytes(context.getResources(), byteValue, in formatDataUsage()
/aosp12/art/test/952-invoke-custom/util-src/annotations/
H A DConstant.java30 byte[] byteValue() default {}; in byteValue() method
/aosp12/system/tools/aidl/tests/android/aidl/loggable/
H A DILoggableInterface.aidl6 String[] LogThis(boolean boolValue, inout boolean[] boolArray, byte byteValue, in LogThis() argument
/aosp12/art/test/952-invoke-custom/util-src/transformer/
H A DIndyTransformer.java132 } else if (constant.byteValue().length == 1) { in visitMethod()
133 return constant.byteValue()[0]; in visitMethod()
/aosp12/system/tools/aidl/tests/android/aidl/tests/
H A DParcelableForToString.aidl35 byte byteValue;
/aosp12/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/include/android/aidl/loggable/
H A DBpLoggableInterface.h20 …::Status LogThis(bool boolValue, ::std::vector<bool>* boolArray, int8_t byteValue, ::std::vector<u…
/aosp12/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/android/aidl/loggable/
H A DILoggableInterface.cpp36 …terface::LogThis(bool boolValue, ::std::vector<bool>* boolArray, int8_t byteValue, ::std::vector<u… in LogThis() argument
47 _transaction_log.input_args.emplace_back("byteValue", ::android::internal::ToString(byteValue)); in LogThis()
80 _aidl_ret_status = _aidl_data.writeByte(byteValue); in LogThis()
158 …return ILoggableInterface::getDefaultImpl()->LogThis(boolValue, boolArray, byteValue, byteArray, c… in LogThis()
/aosp12/art/test/959-invoke-polymorphic-accessors/src/
H A DMain.java482 byte byteValue = value instanceof Byte ? ((Byte) value).byteValue() : (byte) 0; in tryAccessor()
483 setByte(methodHandle, valueHolder, byteValue, in tryAccessor()
485 setByte(methodHandle, byteValue, in tryAccessor()
487 getByte(methodHandle, valueHolder, byteValue, in tryAccessor()
489 getByte(methodHandle, byteValue, in tryAccessor()
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/
H A DParcelableForToString.cpp79 _aidl_ret_status = AParcel_readByte(parcel, &byteValue); in readFromParcel()
213 _aidl_ret_status = AParcel_writeByte(parcel, byteValue); in writeToParcel()

123