HomeSort by relevance Sort by last modified time
    Searched refs:def (Results 126 - 150 of 1195) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/clang/bindings/python/clang/
cindex.py 67 def get_cindex_library():
95 def __del__(self):
99 def from_result(res, fn, args):
110 def _get_instantiation(self):
119 def file(self):
124 def line(self):
129 def column(self):
134 def offset(self):
138 def __repr__(self):
155 def from_locations(start, end)
    [all...]
  /development/testrunner/test_defs/
test_defs.py 36 def __init__(self):
40 def __iter__(self):
46 def Parse(self, file_path):
67 def ParseString(self, xml_string):
73 def _ParseDoc(self, doc):
83 def _GetRootElement(self, doc):
90 def _AddTest(self, test):
102 def GetTests(self):
105 def GetContinuousTests(self):
112 def GetTestsInSuite(self, suite)
    [all...]
  /development/testrunner/tests/
android_manifest_tests.py 28 def setUp(self):
32 def testGetPackageName(self):
36 def testGetInstrumentationNames(self):
  /external/gtest/test/
gtest_output_test.py 83 def ToUnixLineEnding(s):
89 def RemoveLocations(output):
105 def RemoveStackTraces(output):
113 def RemoveTime(output):
119 def RemoveTestCounts(output):
127 def RemoveDeathTests(output):
133 def NormalizeOutput(output):
143 def IterShellCommandOutput(env_cmd, stdin_string=None):
182 def GetShellCommandOutput(env_cmd, stdin_string=None):
199 def GetCommandOutput(env_cmd)
    [all...]
  /external/v8/test/es5conform/
testcfg.py 39 def __init__(self, filename, path, context, root, mode, framework):
45 def IsNegative(self):
48 def GetLabel(self):
51 def IsFailureOutput(self, output):
56 def GetCommand(self):
64 def GetName(self):
67 def GetSource(self):
73 def __init__(self, context, root):
76 def ListTests(self, current_path, path, mode, variant_flags):
99 def GetBuildRequirements(self)
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/common/system/
urlfetcher.py 36 def __init__(self, filesystem):
39 def fetch(self, url):
46 def fetch_into_file(self, url):
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
base.py 72 def __init__(self, **kwargs):
86 def __init__(self, port_name=None, options=None,
143 def wdiff_available(self):
146 def pretty_patch_available(self):
149 def default_child_processes(self):
154 def default_worker_model(self):
159 def baseline_path(self):
164 def baseline_search_path(self):
169 def check_build(self, needs_http):
174 def check_sys_deps(self, needs_http)
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/style/checkers/
python.py 32 def __init__(self, file_path, handle_style_error):
36 def check(self, lines):
43 def _pep8_handle_error(line_number, offset, text, check):
text.py 38 def __init__(self, file_path, handle_style_error):
43 def check(self, lines):
48 def process_file_data(filename, lines, error):
  /external/webkit/Tools/Scripts/webkitpy/style/
main_unittest.py 43 def __init__(self, test_case):
48 def chdir(self, current_directory):
51 def assertCurrentDirectory(self, expected_directory):
55 def setUp(self):
59 def tearDown(self):
64 def _change_directory(self, paths, checkout_root):
69 def _assert_result(self, actual_return_value, expected_return_value,
75 def test_checkout_root_none_paths_none(self):
81 def test_checkout_root_none(self):
92 def test_paths_none(self)
    [all...]
checker_unittest.py 79 def setUp(self):
99 def tearDown(self):
110 def assert_log_messages(self, messages):
121 def test_warning_message(self):
125 def test_below_warning_message(self):
133 def test_debug_message(self):
137 def test_two_messages(self):
149 def test_debug_message(self):
158 def _all_categories(self):
161 def defaults(self)
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/tool/bot/
queueengine_unittest.py 42 def __init__(self, test):
60 def record(self, method_name):
63 def queue_log_path(self):
67 def work_item_log_path(self, work_item):
71 def begin_work_queue(self):
74 def should_continue_work_queue(self):
81 def next_work_item(self):
85 def should_proceed_with_work_item(self, work_item):
91 def process_work_item(self, work_item):
96 def handle_unexpected_error(self, work_item, message)
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/tool/
mocktool_unittest.py 38 def test_get__set(self):
45 def test_get__unset(self):
52 def test_kwarg__set(self):
multicommandtool_unittest.py 41 def __init__(self, **kwargs):
44 def execute(self, options, args, tool):
57 def __init__(self, **kwargs):
61 def execute(self, options, args, tool):
68 def test_name_with_arguments(self):
75 def test_parse_required_arguments(self):
82 def test_required_arguments(self):
90 def __init__(self, commands=None):
93 def path(self):
96 def should_execute_command(self, command)
    [all...]
multicommandtool.py 49 def __init__(self, help_text, argument_names=None, options=None, long_help=None, requires_local_commits=False):
64 def set_option_parser(self, option_parser):
68 def _add_options_to_parser(self):
74 def bind_to_tool(self, tool):
81 def _parse_required_arguments(argument_names):
96 def name_with_arguments(self):
104 def parse_args(self, args):
107 def check_arguments_and_execute(self, options, args, tool=None):
119 def standalone_help(self):
126 def execute(self, options, args, tool)
    [all...]
  /external/webkit/Tools/gdb/
webkit.py 43 def ustring_to_string(ptr, length=None):
75 def __init__(self, val):
78 def display_hint(self):
84 def to_string(self):
90 def to_string(self):
96 def to_string(self):
105 def get_length(self):
110 def to_string(self):
120 def get_length(self):
125 def to_string(self)
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/common/checkout/
changelog.py 49 def __init__(self, contents, committer_list=CommitterList()):
54 def _parse_entry(self):
69 def author_name(self):
72 def author_email(self):
75 def author(self):
80 def reviewer_text(self):
83 def reviewer(self):
86 def contents(self):
89 def bug_id(self):
96 def __init__(self, path)
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/common/net/
testoutput_unittest.py 33 def __init__(self, filename, contents="fake contents"):
37 def name(self):
40 def contents(self):
45 def __init__(self, platform, output_type, contents, is_expected=False):
56 def contents(self):
59 def retarget(self, platform):
64 def _check_name(self, filename, expected_test_name):
73 def _check_platform(self, filename, expected_platform):
81 def test_extracts_name_correctly(self):
89 def test_extracts_platform_correctly(self)
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
rebaselineserver_unittest.py 39 def test_text_rebaseline_update(self):
58 def test_text_rebaseline_new(self):
76 def test_text_rebaseline_move_no_op_1(self):
95 def test_text_rebaseline_move_no_op_2(self):
116 def test_text_rebaseline_move(self):
137 def test_text_rebaseline_move_only_images(self):
163 def test_text_rebaseline_move_already_exist(self):
183 def test_image_rebaseline(self):
205 def _assertRebaseline(self, test_files, results_files, test_name, baseline_target, baseline_move_to, expected_success, expected_log):
219 def test(self)
    [all...]
  /frameworks/base/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...]
  /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...]
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
manager_worker_broker_unittest.py 56 def make_broker(manager, worker_model, start_queue=None, stop_queue=None):
66 def __init__(self, broker_connection, worker_number, options):
76 def handle_stop(self, src):
79 def handle_test(self, src, an_int, a_str):
84 def is_done(self):
87 def name(self):
90 def cancel(self):
93 def run(self, port):
107 def get_options(worker_model):
119 def test_get__inline(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...]
  /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...]
  /external/chromium/testing/gmock/test/
gmock_test_utils.py 54 def GetSourceDir():
60 def GetTestExecutablePath(executable_name):
76 def GetExitStatus(exit_code):
108 def Main():

Completed in 436 milliseconds

1 2 3 4 56 7 8 91011>>