Searched refs:kinds (Results 1 – 10 of 10) sorted by relevance
/system/keymaster/ |
D | valgrind.supp | 26 match-leak-kinds: reachable 35 match-leak-kinds: reachable
|
/system/media/camera/docs/ |
D | metadata_validate.py | 175 kinds = ['dynamic', 'static', 'controls'] 176 parent_kind = find_parent_by_name(element, kinds)
|
D | metadata_model.py | 495 for kind in section.kinds: 697 def __init__(self, name, parent, description=None, kinds=[]): argument 701 self._kinds = kinds[:] 710 def kinds(self): member in Section 734 return (i for i in self.kinds) 752 new_kinds_lst = reduce(aggregate_by_name, self.kinds, [])
|
D | metadata_template.mako | 51 % for kind in section.kinds: # dynamic,static,controls
|
D | metadata_helpers.py | 100 search_path = isinstance(node, metadata_model.Section) and node.kinds \
|
/system/core/adb/ |
D | OVERVIEW.TXT | 60 There are essentially two kinds of services that a client can talk to. 95 to the server itself (we will talk about other kinds of requests later). 121 or emulator. There are currently two kinds of transports:
|
/system/sepolicy/tools/sepolicy-analyze/ |
D | README | 2 A component-ized tool for performing various kinds of analysis on a 3 sepolicy file. The current kinds of analysis that are currently
|
/system/sepolicy/tools/ |
D | README | 71 A tool for performing various kinds of analysis on a sepolicy
|
/system/bt/doc/ |
D | style_guide.md | 187 following example demonstrates the kinds of assertions one should make on
|
/system/core/init/ |
D | README.md | 365 Triggers are strings which can be used to match certain kinds of
|