Searched refs:pretty (Results 1 – 19 of 19) sorted by relevance
/frameworks/native/libs/binder/ndk/scripts/ |
D | gen_parcel_helper.py | 69 for pretty, cpp in data_types: 78 …header += "binder_status_t AParcel_write" + pretty + "(AParcel* parcel, " + cpp + " value) __INTRO… 79 … source += "binder_status_t AParcel_write" + pretty + "(AParcel* parcel, " + cpp + " value) {\n" 80 source += " status_t status = parcel->get()->write" + pretty + "(value);\n" 84 for pretty, cpp in data_types: 93 …header += "binder_status_t AParcel_read" + pretty + "(const AParcel* parcel, " + cpp + "* value) _… 94 …source += "binder_status_t AParcel_read" + pretty + "(const AParcel* parcel, " + cpp + "* value) {… 95 source += " status_t status = parcel->get()->read" + pretty + "(value);\n" 99 for pretty, cpp in data_types: 100 nca = pretty in non_contiguously_addressable [all …]
|
/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/ |
D | UiAutomatorTestRunner.java | 189 String pretty = null; in instrumentationStatus() local 191 pretty = results.getString(Instrumentation.REPORT_KEY_STREAMRESULT); in instrumentationStatus() 193 if (pretty != null) { in instrumentationStatus() 194 System.out.print(pretty); in instrumentationStatus() 212 String pretty = null; in instrumentationFinished() local 214 pretty = results.getString(Instrumentation.REPORT_KEY_STREAMRESULT); in instrumentationFinished() 216 if (pretty != null) { in instrumentationFinished() 217 System.out.println(pretty); in instrumentationFinished()
|
/frameworks/base/cmds/am/src/com/android/commands/am/ |
D | Instrument.java | 162 String pretty = null; in onInstrumentationStatusLocked() local 164 pretty = results.getString(Instrumentation.REPORT_KEY_STREAMRESULT); in onInstrumentationStatusLocked() 166 if (pretty != null) { in onInstrumentationStatusLocked() 167 System.out.print(pretty); in onInstrumentationStatusLocked() 183 String pretty = null; in onInstrumentationFinishedLocked() local 185 pretty = results.getString(Instrumentation.REPORT_KEY_STREAMRESULT); in onInstrumentationFinishedLocked() 187 if (pretty != null) { in onInstrumentationFinishedLocked() 188 System.out.println(pretty); in onInstrumentationFinishedLocked()
|
/frameworks/base/tools/aosp/ |
D | aosp_sha.sh | 16 done < <(git show --name-only --pretty=format: $1 | grep -- "$2")
|
/frameworks/base/tools/hiddenapi/ |
D | checksorted_sha.sh | 4 git show --name-only --pretty=format: $1 | grep "config/hiddenapi-.*txt" | while read file; do
|
D | exclude.sh | 37 git show --name-only --pretty=format: $1 | grep "config/hiddenapi-.*txt" | while read file; do
|
/frameworks/base/tools/stringslint/ |
D | stringslint_sha.sh | 3 git show --name-only --pretty=format: $1 | grep values/strings.xml | while read file; do
|
/frameworks/base/packages/SystemUI/tools/lint/ |
D | run_lint.sh | 9 git show --name-only --pretty=format: $2 | grep packages/SystemUI/ > /dev/null
|
/frameworks/av/tools/ |
D | mainline_hook.sh | 74 done < <(git show --name-only --pretty=format: $1 | grep -- "$2")
|
/frameworks/base/services/usage/java/com/android/server/usage/ |
D | UserUsageStatsService.java | 860 static String formatDateTime(long dateTime, boolean pretty) { in formatDateTime() argument 861 if (pretty) { in formatDateTime() 867 private String formatElapsedTime(long elapsedTime, boolean pretty) { in formatElapsedTime() argument 868 if (pretty) { in formatElapsedTime()
|
/frameworks/base/packages/SystemUI/docs/ |
D | plugins.md | 98 Implementing the interface is generally pretty straightforward. The version of the plugin should t…
|
/frameworks/layoutlib/create/ |
D | README.txt | 147 The listeners are currently pretty basic: we only pass the signature of the method being called, its
|
/frameworks/wilhelm/doc/ |
D | Doxyfile | 1172 # The RTF output is optimized for Word 97 and may not look very pretty with
|
/frameworks/native/docs/ |
D | Doxyfile | 1430 # The RTF output is optimized for Word 97 and may not look very pretty with
|
/frameworks/av/media/libaaudio/ |
D | Doxyfile | 1695 # RTF output is optimized for Word 97 and may not look too pretty with other RTF
|
D | Doxyfile.orig | 1686 # RTF output is optimized for Word 97 and may not look too pretty with other RTF
|
/frameworks/av/media/codec2/docs/ |
D | doxygen.config | 1786 # RTF output is optimized for Word 97 and may not look too pretty with other RTF
|
/frameworks/base/media/native/midi/include/ |
D | Doxyfile | 1836 # RTF output is optimized for Word 97 and may not look too pretty with other RTF
|
D | Doxyfile.orig | 1836 # RTF output is optimized for Word 97 and may not look too pretty with other RTF
|