/prebuilts/gdb/darwin-x86/lib/python2.7/ |
UserDict.py | 4 def __init__(self, dict=None, **kwargs): 10 def __repr__(self): return repr(self.data) 11 def __cmp__(self, dict): 17 def __len__(self): return len(self.data) 18 def __getitem__(self, key): 24 def __setitem__(self, key, item): self.data[key] = item 25 def __delitem__(self, key): del self.data[key] 26 def clear(self): self.data.clear() 27 def copy(self): 39 def keys(self): return self.data.keys( [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
UserDict.py | 4 def __init__(self, dict=None, **kwargs): 10 def __repr__(self): return repr(self.data) 11 def __cmp__(self, dict): 17 def __len__(self): return len(self.data) 18 def __getitem__(self, key): 24 def __setitem__(self, key, item): self.data[key] = item 25 def __delitem__(self, key): del self.data[key] 26 def clear(self): self.data.clear() 27 def copy(self): 39 def keys(self): return self.data.keys( [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
UserDict.py | 4 def __init__(self, dict=None, **kwargs): 10 def __repr__(self): return repr(self.data) 11 def __cmp__(self, dict): 17 def __len__(self): return len(self.data) 18 def __getitem__(self, key): 24 def __setitem__(self, key, item): self.data[key] = item 25 def __delitem__(self, key): del self.data[key] 26 def clear(self): self.data.clear() 27 def copy(self): 39 def keys(self): return self.data.keys( [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
UserDict.py | 4 def __init__(self, dict=None, **kwargs): 10 def __repr__(self): return repr(self.data) 11 def __cmp__(self, dict): 17 def __len__(self): return len(self.data) 18 def __getitem__(self, key): 24 def __setitem__(self, key, item): self.data[key] = item 25 def __delitem__(self, key): del self.data[key] 26 def clear(self): self.data.clear() 27 def copy(self): 39 def keys(self): return self.data.keys( [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/ |
undefined.py | 18 def encode(self,input,errors='strict'):
21 def decode(self,input,errors='strict'):
25 def encode(self, input, final=False):
29 def decode(self, input, final=False):
40 def getregentry():
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/classes/ |
Rev.py | 63 def __init__(self, seq):
67 def __len__(self):
70 def __getitem__(self, j):
73 def __repr__(self):
90 def _test():
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
_abcoll.py | 24 def _hasattr(C, attr):
36 def __hash__(self):
40 def __subclasshook__(cls, C):
59 def __iter__(self):
64 def __subclasshook__(cls, C):
76 def next(self):
79 def __iter__(self):
83 def __subclasshook__(cls, C):
94 def __len__(self):
98 def __subclasshook__(cls, C): [all...] |
commands.py | 37 def getstatus(file):
48 def getoutput(cmd):
56 def getstatusoutput(cmd):
69 def mk2arg(head, x):
81 def mkarg(x):
|
mutex.py | 21 def __init__(self):
26 def test(self):
30 def testandset(self):
39 def lock(self, function, argument):
48 def unlock(self):
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/ |
install_headers.py | 24 def initialize_options(self):
29 def finalize_options(self):
35 def run(self):
45 def get_inputs(self):
48 def get_outputs(self):
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/ |
undefined.py | 18 def encode(self,input,errors='strict'):
21 def decode(self,input,errors='strict'):
25 def encode(self, input, final=False):
29 def decode(self, input, final=False):
40 def getregentry():
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/crashers/ |
nasty_eq_vs_dict.py | 10 def __init__(self):
13 def make_dangerous(self):
16 def __hash__(self):
20 def __eq__(self, other):
35 def __fill_dict(self, n):
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_pep263.py | 8 def test_pep263(self):
18 def test_compilestring(self):
26 def test_issue3297(self):
33 def test_issue7820(self):
44 def test_main():
|
test_startfile.py | 20 def test_nonexisting(self):
23 def test_nonexisting_u(self):
26 def test_empty(self):
35 def test_empty_u(self):
41 def test_main():
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/ |
LongFilePathSupport.py | 23 def LongFilePath(FileName):
38 def OpenLongFilePath(FileName, Mode='r', Buffer= -1):
41 def CodecOpenLongFilePath(Filename, Mode='rb', Encoding=None, Errors='strict', Buffering=1):
48 def CopyLongFilePath(src, dst):
62 def UniToStr(Uni):
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
t032subrulePredict.py | 7 def setUp(self): 11 def parserClass(self, base): 13 def recover(self, input, re): 20 def testValid1(self): 32 def testValid2(self):
|
/external/autotest/client/bin/net/ |
net_utils_mock.py | 12 def os_open(*args, **kwarg): 17 def __init__(self, symbol, **kwargs): 21 def open(self, *args, **kwargs): 24 def read(self, *args, **kwargs): 28 def netutils_netif(iface): 33 def __init__(self, iface, cls, name, *args, **kwargs): 37 def wait_for_carrier(self, timeout): 43 def __init__(self, iface, cls, name, *args, **kwargs): 53 def close(self): 57 def socket(self, family, type) [all...] |
/external/autotest/client/common_lib/ |
base_utils_unittest.py | 21 def setUp(self): 26 def tearDown(self): 30 def test_ip_to_long(self): 37 def test_long_to_ip(self): 44 def test_create_subnet_mask(self): 50 def test_format_ip_with_mask(self): 61 def create_test_file(self, contents): 66 def test_reads_one_line_file(self): 72 def test_strips_read_lines(self): 78 def test_drops_extra_lines(self) [all...] |
/external/autotest/client/cros/camera/ |
camera_utils.py | 10 def Pad(x): 14 def Unpad(x): 20 def __init__(self, **args): 23 def __repr__(self): 30 def find_camera():
|
/external/autotest/client/cros/cellular/wardmodem/ |
task_loop_unittest.py | 24 def setUp(self): 32 def test_post_task_simple(self): 42 def test_post_task_set_attribute(self): 50 def test_post_task_with_argument(self): 62 def test_post_task_after_delay(self): 72 def test_post_repeated_task(self): 80 def test_ignore_delays(self): 91 def test_cancel_posted_task(self): 101 def test_multiple_cancels(self): 112 def test_random_delays(self) [all...] |
/external/autotest/client/cros/ |
mainloop.py | 12 def ExceptionForward(func): 20 def wrapper(self, *args, **kwargs): 40 def __init__(self, main_loop, timeout_s=-1): 48 def idle(self): 51 def timeout(self): 55 def _timeout(self): 59 def quit(self): 62 def run(self): 77 def __init__(self, test, main_loop, **kwargs): 82 def idle(self) [all...] |
/external/autotest/frontend/afe/ |
rpc_utils_unittest.py | 23 def test_model_equal_by_id(self): 33 def setUp(self): 37 def tearDown(self): 41 def testCheckIsServer(self): 58 def test_no_kwargs_in_spec(self): 60 def func(a, b): 65 def test_pass_by_keyword(self): 67 def func(a, b): 72 def test_with_kwargs(self): 74 def func(a, b, **kwargs) [all...] |
/external/autotest/frontend/ |
db_router.py | 43 def _should_be_in_server_db(self, model): 53 def _should_be_in_global(self, model): 63 def db_for_read(self, model, **hints): 79 def db_for_write(self, model, **hints): 95 def allow_relation(self, obj1, obj2, **hints):
|
/external/autotest/server/cros/ap_configurators/ |
dlink_dwl2100_ap_configurator.py | 17 def get_number_of_pages(self): 21 def get_supported_bands(self): 42 def get_supported_modes(self): 64 def is_security_mode_supported(self, security_mode): 84 def navigate_to_page(self, page_number): 109 def save_page(self, page_number): 126 def set_mode(self, mode, band=None): 141 def set_radio(self, enabled=True): 154 def set_ssid(self, ssid): 166 def _set_ssid(self, ssid) [all...] |
/external/autotest/server/hosts/ |
host_info.py | 39 def __init__(self, labels=None, attributes=None): 49 def build(self): 68 def board(self): 77 def os(self): 87 def pools(self): 95 def get_label_value(self, prefix): 106 def _get_stripped_labels_with_prefix(self, prefix): 122 def __str__(self): 149 def __init__(self): 153 def get(self, force_refresh=False) [all...] |