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

<<61626364656667686970>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_isinstance.py 28 def test_class_has_no_bases(self):
30 def getclass(self):
36 def getbases(self):
44 def test_bases_raises_other_than_attribute_error(self):
46 def getbases(self):
51 def getclass(self):
56 def getbases(self):
64 def test_dont_mask_non_attribute_error(self):
68 def getbases(self):
76 def test_mask_attribute_error(self)
    [all...]
  /external/protobuf/python/
mox.py 79 def __init__(self, expected_methods):
96 def __str__(self):
109 def __init__(self, unexpected_method, expected):
125 def __str__(self):
133 def __init__(self, unknown_method_name):
145 def __str__(self):
158 def __init__(self):
164 def CreateMock(self, class_to_mock):
179 def CreateMockAnything(self):
189 def ReplayAll(self)
    [all...]
  /art/tools/checker/match/
test.py 31 def createTestAssertion(self, checkerString):
36 def tryMatch(self, checkerString, c1String, varState={}):
41 def assertMatches(self, checkerString, c1String, varState={}):
44 def assertDoesNotMatch(self, checkerString, c1String, varState={}):
47 def test_TextAndWhitespace(self):
55 self.assertMatches("foo bar", "abc foo bar def")
61 def test_Pattern(self):
66 def test_VariableReference(self):
75 def test_VariableDefinition(self):
89 def test_NoVariableRedefinition(self)
    [all...]
  /art/tools/
cpplint_presubmit.py 33 def is_interesting(f):
40 def get_changed_files(commit):
49 def run_cpplint(files):
57 def main():
  /development/tools/axl/
axl.py 32 def __init__(self):
35 def write(self, data):
39 def dataReceived(self, data):
42 def connectionMade(self):
46 def connectionLost(self, reason):
49 def sendResponse(self, response):
62 def connectionMade(self):
69 def dataReceived(self, data):
76 def dataReceived(self, data):
83 def dataReceived(self, data)
    [all...]
  /development/tools/logblame/
test_ps.py 6 def test_pids():
34 def test_uids():
71 def test_update():
87 def main():
  /development/vndk/tools/header-checker/tests/
gen_expected_output.py 6 def main():
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/json/tests/
test_speedups.py 5 def test_scanstring(self):
9 def test_encode_basestring_ascii(self):
16 def test_make_scanner(self):
19 def test_make_encoder(self):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/newmetaclasses/
Eiffel.py 7 def __new__(meta, name, bases, dict):
13 def convert_methods(cls, dict):
38 def make_eiffel_method(func, pre, post):
39 def method(self, *args, **kwargs):
54 def __init__(self, inst, descr):
58 def __call__(self, *args, **kwargs):
63 def __init__(self, func, pre, post):
71 def __get__(self, obj, cls):
74 def callmethod(self, inst, args, kwargs):
87 def _test(metaclass):
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/parser/
example.py 17 def get_docs(fileName):
33 def __init__(self, tree = None):
39 def _extract_info(self, tree):
59 def get_docstring(self):
62 def get_name(self):
65 def get_class_names(self):
68 def get_class_info(self, name):
71 def __getitem__(self, name):
81 def get_function_names(self):
84 def get_function_info(self, name):
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
__future__.py 75 def __init__(self, optionalRelease, mandatoryRelease, compiler_flag):
80 def getOptionalRelease(self):
88 def getMandatoryRelease(self):
97 def __repr__(self):
sndhdr.py 35 def what(filename):
41 def whathdr(filename):
58 def test_aifc(h, f):
79 def test_au(h, f):
108 def test_hcom(h, f):
117 def test_voc(h, f):
130 def test_wav(h, f):
143 def test_8svx(h, f):
152 def test_sndt(h, f):
161 def test_sndr(h, f):
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
syntax.py 14 def check(tree, multi=None):
22 def __init__(self, multi=None):
32 def error(self, node, msg):
39 def visitAssign(self, node):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_versionpredicate.py 9 def test_suite():
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/json/tests/
test_speedups.py 5 def test_scanstring(self):
9 def test_encode_basestring_ascii(self):
16 def test_make_scanner(self):
19 def test_make_encoder(self):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
py3_test_grammar.py 19 def testBackslash(self):
29 def testPlainIntegers(self):
65 def testLongIntegers(self):
75 def testFloats(self):
89 def testStringLiterals(self):
129 def testEllipsis(self):
145 def testEvalInput(self):
149 def testFuncdef(self):
150 ### [decorators] 'def' NAME parameters ['->' test] ':' suite
162 def f1(): pass
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
inspect_fodder.py 8 def spam(a, b, c, d=3, (e, (f,))=(4, (5,)), *g, **h):
12 def eggs(x, y):
29 def abuse(self, a, b, c):
41 def argue(self, a, b, c):
test_bsddb185.py 18 def test_open_existing_hash(self):
24 def test_whichdb(self):
28 def test_anydbm_create(self):
39 def test_main():
test_cd.py 18 def test_main():
test_cpickle.py 9 def setUp(self):
18 def dumps(self, arg, proto=0):
25 def loads(self, buf):
34 def dumps(self, arg, proto=0):
39 def loads(self, *args):
48 def dumps(self, arg, proto=0):
56 def loads(self, *args):
63 def test_recursive_list(self):
68 def test_recursive_tuple(self):
73 def test_recursive_inst(self):
    [all...]
test_distutils.py 12 def test_main():
test_email.py 8 def test_main():
test_email_renamed.py 8 def test_main():
test_errno.py 14 def test_for_improper_attributes(self):
20 def test_using_errorcode(self):
28 def test_attributes_in_errorcode(self):
35 def test_main():
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/leakers/
test_gestalt.py 6 def leak():

Completed in 713 milliseconds

<<61626364656667686970>>