Searched refs:full (Results 26 - 30 of 30) sorted by last modified time

12

/frameworks/base/core/java/android/app/
H A DBackStackRecord.java275 void dump(String prefix, PrintWriter writer, boolean full) { argument
276 if (full) {
365 if (full) {
/frameworks/base/core/java/android/content/res/
H A DStringBlock.java382 private static String subtag(String full, String attribute) { argument
383 int start = full.indexOf(attribute);
389 int end = full.indexOf(';', start);
392 return full.substring(start);
394 return full.substring(start, end);
/frameworks/base/core/java/android/text/
H A DLayout.java96 * Value for hyphenation frequency indicating the full amount of automatic hyphenation, typical
601 * it does not cause the text to reflow to use the full new width.
1041 * @param full whether to include trailing whitespace
1044 private float getLineExtent(int line, boolean full) { argument
1046 int end = full ? getLineEnd(line) : getLineVisibleEnd(line);
1074 * leading margin. If full is false, excludes trailing whitespace.
1077 * @param full whether to include trailing whitespace
1080 private float getLineExtent(int line, TabStops tabStops, boolean full) { argument
1082 int end = full ? getLineEnd(line) : getLineVisibleEnd(line);
/frameworks/base/core/java/com/android/internal/app/procstats/
H A DProcessState.java916 long now, long totalTime, boolean full) {
929 totals.print(pw, totalTime, full);
914 dumpProcessSummaryDetails(PrintWriter pw, String prefix, String label, int[] screenStates, int[] memStates, int[] procStates, long now, long totalTime, boolean full) argument
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
H A DarmCOMM_s.h139 _M_TRY falcon-full-neon, CortexA8

Completed in 139 milliseconds

12