Home
last modified time | relevance | path

Searched defs:enum (Results 1 – 5 of 5) sorted by relevance

/system/update_engine/weaved/traits/
Dupdater.json13 "enum": ["stable-channel", "beta-channel", "dev-channel", "canary-channel"] array
21 "enum": ["stable-channel", "beta-channel", "dev-channel", "canary-channel"] array
25 "enum": ["stable-channel", "beta-channel", "dev-channel", "canary-channel"] array
29 "enum": [ array
/system/core/metricsd/etc/weaved/traits/
Dmetrics.json16 "enum": [ "enabled", "disabled" ] array
/system/media/camera/docs/
Dmetadata_helpers_test.py72 def compare_values_against_list(expected_list, enum): argument
Dmetadata_model.py1250 def enum(self): member in Entry
/system/tpm/attestation/common/
Dproto_print.py283 def GenerateEnumPrinter(enum, header_file, impl_file): argument