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

12

/frameworks/webview/nullwebview/
H A DAndroid.mk27 LOCAL_PROGUARD_ENABLED := full
/frameworks/opt/setupwizard/library/
H A Dcommon-full-support.mk26 ifeq (,$(findstring setup-wizard-lib-full-support,$(LOCAL_STATIC_JAVA_LIBRARIES)))
30 $(call my-dir)/full-support/res
32 LOCAL_STATIC_JAVA_LIBRARIES += setup-wizard-lib-full-support
H A DAndroid.mk44 # Build the full-support library, which includes RecyclerView and any other support libraries as
53 LOCAL_MODULE := setup-wizard-lib-full-support
57 $(LOCAL_PATH)/full-support/res \
61 LOCAL_SRC_FILES := $(call all-java-files-under, main/src eclair-mr1/src full-support/src)
/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) {
/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/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) {
H A DActivityStackSupervisor.java3253 final boolean full = !brief && (complete || !r.isInHistory());
3269 pw.print(full ? "* " : " ");
3271 if (full) {
3281 pw.print(prefix); pw.print(full ? " * " : " "); pw.print(label);
3284 if (full) {
4441 // the window renders full-screen with the background filling the void. Also only
/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/
H A DAndroid.mk60 # A full make is happening, so make everything.
/frameworks/base/tools/aapt2/util/
H A DUtil_test.cpp27 const std::u16string full = u"\n "; local
29 StringPiece16 trimmed = util::trimWhitespace(full);
/frameworks/compile/mclinker/lib/Support/Windows/
H A DFileSystem.inc53 // set cache is full, then Directory::begin() can return end().
/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) {
/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/tests/hosttests/test-apps/MultiDexLegacyTestApp/
H A DAndroid.mk58 ## The application with a full main dex
/frameworks/compile/mclinker/lib/Support/Unix/
H A DFileSystem.inc68 // set cache is full, then Directory::begin() can return end().
/frameworks/rs/api/
H A Drs_io.spec63 message queue is full.
/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/services/core/java/com/android/server/job/controllers/
H A DJobStatus.java577 public void dump(PrintWriter pw, String prefix, boolean full) { argument
584 if (full) {
651 if (full) {
/frameworks/opt/net/wifi/tests/wifitests/
H A DAndroid.mk83 # Transform java file names into full class names.
/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/base/core/java/android/app/
H A DBackStackRecord.java275 void dump(String prefix, PrintWriter writer, boolean full) { argument
276 if (full) {
365 if (full) {
/frameworks/support/v4/java/android/support/v4/app/
H A DBackStackRecord.java264 public void dump(String prefix, PrintWriter writer, boolean full) { argument
265 if (full) {
322 if (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) {

Completed in 2764 milliseconds

12