HomeSort by relevance Sort by last modified time
    Searched refs:def (Results 276 - 300 of 1496) sorted by null

<<11121314151617181920>>

  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
test_expectations_unittest.py 39 def test_result_was_expected(self):
68 def test_remove_pixel_failures(self):
85 def __init__(self, testFunc, setUp=None, tearDown=None, description=None):
91 def get_test(self, test_name):
94 def get_basic_tests(self):
102 def get_basic_expectations(self):
111 def parse_exp(self, expectations, overrides=None, is_lint_mode=False):
120 def assert_exp(self, test, result):
126 def test_basic(self):
135 def test_multiple_results(self)
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
SoftMPEG4Encoder.cpp 227 OMX_PARAM_PORTDEFINITIONTYPE def; local
228 InitOMXParams(&def);
237 def.nPortIndex = 0;
238 def.eDir = OMX_DirInput;
239 def.nBufferCountMin = kNumBuffers;
240 def.nBufferCountActual = def.nBufferCountMin;
241 def.nBufferSize = kInputBufferSize;
242 def.bEnabled = OMX_TRUE;
243 def.bPopulated = OMX_FALSE
445 OMX_PARAM_PORTDEFINITIONTYPE *def = local
    [all...]
  /development/tools/axl/
singletonmixin.py 52 def __new__(metaclass, strName, tupBases, dict):
57 def __call__(cls, *lstArgs, **dictArgs):
63 def getInstance(cls, *lstArgs):
81 def _isInstantiated(cls):
85 def _getConstructionArgCountNotCountingSelf(cls):
89 def _forgetClassInstanceReferenceForTesting(cls):
113 def testReturnsSameObject(self):
119 def __init__(self):
126 def testInstantiateWithMultiArgConstructor(self):
134 def __init__(self, arg1, arg2)
    [all...]
  /development/testrunner/
android_mk.py 40 def __init__(self):
45 def _ProcessMKLine(self, line):
64 def GetVariable(self, identifier):
76 def GetExpandedVariable(self, identifier):
91 def __RecursiveGetVariable(self, identifier, visited_variables):
108 def HasInclude(self, identifier):
118 def HasJavaLibrary(self, library_name):
132 def HasGTest(self):
140 def _ParseMK(self, mk_path):
155 def CreateAndroidMK(path, filename=AndroidMK.FILENAME)
    [all...]
android_build.py 30 def GetTop():
50 def GetHostOsArch():
74 def GetHostBin():
96 def GetProductOut():
117 def GetTargetSystemBin():
137 def GetHostLibraryPath():
158 def GetTestAppPath():
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
streams.py 59 def consume(self):
63 def LA(self, i):
74 def mark(self):
87 def index(self):
97 def rewind(self, marker=None):
121 def release(self, marker=None):
135 def seek(self, index):
162 def size(self):
172 def getSourceName(self):
196 def substring(self, start, stop)
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
interactive.rb 24 def initialize( options = {}, &block ) # for 1.9
37 def readline
61 def initialize( options = {}, &block )
73 def readline
90 def consume
98 def peek( i = 1 )
112 def look( i = 1 )
116 def substring( start, stop )
123 def fill_through( position )
130 def fill_ou
    [all...]
  /external/chromium/net/tools/testserver/
xmppserver.py 32 def __init__(self, xml_element):
37 def ParseXml(xml_string):
46 def FixMinidomXmlnsBug(xml_element):
50 def ApplyToAllDescendantElements(xml_element, fn):
61 def CloneXml(xml):
83 def __init__(self, ...):
88 def SomeFunction(self, ...):
93 def FeedStanza(self, stanza):
122 def __init__(self, delegate):
126 def FeedString(self, data)
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/common/net/irc/
ircbot.py 37 def irc_message_received(self, nick, message):
40 def irc_nickname(self):
43 def irc_password(self):
49 def __init__(self,
67 def on_nicknameinuse(self, connection, event):
70 def on_welcome(self, connection, event):
74 def on_pubmsg(self, connection, event):
84 def schedule(self, interval, callback):
87 def message_available(self, message):
90 def final_message_delivered(self)
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/common/system/
user_unittest.py 38 def test_prompt_repeat(self):
40 def mock_raw_input(message):
47 def test_prompt_when_exceeded_repeats(self):
49 def mock_raw_input(message):
54 def test_prompt_with_list(self):
55 def run_prompt_test(inputs, expected_result, can_choose_multiple=False):
56 def mock_raw_input(message):
78 def test_confirm(self):
92 def mock_raw_input(message):
100 def test_warn_if_application_is_xcode(self)
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
config.py 52 def clear_cached_configuration():
64 def __init__(self, executive, filesystem):
71 def build_directory(self, configuration):
87 def build_dumprendertree(self, configuration):
100 def default_configuration(self):
116 def path_from_webkit_base(self, *comps):
119 def webkit_base_dir(self):
136 def _script_path(self, script_name):
140 def _determine_configuration(self):
158 def _read_configuration(self)
    [all...]
test.py 45 def __init__(self, name):
76 def __init__(self):
79 def add(self, name, **kwargs):
85 def add_reftest(self, name, reference_name, same_image):
92 def keys(self):
95 def __contains__(self, item):
98 def __getitem__(self, item):
102 def unit_test_list():
188 def unit_test_filesystem(files=None):
193 def add_file(files, test, suffix, contents)
    [all...]
  /external/clang/bindings/python/clang/
cindex.py 68 def get_cindex_library():
96 def __del__(self):
100 def from_result(res, fn, args):
111 def _get_instantiation(self):
123 def from_position(tu, file, line, column):
131 def file(self):
136 def line(self):
141 def column(self):
146 def offset(self):
150 def __eq__(self, other)
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/tool/bot/
commitqueuetask_unittest.py 44 def __init__(self, error_plan):
47 def run_command(self, command):
54 def command_passed(self, success_message, patch):
58 def command_failed(self, failure_message, script_error, patch):
63 def refetch_patch(self, patch):
66 def layout_test_results(self):
69 def report_flaky_tests(self, patch, flaky_results, results_archive):
73 def archive_last_layout_test_results(self, patch):
81 def _run_through_task(self, commit_queue, expected_stderr, expected_exception=None, expect_retry=False):
89 def test_success_case(self)
    [all...]
flakytestreporter_unittest.py 43 def __init__(self, author_email):
46 def author(self):
55 def _mock_test_result(self, testname):
58 def _assert_emails_for_test(self, emails):
65 def test_author_emails_for_test(self):
70 def test_create_bug_for_flaky_test(self):
94 def test_follow_duplicate_chain(self):
100 def test_report_flaky_tests_creating_bug(self):
140 def read(self, path):
143 def namelist(self)
    [all...]
expectedfailures_unittest.py 35 def __init__(self, failing_tests=[], failure_limit=10):
39 def failure_limit_count(self):
42 def failing_tests(self):
47 def _assert_can_trust(self, results, can_trust):
50 def test_can_trust_results(self):
58 def _assert_expected(self, expected_failures, failures, expected):
61 def test_failures_were_expected(self):
  /external/chromium/testing/gtest/test/
gtest_shuffle_test.py 58 def AlsoRunDisabledTestsFlag():
62 def FilterFlag(test_filter):
66 def RepeatFlag(n):
70 def ShuffleFlag():
74 def RandomSeedFlag(n):
78 def RunAndReturnOutput(extra_env, args):
87 def GetTestsForAllIterations(extra_env, args):
110 def GetTestCases(tests):
130 def CalculateTestLists():
172 def setUp(self)
    [all...]
  /external/gtest/test/
gtest_shuffle_test.py 58 def AlsoRunDisabledTestsFlag():
62 def FilterFlag(test_filter):
66 def RepeatFlag(n):
70 def ShuffleFlag():
74 def RandomSeedFlag(n):
78 def RunAndReturnOutput(extra_env, args):
87 def GetTestsForAllIterations(extra_env, args):
110 def GetTestCases(tests):
130 def CalculateTestLists():
172 def setUp(self)
    [all...]
  /external/protobuf/gtest/test/
gtest_shuffle_test.py 58 def AlsoRunDisabledTestsFlag():
62 def FilterFlag(test_filter):
66 def RepeatFlag(n):
70 def ShuffleFlag():
74 def RandomSeedFlag(n):
78 def RunAndReturnOutput(extra_env, args):
93 def GetTestsForAllIterations(extra_env, args):
116 def GetTestCases(tests):
136 def CalculateTestLists():
178 def setUp(self)
    [all...]
gtest_help_test.py 70 def RunWithFlag(flag):
90 def TestHelpFlag(self, flag):
104 def testPrintsHelpWithFullFlag(self):
107 def testPrintsHelpWithShortFlag(self):
110 def testPrintsHelpWithQuestionFlag(self):
113 def testPrintsHelpWithWindowsStyleQuestionFlag(self):
116 def testRunsTestsWithoutHelpFlag(self):
  /external/webkit/Tools/Scripts/webkitpy/style/
filter.py 26 def validate_filter_rules(filter_rules, all_categories):
60 def __init__(self, filter_rules=None):
81 def __str__(self):
85 def __eq__(self, other):
90 def __ne__(self, other):
94 def should_check(self, category):
124 def __init__(self, base_rules=None, path_specific=None, user_rules=None):
177 def __eq__(self, other):
189 def __ne__(self, other):
195 def _get_path_specific_lower(self)
    [all...]
  /build/tools/
post_process_props.py 21 def mangle_build_prop(prop):
27 def mangle_default_prop(prop):
40 def __init__(self, lines):
43 def get(self, name):
50 def put(self, name, value):
58 def write(self, f):
62 def main(argv):
  /development/testrunner/test_defs/
host_test.py 47 def __init__(self):
52 def GetBuildDependencies(self, options):
56 def GetClassName(self):
59 def SetClassName(self, class_name):
63 def GetJarName(self):
67 def SetJarName(self, jar_name):
71 def Run(self, options, adb_interface):
  /external/llvm/bindings/python/llvm/
core.py 32 def __init__(self, name, value):
36 def __repr__(self):
40 def from_value(value):
50 def register(name, value):
66 def __init__(self, filename=None):
86 def register_library(library):
93 def register_enumerations():
  /external/wpa_supplicant_8/wpa_supplicant/examples/
wpas-dbus-new-wps.py 16 def propertiesChanged(properties):
20 def scanDone(success):
23 def bssAdded(bss, properties):
26 def bssRemoved(bss):
29 def wpsEvent(name, args):
33 def credentials(cred):
36 def main():

Completed in 508 milliseconds

<<11121314151617181920>>