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

<<11121314151617181920>>

  /sdk/monkeyrunner/scripts/
mr_pydoc.py 19 def create_page(title, document):
30 def main():
  /external/e2fsprogs/lib/et/
texinfo.tex 104 \def\texinfoversion{1.18}
123 \def\tie{\penalty 10000\ } % Save plain tex definition of ~.
155 \def\onepageout#1{\hoffset=\normaloffset
169 \def\croppageout#1{\hoffset=0pt % make sure this doesn't mess things up
196 \def\cropmarks{\let\onepageout=\croppageout }
198 \def\pagebody#1{\vbox to\pageheight{\boxmaxdepth=\maxdepth #1}}
211 \def\ewtop{\vrule height\cornerthick depth0pt width\cornerlong}
212 \def\nstop{\vbox
214 \def\ewbot{\vrule height0pt depth\cornerthick width\cornerlong}
215 \def\nsbot{\vbo
    [all...]
  /bionic/libc/kernel/tools/
kernel.py 67 def __init__(self,config={}):
72 def reset(self,config={}):
77 def checkInclude(self, line, from_file, kernel_root=None):
106 def parseFile(self, path, arch=None, kernel_root=None):
147 def getHeaders(self):
151 def getHeaderUsers(self,header):
155 def getAllUsers(self):
159 def getFiles(self):
198 def __init__(self,headers,archs,kernel_root,kernel_config):
217 def setArch(self,arch=None)
    [all...]
  /development/testrunner/test_defs/
instrumentation_test.py 39 def __init__(self):
47 def GetPackageName(self):
50 def SetPackageName(self, package_name):
54 def GetRunnerName(self):
57 def SetRunnerName(self, runner_name):
61 def GetClassName(self):
64 def SetClassName(self, class_name):
68 def GetJavaPackageFilter(self):
71 def SetJavaPackageFilter(self, java_package_name):
76 def GetTargetName(self)
    [all...]
  /external/clang/utils/ABITest/
Enumeration.py 9 def __new__(type):
13 def __repr__(self): return '<aleph0>'
14 def __str__(self): return 'inf'
16 def __cmp__(self, b):
19 def __sub__(self, b):
23 def __add__(self, b):
27 def __mul__(self, b):
32 def __floordiv__(self, b):
41 def __pow__(self, b):
46 def base(line)
    [all...]
  /external/llvm/test/Scripts/
coff-dump.py 15 def string_table_entry (offset):
18 def secname(value):
24 def symname(value):
242 def indent():
246 def dedent():
250 def write(input):
267 def read(format):
270 def read_cstr():
281 def push_pos(seek_to = None):
286 def pop_pos()
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
chromium_unittest.py 48 def setUp(self):
53 def test_test_shell_command(self):
57 def _assert_write_command_and_read_line(self, input=None, expected_line=None, expected_stdin=None, expected_crash=False):
70 def test_write_command_and_read_line(self):
85 def mock_readline():
90 def test_stop(self):
100 def fake_wait():
107 def kill_process(other, pid):
119 def port_maker(self, platform):
122 def test_driver_cmd_line(self)
    [all...]
webkit.py 53 def __init__(self, **kwargs):
62 def baseline_path(self):
65 def baseline_search_path(self):
68 def path_to_test_expectations_file(self):
72 def _build_driver(self):
76 def _check_driver(self):
83 def check_build(self, needs_http):
95 def _check_port_build(self):
99 def check_image_diff(self, override_step=None, logging=True):
106 def diff_image(self, expected_contents, actual_contents
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/
run_webkit_tests_unittest.py 65 def parse_args(extra_args=None, record_results=False, tests_included=False,
88 def passing_run(extra_args=None, port_obj=None, record_results=False,
99 def logging_run(extra_args=None, port_obj=None, record_results=False, tests_included=False, filesystem=None):
114 def run_and_capture(port_obj, options, parsed_args):
128 def get_tests_run(extra_args=None, tests_included=False, flatten_batches=False,
143 def __init__(self, port, worker_number):
147 def poll(self):
151 def stop(self):
154 def run_test(self, test_input):
167 def create_driver(self, worker_number)
    [all...]
rebaseline_chromium_webkit_tests_unittest.py 46 def __init__(self, image_diff_exists):
49 def check_image_diff(self, override_step, logging):
53 def get_mock_get(config_expectations):
54 def mock_get(port_name, options):
62 def test_options():
73 def test_host_port_and_filesystem(options, expectations):
83 def test_url_fetcher(filesystem):
95 def test_zip_factory():
134 def test_archive(orig_archive_dict):
143 def assert_result(self, release_present, debug_present, valid_port_obj)
    [all...]
  /external/chromium/testing/gtest/test/
gtest_filter_unittest.py 169 def SetEnvVar(env_var, value):
178 def RunAndReturnOutput(args = None):
185 def RunAndExtractTestList(args = None):
204 def InvokeWithModifiedEnv(extra_env, function, *args, **kwargs):
215 def RunWithSharding(total_shards, shard_index, command):
230 def AssertSetEqual(self, lhs, rhs):
239 def AssertPartitionIsValid(self, set_var, list_of_sets):
248 def AdjustForParameterizedTests(self, tests_to_run):
257 def RunAndVerify(self, gtest_filter, tests_to_run):
287 def RunAndVerifyWithSharding(self, gtest_filter, total_shards, tests_to_run
    [all...]
gtest_catch_exceptions_test.py 76 def TestSehExceptions(self, test_output):
94 def testCatchesSehExceptionsWithCxxExceptionsEnabled(self):
97 def testCatchesSehExceptionsWithCxxExceptionsDisabled(self):
110 def testCatchesCxxExceptionsInFixtureConstructor(self):
120 def testCatchesCxxExceptionsInFixtureDestructor(self):
129 def testCatchesCxxExceptionsInSetUpTestCase(self):
152 def testCatchesCxxExceptionsInTearDownTestCase(self):
157 def testCatchesCxxExceptionsInSetUp(self):
175 def testCatchesCxxExceptionsInTearDown(self):
186 def testCatchesCxxExceptionsInTestBody(self)
    [all...]
  /external/v8/tools/
gc-nvp-trace-processor.py 43 def flatten(l):
48 def split_nvp(s):
58 def parse_gc_trace(input):
68 def extract_field_names(script):
79 def gnuplot(script):
91 def __init__(self, title, field, axis = x1y1, **keywords):
100 def fieldrefs(self):
103 def to_gnuplot(self, context):
117 def __init__(self, *items):
120 def fieldrefs(self)
    [all...]
stats-viewer.py 63 def __init__(self, data_name, name_filter):
87 def Run(self):
96 def MountSharedData(self):
127 def CleanUp(self):
132 def UpdateCounters(self):
162 def UpdateTime(self):
166 def ScheduleUpdate(self):
170 def RefreshCounters(self):
175 def ComputeCounters(self):
212 def RebuildMainWindow(self, groups)
    [all...]
  /external/chromium/testing/gtest/scripts/
fuse_gtest_files.py 86 def VerifyFileExists(directory, relative_path):
100 def ValidateGTestRootDir(gtest_root):
110 def VerifyOutputFile(output_dir, relative_path):
136 def ValidateOutputDir(output_dir):
146 def FuseGTestH(gtest_root, output_dir):
152 def ProcessFile(gtest_header_path):
175 def FuseGTestAllCcToFile(gtest_root, output_file):
180 def ProcessFile(gtest_source_file):
218 def FuseGTestAllCc(gtest_root, output_dir):
226 def FuseGTest(gtest_root, output_dir)
    [all...]
  /external/gtest/scripts/
fuse_gtest_files.py 82 def GetGTestRootDir():
96 def ValidateGTestRootDir(gtest_root):
102 def VerifyFileExists(relative_path):
119 def ValidateOutputDir(output_dir):
125 def VerifyOutputFile(relative_path):
151 def FuseGTestH(gtest_root, output_dir):
157 def ProcessFile(gtest_header_path):
180 def FuseGTestAllCc(gtest_root, output_dir):
186 def ProcessFile(gtest_source_file):
225 def FuseGTest(gtest_root, output_dir)
    [all...]
  /external/protobuf/gtest/scripts/
fuse_gtest_files.py 86 def VerifyFileExists(directory, relative_path):
100 def ValidateGTestRootDir(gtest_root):
110 def VerifyOutputFile(output_dir, relative_path):
136 def ValidateOutputDir(output_dir):
146 def FuseGTestH(gtest_root, output_dir):
152 def ProcessFile(gtest_header_path):
175 def FuseGTestAllCcToFile(gtest_root, output_file):
180 def ProcessFile(gtest_source_file):
218 def FuseGTestAllCc(gtest_root, output_dir):
226 def FuseGTest(gtest_root, output_dir)
    [all...]
  /external/v8/test/cctest/
testcfg.py 37 def __init__(self, path, executable, mode, raw_name, dependency, context, variant_flags):
44 def GetLabel(self):
47 def GetName(self):
50 def BuildCommand(self, name):
60 def GetCommand(self):
63 def Run(self):
74 def __init__(self, context, root):
77 def GetBuildRequirements(self):
80 def ListTests(self, current_path, path, mode, variant_flags):
102 def GetTestStatus(self, sections, defs)
    [all...]
  /external/webkit/Tools/QueueStatusServer/model/
attachment.py 40 def dirty(cls, attachment_id):
44 def recent(cls, limit=1):
61 def __init__(self, attachment_id):
66 def summary(self):
76 def state_from_queue_status(self, status):
90 def position_in_queue(self, queue):
93 def status_for_queue(self, queue):
100 def bug_id(self):
103 def _queue_positions(self):
110 def _calculate_queue_positions(self)
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/common/net/
credentials.py 52 def __init__(self, host, git_prefix=None, executive=None, cwd=os.getcwd(),
60 def _credentials_from_git(self):
73 def _keychain_value_with_label(self, label, source_text):
80 def _is_mac_os_x(self):
83 def _parse_security_tool_output(self, security_output):
90 def _run_security_tool(self, username=None):
112 def _credentials_from_keychain(self, username=None):
122 def _read_environ(self, key):
126 def _credentials_from_environment(self):
129 def _offer_to_store_credentials_in_keyring(self, username, password)
    [all...]
  /external/clang/utils/analyzer/
CmpRuns 22 def __init__(self, elts=()):
27 def __getitem__(self, item):
29 def __setitem__(self, key, value):
34 def items(self):
36 def values(self):
38 def keys(self):
40 def __len__(self):
42 def get(self, key, default=None):
48 def __init__(self, run, files):
53 def __init__(self, data, report, htmlReport)
    [all...]
  /external/protobuf/python/google/protobuf/internal/
generator_test.py 56 def testNestedMessageDescriptor(self):
63 def testEnums(self):
79 def testExtremeDefaultValues(self):
84 def isnan(val):
87 def isinf(val):
103 def testHasDefaultValues(self):
119 def testContainingTypeBehaviorForExtensions(self):
125 def testExtensionScope(self):
131 def testIsExtension(self):
139 def testOptions(self)
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/common/checkout/
api.py 47 def __init__(self, scm):
50 def is_path_to_changelog(self, path):
53 def _latest_entry_for_changelog_at_revision(self, changelog_path, revision):
62 def changelog_entries_for_revision(self, revision):
79 def commit_info_for_revision(self, revision):
100 def bug_id_for_revision(self, revision):
103 def _modified_files_matching_predicate(self, git_commit, predicate, changed_files=None):
112 def modified_changelogs(self, git_commit, changed_files=None):
115 def modified_non_changelogs(self, git_commit, changed_files=None):
118 def commit_message_for_this_commit(self, git_commit, changed_files=None)
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
test_expectations.py 51 def result_was_expected(result, expected_results, test_needs_rebaselining,
70 def remove_pixel_failures(expected_results):
88 def __init__(self, port, tests, expectations, test_config,
114 def get_expectations_json_for_all_platforms(self):
118 def get_rebaselining_failures(self):
126 def get_options(self, test):
129 def get_expectations(self, test):
132 def get_expectations_string(self, test):
143 def expectation_to_string(self, expectation):
150 def get_tests_with_result_type(self, result_type)
    [all...]
  /external/sonivox/jet_tools/JetCreator/
eas.py 131 def InitEASModule (dll_path=None):
196 def __init__ (self, result_code, msg, function=None):
200 def __str__ (self):
209 def Log (level, msg):
218 def __init__ (self, handle, eas):
223 def SetVolume (self, volume):
231 def GetVolume (self):
241 def SetPriority (self, priority):
249 def GetPriority (self):
260 def SetTransposition (self, transposition):
    [all...]

Completed in 467 milliseconds

<<11121314151617181920>>