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

<<31323334353637383940>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_rfc822.py 13 def create_message(self, msg):
16 def test_get(self):
25 def test_setdefault(self):
37 def check(self, msg, results):
67 def test_basic(self):
136 def test_doublecomment(self):
142 def test_twisted(self):
156 def test_commas_in_full_name(self):
166 def test_quoted_name(self):
173 def test_bogus_to_header(self)
    [all...]
test_ftplib.py 34 def __init__(self, conn, baseclass):
39 def handle_read(self):
42 def handle_close(self):
51 def handle_error(self):
59 def __init__(self, conn):
70 def collect_incoming_data(self, data):
73 def found_terminator(self):
92 def handle_error(self):
95 def push(self, data):
98 def cmd_port(self, arg)
    [all...]
test_textwrap.py 20 def show(self, textin):
31 def check(self, result, expect):
36 def check_wrap(self, text, width, expect, **kwargs):
40 def check_split(self, text, expect):
49 def setUp(self):
52 def test_simple(self):
69 def test_empty_string(self):
74 def test_empty_string_with_initial_indent(self):
79 def test_whitespace(self):
103 def test_fix_sentence_endings(self)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_ftplib.py 34 def __init__(self, conn, baseclass):
39 def handle_read(self):
42 def handle_close(self):
51 def handle_error(self):
59 def __init__(self, conn):
70 def collect_incoming_data(self, data):
73 def found_terminator(self):
92 def handle_error(self):
95 def push(self, data):
98 def cmd_port(self, arg)
    [all...]
test_textwrap.py 20 def show(self, textin):
31 def check(self, result, expect):
36 def check_wrap(self, text, width, expect, **kwargs):
40 def check_split(self, text, expect):
49 def setUp(self):
52 def test_simple(self):
69 def test_empty_string(self):
74 def test_empty_string_with_initial_indent(self):
79 def test_whitespace(self):
103 def test_fix_sentence_endings(self)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.7/
printers.py 32 def find_type(orig, name):
51 def __init__ (self, typename, val):
55 def to_string (self):
70 def __init__ (self, typename, val):
73 def to_string (self):
80 def __init__(self, nodetype, head):
86 def __iter__(self):
89 def next(self):
98 def __init__(self, typename, val):
102 def children(self)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.7/
printers.py 32 def find_type(orig, name):
51 def __init__ (self, typename, val):
55 def to_string (self):
70 def __init__ (self, typename, val):
73 def to_string (self):
80 def __init__(self, nodetype, head):
86 def __iter__(self):
89 def next(self):
98 def __init__(self, typename, val):
102 def children(self)
    [all...]
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
test_endtoend.py 61 def _echo_check_procedure(client):
75 def _echo_check_procedure_with_binary(client):
89 def _echo_check_procedure_with_goodbye(client):
104 def _echo_check_procedure_with_code_and_reason(client, code, reason):
113 def _unmasked_frame_check_procedure(client):
122 def _mux_echo_check_procedure(mux_client):
163 def setUp(self):
188 def _run_python_command(self, commandline, stdout=None, stderr=None):
192 def _run_server(self, allow_draft75=False):
213 def _kill_process(self, pid)
    [all...]
  /external/chromium_org/chrome/browser/
test_presubmit.py 25 def setUp(self):
33 def GetHighlight(self, line, error):
39 def ShouldFailConstCheck(self, line):
46 def ShouldPassConstCheck(self, line):
51 def testConstFails(self):
67 def testConstPasses(self):
98 def ShouldFailChromeSendCheck(self, line):
105 def ShouldPassChromeSendCheck(self, line):
112 def testChromeSendFails(self):
120 def testChromeSendPasses(self)
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
git.py 43 def __init__(self, num_local_commits, has_working_directory_changes):
58 def __init__(self, cwd, **kwargs):
61 def _run_git(self, command_args, **kwargs):
69 def in_working_directory(cls, path, executive=None):
77 def find_checkout_root(self, path):
85 def read_git_config(cls, key, cwd=None, executive=None):
93 def _discard_local_commits(self):
96 def _local_commits(self, ref='HEAD'):
99 def _rebase_in_progress(self):
102 def has_working_directory_changes(self)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/tests/lower_jumps/
create_test_cases.py 33 def make_test_case(f_name, ret_type, body):
43 def make_declarations(sexp, already_declared = ()):
70 def const_float(value):
74 def const_bool(value):
82 def gt_zero(var_name):
92 def return_(value = None):
99 def break_():
103 def continue_():
107 def simple_if(var_name, then_statements, else_statements = None):
124 def loop(statements)
    [all...]
  /external/mesa3d/src/glsl/tests/lower_jumps/
create_test_cases.py 33 def make_test_case(f_name, ret_type, body):
43 def make_declarations(sexp, already_declared = ()):
70 def const_float(value):
74 def const_bool(value):
82 def gt_zero(var_name):
92 def return_(value = None):
99 def break_():
103 def continue_():
107 def simple_if(var_name, then_statements, else_statements = None):
124 def loop(statements)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
weakref.py 47 def __init__(self, *args, **kw):
48 def remove(wr, selfref=ref(self)):
55 def __getitem__(self, key):
62 def __contains__(self, key):
69 def has_key(self, key):
76 def __repr__(self):
79 def __setitem__(self, key, value):
82 def copy(self):
92 def __deepcopy__(self, memo):
101 def get(self, key, default=None)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
weakref.py 47 def __init__(self, *args, **kw):
48 def remove(wr, selfref=ref(self)):
55 def __getitem__(self, key):
62 def __contains__(self, key):
69 def has_key(self, key):
76 def __repr__(self):
79 def __setitem__(self, key, value):
82 def copy(self):
92 def __deepcopy__(self, memo):
101 def get(self, key, default=None)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_compare.py 16 def cmp(a, b) :
23 def lowercase_cmp(left, right) :
26 def make_reverse_comparator(cmp) :
27 def reverse(left, right, delegate=cmp) :
35 def comparator_test_helper(self, comparator, expected_data) :
56 def test_lexical_comparator(self) :
58 def test_reverse_lexical_comparator(self) :
63 def test_lowercase_comparator(self) :
73 def assertLess(self, a, b, msg=None) :
76 def setUp(self)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_compare.py 16 def cmp(a, b) :
23 def lowercase_cmp(left, right) :
26 def make_reverse_comparator(cmp) :
27 def reverse(left, right, delegate=cmp) :
35 def comparator_test_helper(self, comparator, expected_data) :
56 def test_lexical_comparator(self) :
58 def test_reverse_lexical_comparator(self) :
63 def test_lowercase_comparator(self) :
73 def assertLess(self, a, b, msg=None) :
76 def setUp(self)
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/
xmlrunner.py 30 def __init__(self, test, time):
37 def create_success(test, time):
42 def create_failure(test, time, failure):
49 def create_error(test, time, error):
55 def print_report(self, stream):
72 def _print_error(self, stream, tagname, error):
93 def __init__(self, classname):
101 def startTest(self, test):
107 def stopTest(self, test):
118 def addError(self, test, err)
    [all...]
  /external/chromium_org/native_client_sdk/src/doc/_sphinxext/
devsite_builder.py 37 .nested-def {list-style-type: none; margin-bottom: 0.3em;}
79 def __init__(self, builder, *args, **kwds):
87 def visit_bullet_list(self, node):
95 def depart_bullet_list(self, node):
102 def visit_literal(self, node):
112 def depart_literal(self, node):
116 def visit_literal_block(self, node):
125 def depart_literal_block(self, node):
129 def visit_paragraph(self, node):
134 def depart_paragraph(self, node)
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/
multicommandtool.py 51 def __init__(self, help_text, argument_names=None, options=None, long_help=None, requires_local_commits=False):
63 def _exit(self, code):
69 def set_option_parser(self, option_parser):
73 def _add_options_to_parser(self):
79 def bind_to_tool(self, tool):
86 def _parse_required_arguments(argument_names):
101 def name_with_arguments(self):
109 def parse_args(self, args):
112 def check_arguments_and_execute(self, options, args, tool=None):
124 def standalone_help(self)
    [all...]
  /external/lldb/test/python_api/default-constructor/
TestDefaultConstructorForAPIObjects.py 25 def test_SBAddress(self):
35 def test_SBBlock(self):
45 def test_SBBreakpoint(self):
55 def test_SBBreakpointLocation(self):
65 def test_SBBroadcaster(self):
75 def test_SBCommandReturnObject(self):
83 def test_SBCommunication(self):
93 def test_SBCompileUnit(self):
103 def test_SBDebugger(self):
113 def test_SBError(self)
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/
SoftAMR.cpp 78 OMX_PARAM_PORTDEFINITIONTYPE def; local
79 InitOMXParams(&def);
81 def.nPortIndex = 0;
82 def.eDir = OMX_DirInput;
83 def.nBufferCountMin = kNumBuffers;
84 def.nBufferCountActual = def.nBufferCountMin;
85 def.nBufferSize = 8192;
86 def.bEnabled = OMX_TRUE;
87 def.bPopulated = OMX_FALSE
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/
SoftAMRNBEncoder.cpp 67 OMX_PARAM_PORTDEFINITIONTYPE def; local
68 InitOMXParams(&def);
70 def.nPortIndex = 0;
71 def.eDir = OMX_DirInput;
72 def.nBufferCountMin = kNumBuffers;
73 def.nBufferCountActual = def.nBufferCountMin;
74 def.nBufferSize = kNumSamplesPerFrame * sizeof(int16_t);
75 def.bEnabled = OMX_TRUE;
76 def.bPopulated = OMX_FALSE
    [all...]
  /frameworks/av/media/libstagefright/codecs/mp3dec/
SoftMP3.cpp 70 OMX_PARAM_PORTDEFINITIONTYPE def; local
71 InitOMXParams(&def);
73 def.nPortIndex = 0;
74 def.eDir = OMX_DirInput;
75 def.nBufferCountMin = kNumBuffers;
76 def.nBufferCountActual = def.nBufferCountMin;
77 def.nBufferSize = 8192;
78 def.bEnabled = OMX_TRUE;
79 def.bPopulated = OMX_FALSE
    [all...]
  /prebuilts/python/darwin-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/darwin-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...]

Completed in 582 milliseconds

<<31323334353637383940>>