/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_msilib.py | 15 def test_is_no_change_required(self):
29 def test_invalid_first_char(self):
35 def test_invalid_any_char(self):
42 def test_main():
|
test_mutex.py | 8 def test_lock_and_unlock(self):
10 def called_by_mutex(some_data):
16 def called_by_mutex2(some_data):
31 def test_main():
|
test_peepholer.py | 6 def disassemble(func):
16 def dis_single(line):
21 def test_unot(self):
23 def unot(x):
31 def test_elim_inversion_of_is_or_in(self):
41 def test_none_as_constant(self):
43 def f(x):
51 def f():
57 def test_while_one(self):
59 def f(): [all...] |
test_popen.py | 19 def _do_test_commandline(self, cmdline, expected):
25 def test_popen(self):
41 def test_return_code(self):
48 def test_main():
|
test_unittest.py | 6 def test_main():
|
test_xmllib.py | 25 def test_simple(self):
31 def test_default_namespace(self):
33 def unknown_starttag(self, name, attr):
44 def test_main():
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/wsgiref/ |
headers.py | 15 def _formatparam(param, value=None, quote=1):
34 def __init__(self,headers):
39 def __len__(self):
43 def __setitem__(self, name, val):
48 def __delitem__(self,name):
56 def __getitem__(self,name):
67 def has_key(self, name):
74 def get_all(self, name):
86 def get(self,name,default=None):
95 def keys(self): [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/ |
bgenGeneratorGroup.py | 5 def __init__(self, prefix):
9 def add(self, g, dupcheck=0):
17 def generate(self):
30 def _test():
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
reindent-rst.py | 10 def main(argv=sys.argv):
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/ |
Ffs.py | 79 def __init__(self):
|
RuleComplexFile.py | 29 def __init__(self):
|
RuleSimpleFile.py | 29 def __init__(self):
|
/external/antlr/antlr-3.4/runtime/Python/antlr3/ |
extras.py | 46 def toDOT(*args, **kwargs):
|
/external/antlr/antlr-3.4/runtime/Python/unittests/ |
testbase.py | 4 def __repr__(self): 10 def broken(reason, *exceptions): 13 def wrapper(test_method): 14 def replacement(*args, **kwargs):
|
/external/autotest/client/bin/ |
harness_unittest.py | 11 def setUp(self): 15 def tearDown(self): 19 def test_select_none(self): 29 def test_select_standalone(self):
|
/external/autotest/client/common_lib/ |
control_data_unittest.py | 34 def setUp(self): 39 def tearDown(self): 43 def test_suite_tag_parts(self): 48 def test_suite_tag_parts_empty_for_non_suite(self): 55 def setUp(self): 61 def tearDown(self): 65 def test_parse_control(self): 87 def setUp(self): 100 def tearDown(self): 104 def insert_bug_template(self, control_file_string) [all...] |
/external/autotest/client/cros/cellular/mbim_compliance/ |
mbim_errors_unittest.py | 15 def test_correct_assertion_code(self): 24 def test_correct_assertion_code_and_error_string(self): 34 def test_incorrect_assertion_code(self): 43 def test_generic_assertion_error(self):
|
/external/autotest/client/cros/cellular/mbim_compliance/sequences/ |
sequence.py | 15 def run(self, **kwargs): 28 def run_internal(self): 37 def name(self): 42 def detach_kernel_driver_if_active(self, interface_number):
|
/external/autotest/client/cros/cellular/mbim_compliance/tests/ |
dummy.py | 12 def run(self):
|
/external/autotest/client/cros/cellular/pseudomodem/ |
state_machine.py | 25 def _HandleEnabledState(self): 42 def __init__(self, modem): 51 def __exit__(self): 56 def cancelled(self): 65 def Cancel(self): 73 def EnterInteractiveMode(self, bus): 97 def Start(self): 104 def Advance(self): 129 def Waiting(self): 140 def IsWaiting(self) [all...] |
/external/autotest/client/cros/cellular/wardmodem/ |
task_loop.py | 15 def get_instance(): 60 def __init__(self): 78 def ignore_delays(self): 91 def ignore_delays(self, value): 104 def random_delays(self): 117 def random_delays(self, value): 130 def max_random_delay_ms(self): 140 def max_random_delay_ms(self, value): 159 def start(self): 172 def stop(self) [all...] |
/external/autotest/client/cros/chameleon/ |
audio_widget.py | 35 def __init__(self, audio_port, handler): 47 def port_id(self): 76 def __init__(self, *args, **kwargs): 86 def start_recording(self): 94 def stop_recording(self): 99 def read_recorded_binary(self): 105 def save_file(self, file_path): 125 def get_binary(self): 135 def data_format(self): 145 def channel_map(self) [all...] |
/external/autotest/client/cros/i2c/ |
usb_to_i2c.py | 23 def create_i2c_controller(chipset_config): 53 def send_and_check_status(self, slave_addr, int_array): 65 def read_bus_status(self): 69 def send(self, slave_addr, int_array): 80 def read(self, slave_addr, bytes_to_read): 103 def __init__(self, device_path): 124 def _write(self, data): 129 def _read(self): 138 def _convert_to_8bits_addr(slave_addr_7bits, lsb): 144 def read_bus_status(self) [all...] |
/external/autotest/client/cros/netprotos/ |
fake_host.py | 12 def __init__(self, ip_addr): 19 def socket(self, family, sock_type): 38 def __init__(self, host, family, sock_type): 45 def listen(self, ip_addr, port, recv_callback):
|
/external/autotest/client/cros/networking/chrome_testing/ |
chrome_networking_test_context.py | 47 def __init__(self, extensions=None, username=None, password=None, 58 def __enter__(self): 62 def __exit__(self, *args): 65 def _create_browser(self): 76 def _ensure_network_test_extension_is_ready(self): 80 def _get_extension(self, path): 88 def setup(self): 103 def teardown(self): 114 def network_test_extension(self): 123 def call_test_function_async(self, function, *args) [all...] |