Home
last modified time | relevance | path

Searched refs:standalone (Results 1 – 23 of 23) 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
63 // For standalone project clients, since the source may not be available, we
64 // 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.gradle4 apply from: 'standalone-rules.gradle'
/frameworks/base/core/java/com/android/internal/util/
DXmlSerializerWrapper.java64 public void startDocument(String encoding, Boolean standalone) throws IOException { in startDocument() argument
65 mWrapped.startDocument(encoding, standalone); in startDocument()
/frameworks/rs/toolkit/
DREADME.txt1 This directory will contain the standalone library meant to replace the RenderScript Intrinsics.
/frameworks/base/packages/SystemUI/common/
DREADME.md3 `SystemUICommon` is a module within SystemUI that hosts standalone helper libraries. It is intended…
/frameworks/base/core/java/android/text/format/
DDateFormat.java591 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()
/frameworks/libs/modules-utils/java/com/android/internal/util/
DFastXmlSerializer.java368 public void startDocument(String encoding, Boolean standalone) throws IOException, in startDocument() argument
371 if (standalone != null) { in startDocument()
372 append(" standalone='" + (standalone ? "yes" : "no") + "'"); in startDocument()
/frameworks/libs/modules-utils/java/com/android/modules/utils/
DBinaryXmlSerializer.java147 public void startDocument(@Nullable String encoding, @Nullable Boolean standalone) in startDocument() argument
152 if (standalone != null && !standalone) { in startDocument()
/frameworks/libs/systemui/weathereffects/graphics/assets/shaders/
Doutline.agsl35 // Also return alpha 1 avoid visual artifacts when it is used standalone.
/frameworks/ex/camera2/extensions/service_based_sample/
DREADME.txt2 This reference implementation demonstrates how to implement the Extensions in a standalone service.
/frameworks/compile/mclinker/include/mcld/Config/
DConfig.h.in105 /* Define for standalone Android linker */
/frameworks/base/packages/SystemUI/docs/
Dscene.md6 shade, and quick settings panels/views/screens). Each scene is a standalone
13 1. Each scene is a standalone piece of UI; their code doesn't need to concern
25 4. Make **customization easier**: by separating scenes to standalone pieces, it
28 5. **Enable modularization**: by separating scenes to standalone pieces, it
/frameworks/proto_logging/stats/atoms/wearservices/
Dwearservices_extension_atoms.proto206 // Depicts the standalone/tether status of the watch.
/frameworks/opt/telephony/proto/src/
Dtelephony.proto428 // 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.
/frameworks/proto_logging/stats/enums/app/wearservices/
Dwearservices_enums.proto762 // Depicts the watch is in standalone mode
/frameworks/proto_logging/stats/atoms/cronet/
Dcronet_extension_atoms.proto95 // a) having the standalone booleans makes the data set easier to understand
/frameworks/base/packages/SystemUI/aconfig/
Dsystemui.aconfig611 …description: "Enables the compose version of lockscreen that runs standalone, outside of Flexiglas…
/frameworks/base/
DAconfigFlags.bp129 // These libraries will not work standalone
/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";