Searched refs:standalone (Results 1 – 12 of 12) sorted by relevance
2 * 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'
3 * 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 they39 // For standalone project clients, since the source may not be available, we40 // fetch the dependencies from maven. For example in standalone.gradle define
2 * 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
5 * use standalone-rules.gradle instead.7 * Build the file with local dependencies. The difference between this and standalone.gradle is that8 * this will build the dependencies like support libraries from source, whereas standalone.gradle
5 apply from: 'standalone-rules.gradle'
534 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()
348 public void startDocument(String encoding, Boolean standalone) throws IOException, in startDocument() argument351 + (standalone ? "yes" : "no") + "' ?>\n"); in startDocument()
105 /* Define for standalone Android linker */
META-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ ...
53628 field public static final java.lang.String STANDALONE = "standalone";
70563 field public static final java.lang.String STANDALONE = "standalone";
74471 field public static final java.lang.String STANDALONE = "standalone";