Home
last modified time | relevance | path

Searched refs:included (Results 1 – 25 of 683) sorted by relevance

12345678910>>...28

/aosp12/build/make/tools/
H A Dfilter-product-graph.py14 def gather(included, deps): argument
16 for inc in included:
49 included = set(targets)
51 while prevLen != len(included):
52 prevLen = len(included)
53 included = gather(included, deps)
55 deps = [dep for dep in deps if dep[1] in included]
56 infos = [info for info in infos if info[0] in included]
/aosp12/frameworks/libs/native_bridge_support/libmediandk/
H A DAndroid.bp35 // libbinder.so — greylisted, not included.
37 // libgui.so — greylisted, not included.
39 // libmedia.so — greylisted, not included.
41 // libstagefright.so — greylisted, not included.
42 // libui.so — greylisted, not included.
/aosp12/frameworks/libs/native_bridge_support/libandroid/
H A DAndroid.bp36 // libbinder.so — greylisted, not included.
38 // libgui.so — greylisted, not included.
40 // libui.so — greylisted, not included.
/aosp12/hardware/interfaces/wifi/supplicant/1.3/
H A DISupplicantStaIfaceCallback.hal55 * Preferred candidate list included.
67 * BSS termination included.
75 * MBO transition reason code included.
79 * MBO retry delay time included.
83 * MBO cellular data connection preference value included.
218 * @param filsHlpSent If FILS HLP IEs were included in this association.
/aosp12/packages/services/Car/car-lib/src/android/car/navigation/
H A Dnavigation_state.proto140 // Regular left turn at an intersection, from 45 (included) to 135
143 // Regular right turn at an intersection, from 45 (included) to 135
150 // Sharp right turn at an intersection, from 135 (included) to 175
155 // (included) to 180 (included) degrees.
158 // (included) to 180 (included) degrees.
361 // Slight left turn, from 10 (included) to 45 (excluded) degrees.
364 // Slight right turn, from 10 (included) to 45 (excluded) degrees.
367 // Regular left turn, from 45 (included) to 135 (excluded) degrees.
373 // Sharp left turn, from 135 (included) to 175 (excluded) degrees.
380 // (included) to 180 (included) degrees
[all …]
/aosp12/packages/modules/common/
H A DMODULES_OWNERS1 # This file is intended to be included in the OWNERS file for mainline modules.
5 # It should be included in a module OWNERS file via:
H A DPREBUILTS_MODULE_OWNERS1 # This file is intended to be included in the OWNERS file for mainline modules
7 # It should be included in a prebuilt module OWNERS file via:
/aosp12/packages/modules/common/proto/
H A Dclasspaths.proto36 // Minimum API level required for the jar to be included on the classpath.
38 // attribute, the jar will not be included in the classpath.
47 // attribute, the jar will not be included in the classpath.
/aosp12/frameworks/libs/native_bridge_support/libneuralnetworks/
H A DAndroid.bp35 // libbinder.so — greylisted, not included.
39 // libui.so — greylisted, not included.
/aosp12/frameworks/libs/native_bridge_support/libvulkan/
H A DAndroid.bp35 // libbinder.so — greylisted, not included.
39 // libui.so — greylisted, not included.
/aosp12/frameworks/libs/native_bridge_support/libcamera2ndk/
H A DAndroid.bp36 // libbinder.so — greylisted, not included.
38 // libgui.so — greylisted, not included.
/aosp12/frameworks/native/opengl/tests/angeles/
H A Dlicense.txt11 General Public License is included with this source in the
13 (2) The BSD-style license that is included with this source in
/aosp12/frameworks/opt/telephony/tests/telephonytests/
H A Djarjar-rules-tests.txt1 # NetworkFactory is included in telephony-common and services.net
8 # Telephony-common has already included net-utils-framework-common lib and jarjars
/aosp12/packages/services/Car/cpp/telemetry/cartelemetryd/
H A DREADME.md30 `cartelemertryd` service is by default not included in the final build. To include it on specific
40 To find where the service was included, run this from `$ANDROID_BUILD_TOP`:
/aosp12/hardware/interfaces/keymaster/3.0/
H A Dtypes.hal127 included in attestation */
129 included in attestation */
131 included in attestation */
133 included in attestation */
134 ATTESTATION_ID_IMEI = TagType:BYTES | 714, /* Used to provide the device's IMEI to be included
136 ATTESTATION_ID_MEID = TagType:BYTES | 715, /* Used to provide the device's MEID to be included
139 name to be included in attestation */
141 included in attestation */
/aosp12/hardware/interfaces/usb/gadget/1.0/
H A DIUsbGadget.hal28 * included in the gadget composition.
39 * This function is used to query the USB functions included in the
H A DIUsbGadgetCallback.hal25 * included in the current USB gadget composition.
38 * included in the current USB gadget composition.
/aosp12/packages/modules/Connectivity/tests/common/
H A DAndroid.bp17 // Tests in this folder are included both in unit tests and CTS.
90 // For NetworkStackUtils included in NetworkStackBase
120 // if sdk_version="" this gets automatically included, but here we need to add manually.
/aosp12/hardware/interfaces/dumpstate/1.1/
H A DIDumpstateDevice.hal41 * partial information will be included in the report.
57 * dumpstate routine, and essential information that does not identify the user may be included.
68 * dumpstate routine, and essential information that does not identify the user may be included.
/aosp12/hardware/interfaces/sensors/2.0/
H A DISensorsCallback.hal26 * disconnected, then that sensor must not be included in sensorInfos.
38 * reconnected, then that sensor must not be included in sensorHandles.
/aosp12/system/apex/docs/
H A Dhowto.md27 // libc.so and libcutils.so are included in the apex
87 automatically included in the APEX. For example, if `libFoo` depends on
88 `libBar`, then the two libs are included even when only `libFoo` is listed in
91 However, if a transitive dependency has a stable ABI, it is not included
92 transitively. It can be included in an APEX only by directly being referenced.
112 Any module that is “included” (not just referenced) in an APEX either via the
118 explicitly, the module is guaranteed to be included in those APEXes. This is
121 * `//apex_available:anyapex`: This means that the module can be included in
127 default is removed. If a module has to be included in both APEX and the
132 to be done or be reviewed by the author(s) of the module. Being included in an
[all …]
/aosp12/bionic/tools/versioner/platforms/
H A Dcrtbegin.map.txt1 # This file lists the libc functions are included in `crtbegin.o` and not
/aosp12/system/extras/
H A D.clang-format-none1 # This clang-format configuration may be included in subdirectories to disable
/aosp12/system/extras/simpleperf/demo/
H A D.clang-format1 # This clang-format configuration may be included in subdirectories to disable
/aosp12/art/test/1958-transform-try-jit/
H A Dinfo.txt5 included in CTS.

12345678910>>...28