Home
last modified time | relevance | path

Searched refs:readChar (Results 1 – 25 of 29) sorted by relevance

12

/aosp12/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/timezone/location/storage/io/read/
H A DTypedInputStream.java76 chars[i] = dis.readChar(); in readTinyVarCharArray()
84 public char readChar() throws IOException { in readChar() method in TypedInputStream
85 return dis.readChar(); in readChar()
/aosp12/packages/modules/GeoTZ/s2storage/src/test/java/com/android/timezone/location/storage/io/
H A DTypedStreamsTest.java81 assertEquals(Character.MIN_VALUE, tis.readChar()); in writeReadOk()
82 assertEquals(1234, tis.readChar()); in writeReadOk()
83 assertEquals(Character.MAX_VALUE, tis.readChar()); in writeReadOk()
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
H A DBinaryDictDecoderUtils.java267 int character = readChar(dictBuffer); in readString()
270 character = readChar(dictBuffer); in readString()
283 static int readChar(final DictBuffer dictBuffer) { in readChar() method in BinaryDictDecoderUtils.CharEncoding
/aosp12/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/util/
H A DPageRangeUtils.java216 private static Pair<Integer, Character> readChar(CharSequence s, int pos, char expectedChar) { in readChar() method in PageRangeUtils
243 retChar = readChar(s, pos, ','); in readRange()
256 retChar = readChar(s, pos, '-'); in readRange()
/aosp12/frameworks/base/core/java/android/view/inspector/
H A DPropertyReader.java68 void readChar(int id, char value); in readChar() method
/aosp12/frameworks/native/libs/binder/rust/tests/
H A Dserialization.cpp166 ASSERT_EQ(reply.readChar(), 0); in TEST_F()
167 ASSERT_EQ(reply.readChar(), 1); in TEST_F()
168 ASSERT_EQ(reply.readChar(), numeric_limits<char16_t>::max()); in TEST_F()
/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/util/
H A DFastDataTest.java167 assertEquals('\0', in.readChar()); in testBounce_Char()
168 assertEquals('☃', in.readChar()); in testBounce_Char()
/aosp12/frameworks/base/tools/processors/view_inspector/test/resources/android/processor/view/inspector/InspectionCompanionGeneratorTest/
H A DSimpleProperties.java.txt105 propertyReader.readChar(mCharId, node.getChar());
/aosp12/frameworks/base/core/java/com/android/internal/util/
H A DFastDataInput.java214 public char readChar() throws IOException { in readChar() method in FastDataInput
/aosp12/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/timezone/location/storage/block/read/
H A DBlockFileReader.java94 mMagic = tis.readChar(); in open()
/aosp12/frameworks/native/libs/binder/tests/parcel_fuzzer/
H A Dbinder.cpp136 PARCEL_READ_OPT_STATUS(char16_t, readChar),
/aosp12/frameworks/native/libs/binder/ndk/
H A Dparcel.cpp158 status = rawParcel->readChar(array + i);
556 status_t status = parcel->get()->readChar(value); in AParcel_readChar()
/aosp12/frameworks/native/include/binder/
H A DParcel.h342 char16_t readChar() const;
343 status_t readChar(char16_t *pArg) const;
947 return readChar(t); // this reads as int32_t
/aosp12/frameworks/native/libs/binder/include/binder/
H A DParcel.h342 char16_t readChar() const;
343 status_t readChar(char16_t *pArg) const;
947 return readChar(t); // this reads as int32_t
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
H A DStructuredParcelable.cpp132 _aidl_ret_status = _aidl_parcel->readChar(&charDefaultsToC); in readFromParcel()
H A DITestService.cpp243 _aidl_ret_status = _aidl_reply.readChar(_aidl_return); in RepeatChar()
2195 _aidl_ret_status = _aidl_data.readChar(&in_token); in onTransact()
/aosp12/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/android/aidl/loggable/
H A DILoggableInterface.cpp318 _aidl_ret_status = _aidl_data.readChar(&in_charValue); in onTransact()
/aosp12/frameworks/native/libs/binder/
H A DParcel.cpp1637 status_t Parcel::readChar(char16_t *pArg) const in readChar() function in android::Parcel
1645 char16_t Parcel::readChar() const in readChar() function in android::Parcel
/aosp12/frameworks/base/media/java/android/media/
H A DExifInterface.java4945 public char readChar() throws IOException { in readChar() method in ExifInterface.ByteOrderedDataInputStream
4947 return mDataInputStream.readChar(); in readChar()
/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/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/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/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt39782 method public abstract char readChar() throws java.io.IOException;
39803 method public final char readChar() throws java.io.IOException;
40104 method public char readChar() throws java.io.IOException;
40441 method public final char readChar() throws java.io.IOException;

12