HomeSort by relevance Sort by last modified time
    Searched refs:results (Results 176 - 200 of 2740) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/valgrind/memcheck/tests/
vcpu_fbench.stdout.exp 6 to normalise for reporting results. For archival results,
10 No errors in results.
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_personality.cpp 512 const scan_results& results)
517 static_cast<uintptr_t>(results.ttypeIndex));
518 _Unwind_SetIP(context, results.landingPad);
542 static void scan_eh_tab(scan_results &results, _Unwind_Action actions,
546 // Initialize results to found nothing but an error
547 results.ttypeIndex = 0;
548 results.actionRecord = 0;
549 results.languageSpecificData = 0;
550 results.landingPad = 0;
551 results.adjustedPtr = 0
939 scan_results results; local
1108 scan_results results; local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/fixes/
fix_renames.py 51 results = match(node)
52 if results:
55 return results
62 def transform(self, node, results):
63 mod_name = results.get("module_name")
64 attr_name = results.get("attr_name")
65 #bare_name = results.get("bare_name")
66 #import_mod = results.get("module")
fix_throw.py 26 def transform(self, node, results):
29 exc = results["exc"].clone()
35 val = results.get(u"val")
46 throw_args = results["args"]
48 if "tb" in results:
49 tb = results["tb"].clone()
fix_has_key.py 72 def transform(self, node, results):
73 assert results
80 negation = results.get("negation")
81 anchor = results["anchor"]
83 before = [n.clone() for n in results["before"]]
84 arg = results["arg"].clone()
85 after = results.get("after")
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/fixes/
fix_renames.py 51 results = match(node)
52 if results:
55 return results
62 def transform(self, node, results):
63 mod_name = results.get("module_name")
64 attr_name = results.get("attr_name")
65 #bare_name = results.get("bare_name")
66 #import_mod = results.get("module")
fix_throw.py 26 def transform(self, node, results):
29 exc = results["exc"].clone()
35 val = results.get(u"val")
46 throw_args = results["args"]
48 if "tb" in results:
49 tb = results["tb"].clone()
fix_has_key.py 72 def transform(self, node, results):
73 assert results
80 negation = results.get("negation")
81 anchor = results["anchor"]
83 before = [n.clone() for n in results["before"]]
84 arg = results["arg"].clone()
85 after = results.get("after")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_renames.py 51 results = match(node)
52 if results:
55 return results
62 def transform(self, node, results):
63 mod_name = results.get("module_name")
64 attr_name = results.get("attr_name")
65 #bare_name = results.get("bare_name")
66 #import_mod = results.get("module")
fix_throw.py 26 def transform(self, node, results):
29 exc = results["exc"].clone()
35 val = results.get(u"val")
46 throw_args = results["args"]
48 if "tb" in results:
49 tb = results["tb"].clone()
fix_has_key.py 72 def transform(self, node, results):
73 assert results
80 negation = results.get("negation")
81 anchor = results["anchor"]
83 before = [n.clone() for n in results["before"]]
84 arg = results["arg"].clone()
85 after = results.get("after")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_renames.py 51 results = match(node)
52 if results:
55 return results
62 def transform(self, node, results):
63 mod_name = results.get("module_name")
64 attr_name = results.get("attr_name")
65 #bare_name = results.get("bare_name")
66 #import_mod = results.get("module")
fix_throw.py 26 def transform(self, node, results):
29 exc = results["exc"].clone()
35 val = results.get(u"val")
46 throw_args = results["args"]
48 if "tb" in results:
49 tb = results["tb"].clone()
fix_has_key.py 72 def transform(self, node, results):
73 assert results
80 negation = results.get("negation")
81 anchor = results["anchor"]
83 before = [n.clone() for n in results["before"]]
84 arg = results["arg"].clone()
85 after = results.get("after")
  /external/junit/src/org/junit/internal/runners/
TestClass.java 42 List<Method> results= new ArrayList<Method>(); local
47 if (annotation != null && ! isShadowed(eachMethod, results))
48 results.add(eachMethod);
52 Collections.reverse(results);
53 return results;
60 private boolean isShadowed(Method method, List<Method> results) {
61 for (Method each : results) {
81 ArrayList<Class<?>> results= new ArrayList<Class<?>>(); local
84 results.add(current);
87 return results;
    [all...]
  /external/autotest/client/cros/tendo/n_faced_peerd/
dbus_property_exposer.py 51 results = dbus.Dictionary(dict(), 'sv')
53 results[dbus.String(property_name)] = property_getter()
54 return results
85 results = dbus.Dictionary(dict(), 'sv')
87 return results
89 results[dbus.String(property_name)] = property_getter()
90 return results
  /external/autotest/client/site_tests/network_WiFiCaps/
network_WiFiCaps.py 23 results = {}
30 results[match.group(1)] = match.group(2)
32 return results
64 results = self.__run_iwcap(phy, requiredCaps.keys())
66 if not cap in results:
69 if results[cap] != requiredCaps[cap]:
72 % (cap, results[cap], requiredCaps[cap]))
  /external/autotest/client/site_tests/platform_BootPerf/
platform_BootPerf.py 117 """Copy raw data files to the test results."""
200 def _gather_vboot_times(self, results):
209 seconds and record the following keyvals in `results`:
219 @param results Keyvals dictionary.
229 results['mhz_primary_cpu'] = khz / 1000.0
243 results['seconds_power_on_to_lf_start'] = times[0]
244 results['seconds_power_on_to_lf_end'] = times[1]
245 results['seconds_power_on_to_lk_start'] = times[2]
246 results['seconds_power_on_to_lk_end'] = times[3]
249 def _gather_firmware_boot_time(self, results)
    [all...]
  /external/autotest/client/site_tests/platform_LibCBench/
platform_LibCBench.py 46 results = {}
60 results.setdefault(current_benchmark, []).append(time)
63 for benchmark in results:
64 average = sum(results[benchmark]) / len(results[benchmark])
65 minimum = min(results[benchmark])
66 maximum = max(results[benchmark])
  /external/chromium-trace/catapult/
PRESUBMIT.py 39 r'^telemetry[\\/]support[\\/]html_output[\\/]results-template.html',
65 results = []
71 results += input_api.canned_checks.PanProjectChecks(
73 results += CheckChangeLogBug(input_api, output_api)
74 results += js_checks.RunChecks(
76 results += html_checks.RunChecks(
78 results += repo_checks.RunChecks(input_api, output_api)
81 return results
  /external/icu/icu4c/source/i18n/
csrmbcs.h 74 UBool match(InputText* input, CharsetMatch *results) const = 0;
103 UBool match(InputText* input, CharsetMatch *results) const;
125 UBool match(InputText* input, CharsetMatch *results) const = 0;
147 UBool match(InputText* input, CharsetMatch *results) const;
162 UBool match(InputText* input, CharsetMatch *results) const;
180 UBool match(InputText* input, CharsetMatch *results) const;
199 UBool match(InputText* input, CharsetMatch *results) const;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/
ComponentResultsElement.java 11 package org.eclipse.test.internal.performance.results.model;
21 import org.eclipse.test.internal.performance.results.db.AbstractResults;
22 import org.eclipse.test.internal.performance.results.db.ComponentResults;
23 import org.eclipse.test.internal.performance.results.db.PerformanceResults;
24 import org.eclipse.test.internal.performance.results.db.ScenarioResults;
25 import org.eclipse.test.internal.performance.results.utils.IPerformancesConstants;
26 import org.eclipse.test.internal.performance.results.utils.Util;
54 // Results category
56 NAME_DESCRIPTOR.setCategory("Results");
58 CURRENT_BUILD_DESCRIPTOR.setCategory("Results");
    [all...]
  /frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
BandwidthTest.java 128 Bundle results = new Bundle(); local
129 results.putString("device_id", mDeviceId);
130 results.putString("timestamp", ts);
131 results.putInt("size", FILE_SIZE);
132 addStatsToResults(PROF_LABEL, prof_stats, results, mUid);
133 addStatsToResults(PROC_LABEL, proc_stats, results, mUid);
134 getInstrumentation().sendStatus(INSTRUMENTATION_IN_PROGRESS, results);
182 Bundle results = new Bundle(); local
183 results.putString("device_id", mDeviceId);
184 results.putString("timestamp", ts)
239 Bundle results = new Bundle(); local
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/web_perf/metrics/
blob_timeline.py 17 The following metrics are added to the results:
44 def AddResults(self, model, renderer_thread, interactions, results):
57 self._AddWriteResultsInternal(write_events, interactions, results)
58 self._AddReadResultsInternal(read_events, interactions, results)
60 def _AddWriteResultsInternal(self, events, interactions, results):
68 results.AddValue(list_of_scalar_values.ListOfScalarValues(
69 page=results.current_page,
77 results.AddValue(list_of_scalar_values.ListOfScalarValues(
78 page=results.current_page,
86 def _AddReadResultsInternal(self, events, interactions, results)
    [all...]
trace_event_stats_unittest.py 62 results = test_page_test_results.TestPageTestResults(self)
64 interactions, results)
65 return results
81 results = self.RunAggregator(aggregator, interactions)
82 results.AssertHasPageSpecificScalarValue('metric-name-count', 'count', 2)
83 results.AssertHasPageSpecificListOfScalarValues(
109 results = self.RunAggregator(aggregator, interactions)
110 results.AssertHasPageSpecificScalarValue('metric-name-count', 'count', 3)
111 results.AssertHasPageSpecificListOfScalarValues(
130 results = self.RunAggregator(aggregator, interactions
    [all...]

Completed in 259 milliseconds

1 2 3 4 5 6 78 91011>>