/aosp12/packages/modules/GeoTZ/s2storage/src/test/java/com/android/timezone/location/storage/io/ |
H A D | TypedStreamsTest.java | 44 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 D | TypedOutputStream.java | 116 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 D | serialization.cpp | 155 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 D | FastDataTest.java | 164 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 D | HeaderBlockWriter.java | 82 tos.writeChar(strings.size()); in close()
|
/aosp12/packages/modules/GeoTZ/s2storage/src/test/java/com/android/timezone/location/storage/block/read/ |
H A D | BlockDataTest.java | 82 typedOutputStream.writeChar(0x9ABC); in typedRandomAccess()
|
/aosp12/packages/modules/GeoTZ/s2storage/src/write/java/com/android/timezone/location/storage/block/write/ |
H A D | BlockFileWriter.java | 114 bos.writeChar(mMagic); in writeHeaderAndAppendTempFile()
|
/aosp12/frameworks/base/core/java/com/android/internal/util/ |
H A D | FastDataOutput.java | 186 public void writeChar(int v) throws IOException { in writeChar() method in FastDataOutput
|
/aosp12/frameworks/native/libs/binder/ndk/ |
H A D | parcel.cpp | 100 status = rawParcel->writeChar(array[i]); 511 status_t status = parcel->get()->writeChar(value); in AParcel_writeChar()
|
/aosp12/frameworks/native/include/binder/ |
H A D | Parcel.h | 157 status_t writeChar(char16_t val); 817 return writeChar(t); // this writes as int32_t
|
/aosp12/frameworks/native/libs/binder/include/binder/ |
H A D | Parcel.h | 157 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 D | StructuredParcelable.cpp | 504 _aidl_ret_status = _aidl_parcel->writeChar(charDefaultsToC); in writeToParcel()
|
H A D | ITestService.cpp | 225 _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 D | ILoggableInterface.cpp | 88 _aidl_ret_status = _aidl_data.writeChar(charValue); in LogThis()
|
/aosp12/frameworks/native/libs/binder/ |
H A D | Parcel.cpp | 1008 status_t Parcel::writeChar(char16_t val) in writeChar() function in android::Parcel
|
/aosp12/packages/services/Telecomm/libs/ |
H A D | guava.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/aosp12/packages/apps/TV/libs/m2/ |
H A D | guava-28.0-android.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
H A D | guava-28.0-jre.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/packages/apps/TV/libs/ |
H A D | google-java-format-1.7-all-deps.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 39826 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;
|