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

<<21222324252627282930>>

  /external/protobuf/gtest/test/
gtest_color_test.py 47 def SetEnvVar(env_var, value):
56 def UsesColor(term, color_env_var, color_flag):
71 def testNoEnvVarNoFlag(self):
86 def testFlagOnly(self):
97 def testEnvVarOnly(self):
108 def testEnvVarAndFlag(self):
115 def testAliasesOfYesAndNo(self):
  /external/webkit/Tools/Scripts/
test-webkitpy 50 def configure_logging(is_verbose_logging):
91 def filter(record):
113 def _clean_pyc_files(dir_to_clean, paths_not_to_log):
140 def _clean_packages_with_test(external_package_paths):
167 def init(command_args, external_package_paths):
230 def _path_from_webkit_root(*components):
235 def _test_import(module_path):
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
rebaseline.py 58 def _port_name_for_builder_name(self, builder_name):
63 def port_for_builder(self, builder_name):
76 def _builder_to_pull_from(self):
87 def _replace_expectation_with_remote_result(self, local_file, remote_file):
91 def _tests_to_update(self, build):
95 def _results_url_for_test(self, build, test):
100 def execute(self, options, args, tool):
upload.py 54 def __init__(self):
60 def execute(self, options, args, tool):
71 def _flags_to_clear_on_patch(self, patch):
82 def execute(self, options, args, tool):
100 def execute(self, options, args, tool):
125 def _patches_have_commiters(self, reviewed_patches):
131 def _assign_bug_to_last_patch_attacher(self, bug_id):
159 def execute(self, options, args, tool):
172 def _prepare_state(self, options, args, tool):
184 def _prepare_state(self, options, args, tool)
    [all...]
  /cts/tools/utils/
buildCts.py 28 def GetSubDirectories(root):
33 def GetMakeFileVars(makefile_path):
55 def __init__(self, argv):
75 def GenerateTestDescriptions(self):
94 def __WritePlan(self, plan, plan_name):
98 def GenerateTestPlans(self):
147 def LogGenerateDescription(name):
150 def GenerateSignatureCheckDescription(test_repository):
162 def GenerateReferenceAppDescription(test_repository):
176 def GenerateAppSecurityDescription(temp_dir, test_repository, android_root, doclet_path)
    [all...]
  /external/llvm/utils/lit/lit/
TestFormats.py 11 def __init__(self, test_sub_dir, test_suffix):
19 def getGTestTests(self, path, litConfig, localConfig):
57 def getTestsInDirectory(self, testSuite, path_in_suite,
80 def execute(self, test, litConfig):
103 def getTestsInDirectory(self, testSuite, path_in_suite,
120 def __init__(self, execute_external = False):
123 def execute(self, test, litConfig):
128 def execute(self, test, litConfig):
140 def __init__(self, command, dir, recursive=False,
153 def getTestsInDirectory(self, testSuite, path_in_suite
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
test_result_writer.py 39 def write_test_result(port, filename, driver_output,
109 def __init__(self, port, root_output_dir, filename):
115 def _make_output_directory(self):
121 def output_filename(self, modifier):
137 def write_output_files(self, file_type, output, expected):
160 def write_stderr(self, error):
166 def write_crash_report(self, error):
173 def write_text_files(self, actual_text, expected_text):
176 def create_text_diff_and_write_result(self, actual_text, expected_text):
203 def write_audio_files(self, actual_audio, expected_audio)
    [all...]
single_test_runner.py 42 def run_single_test(port, options, test_input, driver, worker_name):
49 def __init__(self, options, port, driver, test_input, worker_name):
91 def _expected_driver_output(self):
97 def _should_fetch_expected_checksum(self):
101 def _driver_input(self):
111 def run(self):
122 def _run_compare_test(self):
130 def _run_rebaseline(self):
140 def _save_baselines(self, driver_output):
155 def _save_baseline_data(self, data, modifier, generate_new_baseline=True)
    [all...]
json_layout_results_generator.py 56 def __init__(self, port, builder_name, build_name, build_number,
87 def _get_path_relative_to_layout_test_root(self, test):
108 def _get_test_timing(self, test_name):
115 def _get_failed_test_names(self):
119 def _get_modifier_char(self, test_name):
129 def _get_result_char(self, test_name):
133 def _convert_json_to_current_version(self, results_json):
157 def _insert_failure_summaries(self, results_for_builder):
176 def _normalize_results_json(self, test, test_name, tests):
186 def _get_failure_summary_entry(self, timeline)
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/
encoder.py 29 def floatstr(o, allow_nan=True):
49 def encode_basestring(s):
53 def replace(match):
57 def encode_basestring_ascii(s):
58 def replace(match):
112 def __init__(self, skipkeys=False, ensure_ascii=True,
165 def _newline_indent(self):
168 def _iterencode_list(self, lst, markers=None):
201 def _iterencode_dict(self, dct, markers=None):
272 def _iterencode(self, o, markers=None)
    [all...]
  /frameworks/base/tools/velocityplot/
velocityplot.py 44 def __init__(self, stream):
50 def readline(self):
78 def __init__(self, adbout):
125 def _make_timeseries(self):
129 def _add_timeseries_axes(self, index, title, ylabel, ylim, yticks, sharex=None):
155 def _add_timeseries_line(self, axes, label, color, linewidth=1):
159 def _add_timeseries_legend(self, axes):
168 def _reset_parse_state(self):
177 def update(self):
236 def _scroll(self, timeseries, bottom)
    [all...]
  /system/extras/tests/sdcard/
plot_sdcard.py 50 def __init__(self, line):
60 def __repr__(self):
63 def Add(self, time, value):
67 def RescaleTo(self, length):
87 def __init__(self):
97 def Parse(self, line):
113 def AsTitle(self):
117 def UpdateWith(self, dataset):
122 def Parse(filename):
183 def PlotIterations(metadata, data)
    [all...]
  /bionic/libc/tools/
gensyscalls.py 36 def make_dir( path ):
43 def create_file( relpath ):
243 def param_uses_64bits(param):
263 def count_arm_param_registers(params):
287 def count_generic_param_registers(params):
297 def __init__(self):
303 def x86_genstub(self, fname, numparams, idname):
324 def x86_genstub_cid(self, fname, numparams, idname, cid):
362 def arm_genstub(self,fname, flags, idname):
372 def arm_eabi_genstub(self,fname, flags, idname)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
XSLTElementDef.java 53 * @param classObject The class of the object that this element def should produce.
81 * @param classObject The class of the object that this element def should produce.
112 * @param classObject The class of the object that this element def should produce.
136 * @param classObject The class of the object that this element def should produce.
164 * @param classObject The class of the object that this element def should produce.
194 * @param classObject The class of the object that this element def should produce.
220 * @param classObject The class of the object that this element def should produce.
238 * @param classObject The class of the object that this element def should produce.
261 * @param classObject The class of the object that this element def should produce.
283 XSLTElementDef def = m_elements[i] local
475 XSLTElementDef def = m_elements[i]; local
541 XSLTElementDef def = m_elements[i]; local
    [all...]
  /development/scripts/
divide_and_compress_test.py 37 def NoOp(self):
44 def setUp(self):
60 def tearDown(self):
64 def testArchiveIsValid(self):
89 def testRemoveLastFile(self):
115 def CreateZipSource(self):
133 def CreateZipDestination(self):
153 def setUp(self):
160 def tearDown(self):
164 def _InitMultiFileData(self)
    [all...]
symbol.py 18 def FindSymbolsDir():
32 def Uname():
44 def ToolPath(tool, toolchain_info=None):
52 def FindToolchain():
81 def SymbolInformation(lib, addr):
105 def SymbolInformationForSet(lib, unique_addrs):
150 def CallAddr2LineForSet(lib, unique_addrs):
190 def CallObjdumpForSet(lib, unique_addrs):
274 def CallCppFilt(mangled_symbol):
284 def FormatSymbolWithOffset(symbol, offset)
    [all...]
  /external/icu4c/test/cintltst/
cdattst.c 57 UDateFormat *def, *fr, *it, *de, *def1, *fr_pat; local
89 /* def = udat_open(UDAT_SHORT, UDAT_SHORT, NULL, NULL, 0, &status); */
90 def = udat_open(UDAT_SHORT, UDAT_SHORT, "en_US", NULL, 0,NULL, 0, &status);
141 copy=udat_clone(def, &status);
145 /*if(def != copy)
151 /*format using def */
153 resultlengthneeded=udat_format(def, d, NULL, resultlength, NULL, &status);
163 udat_format(def, d, result, resultlength, NULL, &status);
218 d1=udat_parse(def, temp, u_strlen(temp), &parsepos, &status);
228 if(u_strcmp(myDateFormat(def, d1),temp)!=0
530 UDateFormat *def, *fr; local
    [all...]
  /frameworks/base/media/libstagefright/
OMXCodec.cpp 746 OMX_PARAM_PORTDEFINITIONTYPE def; local
747 InitOMXParams(&def);
748 def.nPortIndex = portIndex;
751 mNode, OMX_IndexParamPortDefinition, &def, sizeof(def));
755 || (def.nBufferSize < size)) {
756 def.nBufferSize = size;
760 mNode, OMX_IndexParamPortDefinition, &def, sizeof(def));
764 mNode, OMX_IndexParamPortDefinition, &def, sizeof(def))
961 OMX_PARAM_PORTDEFINITIONTYPE def; local
1387 OMX_PARAM_PORTDEFINITIONTYPE def; local
1642 OMX_PARAM_PORTDEFINITIONTYPE def; local
1789 OMX_PARAM_PORTDEFINITIONTYPE def; local
3401 OMX_PARAM_PORTDEFINITIONTYPE def; local
3490 OMX_AUDIO_PARAM_AMRTYPE def; local
3545 OMX_PARAM_PORTDEFINITIONTYPE def; local
3623 OMX_PARAM_PORTDEFINITIONTYPE def; local
3683 OMX_PARAM_PORTDEFINITIONTYPE def; local
4233 OMX_PARAM_PORTDEFINITIONTYPE def; local
4386 OMX_PARAM_PORTDEFINITIONTYPE def; local
    [all...]
  /external/markdown/markdown/
__init__.py 103 def message(level, text):
117 def isBlockLevel(tag):
182 def __init__(self,
316 def registerExtensions(self, extensions, configs):
339 def registerExtension(self, extension):
343 def reset(self):
353 def set_output_format(self, format):
361 def convert(self, source):
420 def convertFile(self, input=None, output=None, encoding=None):
467 def __init__(self, configs = {})
    [all...]
  /build/tools/releasetools/
common.py 57 def Run(args, **kwargs):
65 def CloseInheritedPipes():
81 def LoadInfoDict(zip):
133 def makeint(key):
147 def LoadRecoveryFSTab(zip):
194 def DumpInfoDict(d):
198 def BuildBootableImage(sourcedir):
255 def GetBootableImage(name, prebuilt_name, unpack_dir, tree_subdir):
270 def UnzipTemp(filename, pattern=None):
283 def unzip_to_dir(filename, dirname)
    [all...]
  /external/bluetooth/glib/
glib-zip.in 47 lib/glib-2.0.def
50 lib/gmodule-2.0.def
53 lib/gobject-2.0.def
56 lib/gthread-2.0.def
59 lib/gio-2.0.def
  /external/protobuf/python/google/protobuf/internal/
text_format_test.py 47 def ReadGolden(self, golden_filename):
53 def CompareToGoldenFile(self, text, golden_filename):
57 def CompareToGoldenText(self, text, golden_text):
60 def CompareToGoldenLines(self, text, golden_lines):
66 def testPrintAllFields(self):
73 def testPrintAllExtensions(self):
80 def testPrintMessageSet(self):
96 def testPrintExotic(self):
114 def testMessageToString(self):
119 def RemoveRedundantZeros(self, text)
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
apache_http_server.py 50 def __init__(self, port_obj, output_dir):
124 def _is_cygwin(self):
127 def _cygwin_safe_join(self, *parts):
134 def _get_cygwin_path(self, path):
147 def lower_drive(matchobj):
152 def _get_apache_config_file_path(self, test_dir, output_dir):
182 def _get_virtual_host_config(self, document_root, port, ssl=False):
191 def _start_httpd_process(self):
209 def start(self):
226 def stop(self)
    [all...]
server_process.py 54 def __init__(self, port_obj, name, cmd, env=None, executive=Executive()):
62 def _reset(self):
69 def _start(self):
87 def handle_interrupt(self):
104 def poll(self):
113 def write(self, input):
124 def read_line(self, timeout):
141 def read(self, timeout, size):
162 def _read(self, timeout, size):
203 def stop(self)
    [all...]
  /packages/apps/Launcher2/
print_db.py 19 def usage():
28 def make_dir():
32 def pull_file(fn):
41 def get_favorites(conn):
50 def print_intent(out, id, i, cell):
57 def print_icon(out, id, i, cell):
65 def print_cell(out, id, i, cell):
74 def render_cell_info(out, cell, occupied):
120 def process_file(fn):
227 def main(argv)
    [all...]

Completed in 852 milliseconds

<<21222324252627282930>>