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

<<61626364656667686970>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
wave.py 125 def initfp(self, file):
156 def __init__(self, f):
169 def __del__(self):
174 def getfp(self):
177 def rewind(self):
181 def close(self):
187 def tell(self):
190 def getnchannels(self):
193 def getnframes(self):
196 def getsampwidth(self)
    [all...]
string.py 44 # Capitalize the words in a string, e.g. " aBc dEf " -> "Abc Def".
45 def capwords(s, sep=None):
61 def maketrans(fromstr, tostr):
91 def __init__(self, primary, secondary):
95 def __getitem__(self, key):
112 def __init__(cls, name, bases, dct):
131 def __init__(self, template):
136 def _invalid(self, mo):
148 def substitute(self, *args, **kws)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_pyexpat.py 14 def setUp(self):
23 def test_returns_unicode(self):
28 def test_ordered_attributes(self):
33 def test_specified_attributes(self):
65 def __init__(self):
68 def StartElementHandler(self, name, attrs):
72 def EndElementHandler(self, name):
75 def CharacterDataHandler(self, data):
80 def ProcessingInstructionHandler(self, target, data):
83 def StartNamespaceDeclHandler(self, prefix, uri):
    [all...]
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...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tix.py 89 def tix_addbitmapdir(self, directory):
101 def tix_cget(self, option):
108 def tix_configure(self, cnf=None, **kw):
134 def tix_filedialog(self, dlgclass=None):
148 def tix_getbitmap(self, name):
159 def tix_getimage(self, name):
173 def tix_option_get(self, name):
190 def tix_resetoptions(self, newScheme, newFontSet, newScmPrio=None):
213 def __init__(self, screenName=None, baseName=None, className='Tix'):
227 def destroy(self)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tix.py 89 def tix_addbitmapdir(self, directory):
101 def tix_cget(self, option):
108 def tix_configure(self, cnf=None, **kw):
134 def tix_filedialog(self, dlgclass=None):
148 def tix_getbitmap(self, name):
159 def tix_getimage(self, name):
173 def tix_option_get(self, name):
190 def tix_resetoptions(self, newScheme, newFontSet, newScmPrio=None):
213 def __init__(self, screenName=None, baseName=None, className='Tix'):
227 def destroy(self)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 89 def tix_addbitmapdir(self, directory):
101 def tix_cget(self, option):
108 def tix_configure(self, cnf=None, **kw):
134 def tix_filedialog(self, dlgclass=None):
148 def tix_getbitmap(self, name):
159 def tix_getimage(self, name):
173 def tix_option_get(self, name):
190 def tix_resetoptions(self, newScheme, newFontSet, newScmPrio=None):
213 def __init__(self, screenName=None, baseName=None, className='Tix'):
227 def destroy(self)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 89 def tix_addbitmapdir(self, directory):
101 def tix_cget(self, option):
108 def tix_configure(self, cnf=None, **kw):
134 def tix_filedialog(self, dlgclass=None):
148 def tix_getbitmap(self, name):
159 def tix_getimage(self, name):
173 def tix_option_get(self, name):
190 def tix_resetoptions(self, newScheme, newFontSet, newScmPrio=None):
213 def __init__(self, screenName=None, baseName=None, className='Tix'):
227 def destroy(self)
    [all...]
  /external/autotest/client/cros/chameleon/
chameleon.py 50 def __init__(self, call_server, name):
62 def __getattr__(self, name):
77 def __call__(self, *args, **dargs):
111 def __init__(self, hostname, port=CHAMELEON_PORT, proxy_generator=None,
140 def _create_server_proxy(self):
164 def _reconnect(self):
169 def __call_server(self, name, *args, **kwargs):
189 def __getattr__(self, name):
213 def __init__(self, chameleon_connection, chameleon_host=None):
231 def reset(self)
    [all...]
  /external/clang/utils/ABITest/
TypeGen.py 21 def isBitField(self):
24 def isPaddingBitField(self):
27 def getTypeName(self, printer):
34 def __init__(self, name, size, bitFieldSize=None):
39 def isBitField(self):
42 def isPaddingBitField(self):
45 def getBitFieldSize(self):
49 def getTypeName(self, printer):
52 def sizeof(self):
55 def __str__(self)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
string.py 44 # Capitalize the words in a string, e.g. " aBc dEf " -> "Abc Def".
45 def capwords(s, sep=None):
61 def maketrans(fromstr, tostr):
91 def __init__(self, primary, secondary):
95 def __getitem__(self, key):
112 def __init__(cls, name, bases, dct):
131 def __init__(self, template):
136 def _invalid(self, mo):
148 def substitute(*args, **kws):
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
string.py 44 # Capitalize the words in a string, e.g. " aBc dEf " -> "Abc Def".
45 def capwords(s, sep=None):
61 def maketrans(fromstr, tostr):
91 def __init__(self, primary, secondary):
95 def __getitem__(self, key):
112 def __init__(cls, name, bases, dct):
131 def __init__(self, template):
136 def _invalid(self, mo):
148 def substitute(self, *args, **kws):
    [all...]
  /external/autotest/server/cros/servo/
pd_device.py 22 def is_src(self):
29 def is_snk(self):
37 def is_connected(self):
44 def is_disconnected(self):
51 def is_ufp(self):
58 def is_dfp(self):
65 def is_drp(self):
72 def dr_swap(self):
79 def pr_swap(self):
86 def vbus_request(self, voltage)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
string.py 44 # Capitalize the words in a string, e.g. " aBc dEf " -> "Abc Def".
45 def capwords(s, sep=None):
61 def maketrans(fromstr, tostr):
91 def __init__(self, primary, secondary):
95 def __getitem__(self, key):
112 def __init__(cls, name, bases, dct):
131 def __init__(self, template):
136 def _invalid(self, mo):
148 def substitute(self, *args, **kws)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_hashlib.py 26 def hexstr(s):
43 def _conditional_import_module(self, module_name):
52 def __init__(self, *args, **kwargs):
64 def _test_algorithm_via_hashlib_new(data=None, _alg=algorithm):
98 def test_hash_array(self):
105 def test_algorithms_attribute(self):
110 def test_unknown_hash(self):
114 def test_get_builtin_constructor(self):
133 def test_hexdigest(self):
138 def test_large_update(self)
    [all...]
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...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
string.py 44 # Capitalize the words in a string, e.g. " aBc dEf " -> "Abc Def".
45 def capwords(s, sep=None):
61 def maketrans(fromstr, tostr):
91 def __init__(self, primary, secondary):
95 def __getitem__(self, key):
112 def __init__(cls, name, bases, dct):
131 def __init__(self, template):
136 def _invalid(self, mo):
148 def substitute(self, *args, **kws)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_hashlib.py 26 def hexstr(s):
43 def _conditional_import_module(self, module_name):
52 def __init__(self, *args, **kwargs):
64 def _test_algorithm_via_hashlib_new(data=None, _alg=algorithm):
98 def test_hash_array(self):
105 def test_algorithms_attribute(self):
110 def test_unknown_hash(self):
114 def test_get_builtin_constructor(self):
133 def test_hexdigest(self):
138 def test_large_update(self)
    [all...]
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...]
  /prebuilts/go/darwin-x86/src/runtime/
runtime-gdb.py 37 def __init__(self, val):
41 def len(self):
45 def cap(self):
48 def __getitem__(self, i):
65 def __init__(self, val):
68 def display_hint(self):
71 def to_string(self):
81 def __init__(self, val):
84 def display_hint(self):
87 def to_string(self)
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
runtime-gdb.py 37 def __init__(self, val):
41 def len(self):
45 def cap(self):
48 def __getitem__(self, i):
65 def __init__(self, val):
68 def display_hint(self):
71 def to_string(self):
81 def __init__(self, val):
84 def display_hint(self):
87 def to_string(self)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
string.py 44 # Capitalize the words in a string, e.g. " aBc dEf " -> "Abc Def".
45 def capwords(s, sep=None):
61 def maketrans(fromstr, tostr):
91 def __init__(self, primary, secondary):
95 def __getitem__(self, key):
112 def __init__(cls, name, bases, dct):
131 def __init__(self, template):
136 def _invalid(self, mo):
148 def substitute(self, *args, **kws)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_hashlib.py 26 def hexstr(s):
43 def _conditional_import_module(self, module_name):
52 def __init__(self, *args, **kwargs):
64 def _test_algorithm_via_hashlib_new(data=None, _alg=algorithm):
98 def test_hash_array(self):
105 def test_algorithms_attribute(self):
110 def test_unknown_hash(self):
114 def test_get_builtin_constructor(self):
133 def test_hexdigest(self):
138 def test_large_update(self)
    [all...]
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...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_hashlib.py 26 def hexstr(s):
43 def _conditional_import_module(self, module_name):
52 def __init__(self, *args, **kwargs):
64 def _test_algorithm_via_hashlib_new(data=None, _alg=algorithm):
98 def test_hash_array(self):
105 def test_algorithms_attribute(self):
110 def test_unknown_hash(self):
114 def test_get_builtin_constructor(self):
133 def test_hexdigest(self):
138 def test_large_update(self)
    [all...]

Completed in 943 milliseconds

<<61626364656667686970>>