/frameworks/base/telephony/java/android/telephony/ |
D | PhoneNumberFormattingTextWatcher.java | 110 String formatted = reformat(s, Selection.getSelectionEnd(s)); in afterTextChanged() local 111 if (formatted != null) { in afterTextChanged() 114 s.replace(0, s.length(), formatted, 0, formatted.length()); in afterTextChanged() 117 if (formatted.equals(s.toString())) { in afterTextChanged() 133 String formatted = null; in reformat() local 142 formatted = getFormattedNumber(lastNonSeparator, hasCursor); in reformat() 152 formatted = getFormattedNumber(lastNonSeparator, hasCursor); in reformat() 154 return formatted; in reformat()
|
/frameworks/base/test-base/src/junit/framework/ |
D | Assert.java | 273 String formatted= ""; in failSame() local 275 formatted= message+" "; in failSame() 276 fail(formatted+"expected not same"); in failSame() 280 String formatted= ""; in failNotSame() local 282 formatted= message+" "; in failNotSame() 283 fail(formatted+"expected same:<"+expected+"> was not:<"+actual+">"); in failNotSame() 291 String formatted= ""; in format() local 293 formatted= message+" "; in format() 294 return formatted+"expected:<"+expected+"> but was:<"+actual+">"; in format()
|
D | ComparisonCompactor.java | 82 String formatted= ""; in format() local 84 formatted= message+" "; in format() 85 return formatted+"expected:<"+expected+"> but was:<"+actual+">"; in format()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | Clock.java | 428 SpannableStringBuilder formatted = new SpannableStringBuilder(result); in getSmallTime() local 430 formatted.delete(magic1, magic2+1); in getSmallTime() 434 formatted.setSpan(style, magic1, magic2, in getSmallTime() 437 formatted.delete(magic2, magic2 + 1); in getSmallTime() 438 formatted.delete(magic1, magic1 + 1); in getSmallTime() 440 return formatted; in getSmallTime()
|
/frameworks/opt/vcard/java/com/android/vcard/ |
D | VCardBuilder.java | 838 String formatted; in appendPhones() local 852 formatted = PhoneNumberUtilsPort.formatNumber( in appendPhones() 856 formatted = numberWithControlSequence; in appendPhones() 862 && !TextUtils.isEmpty(formatted) in appendPhones() 863 && !formatted.startsWith("tel:")) { in appendPhones() 864 formatted = "tel:" + formatted; in appendPhones() 869 appendTelLine(type, label, formatted, isPrimary); in appendPhones()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/ |
D | protostream_objectsource.cc | 1104 string formatted = in FormatNanos() local 1107 return formatted.substr(1); in FormatNanos()
|
/frameworks/base/tools/aapt2/ |
D | ResourceParser.cpp | 788 bool formatted = true; in ParseString() local 798 formatted = maybe_formatted.value(); in ParseString() 822 if (formatted && translatable) { in ParseString()
|
/frameworks/base/tools/aapt/ |
D | ResourceTable.cpp | 1358 String16 formatted; in compileResourceFile() local 1369 formatted.setTo(block.getAttributeStringValue(i, &length)); in compileResourceFile() 1400 if (formatted == false16) { in compileResourceFile()
|
/frameworks/base/media/native/midi/include/ |
D | Doxyfile.orig | 283 # FortranFixed, free formatted Fortran: FortranFree, unknown formatted Fortran: 285 # or free formatted code, this is the default for Fortran type files), VHDL. For 2028 # formatted so it can be parsed by a human reader. This is useful if you want to
|
D | Doxyfile | 283 # FortranFixed, free formatted Fortran: FortranFree, unknown formatted Fortran: 285 # or free formatted code, this is the default for Fortran type files), VHDL. For 2028 # formatted so it can be parsed by a human reader. This is useful if you want to
|
/frameworks/av/media/codec2/docs/ |
D | doxygen.config | 283 # FortranFixed, free formatted Fortran: FortranFree, unknown formatted Fortran: 285 # or free formatted code, this is the default for Fortran type files), VHDL. For 1978 # formatted so it can be parsed by a human reader. This is useful if you want to
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ |
D | CHANGES.txt | 755 parsing text-formatted protos in C++ and Java. 812 * Custom options are now formatted correctly when descriptors are printed in
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | descriptor.proto | 798 // is formatted the same as SourceCodeInfo.Location.path.
|
/frameworks/base/core/proto/android/providers/settings/ |
D | global.proto | 721 // The value is a specially formatted string that describes the size and
|
/frameworks/wilhelm/doc/ |
D | Doxyfile | 1303 # nicely formatted so it can be parsed by a human reader.
|
/frameworks/native/docs/ |
D | Doxyfile | 1561 # nicely formatted so it can be parsed by a human reader. This is useful
|
/frameworks/av/media/libaaudio/ |
D | Doxyfile | 1873 # formatted so it can be parsed by a human reader. This is useful if you want to
|
D | Doxyfile.orig | 1864 # formatted so it can be parsed by a human reader. This is useful if you want to
|