Searched refs:full (Results 1 - 21 of 21) sorted by relevance

/frameworks/webview/nullwebview/
H A DAndroid.mk27 LOCAL_PROGUARD_ENABLED := 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/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/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) {
H A DActivityStackSupervisor.java3255 final boolean full = !brief && (complete || !r.isInHistory());
3271 pw.print(full ? "* " : " ");
3273 if (full) {
3283 pw.print(prefix); pw.print(full ? " * " : " "); pw.print(label);
3286 if (full) {
/frameworks/av/services/audioflinger/
H A DFastThread.cpp55 full(false),
175 full = false;
276 if (full) {
279 full = true;
H A DFastThread.h69 bool full; // whether we have collected at least mSamplingN samples member in class:android::FastThread
/frameworks/webview/chromium/
H A Dpackage.mk73 LOCAL_PROGUARD_ENABLED := full
/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/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/
H A DAndroid.mk46 ## The application with a full main dex
/frameworks/base/services/
H A DAndroid.mk62 # A full make is happening, so make everything.
/frameworks/compile/mclinker/lib/Support/Windows/
H A DFileSystem.inc52 // set cache is full, then Directory::begin() can return end().
/frameworks/compile/mclinker/lib/Support/Unix/
H A DFileSystem.inc66 // set cache is full, then Directory::begin() can return end().
/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/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/android/app/
H A DBackStackRecord.java273 void dump(String prefix, PrintWriter writer, boolean full) { argument
274 if (full) {
363 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/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
H A DarmCOMM_s.h139 _M_TRY falcon-full-neon, CortexA8
/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 356 milliseconds