HomeSort by relevance Sort by last modified time
    Searched refs:def (Results 951 - 975 of 7993) sorted by null

<<31323334353637383940>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
test_assertions.py 7 def test_AlmostEqual(self):
30 def test_AmostEqualWithDelta(self):
53 def test_assertRaises(self):
54 def _raise(e):
94 def testAssertNotRegexpMatches(self):
110 def setUp(self):
115 def testTest(self):
122 def testTest(self):
128 def testDefault(self):
131 def test_formatMsg(self)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_callbacks.py 8 ## def tearDown(self):
12 def callback(self, *args):
16 def check_type(self, typ, arg):
35 def test_byte(self):
39 def test_ubyte(self):
42 def test_short(self):
46 def test_ushort(self):
49 def test_int(self):
53 def test_uint(self):
56 def test_long(self)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/
factory.py 28 def __init__(self, *args, **kwargs):
31 def dict_factory(cursor, row):
38 def __init__(self, *args, **kwargs):
43 def setUp(self):
46 def tearDown(self):
49 def CheckIsInstance(self):
55 def setUp(self):
58 def tearDown(self):
61 def CheckIsInstance(self):
68 def setUp(self)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_assertions.py 7 def test_AlmostEqual(self):
30 def test_AmostEqualWithDelta(self):
53 def test_assertRaises(self):
54 def _raise(e):
94 def testAssertNotRegexpMatches(self):
110 def setUp(self):
115 def testTest(self):
122 def testTest(self):
128 def testDefault(self):
131 def test_formatMsg(self)
    [all...]
  /external/chromium_org/chrome/test/chromedriver/test/
webserver.py 13 def __init__(self, handler):
16 def SendResponse(self, body):
21 def SendResponseFromFile(self, path):
26 def SendHeaders(self, content_length=None):
33 def SendError(self, code):
37 def SendBody(self, body):
45 def __init__(self, handler):
48 def GetPath(self):
51 def GetHeader(self, name):
58 def __init__(self, on_request, server_cert_and_key_path=None)
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
mock_drt_unittest.py 48 def make_port(self, host=None, options=mock_options):
53 def make_wdiff_available(self, port):
56 def test_port_name_in_constructor(self):
59 def test_check_sys_deps(self):
62 def test_default_max_locked_shards(self):
65 def test_diff_image(self):
68 def test_diff_image_crashed(self):
71 def test_uses_apache(self):
74 def test_get_crash_log(self):
77 def test_check_build(self)
    [all...]
win.py 64 def determine_full_port_name(cls, host, options, port_name):
75 def __init__(self, host, port_name, **kwargs):
84 def additional_drt_flag(self):
91 def check_httpd(self):
106 def _check_reg(self, sub_key):
134 def setup_test_run(self):
147 def clean_up_test_run(self):
154 def setup_environ_for_server(self, server_name=None):
180 def _modules_to_search_for_symbols(self):
185 def check_build(self, needs_http, printer)
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/irc/
irclib.py 124 def __init__(self, fn_to_add_socket=None,
164 def server(self):
171 def process_data(self, sockets):
185 def process_timeout(self):
198 def process_once(self, timeout=0):
219 def process_forever(self, timeout=0.2):
231 def disconnect_all(self, message=""):
236 def add_global_handler(self, event, handler, priority=0):
261 def remove_global_handler(self, event, handler):
279 def execute_at(self, at, function, arguments=())
    [all...]
  /external/chromium_org/tools/grit/grit/
tclib.py 24 def Identity(i):
32 def __init__(self, text='', placeholders=[], description='', meaning=''):
67 def GetRealContent(self, escaping_function=Identity):
81 def GetPresentableContent(self):
90 def AppendPlaceholder(self, placeholder):
103 def AppendText(self, text):
110 def GetContent(self):
118 def GetDescription(self):
121 def SetDescription(self, description):
124 def GetMeaning(self)
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
desktop_browser_finder_unittest.py 17 def setUp(self):
23 def tearDown(self):
27 def _files(self):
30 def DoFindAll(self):
33 def DoFindAllTypes(self):
37 def CanFindAvailableBrowsers(self):
41 def has_type(array, browser_type):
46 def setUp(self):
50 def testFindProgramFiles(self):
59 def testFindProgramFilesX86(self)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
asynchat.py 64 def __init__ (self, sock=None, map=None):
81 def collect_incoming_data(self, data):
84 def _collect_incoming_data(self, data):
87 def _get_data(self):
92 def found_terminator(self):
95 def set_terminator (self, term):
99 def get_terminator (self):
107 def handle_read (self):
173 def handle_write (self):
176 def handle_close (self)
    [all...]
stringold.py 46 def lower(s):
55 def upper(s):
64 def swapcase(s):
74 def strip(s):
84 def lstrip(s):
93 def rstrip(s):
104 def split(s, sep=None, maxsplit=0):
119 def join(words, sep = ' '):
136 def index(s, *args):
145 def rindex(s, *args)
    [all...]
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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_hash.py 21 def same_hash(self, *objlist):
29 def test_numeric_literals(self):
35 def test_coerced_integers(self):
48 def test_coerced_floats(self):
58 def __hash__(self):
62 def __eq__(self, other):
69 def __ne__(self, other):
73 def __cmp__(self, other):
100 def test_default_hash(self):
104 def test_fixed_hash(self)
    [all...]
test_locale.py 10 def get_enUS_locale():
43 def setUp(self):
49 def tearDown(self):
58 def setUp(self):
61 def tearDown(self):
145 def _test_formatfunc(self, format, value, out, func, **format_opts):
149 def _test_format(self, format, value, out, **format_opts):
153 def _test_format_string(self, format, value, out, **format_opts):
157 def _test_currency(self, value, out, **format_opts):
165 def setUp(self)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
asynchat.py 64 def __init__ (self, sock=None, map=None):
81 def collect_incoming_data(self, data):
84 def _collect_incoming_data(self, data):
87 def _get_data(self):
92 def found_terminator(self):
95 def set_terminator (self, term):
99 def get_terminator (self):
107 def handle_read (self):
173 def handle_write (self):
176 def handle_close (self)
    [all...]
stringold.py 46 def lower(s):
55 def upper(s):
64 def swapcase(s):
74 def strip(s):
84 def lstrip(s):
93 def rstrip(s):
104 def split(s, sep=None, maxsplit=0):
119 def join(words, sep = ' '):
136 def index(s, *args):
145 def rindex(s, *args)
    [all...]
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...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_hash.py 21 def same_hash(self, *objlist):
29 def test_numeric_literals(self):
35 def test_coerced_integers(self):
48 def test_coerced_floats(self):
58 def __hash__(self):
62 def __eq__(self, other):
69 def __ne__(self, other):
73 def __cmp__(self, other):
100 def test_default_hash(self):
104 def test_fixed_hash(self)
    [all...]
test_locale.py 10 def get_enUS_locale():
43 def setUp(self):
49 def tearDown(self):
58 def setUp(self):
61 def tearDown(self):
145 def _test_formatfunc(self, format, value, out, func, **format_opts):
149 def _test_format(self, format, value, out, **format_opts):
153 def _test_format_string(self, format, value, out, **format_opts):
157 def _test_currency(self, value, out, **format_opts):
165 def setUp(self)
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
socket.rb 24 def initialize( recognizer, options = {} )
34 def log!( message, *interpolation_arguments )
38 def handshake
70 def write( message, *interpolation_arguments )
77 def ack
83 def transmit( event, *interpolation_arguments )
91 def commence
95 def terminate
101 def enter_rule( grammar_file_name, rule_name )
105 def enter_alternative( alt
    [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/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
extensions.py 41 def name(self):
44 def get_extension_response(self):
47 def setup_stream_options(self, stream_options):
54 def __init__(self, request):
59 def name(self):
62 def get_extension_response(self):
71 def setup_stream_options(self, stream_options):
79 def _log_compression_ratio(logger, original_bytes, total_original_bytes,
93 def _log_decompression_ratio(logger, received_bytes, total_received_bytes,
113 def __init__(self, request)
    [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...]

Completed in 1027 milliseconds

<<31323334353637383940>>