/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/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/os/ |
D | Bundle.java | 827 public char getChar(String key) { in getChar() method in Bundle 828 return super.getChar(key); in getChar() 840 public char getChar(String key, char defaultValue) { in getChar() method in Bundle 841 return super.getChar(key, defaultValue); in getChar()
|
D | BaseBundle.java | 989 char getChar(String key) { in getChar() method in BaseBundle 991 return getChar(key, (char) 0); in getChar() 1002 char getChar(String key, char defaultValue) { in getChar() method in BaseBundle
|
/frameworks/base/media/java/android/media/ |
D | MediaMetrics.java | 632 final char version = buffer.getChar(); in toBundle() 633 final char keySize = buffer.getChar(); // includes zero termination, i.e. keyLength + 1 in toBundle() 687 final char propSize = buffer.getChar(); in toBundle()
|
/frameworks/base/core/java/android/ddm/ |
D | DdmHandleViewDebug.java | 335 char c = in.getChar(); in invokeViewMethod() 347 args[i] = in.getChar(); in invokeViewMethod()
|
/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/core/java/android/content/ |
D | Intent.java | 8166 mExtras.getChar(name, defaultValue); in getCharExtra()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | jsilver.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/clearsilver/
org/ ... |
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/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/base/api/ |
D | current.txt | 35891 method public char getChar(String); 35892 method public char getChar(String, char); 65310 …method public static char getChar(@NonNull Object, int) throws java.lang.ArrayIndexOutOfBoundsExce… 65360 …method public char getChar(@Nullable Object) throws java.lang.IllegalAccessException, java.lang.Il… 66592 method public abstract char getChar(); 66593 method public abstract char getChar(int);
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 34200 HSPLjava/nio/DirectByteBuffer;->getChar()C 34201 HSPLjava/nio/DirectByteBuffer;->getChar(I)C
|