Home
last modified time | relevance | path

Searched refs:custom (Results 1 – 18 of 18) sorted by relevance

/system/libufdt/utils/src/
Dmkdtimg_core.c36 char custom[4][OPTION_VALUE_SIZE_MAX]; member
221 entry.custom[0] = get_fdt32_from_number_or_prop(fdt, options->custom[0]); in output_img_entry()
222 entry.custom[1] = get_fdt32_from_number_or_prop(fdt, options->custom[1]); in output_img_entry()
223 entry.custom[2] = get_fdt32_from_number_or_prop(fdt, options->custom[2]); in output_img_entry()
224 entry.custom[3] = get_fdt32_from_number_or_prop(fdt, options->custom[3]); in output_img_entry()
281 strncpy(options->custom[0], value, OPTION_VALUE_SIZE_MAX - 1); in set_dt_options()
283 strncpy(options->custom[1], value, OPTION_VALUE_SIZE_MAX - 1); in set_dt_options()
285 strncpy(options->custom[2], value, OPTION_VALUE_SIZE_MAX - 1); in set_dt_options()
287 strncpy(options->custom[3], value, OPTION_VALUE_SIZE_MAX - 1); in set_dt_options()
Ddt_table.h61 uint32_t custom[4]; /* optional, must be zero if unused */ member
73 uint32_t custom[3]; /* optional, must be zero if unused */ member
Dmkdtimg_dump.c125 output_prop_hex(out_fp, "custom[0]", entry->custom[0]); in output_table_entry()
126 output_prop_hex(out_fp, "custom[1]", entry->custom[1]); in output_table_entry()
127 output_prop_hex(out_fp, "custom[2]", entry->custom[2]); in output_table_entry()
128 output_prop_hex(out_fp, "custom[3]", entry->custom[3]); in output_table_entry()
/system/libufdt/utils/
DREADME.md132 * First `dt_table_entry` (`board1.dtbo`) `id` is `0x00010000` and `custom[0]`
134 * Second `id` is `0x00006800` and `custom[0]` is `0x00000abc`.
135 * Third `id` is `0x00006801` and `custom[0]` is `0x00000123`.
205 custom[0] = 00000abc
206 custom[1] = 00000000
207 custom[2] = 00000000
208 custom[3] = 00000000
/system/libsysprop/srcs/android/sysprop/
DContactsProperties.sysprop48 # the contact card/editor may get confused to see unknown custom mimetypes.
/system/timezone/apex/
DAndroid.bp29 // Use a custom AndroidManifest.xml used for API targeting.
/system/bt/gd/packet/parser/
DREADME37 - Currently no arrays of custom types (might change later)
/system/core/debuggerd/proto/
Dtombstone.proto7 // If you add custom fields to this proto, do not use numbers in the reserved range.
/system/chre/doc/
Dvendor_extensions.md37 where vendors may wish or need to define a custom value in an existing field. To
123 related to passing data to a nanoapp asynchronously, using custom event payloads
/system/chre/chpp/
DQUICKSTART.md66 …ow the CHRE PAL API to simplify integration and testing. CHPP allows for custom services as well, …
/system/core/cli-test/
DREADME.md14 JSON) would have introduced similar but different quoting issues. A custom
/system/extras/simpleperf/doc/
Dscripts_reference.md46 # Record an Android application, and use -r to send custom options to the record command.
54 # Save profiling data in a custom file (like perf_custom.data) instead of perf.data.
/system/extras/libjsonpb/
DREADME.md88 - If a custom enumeration is used, parser code should **NOT** error when the
/system/extras/perf2cfg/
DREADME.md89 To use this feature, custom flags have to be defined in c1visualizer:
/system/chre/pal/doc/
DDoxyfile281 # Note that for custom extensions you also need to set FILE_PATTERNS otherwise
789 # Note that for custom extensions or not directly supported extensions you also
884 # Note that for custom extensions or not directly supported extensions you also
897 # Note that for custom extensions or not directly supported extensions you also
1324 # If the QHP_CUST_FILTER_NAME tag is set, it specifies the name of a custom
1326 # Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
1333 # custom filter to add. For more information please see Qt Help Project / Custom
1334 # Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
1391 # HTML help feature. Via custom style sheets (see HTML_EXTRA_STYLESHEET) one can
/system/chre/chre_api/doc/
DDoxyfile281 # Note that for custom extensions you also need to set FILE_PATTERNS otherwise
789 # Note that for custom extensions or not directly supported extensions you also
884 # Note that for custom extensions or not directly supported extensions you also
897 # Note that for custom extensions or not directly supported extensions you also
1324 # If the QHP_CUST_FILTER_NAME tag is set, it specifies the name of a custom
1326 # Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
1333 # custom filter to add. For more information please see Qt Help Project / Custom
1334 # Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
1391 # HTML help feature. Via custom style sheets (see HTML_EXTRA_STYLESHEET) one can
/system/media/audio_utils/
DDoxyfile313 # Note that for custom extensions you also need to set FILE_PATTERNS otherwise
838 # Note that for custom extensions or not directly supported extensions you also
933 # Note that for custom extensions or not directly supported extensions you also
946 # Note that for custom extensions or not directly supported extensions you also
1413 # If the QHP_CUST_FILTER_NAME tag is set, it specifies the name of a custom
1415 # Filters (see: https://doc.qt.io/archives/qt-4.8/qthelpproject.html#custom-
1422 # custom filter to add. For more information please see Qt Help Project / Custom
1423 # Filters (see: https://doc.qt.io/archives/qt-4.8/qthelpproject.html#custom-
1480 # HTML help feature. Via custom style sheets (see HTML_EXTRA_STYLESHEET) one can
/system/core/fastboot/fuzzy_fastboot/
DREADME.md265 <!-- If there is a custom oem checksum command to hash partitions, add it here -->