Home
last modified time | relevance | path

Searched refs:standalone (Results 1 – 12 of 12) sorted by relevance

/frameworks/opt/setupwizard/library/
Dstandalone.gradle2 * Include this gradle file if you are building against this as a standalone gradle library project,
9 * project(':setup-wizard-lib').buildFileName = 'standalone.gradle'
17 apply from: 'standalone-rules.gradle'
Drules.gradle3 * included in scripts like build.gradle or standalone.gradle using 'apply from'.
6 * dependencies like support library is built directly from source, while for standalone builds they
39 // For standalone project clients, since the source may not be available, we
40 // fetch the dependencies from maven. For example in standalone.gradle define
Dstandalone-rules.gradle2 * Include this gradle file if you are building against this as a standalone gradle library project,
8 * project(':setup-wizard-lib').buildFileName = 'standalone-rules.gradle'
17 // For standalone project clients, since the source may not be available, we fetch the
Dbuild.gradle5 * use standalone-rules.gradle instead.
7 * Build the file with local dependencies. The difference between this and standalone.gradle is that
8 * this will build the dependencies like support libraries from source, whereas standalone.gradle
Dself.gradle5 apply from: 'standalone-rules.gradle'
/frameworks/base/core/java/android/text/format/
DDateFormat.java534 boolean standalone = (kind == 'c'); in getDayOfWeekString()
536 return standalone ? ld.tinyStandAloneWeekdayNames[day] : ld.tinyWeekdayNames[day]; in getDayOfWeekString()
538 return standalone ? ld.longStandAloneWeekdayNames[day] : ld.longWeekdayNames[day]; in getDayOfWeekString()
540 return standalone ? ld.shortStandAloneWeekdayNames[day] : ld.shortWeekdayNames[day]; in getDayOfWeekString()
545 boolean standalone = (kind == 'L'); in getMonthString()
547 return standalone ? ld.tinyStandAloneMonthNames[month] : ld.tinyMonthNames[month]; in getMonthString()
549 return standalone ? ld.longStandAloneMonthNames[month] : ld.longMonthNames[month]; in getMonthString()
551 return standalone ? ld.shortStandAloneMonthNames[month] : ld.shortMonthNames[month]; in getMonthString()
/frameworks/base/core/java/com/android/internal/util/
DFastXmlSerializer.java348 public void startDocument(String encoding, Boolean standalone) throws IOException, in startDocument() argument
351 + (standalone ? "yes" : "no") + "' ?>\n"); in startDocument()
/frameworks/compile/mclinker/include/mcld/Config/
DConfig.h.in105 /* Define for standalone Android linker */
/frameworks/opt/setupwizard/tools/docs/
Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ ...
Dandroid-22.txt53628 field public static final java.lang.String STANDALONE = "standalone";
/frameworks/base/api/
Dcurrent.txt70563 field public static final java.lang.String STANDALONE = "standalone";
Dsystem-current.txt74471 field public static final java.lang.String STANDALONE = "standalone";