Lines Matching defs:notes
987 notes: A string describing the notes, or None.
988 sdk_notes: A string describing extra notes for public SDK only
989 ndk_notes: A string describing extra notes for public NDK only
995 id=None, deprecated=False, optional=False, hidden=False, notes=None, sdk_notes=None, ndk_notes=None, ndk_hidden=False, hal_version='3.2'):
1002 self._notes = notes # None or str
1038 def notes(self):
1071 optionals=[], hiddens=[], notes={}, sdk_notes={}, ndk_notes={}, ndk_hiddens=[], hal_versions={}):
1076 notes.get(val), sdk_notes.get(val), ndk_notes.get(val), val in ndk_hiddens, hal_versions.get(val)) \
1142 type_notes: A string describing notes for the type, or None.
1174 enum_notes: A dictionary of value->notes strings.
1190 type_notes: A string with the notes for the type
1386 enum_notes = kwargs.get('enum_notes') # { value => notes }
1389 enum_ids = kwargs.get('enum_ids') # { value => notes }
1542 enum_notes: A dictionary of value->notes strings.
1554 type_notes: A string with the notes for the type