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

1 2 3 4 5 6 7 8 9

  /external/autotest/client/cros/image_comparison/
comparison_result.py 5 from collections import namedtuple
9 ComparisonResult = namedtuple('ComparisonResult',
  /tools/repohooks/rh/
__init__.py 24 Project = collections.namedtuple('Project', ['name', 'dir', 'remote'])
  /external/chromium-trace/catapult/devil/devil/android/constants/
chrome.py 7 PackageInfo = collections.namedtuple(
  /external/libmojo/third_party/catapult/devil/devil/android/constants/
chrome.py 7 PackageInfo = collections.namedtuple(
  /external/autotest/client/common_lib/cros/network/
wifi_rack_constants.py 5 from collections import namedtuple
12 NetworkServices = namedtuple('NetworkServices',
  /external/swiftshader/third_party/subzero/pydir/
targets.py 3 from collections import namedtuple
22 TargetInfo = namedtuple('TargetInfo',
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/diff/
properties.py 19 from collections import namedtuple
25 modified_properties_record = namedtuple("modified_property", ["property", "added", "removed"])
bool.py 19 from collections import namedtuple
25 modified_bool_record = namedtuple("modified_boolean", ["added_state", "removed_state"])
commons.py 19 from collections import namedtuple
25 modified_commons_record = namedtuple("modified_common", ["added_perms",
initsid.py 19 from collections import namedtuple
26 modified_initsids_record = namedtuple("modified_initsid", ["added_context", "removed_context"])
objclass.py 19 from collections import namedtuple
27 modified_classes_record = namedtuple("modified_class", ["added_perms",
roles.py 19 from collections import namedtuple
25 modified_roles_record = namedtuple("modified_role", ["added_types",
typeattr.py 19 from collections import namedtuple
25 modified_typeattr_record = namedtuple("modified_typeattr", ["added_types",
  /external/autotest/client/bin/result_tools/
utils_lib.py 45 ResultSizeInfo = collections.namedtuple(
59 @return: A namedtuple of result size informations, including:
  /external/autotest/server/site_tests/video_VDAStress/
generate_controlfiles.py 9 Testdata = collections.namedtuple('Testdata', 'gs, decoder, access')
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
sched.py 32 from collections import namedtuple
36 Event = namedtuple('Event', 'time, priority, action, argument')
  /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/libmojo/third_party/catapult/devil/devil/utils/
geometry.py 10 class Point(collections.namedtuple('Point', ['x', 'y'])):
41 collections.namedtuple('Rectangle', ['top_left', 'bottom_right'])):
  /external/python/cpython2/Lib/
sched.py 32 from collections import namedtuple
36 Event = namedtuple('Event', 'time, priority, action, argument')
  /prebuilts/gdb/darwin-x86/lib/python2.7/
sched.py 32 from collections import namedtuple
36 Event = namedtuple('Event', 'time, priority, action, argument')
  /prebuilts/gdb/linux-x86/lib/python2.7/
sched.py 32 from collections import namedtuple
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
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
36 Event = namedtuple('Event', 'time, priority, action, argument')
  /external/autotest/client/site_tests/security_SysVIPC/
security_SysVIPC.py 9 from collections import namedtuple
14 ShmRecord = namedtuple('ShmRecord', ['owner', 'perms', 'attached'])
15 SemaphoreRecord = namedtuple('SemaphoreRecord', ['owner', 'perms'])
  /external/autotest/client/site_tests/security_Minijail_seccomp/
security_Minijail_seccomp.py 8 from collections import namedtuple
13 Jail = namedtuple("Jail", "user policy nnp")

Completed in 632 milliseconds

1 2 3 4 5 6 7 8 9