HomeSort by relevance Sort by last modified time
    Searched refs:def (Results 1326 - 1350 of 14820) sorted by null

<<51525354555657585960>>

  /tools/test/connectivity/acts/tests/google/native/
NativeTest.py 25 def __init__(self, controllers):
36 def test_bool_return_true(self):
39 def test_bool_return_false(self):
42 def test_null_return(self):
45 def test_string_empty_return(self):
48 def test_max_param_size(self):
54 def test_specific_param_naming(self):
  /external/chromium-trace/catapult/telemetry/third_party/mox3/mox3/
mox.py 88 def __init__(self, expected_methods):
105 def __str__(self):
118 def __init__(self, unexpected_method, expected):
141 def __str__(self):
148 def __init__(self, unknown_method_name):
160 def __str__(self):
168 def __init__(self, attr):
172 def __str__(self):
180 def __init__(self, expected_mocks):
196 def __str__(self)
    [all...]
  /external/libevent/
event_rpcgen.py 35 def TranslateList(mylist, mydict):
40 def __init__(self, why):
42 def __str__(self):
47 def __init__(self, name):
53 def AddEntry(self, entry):
63 def Name(self):
66 def EntryTagName(self, entry):
72 def PrintIndented(self, file, ident, code):
80 def __init__(self, name):
83 def PrintTags(self, file)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
formatter.py 38 def __init__(self, writer=None):
42 def end_paragraph(self, blankline): pass
43 def add_line_break(self): pass
44 def add_hor_rule(self, *args, **kw): pass
45 def add_label_data(self, format, counter, blankline=None): pass
46 def add_flowing_data(self, data): pass
47 def add_literal_data(self, data): pass
48 def flush_softspace(self): pass
49 def push_alignment(self, align): pass
50 def pop_alignment(self): pass
    [all...]
genericpath.py 23 def exists(path):
34 def isfile(path):
46 def isdir(s):
55 def getsize(filename):
60 def getmtime(filename):
65 def getatime(filename):
70 def getctime(filename):
76 def commonprefix(m):
93 def _splitext(p, sep, altsep, extsep):
weakref.py 47 def __init__(self, *args, **kw):
48 def remove(wr, selfref=ref(self)):
61 def _commit_removals(self):
69 def __getitem__(self, key):
76 def __delitem__(self, key):
81 def __contains__(self, key):
88 def has_key(self, key):
95 def __repr__(self):
98 def __setitem__(self, key, value):
103 def clear(self):
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
formatter.py 38 def __init__(self, writer=None):
42 def end_paragraph(self, blankline): pass
43 def add_line_break(self): pass
44 def add_hor_rule(self, *args, **kw): pass
45 def add_label_data(self, format, counter, blankline=None): pass
46 def add_flowing_data(self, data): pass
47 def add_literal_data(self, data): pass
48 def flush_softspace(self): pass
49 def push_alignment(self, align): pass
50 def pop_alignment(self): pass
    [all...]
contextlib.py 12 def __init__(self, gen):
15 def __enter__(self):
21 def __exit__(self, type, value, traceback):
54 def contextmanager(func):
60 def some_generator(<arguments>):
83 def helper(*args, **kwds):
89 def nested(*managers):
149 def __init__(self, thing):
151 def __enter__(self):
153 def __exit__(self, *exc_info):
    [all...]
genericpath.py 15 def exists(path):
26 def isfile(path):
38 def isdir(s):
47 def getsize(filename):
52 def getmtime(filename):
57 def getatime(filename):
62 def getctime(filename):
68 def commonprefix(m):
85 def _splitext(p, sep, altsep, extsep):
  /prebuilts/gdb/darwin-x86/lib/python2.7/
formatter.py 38 def __init__(self, writer=None):
42 def end_paragraph(self, blankline): pass
43 def add_line_break(self): pass
44 def add_hor_rule(self, *args, **kw): pass
45 def add_label_data(self, format, counter, blankline=None): pass
46 def add_flowing_data(self, data): pass
47 def add_literal_data(self, data): pass
48 def flush_softspace(self): pass
49 def push_alignment(self, align): pass
50 def pop_alignment(self): pas
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
formatter.py 38 def __init__(self, writer=None):
42 def end_paragraph(self, blankline): pass
43 def add_line_break(self): pass
44 def add_hor_rule(self, *args, **kw): pass
45 def add_label_data(self, format, counter, blankline=None): pass
46 def add_flowing_data(self, data): pass
47 def add_literal_data(self, data): pass
48 def flush_softspace(self): pass
49 def push_alignment(self, align): pass
50 def pop_alignment(self): pas
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
formatter.py 38 def __init__(self, writer=None):
42 def end_paragraph(self, blankline): pass
43 def add_line_break(self): pass
44 def add_hor_rule(self, *args, **kw): pass
45 def add_label_data(self, format, counter, blankline=None): pass
46 def add_flowing_data(self, data): pass
47 def add_literal_data(self, data): pass
48 def flush_softspace(self): pass
49 def push_alignment(self, align): pass
50 def pop_alignment(self): pas
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
formatter.py 38 def __init__(self, writer=None):
42 def end_paragraph(self, blankline): pass
43 def add_line_break(self): pass
44 def add_hor_rule(self, *args, **kw): pass
45 def add_label_data(self, format, counter, blankline=None): pass
46 def add_flowing_data(self, data): pass
47 def add_literal_data(self, data): pass
48 def flush_softspace(self): pass
49 def push_alignment(self, align): pass
50 def pop_alignment(self): pas
    [all...]
  /development/testrunner/
android_manifest.py 35 def __init__(self, app_path=None):
39 def GetAppPath(self):
43 def GetPackageName(self):
54 def _ParseManifest(self, app_path):
67 def AddUsesSdk(self, min_sdk_version):
84 def GetInstrumentationNames(self):
96 def _GetManifestElement(self):
107 def _SaveXml(self):
112 def CreateAndroidManifest(path):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/
charmap.py 25 def __init__(self, errors='strict', mapping=None):
29 def encode(self, input, final=False):
33 def __init__(self, errors='strict', mapping=None):
37 def decode(self, input, final=False):
42 def __init__(self,stream,errors='strict',mapping=None):
46 def encode(self,input,errors='strict'):
51 def __init__(self,stream,errors='strict',mapping=None):
55 def decode(self,input,errors='strict'):
60 def getregentry():
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_ccompiler.py 12 def library_dir_option(self, dir):
15 def runtime_library_dir_option(self, dir):
18 def find_library_file(self, dirs, lib, debug=0):
21 def library_option(self, lib):
26 def test_gen_lib_options(self):
37 def test_debug_print(self):
57 def test_customize_compiler(self):
70 def set_executables(self, **kw):
77 def test_suite():
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/
charmap.py 25 def __init__(self, errors='strict', mapping=None):
29 def encode(self, input, final=False):
33 def __init__(self, errors='strict', mapping=None):
37 def decode(self, input, final=False):
42 def __init__(self,stream,errors='strict',mapping=None):
46 def encode(self,input,errors='strict'):
51 def __init__(self,stream,errors='strict',mapping=None):
55 def decode(self,input,errors='strict'):
60 def getregentry():
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/hotshot/
__init__.py 11 def __init__(self, logfn, lineevents=0, linetimings=1):
26 def close(self):
30 def fileno(self):
34 def start(self):
38 def stop(self):
42 def addinfo(self, key, value):
49 def run(self, cmd):
60 def runctx(self, cmd, globals, locals):
70 def runcall(self, func, *args, **kw):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_poplib.py 35 def __init__(self, conn):
41 def collect_incoming_data(self, data):
44 def found_terminator(self):
59 def handle_error(self):
62 def push(self, data):
65 def cmd_echo(self, arg):
69 def cmd_user(self, arg):
74 def cmd_pass(self, arg):
79 def cmd_stat(self, arg):
82 def cmd_list(self, arg):
    [all...]
test_userlist.py 9 def test_getslice(self):
19 def test_add_specials(self):
24 def test_radd_specials(self):
31 def test_iadd(self):
37 def test_mixedcmp(self):
43 def test_mixedadd(self):
48 def test_getitemoverwriteiter(self):
51 def __getitem__(self, key):
55 def test_main():
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Table/
Table.py 29 def __init__(self, Cursor):
38 def Create(self, SqlCommand):
47 def Insert(self, SqlCommand):
54 def Query(self):
69 def Drop(self):
80 def GetCount(self):
94 def GenerateID(self, ID):
104 def InitID(self):
115 def Exec(self, SqlCommand):
  /external/autotest/client/cros/cellular/wardmodem/state_machines/
network_registration_machine.py 29 def __init__(self, state, transceiver, modem_conf):
56 def get_well_known_name(self):
63 def set_registration_change_message_verbosity(self, verbosity_code):
86 def get_current_registration_status(self):
123 def register(self):
133 def deregister(self):
145 def _get_tracking_area_code(self):
152 def _get_cell_id(self):
159 def _operator_machine(self):
  /external/autotest/client/cros/chameleon/
screen_capture.py 14 def _unlevel(p):
38 def __init__(self, chameleon_port):
43 def capture(self):
67 def __init__(self, chameleon_port):
72 def capture(self):
96 def __init__(self, display_facade):
101 def capture(self):
118 def __init__(self, display_facade):
123 def capture(self):
  /external/autotest/client/cros/multimedia/
audio_facade_native.py 26 def check_arc_resource(func):
29 def wrapper(instance, *args, **kwargs):
58 def __init__(self, resource, arc_resource=None):
74 def _extension_handler(self):
85 def get_audio_devices(self):
94 def set_chrome_active_volume(self, volume):
103 def set_chrome_mute(self, mute):
112 def get_chrome_active_volume_mute(self):
122 def set_chrome_active_node_type(self, output_node_type, input_node_type):
145 def cleanup(self)
    [all...]
  /external/autotest/client/cros/video/
video_player.py 23 def __init__(self, tab, full_url, video_id, video_src_path='',
46 def load_video(self, wait_for_canplay=True):
60 def inject_source_file(self):
71 def wait_for_script_ready(self):
82 def wait_for_video_ready(self):
96 def verify_video_can_play(self, duration=0):
119 def seek_to(self, timestamp):
130 def wait_for_video_to_seek(self):
144 def _wait_for_event(self, predicate_function, exception_msg):

Completed in 691 milliseconds

<<51525354555657585960>>