Searched defs:full (Results 1 - 17 of 17) sorted by relevance

/frameworks/base/tools/aapt2/util/
H A DUtil_test.cpp27 const std::u16string full = u"\n "; local
29 StringPiece16 trimmed = util::trimWhitespace(full);
/frameworks/wilhelm/src/android/
H A Dandroid_AudioToCbRenderer.cpp64 size_t full = mDecodeBuffer->range_length(); local
67 while (offset < full) {
74 //SL_LOGV("consumed=%u, offset=%u, full=%u", consumed, offset, full);
/frameworks/base/services/core/java/com/android/server/pm/
H A DPreferredActivity.java48 public void writeToXml(XmlSerializer serializer, boolean full) throws IOException { argument
49 mPref.writeToXml(serializer, full);
H A DPreferredComponent.java178 public void writeToXml(XmlSerializer serializer, boolean full) throws IOException { argument
181 if (full) {
H A DSettings.java1781 void writePreferredActivitiesLPr(XmlSerializer serializer, int userId, boolean full) argument
1788 pa.writeToXml(serializer, full);
/frameworks/data-binding/compiler/src/test/java/android/databinding/tool/expr/
H A DExprTest.java59 protected KCode generateCode(boolean full) { argument
93 protected KCode generateCode(boolean full) {
H A DExprModelTest.java76 protected KCode generateCode(boolean full) { argument
/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/services/core/java/com/android/server/am/
H A DContentProviderRecord.java146 void dump(PrintWriter pw, String prefix, boolean full) { argument
147 if (full) {
156 if (full) {
164 if (full) {
171 if (full) {
192 if (full) {
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/
H A DSupplicantWifiScannerTest.java693 public final boolean full; field in class:SupplicantWifiScannerTest.ScanPeriod.ReportType
694 private ReportType(boolean result, boolean full) { argument
696 this.full = full;
719 return mReportType.full;
/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
H A DProcessStats.java1753 void print(PrintWriter pw, long overallTime, boolean full) { argument
1771 if (full) {
/frameworks/base/services/core/java/com/android/server/job/controllers/
H A DJobStatus.java578 public void dump(PrintWriter pw, String prefix, boolean full) { argument
585 if (full) {
652 if (full) {
/frameworks/base/core/java/android/app/
H A DBackStackRecord.java276 void dump(String prefix, PrintWriter writer, boolean full) { argument
277 if (full) {
366 if (full) {
/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/support/fragment/java/android/support/v4/app/
H A DBackStackRecord.java269 public void dump(String prefix, PrintWriter writer, boolean full) { argument
270 if (full) {
327 if (full) {
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 572 milliseconds