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

<<51525354555657585960>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/
saxutils.py 17 def __dict_replace(s, d):
23 def escape(data, entities={}):
39 def unescape(data, entities={}):
53 def quoteattr(data, entities={}):
77 def _gettextwriter(out, encoding):
102 def write(self, s):
111 def __init__(self, out=None, encoding="iso-8859-1"):
121 def _qname(self, name):
140 def startDocument(self):
144 def endDocument(self)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/
dbshelve.py 69 def _dumps(object, protocol):
81 def open(filename, flags=db.DB_CREATE, mode=0660, filetype=db.DB_HASH,
123 def __init__(self, dbenv=None):
132 def __del__(self):
136 def __getattr__(self, name):
146 def __len__(self):
150 def __getitem__(self, key):
155 def __setitem__(self, key, value):
160 def __delitem__(self, key):
164 def keys(self, txn=None)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
WindowList.py 5 def __init__(self):
9 def add(self, window):
13 def delete(self, window):
21 def add_windows_to_menu(self, menu):
34 def register_callback(self, callback):
37 def unregister_callback(self, callback):
43 def call_callbacks(self):
60 def __init__(self, master, **kw):
65 def destroy(self):
73 def update_windowlist_registry(self, window)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/diff/
descriptors.py 29 def __init__(self, diff_function):
37 def __get__(self, obj, objtype=None):
47 def __set__(self, obj, value):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_anydbm.py 16 def _delete_files():
35 def __init__(self, *args):
38 def test_anydbm_creation(self):
46 def test_anydbm_modification(self):
53 def test_anydbm_read(self):
59 def test_anydbm_keys(self):
65 def read_helper(self, f):
70 def init_db(self):
76 def keys_helper(self, f):
84 def tearDown(self)
    [all...]
test_eof.py 8 def test_EOFC(self):
18 def test_EOFS(self):
28 def test_main():
test_extcall.py 12 >>> def e(a,b):
15 >>> def f(*a, **k):
18 >>> def g(x, *y, **z):
21 >>> def h(j=1, a=2, h=3):
99 ... def __len__(self): return 5
108 ... def __len__(self): return 5
109 ... def __getitem__(self, i):
118 ... def __init__(self): self.c = 0
119 ... def __iter__(self): return self
120 ... def next(self)
    [all...]
test_future5.py 11 def test_unicode_literals(self):
14 def test_print_function(self):
20 def test_main():
test_iterlen.py 52 def len(obj):
65 def test_invariant(self):
76 def test_immutable_during_iteration(self):
92 def setUp(self):
95 def test_no_len_for_infinite_repeat(self):
101 def setUp(self):
106 def setUp(self):
111 def setUp(self):
118 def setUp(self):
125 def setUp(self)
    [all...]
test_pickletools.py 9 def dumps(self, arg, proto=0, fast=0):
12 def loads(self, buf):
18 def test_main():
test_copy.py 14 def test_exceptions(self):
20 def test_copy_basic(self):
25 def test_copy_copy(self):
27 def __init__(self, foo):
29 def __copy__(self):
36 def test_copy_registry(self):
38 def __new__(cls, foo):
42 def pickle_C(obj):
49 def test_copy_reduce_ex(self):
51 def __reduce_ex__(self, proto)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_suite.py 12 def test_1(self): pass
13 def test_2(self): pass
14 def test_3(self): pass
15 def runTest(self): pass
17 def _mk_TestSuite(*names):
48 def test_init__tests_optional(self):
60 def test_init__empty_tests(self):
71 def test_init__tests_from_any_iterable(self):
72 def tests():
92 def test_init__TestSuite_instances_in_tests(self)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/sax/
saxutils.py 17 def __dict_replace(s, d):
23 def escape(data, entities={}):
39 def unescape(data, entities={}):
53 def quoteattr(data, entities={}):
77 def _gettextwriter(out, encoding):
102 def write(self, s):
111 def __init__(self, out=None, encoding="iso-8859-1"):
121 def _qname(self, name):
140 def startDocument(self):
144 def endDocument(self)
    [all...]
  /test/vts-testcase/kernel/ltp/
test_case.py 45 def __init__(self, testsuite, testname, command):
55 def note(self):
60 def note(self, note):
65 def requirement_state(self):
70 def requirement_state(self, requirement_state):
75 def testsuite(self):
80 def testsuite(self, testsuite):
85 def testname(self):
90 def testname(self, testname):
94 def InternalAddLtpPathToCommand(self, command)
    [all...]
  /tools/test/connectivity/acts/framework/acts/libs/config/
schema.py 30 def __init__(self):
34 def get_value(self):
42 def set_value(self, value):
50 def get_inner(self):
62 def set_inner(self, key, value):
83 def __init__(self, inner):
98 def get_value(self, key):
114 def set_value(self, key, value):
123 def has_value(self, key):
127 def keys(self)
    [all...]
  /tools/test/connectivity/acts/tests/google/wifi/
WifiNativeTest.py 22 def setup_class(self):
26 def setup_test(self):
34 # def teardown_test(self):
37 def test_hal_get_features(self):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_copy.py 14 def test_exceptions(self):
20 def test_copy_basic(self):
25 def test_copy_copy(self):
27 def __init__(self, foo):
29 def __copy__(self):
36 def test_copy_registry(self):
38 def __new__(cls, foo):
42 def pickle_C(obj):
49 def test_copy_reduce_ex(self):
51 def __reduce_ex__(self, proto):
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_copy.py 14 def test_exceptions(self):
20 def test_copy_basic(self):
25 def test_copy_copy(self):
27 def __init__(self, foo):
29 def __copy__(self):
36 def test_copy_registry(self):
38 def __new__(cls, foo):
42 def pickle_C(obj):
49 def test_copy_reduce_ex(self):
51 def __reduce_ex__(self, proto)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_copy.py 14 def test_exceptions(self):
20 def test_copy_basic(self):
25 def test_copy_copy(self):
27 def __init__(self, foo):
29 def __copy__(self):
36 def test_copy_registry(self):
38 def __new__(cls, foo):
42 def pickle_C(obj):
49 def test_copy_reduce_ex(self):
51 def __reduce_ex__(self, proto)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_copy.py 14 def test_exceptions(self):
20 def test_copy_basic(self):
25 def test_copy_copy(self):
27 def __init__(self, foo):
29 def __copy__(self):
36 def test_copy_registry(self):
38 def __new__(cls, foo):
42 def pickle_C(obj):
49 def test_copy_reduce_ex(self):
51 def __reduce_ex__(self, proto)
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/tests/
t057autoAST.py 9 def parserClass(self, base):
11 def __init__(self, *args, **kwargs):
18 def capture(self, t):
22 def traceIn(self, ruleName, ruleIndex):
26 def traceOut(self, ruleName, ruleIndex):
30 def emitErrorMessage(self, msg):
37 def lexerClass(self, base):
39 def __init__(self, *args, **kwargs):
45 def capture(self, t):
49 def traceIn(self, ruleName, ruleIndex)
    [all...]
  /external/libnl/python/netlink/route/
tc.py 56 def __init__(self, val=None):
64 def __cmp__(self, other):
75 def __int__(self):
78 def __str__(self):
81 def isroot(self):
87 def __getitem__(self, key):
91 def __cmp__(self, other):
97 def _tc_module_lookup(self):
102 def root(self):
107 def ifindex(self)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
_weakrefset.py 16 def __init__(self, weakcontainer):
20 def __enter__(self):
26 def __exit__(self, e, t, b):
36 def __init__(self, data=None):
38 def _remove(item, selfref=ref(self)):
52 def _commit_removals(self):
58 def __iter__(self):
65 def __len__(self):
68 def __contains__(self, item):
75 def __reduce__(self):
    [all...]
  /external/autotest/server/cros/
cfm_jmidata_v3_helper.py 58 def __init__(self, log_file_content):
61 def _ExtractAllJMIDataPointsWithKey(self, jmi_type, is_audio, key):
79 def GetAudioReceivedBytesList(self):
83 def GetAudioSentBytesList(self):
87 def GetAudioReceivedEnergyList(self):
91 def GetAudioSentEnergyList(self):
95 def GetVideoSentBytesList(self):
99 def GetVideoReceivedBytesList(self):
103 def GetVideoIncomingFramerateReceivedList(self):
107 def GetVideoOutgoingFramerateSentList(self)
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/
desktop_browser_finder_unittest.py 25 def setUp(self):
36 def tearDown(self):
43 def _files(self):
46 def DoFindAll(self):
50 def DoFindAllTypes(self):
54 def CanFindAvailableBrowsers(self):
58 def has_type(array, browser_type):
63 def setUp(self):
69 def testFindProgramFiles(self):
78 def testFindProgramFilesX86(self)
    [all...]

Completed in 693 milliseconds

<<51525354555657585960>>