/external/autotest/client/common_lib/cros/graphite/ |
statsd_mock.py | 12 def __init__(self, host, port): 17 def set_defaults(cls, host, port): 37 def __enter__(self): 41 def __exit__(self):
|
/external/autotest/client/common_lib/ |
log.py | 11 def is_valid_status(status): 19 def log_and_ignore_errors(msg): 22 def decorator(fn): 23 def decorated_func(*args, **dargs):
|
smogcheck_ttci.py | 40 def __init__(self): 69 def TTCI_Get_Main_Power_Metrics(self): 76 def TTCI_Get_Backup_Power_Metrics(self): 83 def TTCI_Set_Main_Power_Control(self, turn_on): 93 def TTCI_Set_Backup_Power_Control(self, turn_on): 103 def TTCI_Set_Reset_Control(self, turn_on): 116 def TTCI_Set_PP_Control(self, turn_on): 126 def TTCI_Set_TPM_I2C_Control(self, turn_on): 136 def TTCI_Get_Main_Power_Status(self): 143 def TTCI_Get_Backup_Power_Status(self) [all...] |
/external/autotest/client/common_lib/test_utils/ |
mock_demo_MUT.py | 3 def do_create_stuff():
|
/external/autotest/client/cros/ |
debugd_util.py | 8 def iface():
|
rtc.py | 11 def get_rtc_devices(): 20 def get_seconds(utc=True, rtc_device='rtc0'): 27 def write_wake_alarm(alarm_time, rtc_device='rtc0'): 36 def set_wake_alarm(alarm_time, rtc_device='rtc0'):
|
/external/autotest/client/cros/video/ |
vimeo_player.py | 16 def is_video_ready(self): 26 def play(self): 34 def seek_to(self, t): 44 def has_video_finished_seeking(self):
|
/external/autotest/client/site_tests/desktopui_SonicExtension/extension_pages/ |
options.py | 32 def __init__(self, driver, extension_id): 38 def set_value(self, field, value): 56 def min_video_bitrate_text_box(self): 62 def max_tab_frame_rate_text_box(self): 68 def reload_button(self): 73 def highest_projection_radio_button(self): 80 def high_projection_radio_button(self): 87 def low_projection_radio_button(self): 94 def resolution_640x360_radio_button(self): 100 def resolution_854x480_radio_button(self) [all...] |
/external/autotest/frontend/ |
client_compilation_unittest.py | 12 def _compile_module(self, module_name): 20 def test_afe_compilation(self): 24 def test_tko_compilation(self): 28 def test_embedded_tko_compilation(self):
|
/external/autotest/scheduler/ |
site_drone_utility.py | 10 def check_parse(process_info):
|
site_drones.py | 13 def __init__(self, timestamp_remote_calls=True): 26 def queue_kill_process(self, process): 34 def clear_processes_to_kill(self): 39 def execute_queued_calls(self):
|
/external/chromium-trace/catapult/common/py_utils/py_utils/ |
contextlib_ext.py | 8 def __init__(self, manager, condition): 12 def __enter__(self): 17 def __exit__(self, exc_type, exc_val, exc_tb): 23 def Optional(manager, condition):
|
/external/chromium-trace/catapult/dependency_manager/ |
PRESUBMIT.py | 6 def CheckChangeOnUpload(input_api, output_api): 10 def CheckChangeOnCommit(input_api, output_api): 14 def _CommonChecks(input_api, output_api): 22 def _GetPathsToPrepend(input_api):
|
/external/chromium-trace/catapult/devil/devil/ |
base_error.py | 9 def __init__(self, message, is_infra_error=False): 13 def __eq__(self, other): 17 def __ne__(self, other): 21 def is_infra_error(self):
|
/external/chromium-trace/catapult/systrace/profile_chrome/ |
ui.py | 10 def PrintMessage(heading, eol='\n'): 15 def WaitForEnter(timeout): 19 def EnableTestMode(): 20 def NoOp(*_, **__): # pylint: disable=unused-argument
|
/external/chromium-trace/catapult/systrace/systrace/ |
trace_result.py | 15 def __init__(self, source_name, raw_data):
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/ |
system_info.py | 10 def __init__(self, model_name, gpu_dict): 17 def FromDict(cls, attrs): 29 def model_name(self): 39 def gpu(self):
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/testing/discoverable_classes/ |
another_discover_dummyclass.py | 16 def __init__(self): 21 def __init__(self): 26 def __init__(self): 31 def __init__(self, parameter):
|
/external/chromium-trace/catapult/telemetry/telemetry/value/ |
failure.py | 13 def __init__(self, page, exc_info, description=None, tir_label=None, 28 def FromMessage(cls, page, message): 39 def _GetExcInfoFromMessage(message): 45 def __repr__(self): 54 def exc_info(self): 57 def GetBuildbotDataType(self, output_context): 60 def GetBuildbotValue(self): 63 def GetChartAndTraceNameForPerPageResult(self): 66 def GetRepresentativeNumber(self): 69 def GetRepresentativeString(self) [all...] |
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/ |
edns.py | 24 def __init__(self, otype): 31 def to_wire(self, file): 36 def from_wire(cls, otype, wire, current, olen): 52 def _cmp(self, other): 58 def __eq__(self, other): 65 def __ne__(self, other): 72 def __lt__(self, other): 78 def __le__(self, other): 84 def __ge__(self, other): 90 def __gt__(self, other) [all...] |
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/rdtypes/ANY/ |
AFSDB.py | 37 def get_subtype(self): 40 def set_subtype(self, subtype): 45 def get_hostname(self): 48 def set_hostname(self, hostname):
|
/external/flatbuffers/tests/MyGame/Example2/ |
Monster.py | 11 def GetRootAsMonster(cls, buf, offset): 18 def Init(self, buf, pos): 21 def MonsterStart(builder): builder.StartObject(0) 22 def MonsterEnd(builder): return builder.EndObject()
|
/external/google-breakpad/src/testing/gtest/test/ |
gtest_uninitialized_test.py | 42 def Assert(condition): 47 def AssertEq(expected, actual): 54 def TestExitCodeAndOutput(command): 65 def testExitCodeAndOutput(self):
|
/external/googletest/googletest/test/ |
gtest_uninitialized_test.py | 42 def Assert(condition): 47 def AssertEq(expected, actual): 54 def TestExitCodeAndOutput(command): 65 def testExitCodeAndOutput(self):
|
/external/llvm/test/MC/COFF/ |
eh-frame.s | 3 .def _main;
|