/frameworks/base/core/java/android/text/format/ |
D | Time.java | 432 int n = getChar(s, 0, 1000); in parseInternal() 433 n += getChar(s, 1, 100); in parseInternal() 434 n += getChar(s, 2, 10); in parseInternal() 435 n += getChar(s, 3, 1); in parseInternal() 439 n = getChar(s, 4, 10); in parseInternal() 440 n += getChar(s, 5, 1); in parseInternal() 445 n = getChar(s, 6, 10); in parseInternal() 446 n += getChar(s, 7, 1); in parseInternal() 460 n = getChar(s, 9, 10); in parseInternal() 461 n += getChar(s, 10, 1); in parseInternal() [all …]
|
/frameworks/opt/calendar/src/com/android/calendarcommon2/ |
D | Time.java | 405 int n = getChar(s, 0, 1000); in parseInternal() 406 n += getChar(s, 1, 100); in parseInternal() 407 n += getChar(s, 2, 10); in parseInternal() 408 n += getChar(s, 3, 1); in parseInternal() 412 n = getChar(s, 4, 10); in parseInternal() 413 n += getChar(s, 5, 1); in parseInternal() 418 n = getChar(s, 6, 10); in parseInternal() 419 n += getChar(s, 7, 1); in parseInternal() 427 n = getChar(s, 9, 10); in parseInternal() 428 n += getChar(s, 10, 1); in parseInternal() [all …]
|
/frameworks/rs/script_api/ |
D | Scanner.cpp | 37 int Scanner::getChar() { in getChar() function in Scanner 47 int c = getChar(); in readUpTo() 60 int c = getChar(); in readRestOfLine() 72 int c = getChar(); in getNextEntry()
|
D | Scanner.h | 44 int getChar();
|
/frameworks/base/core/java/android/ddm/ |
D | DdmHandle.java | 36 data[i] = buf.getChar(); in getString()
|
/frameworks/native/libs/binder/tests/ |
D | IBinderRecordReplayTest.aidl | 23 char getChar(); in getChar() method
|
D | binderRecordReplayTest.cpp | 256 &IBinderRecordReplayTest::getChar, char16_t{'K'}); in TEST_F()
|
/frameworks/base/core/java/android/os/ |
D | Bundle.java | 828 public char getChar(String key) { in getChar() method in Bundle 829 return super.getChar(key); in getChar() 841 public char getChar(String key, char defaultValue) { in getChar() method in Bundle 842 return super.getChar(key, defaultValue); in getChar()
|
D | BaseBundle.java | 1208 char getChar(String key) { in getChar() method in BaseBundle 1210 return getChar(key, (char) 0); in getChar() 1221 char getChar(String key, char defaultValue) { in getChar() method in BaseBundle
|
/frameworks/base/media/java/android/media/ |
D | MediaMetrics.java | 669 final char version = buffer.getChar(); in toBundle() 670 final char keySize = buffer.getChar(); // includes zero termination, i.e. keyLength + 1 in toBundle() 724 final char propSize = buffer.getChar(); in toBundle()
|
/frameworks/base/tools/processors/view_inspector/test/resources/android/processor/view/inspector/InspectionCompanionGeneratorTest/ |
D | SimpleProperties.java.txt | 105 propertyReader.readChar(mCharId, node.getChar());
|
/frameworks/base/apct-tests/perftests/core/src/android/libcore/regression/ |
D | ByteBufferPerfTest.java | 171 src.getChar(); in timeByteBuffer_getChar() 201 src.getChar(i * 2); in timeByteBuffer_getChar_indexed()
|
/frameworks/base/core/java/android/view/ |
D | ViewDebug.java | 2031 char typeSignature = in.getChar(); 2034 char arrayType = in.getChar(); 2066 args[i] = in.getChar();
|
/frameworks/base/core/java/android/content/ |
D | Intent.java | 9359 mExtras.getChar(name, defaultValue); in getCharExtra()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 21489 method public char getChar(java.lang.String); 21490 method public char getChar(java.lang.String, char); 42351 …method public static char getChar(java.lang.Object, int) throws java.lang.ArrayIndexOutOfBoundsExc… 42393 …method public char getChar(java.lang.Object) throws java.lang.IllegalAccessException, java.lang.Il… 43581 method public abstract char getChar(); 43582 method public abstract char getChar(int);
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 24787 HSPLjava/lang/StringUTF16;->getChar([BI)C 25954 HSPLjava/nio/DirectByteBuffer;->getChar()C 25955 HSPLjava/nio/DirectByteBuffer;->getChar(I)C
|
/frameworks/base/core/api/ |
D | current.txt | 32768 method public char getChar(String); 32769 method public char getChar(String, char);
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 34045 Landroid/os/BaseBundle;->getChar(Ljava/lang/String;)C 34046 Landroid/os/BaseBundle;->getChar(Ljava/lang/String;C)C 55455 Landroid/text/format/Time;->getChar(Ljava/lang/String;II)I
|