Home
last modified time | relevance | path

Searched defs:self (Results 1 – 17 of 17) 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
267 def _parse_entry_optional(self, entry): argument
285 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/net_test/
Dping6_test.py51 def __init__(self, tun, mymac, routermac): argument
58 def Stop(self): argument
61 def ChecksumValid(self, packet): argument
95 def SendTimeExceeded(self, version, packet): argument
109 def IPv4Packet(self, ip): argument
130 def IPv6Packet(self, ipv6): argument
157 def SwapAddresses(self, packet): argument
162 def SendPacket(self, packet): argument
169 def run(self): argument
206 def setUp(self): argument
[all …]
Dsrcaddr_selection_test.py44 def SetDAD(self, ifname, value): argument
48 def SetOptimisticDAD(self, ifname, value): argument
51 def SetUseTempaddrs(self, ifname, value): argument
54 def SetUseOptimistic(self, ifname, value): argument
57 def GetSourceIP(self, netid, mode="mark"): argument
67 def assertAddressNotPresent(self, address): argument
71 self, address, expected_ifindex, expected_flags): argument
79 def AddressIsTentative(self, address): argument
83 def BindToAddress(self, address): argument
87 def SendWithSourceAddress(self, address, netid, dest=net_test.IPV6_ADDR): argument
[all …]
Dmultinetwork_test.py288 def CheckPingPacket(self, version, netid, routing_mode, dstaddr, packet): argument
304 def CheckTCPSYNPacket(self, version, netid, routing_mode, dstaddr): argument
320 def CheckUDPPacket(self, version, netid, routing_mode, dstaddr): argument
340 def CheckRawGrePacket(self, version, netid, routing_mode, dstaddr): argument
359 def CheckOutgoingPackets(self, routing_mode): argument
389 def testMarkRouting(self): argument
394 def testUidRouting(self): argument
398 def testOifRouting(self): argument
403 def testUcastOifRouting(self): argument
407 def CheckRemarking(self, version, use_connect): argument
[all …]
Dcstruct.py78 def _SetValues(self, values): argument
81 def _Parse(self, data): argument
86 def __init__(self, values): argument
100 def _FieldIndex(self, attr): argument
107 def __getattr__(self, name): argument
110 def __setattr__(self, name, value): argument
117 def Pack(self): argument
120 def __str__(self): argument
124 def __repr__(self): argument
127 def CPointer(self): argument
Diproute.py212 def _Debug(self, s): argument
216 def _NlAttr(self, nla_type, data): argument
223 def _NlAttrU32(self, nla_type, value): argument
226 def _NlAttrIPAddress(self, nla_type, family, address): argument
229 def _NlAttrInterfaceName(self, nla_type, interface): argument
232 def _GetConstantName(self, value, prefix): argument
242 def _Decode(self, command, family, nla_type, nla_data): argument
321 def _ParseAttributes(self, command, family, data): argument
360 def __init__(self): argument
368 def _Send(self, msg): argument
[all …]
Dmultinetwork_base.py205 def GetProtocolFamily(self, version): argument
387 def setUp(self): argument
390 def SetSocketMark(self, s, netid): argument
395 def GetSocketMark(self, s): argument
398 def ClearSocketMark(self, s): argument
401 def BindToDevice(self, s, iface): argument
406 def SetUnicastInterface(self, s, ifindex): argument
416 def GetRemoteAddress(self, version): argument
419 def SelectInterface(self, s, netid, mode): argument
432 def BuildSocket(self, version, constructor, netid, routing_mode): argument
[all …]
Dnet_test.py291 def __init__(self, uid): argument
294 def __enter__(self): argument
302 def __exit__(self, unused_type, unused_value, unused_traceback): argument
310 def assertRaisesErrno(self, err_num, f, *args): argument
/system/core/adb/tests/
Dtest_adb.py90 def __init__(self, handle, md5): argument
98 def __init__(self, md5, full_path): argument
151 def __init__(self, device=None, out_dir=None): argument
160 def shell(self, cmd): argument
163 def shell_nocheck(self, cmd): argument
166 def install(self, filename): argument
169 def push(self, local, remote): argument
172 def pull(self, remote, local): argument
175 def sync(self, directory=""): argument
178 def forward(self, local, remote): argument
[all …]
/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/vold/bench/
Dbenchgen.py35 def __init__(self, thread, time, call, args, ret): argument
42 def __repr__(self): argument
47 def __init__(self, name, ident): argument
52 def __repr__(self): argument
/system/core/healthd/
DBatteryPropertiesRegistrar.cpp80 IPCThreadState* self = IPCThreadState::self(); in dump() local
/system/core/libutils/
DThreads.cpp724 Thread* const self = static_cast<Thread*>(user); in _threadLoop() local
DLooper.cpp95 Looper* const self = static_cast<Looper*>(st); in threadDestructor() local