Searched refs:standalone (Results 1 – 23 of 23) 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 they63 // For standalone project clients, since the source may not be available, we64 // 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
4 apply from: 'standalone-rules.gradle'
64 public void startDocument(String encoding, Boolean standalone) throws IOException { in startDocument() argument65 mWrapped.startDocument(encoding, standalone); in startDocument()
1 This directory will contain the standalone library meant to replace the RenderScript Intrinsics.
3 `SystemUICommon` is a module within SystemUI that hosts standalone helper libraries. It is intended…
591 boolean standalone = (kind == 'c'); in getDayOfWeekString()592 int context = standalone ? DateFormatSymbols.STANDALONE : DateFormatSymbols.FORMAT; in getDayOfWeekString()605 boolean standalone = (kind == 'L'); in getMonthString()606 int monthContext = standalone ? DateFormatSymbols.STANDALONE : DateFormatSymbols.FORMAT; in getMonthString()
368 public void startDocument(String encoding, Boolean standalone) throws IOException, in startDocument() argument371 if (standalone != null) { in startDocument()372 append(" standalone='" + (standalone ? "yes" : "no") + "'"); in startDocument()
147 public void startDocument(@Nullable String encoding, @Nullable Boolean standalone) in startDocument() argument152 if (standalone != null && !standalone) { in startDocument()
35 // Also return alpha 1 avoid visual artifacts when it is used standalone.
2 This reference implementation demonstrates how to implement the Extensions in a standalone service.
105 /* Define for standalone Android linker */
6 shade, and quick settings panels/views/screens). Each scene is a standalone13 1. Each scene is a standalone piece of UI; their code doesn't need to concern25 4. Make **customization easier**: by separating scenes to standalone pieces, it28 5. **Enable modularization**: by separating scenes to standalone pieces, it
206 // Depicts the standalone/tether status of the watch.
428 // The device is in a NR non-standalone network at non-MMWAVE frequencies.430 // The device is in a NR non-standalone network at MMWAVE frequencies.432 // The device is in a NR standalone network at non-MMWAVE frequencies.434 // The device is in a NR standalone network at MMWAVE frequencies.
762 // Depicts the watch is in standalone mode
95 // a) having the standalone booleans makes the data set easier to understand
611 …description: "Enables the compose version of lockscreen that runs standalone, outside of Flexiglas…
129 // These libraries will not work standalone
META-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ ...
53628 field public static final java.lang.String STANDALONE = "standalone";