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

/frameworks/wilhelm/src/android/
H A Dandroid_AudioToCbRenderer.cpp63 size_t full = mDecodeBuffer->range_length(); local
66 while (offset < full) {
73 //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.java1227 void writePreferredActivitiesLPr(XmlSerializer serializer, int userId, boolean full) argument
1234 pa.writeToXml(serializer, full);
/frameworks/av/services/audioflinger/
H A DFastThread.h69 bool full; // whether we have collected at least mSamplingN samples member in class:android::FastThread
/frameworks/base/core/java/android/content/res/
H A DStringBlock.java378 private static String subtag(String full, String attribute) { argument
379 int start = full.indexOf(attribute);
385 int end = full.indexOf(';', start);
388 return full.substring(start);
390 return full.substring(start, end);
/frameworks/base/services/core/java/com/android/server/am/
H A DContentProviderRecord.java142 void dump(PrintWriter pw, String prefix, boolean full) { argument
143 if (full) {
152 if (full) {
160 if (full) {
167 if (full) {
188 if (full) {
/frameworks/support/v4/java/android/support/v4/app/
H A DBackStackRecord.java262 public void dump(String prefix, PrintWriter writer, boolean full) { argument
263 if (full) {
320 if (full) {
/frameworks/base/core/java/android/app/
H A DBackStackRecord.java273 void dump(String prefix, PrintWriter writer, boolean full) { argument
274 if (full) {
363 if (full) {
/frameworks/base/core/java/android/text/
H A DLayout.java556 * it does not cause the text to reflow to use the full new width.
951 * @param full whether to include trailing whitespace
954 private float getLineExtent(int line, boolean full) { argument
956 int end = full ? getLineEnd(line) : getLineVisibleEnd(line);
984 * leading margin. If full is false, excludes trailing whitespace.
987 * @param full whether to include trailing whitespace
990 private float getLineExtent(int line, TabStops tabStops, boolean full) { argument
992 int end = full ? getLineEnd(line) : getLineVisibleEnd(line);
/frameworks/base/core/java/com/android/internal/app/
H A DProcessStats.java1078 long now, long totalTime, boolean full) {
1091 totals.print(pw, totalTime, full);
3777 void print(PrintWriter pw, long overallTime, boolean full) { argument
3795 if (full) {
1076 dumpProcessSummaryDetails(PrintWriter pw, ProcessState proc, String prefix, String label, int[] screenStates, int[] memStates, int[] procStates, long now, long totalTime, boolean full) argument

Completed in 264 milliseconds