HomeSort by relevance Sort by last modified time
    Searched refs:namedtuple (Results 1 - 25 of 177) sorted by null

1 2 3 4 5 6 7 8

  /external/autotest/client/cros/image_comparison/
comparison_result.py 5 from collections import namedtuple namespace
9 ComparisonResult = namedtuple('ComparisonResult',
  /external/chromium-trace/catapult/devil/devil/android/constants/
chrome.py 7 PackageInfo = collections.namedtuple(
  /external/skia/infra/bots/flavor/
ssh_devices.py 17 SlaveInfo = collections.namedtuple('SlaveInfo',
  /external/autotest/client/common_lib/cros/network/
wifi_rack_constants.py 5 from collections import namedtuple namespace
12 NetworkServices = namedtuple('NetworkServices',
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/diff/
properties.py 19 from collections import namedtuple namespace
25 modified_properties_record = namedtuple("modified_property", ["property", "added", "removed"])
bool.py 19 from collections import namedtuple namespace
25 modified_bool_record = namedtuple("modified_boolean", ["added_state", "removed_state"])
commons.py 19 from collections import namedtuple namespace
25 modified_commons_record = namedtuple("modified_common", ["added_perms",
initsid.py 19 from collections import namedtuple namespace
26 modified_initsids_record = namedtuple("modified_initsid", ["added_context", "removed_context"])
objclass.py 19 from collections import namedtuple namespace
27 modified_classes_record = namedtuple("modified_class", ["added_perms",
roles.py 19 from collections import namedtuple namespace
25 modified_roles_record = namedtuple("modified_role", ["added_types",
typeattr.py 19 from collections import namedtuple namespace
25 modified_typeattr_record = namedtuple("modified_typeattr", ["added_types",
  /external/autotest/server/site_tests/video_VDAStress/
generate_controlfiles.py 9 Testdata = collections.namedtuple('Testdata', 'gs, decoder, access')
  /external/chromium-trace/catapult/telemetry/third_party/webpagereplay/
net_configs.py 28 NetConfig = collections.namedtuple('NetConfig', ['down', 'up', 'delay_ms'])
  /external/chromium-trace/catapult/telemetry/telemetry/internal/forwarders/
__init__.py 8 PortPair = collections.namedtuple('PortPair', ['local_port', 'remote_port'])
9 PortSet = collections.namedtuple('PortSet', ['http', 'https', 'dns'])
11 class PortPairs(collections.namedtuple('PortPairs', ['http', 'https', 'dns'])):
  /external/chromium-trace/catapult/devil/devil/utils/
geometry.py 10 class Point(collections.namedtuple('Point', ['x', 'y'])):
41 collections.namedtuple('Rectangle', ['top_left', 'bottom_right'])):
  /external/chromium-trace/catapult/telemetry/telemetry/web_perf/metrics/
jitter_timeline_unittest.py 7 from collections import namedtuple namespace
14 FakeEvent = namedtuple('Event', 'name, start, end, thread_duration, args')
  /prebuilts/gdb/darwin-x86/lib/python2.7/
sched.py 32 from collections import namedtuple namespace
36 Event = namedtuple('Event', 'time, priority, action, argument')
  /prebuilts/gdb/linux-x86/lib/python2.7/
sched.py 32 from collections import namedtuple namespace
36 Event = namedtuple('Event', 'time, priority, action, argument')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sched.py 32 from collections import namedtuple namespace
36 Event = namedtuple('Event', 'time, priority, action, argument')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sched.py 32 from collections import namedtuple namespace
36 Event = namedtuple('Event', 'time, priority, action, argument')
  /external/autotest/client/site_tests/security_SysVIPC/
security_SysVIPC.py 9 from collections import namedtuple namespace
14 ShmRecord = namedtuple('ShmRecord', ['owner', 'perms', 'attached'])
15 SemaphoreRecord = namedtuple('SemaphoreRecord', ['owner', 'perms'])
  /external/autotest/client/cros/chameleon/
chameleon_info.py 15 ChameleonInfo = collections.namedtuple(
  /external/chromium-trace/catapult/telemetry/telemetry/internal/backends/
android_app_backend_unittest.py 12 _FakeAndroidProcess = collections.namedtuple(
  /external/autotest/client/site_tests/security_Minijail_seccomp/
security_Minijail_seccomp.py 8 from collections import namedtuple namespace
13 Jail = namedtuple("Jail", "user policy nnp")
  /external/chromium-trace/catapult/dashboard/dashboard/
ttest.py 34 TTestResult = collections.namedtuple('TTestResult', ('t', 'df', 'p'))
68 SampleStats = collections.namedtuple('SampleStats', ('mean', 'var', 'size'))

Completed in 729 milliseconds

1 2 3 4 5 6 7 8