Home
last modified time | relevance | path

Searched refs:writeChar (Results 1 – 21 of 21) sorted by relevance

/aosp12/packages/modules/GeoTZ/s2storage/src/test/java/com/android/timezone/location/storage/io/
H A DTypedStreamsTest.java44 tos.writeChar(Character.MIN_VALUE); in writeReadOk()
45 tos.writeChar(1234); in writeReadOk()
46 tos.writeChar(Character.MAX_VALUE); in writeReadOk()
196 assertThrows(IllegalArgumentException.class, () -> tos.writeChar(Character.MIN_VALUE - 1)); in writeBoundChecks()
197 assertThrows(IllegalArgumentException.class, () -> tos.writeChar(Character.MAX_VALUE + 1)); in writeBoundChecks()
/aosp12/packages/modules/GeoTZ/s2storage/src/write/java/com/android/timezone/location/storage/io/write/
H A DTypedOutputStream.java116 dos.writeChar(chars[i]); in writeTinyCharArray()
124 public void writeChar(int v) throws IOException { in writeChar() method in TypedOutputStream
126 dos.writeChar(v); in writeChar()
/aosp12/frameworks/native/libs/binder/rust/tests/
H A Dserialization.cpp155 data.writeChar(0); in TEST_F()
156 data.writeChar(1); in TEST_F()
157 data.writeChar(numeric_limits<char16_t>::max()); in TEST_F()
/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/util/
H A DFastDataTest.java164 out.writeChar('\0'); in testBounce_Char()
165 out.writeChar('☃'); in testBounce_Char()
/aosp12/packages/modules/GeoTZ/s2storage/src/write/java/com/android/timezone/location/storage/tzs2range/write/
H A DHeaderBlockWriter.java82 tos.writeChar(strings.size()); in close()
/aosp12/packages/modules/GeoTZ/s2storage/src/test/java/com/android/timezone/location/storage/block/read/
H A DBlockDataTest.java82 typedOutputStream.writeChar(0x9ABC); in typedRandomAccess()
/aosp12/packages/modules/GeoTZ/s2storage/src/write/java/com/android/timezone/location/storage/block/write/
H A DBlockFileWriter.java114 bos.writeChar(mMagic); in writeHeaderAndAppendTempFile()
/aosp12/frameworks/base/core/java/com/android/internal/util/
H A DFastDataOutput.java186 public void writeChar(int v) throws IOException { in writeChar() method in FastDataOutput
/aosp12/frameworks/native/libs/binder/ndk/
H A Dparcel.cpp100 status = rawParcel->writeChar(array[i]);
511 status_t status = parcel->get()->writeChar(value); in AParcel_writeChar()
/aosp12/frameworks/native/include/binder/
H A DParcel.h157 status_t writeChar(char16_t val);
817 return writeChar(t); // this writes as int32_t
/aosp12/frameworks/native/libs/binder/include/binder/
H A DParcel.h157 status_t writeChar(char16_t val);
817 return writeChar(t); // this writes as int32_t
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
H A DStructuredParcelable.cpp504 _aidl_ret_status = _aidl_parcel->writeChar(charDefaultsToC); in writeToParcel()
H A DITestService.cpp225 _aidl_ret_status = _aidl_data.writeChar(token); in RepeatChar()
2207 _aidl_ret_status = _aidl_reply->writeChar(_aidl_return); in onTransact()
/aosp12/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/android/aidl/loggable/
H A DILoggableInterface.cpp88 _aidl_ret_status = _aidl_data.writeChar(charValue); in LogThis()
/aosp12/frameworks/native/libs/binder/
H A DParcel.cpp1008 status_t Parcel::writeChar(char16_t val) in writeChar() function in android::Parcel
/aosp12/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/aosp12/packages/apps/TV/libs/m2/
H A Dguava-28.0-android.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
H A Dguava-28.0-jre.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/packages/apps/TV/libs/
H A Dgoogle-java-format-1.7-all-deps.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt39826 method public abstract void writeChar(int) throws java.io.IOException;
39842 method public final void writeChar(int) throws java.io.IOException;
40173 method public void writeChar(int) throws java.io.IOException;
40462 method public final void writeChar(int) throws java.io.IOException;