Home
last modified time | relevance | path

Searched defs:self (Results 1 – 8 of 8) sorted by relevance

/system/media/camera/docs/
Dmetadata_model.py52 def __init__(self): argument
57 def parent(self): argument
61 def name(self): argument
64 def find_all(self, pred): argument
85 def find_first(self, pred): argument
100 def find_parent_first(self, pred): argument
115 def find_parents(self, pred): argument
133 def sort_children(self): argument
139 def _sort_by_name(self, what): argument
142 def _get_name(self): argument
[all …]
Dmetadata_parser_xml.py64 def __init__(self, xml, file_name): argument
102 def soup(self): argument
106 def metadata(self): argument
120 def _parse(self): argument
169 def _parse_entry(self, entry): argument
262 def _parse_entry_optional(self, entry): argument
280 def render(self, template, output_name=None): argument
Dmetadata_helpers_test.py71 def test_enum_calculate_value_string(self): argument
107 def test_enumerate_with_last(self): argument
122 def test_filter_tags(self): argument
160 def test_wbr(self): argument
208 def test_dedent(self): argument
Dmetadata_model_test.py6 def test_combine_children_by_name(self): argument
51 def test_combine_kinds_into_single_node(self): argument
86 def test_combine_children_by_name(self): argument
/system/extras/tests/sdcard/
Dplot_sdcard.py50 def __init__(self, line): argument
60 def __repr__(self): argument
63 def Add(self, time, value): argument
67 def RescaleTo(self, length): argument
87 def __init__(self): argument
97 def Parse(self, line): argument
113 def AsTitle(self): argument
117 def UpdateWith(self, dataset): argument
/system/core/healthd/
DBatteryPropertiesRegistrar.cpp80 IPCThreadState* self = IPCThreadState::self(); in dump() local
/system/core/libutils/
DThreads.cpp742 Thread* const self = static_cast<Thread*>(user); in _threadLoop() local
DLooper.cpp114 Looper* const self = static_cast<Looper*>(st); in threadDestructor() local