Searched defs:full (Results 1 - 8 of 8) 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/av/services/audioflinger/
H A DFastMixer.cpp77 bool full = false; // whether we have collected at least kSamplingN samples local
169 full = false;
292 // newly allocated track names default to full scale volume
521 if (full) {
524 full = true;
774 mostRecent = "full";
/frameworks/base/core/java/android/content/res/
H A DStringBlock.java319 private static String subtag(String full, String attribute) { argument
320 int start = full.indexOf(attribute);
326 int end = full.indexOf(';', start);
329 return full.substring(start);
331 return full.substring(start, end);
/frameworks/base/services/java/com/android/server/am/
H A DContentProviderRecord.java143 void dump(PrintWriter pw, String prefix, boolean full) { argument
144 if (full) {
153 if (full) {
161 if (full) {
168 if (full) {
181 if (full) {
/frameworks/base/core/java/android/app/
H A DBackStackRecord.java240 void dump(String prefix, PrintWriter writer, boolean full) { argument
241 if (full) {
298 if (full) {
/frameworks/support/v4/java/android/support/v4/app/
H A DBackStackRecord.java240 public void dump(String prefix, PrintWriter writer, boolean full) { argument
241 if (full) {
298 if (full) {
/frameworks/base/core/java/android/text/
H A DLayout.java554 * it does not cause the text to reflow to use the full new width.
929 * @param full whether to include trailing whitespace
932 private float getLineExtent(int line, boolean full) { argument
934 int end = full ? getLineEnd(line) : getLineVisibleEnd(line);
962 * leading margin. If full is false, excludes trailing whitespace.
965 * @param full whether to include trailing whitespace
968 private float getLineExtent(int line, TabStops tabStops, boolean full) { argument
970 int end = full ? getLineEnd(line) : getLineVisibleEnd(line);
/frameworks/base/core/java/android/view/
H A DHardwareRenderer.java217 * @param full If true, destroys all associated resources.
219 abstract void destroy(boolean full); argument
1005 void destroy(boolean full) { argument
1006 if (full && mCanvas != null) {
1480 void destroy(boolean full) { argument
1482 super.destroy(full);
1484 if (full && mGlCanvas != null) {

Completed in 2753 milliseconds