Searched refs:full (Results 1 - 15 of 15) 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/nfc-extras/
H A DAndroid.mk13 # put the classes.jar, with full class files instead of classes.dex inside, into the dist directory
/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) {
H A DActivityManagerService.java4194 // If the app is being launched for restore or full backup, set it up specially
5124 "Target " + targetPkg + " already has full permission to " + uri);
9565 // Not a '/' separated full component name; maybe an object ID?
9923 final boolean full = !brief && (complete || !r.isInHistory());
9931 pw.print(full ? "* " : " ");
9933 if (full) {
9943 pw.print(prefix); pw.print(full ? " * " : " "); pw.print(label);
9946 if (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/compile/libbcc/runtime/make/
H A DAppleBI.mk15 # Log full compile lines in B&I logs and omit summary lines.
/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) {
/frameworks/base/core/tests/coretests/src/android/net/
H A DNetworkStatsHistoryTest.java357 final NetworkStatsHistory full = new NetworkStatsHistory(MINUTE_IN_MILLIS, 0, FIELD_ALL);
361 full.recordData(0, MINUTE_IN_MILLIS,
363 partial.recordEntireHistory(full);
369 final NetworkStatsHistory full = new NetworkStatsHistory(MINUTE_IN_MILLIS, 0, FIELD_ALL);
375 full.recordEntireHistory(partial);
377 assertFullValues(full, MINUTE_IN_MILLIS, 0L, 10L, 0L, 0L, 4L);
/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/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/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
H A DarmCOMM_s.h125 _M_TRY falcon-full-neon, CortexA8
/frameworks/base/docs/html/guide/google/gcm/client-javadoc/
H A Ddefault.css1156 .full {
/frameworks/base/docs/html/guide/google/gcm/server-javadoc/
H A Ddefault.css1156 .full {

Completed in 2185 milliseconds