HomeSort by relevance Sort by last modified time
    Searched refs:results (Results 76 - 100 of 3503) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/ndk/r11/sources/cxx-stl/gabi++/src/
helper_func_internal.cc 58 void scanEHTable(ScanResultInternal& results,
63 // Initialize results to found nothing but an error
64 results.ttypeIndex = 0;
65 results.actionRecord = 0;
66 results.languageSpecificData = 0;
67 results.landingPad = 0;
68 results.adjustedPtr = 0;
69 results.reason = _URC_FATAL_PHASE1_ERROR;
74 results.reason = _URC_FATAL_PHASE1_ERROR;
79 results.reason = _URC_FATAL_PHASE2_ERROR
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/gabi++/src/
helper_func_internal.cc 58 void scanEHTable(ScanResultInternal& results,
63 // Initialize results to found nothing but an error
64 results.ttypeIndex = 0;
65 results.actionRecord = 0;
66 results.languageSpecificData = 0;
67 results.landingPad = 0;
68 results.adjustedPtr = 0;
69 results.reason = _URC_FATAL_PHASE1_ERROR;
74 results.reason = _URC_FATAL_PHASE1_ERROR;
79 results.reason = _URC_FATAL_PHASE2_ERROR
    [all...]
  /external/ltp/utils/ffsb-6.0-rc2/
ffsb_op.c 58 void init_ffsb_op_results(ffsb_op_results_t * results)
60 memset(results, 0, sizeof(ffsb_op_results_t));
63 static int exclusive_op(ffsb_op_results_t * results, unsigned int op_num)
70 ret += results->ops[i];
85 static void print_op_results(unsigned int op_num, ffsb_op_results_t * results,
91 double op_pcnt = 100 * (double)results->ops[op_num] / (double)total_ops;
92 double weight_pcnt = 100 * (double)results->op_weight[op_num] /
95 ffsb_printsize(buf, results->bytes[op_num] / runtime, 256);
99 generic_op_print(ffsb_op_list[op_num].op_name, results->ops[op_num],
105 ffsb_op_results_t * results, double runtime
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
fix_xrange.py 27 def transform(self, node, results):
28 name = results["name"]
30 return self.transform_xrange(node, results)
32 return self.transform_range(node, results)
36 def transform_xrange(self, node, results):
37 name = results["name"]
42 def transform_range(self, node, results):
45 range_call = Call(Name(u"range"), [results["args"].clone()])
50 for n in results["rest"]:
66 results = {}
    [all...]
fix_buffer.py 20 def transform(self, node, results):
21 name = results["name"]
fix_funcattrs.py 18 def transform(self, node, results):
19 attr = results["attr"][0]
fix_getcwdu.py 17 def transform(self, node, results):
18 name = results["name"]
fix_nonzero.py 18 def transform(self, node, results):
19 name = results["name"]
fix_raw_input.py 15 def transform(self, node, results):
16 name = results["name"]
  /external/chromium-trace/catapult/telemetry/telemetry/web_perf/metrics/
webrtc_rendering_timeline.py 17 The following metrics are added to the results:
35 def AddResults(self, model, renderer_thread, interactions, results):
36 """Adding metrics to the results."""
54 results.AddValue(list_of_scalar_values.ListOfScalarValues(
55 results.current_page,
65 results.AddValue(scalar.ScalarValue(
66 results.current_page,
76 results.AddValue(scalar.ScalarValue(
77 results.current_page,
91 results.AddValue(scalar.ScalarValue
    [all...]
  /external/skia/tests/
StringTest.cpp 218 SkTArray<SkString> results; local
220 SkStrSplit("a-_b_c-dee--f-_-_-g-", "-_", &results);
221 REPORTER_ASSERT(r, results.count() == 6);
222 REPORTER_ASSERT(r, results[0].equals("a"));
223 REPORTER_ASSERT(r, results[1].equals("b"));
224 REPORTER_ASSERT(r, results[2].equals("c"));
225 REPORTER_ASSERT(r, results[3].equals("dee"));
226 REPORTER_ASSERT(r, results[4].equals("f"));
227 REPORTER_ASSERT(r, results[5].equals("g"));
229 results.reset()
243 SkTArray<SkString> results; local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/fixes/
fix_xrange.py 27 def transform(self, node, results):
28 name = results["name"]
30 return self.transform_xrange(node, results)
32 return self.transform_range(node, results)
36 def transform_xrange(self, node, results):
37 name = results["name"]
42 def transform_range(self, node, results):
45 range_call = Call(Name(u"range"), [results["args"].clone()])
50 for n in results["rest"]:
66 results = {
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/fixes/
fix_xrange.py 27 def transform(self, node, results):
28 name = results["name"]
30 return self.transform_xrange(node, results)
32 return self.transform_range(node, results)
36 def transform_xrange(self, node, results):
37 name = results["name"]
42 def transform_range(self, node, results):
45 range_call = Call(Name(u"range"), [results["args"].clone()])
50 for n in results["rest"]:
66 results = {
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_xrange.py 27 def transform(self, node, results):
28 name = results["name"]
30 return self.transform_xrange(node, results)
32 return self.transform_range(node, results)
36 def transform_xrange(self, node, results):
37 name = results["name"]
42 def transform_range(self, node, results):
45 range_call = Call(Name(u"range"), [results["args"].clone()])
50 for n in results["rest"]:
66 results = {
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_xrange.py 27 def transform(self, node, results):
28 name = results["name"]
30 return self.transform_xrange(node, results)
32 return self.transform_range(node, results)
36 def transform_xrange(self, node, results):
37 name = results["name"]
42 def transform_range(self, node, results):
45 range_call = Call(Name(u"range"), [results["args"].clone()])
50 for n in results["rest"]:
66 results = {
    [all...]
  /external/chromium-trace/catapult/telemetry/
PRESUBMIT.py 7 results = []
9 results += input_api.RunTests(input_api.canned_checks.GetPylint(
12 results += _CheckNoMoreUsageOfDeprecatedCode(
15 return results
31 results = []
41 results.append(output_api.PresubmitError(
49 results.append(output_api.PresubmitError(
52 return results
57 results = []
81 results.append(output_api.PresubmitError
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/fixers/myfixes/
fix_parrot.py 11 def transform(self, node, results):
12 name = results["name"]
  /external/autotest/client/site_tests/platform_AesThroughput/
platform_AesThroughput.py 16 self.results = {'bytes_per_sec_ideal_min' : 20 * 1024 * 1024}
22 results = self.openssl_speed('aes-256-cbc', '-multi %d' % num_cpus)
23 parsed = self.parse_results(results)
33 def parse_results(self, results, name=''):
34 # Split the results into lines.
36 type, times = results.split("\n")[-1].split(' ')
50 logging.debug(results)
56 self.results.update(keyvals)
60 self.write_perf_keyval(self.results)
  /external/autotest/site_utils/
host_history_utils_unittest.py 21 results = host_history_utils.calculate_status_times(
28 self.assertEqual(results, expected)
31 results = host_history_utils.calculate_status_times(
37 self.assertEqual(results, expected)
40 results = host_history_utils.calculate_status_times(
47 self.assertEqual(results, expected)
50 results = host_history_utils.calculate_status_times(
55 self.assertEqual(results, expected)
  /external/deqp/scripts/log/
log_to_csv.py 28 results = parser.parseFile(filename)
30 for result in results:
  /external/libopus/silk/fixed/
autocorr_FIX.c 37 opus_int32 *results, /* O Result (length correlationCount) */
47 *scale = _celt_autocorr(inputData, results, NULL, 0, corrCount-1, inputDataSize, arch);
  /external/libopus/silk/float/
autocorrelation_FLP.c 37 silk_float *results, /* O result (length correlationCount) */
50 results[ i ] = (silk_float)silk_inner_product_FLP( inputData, inputData + i, inputDataSize - i );
  /external/tpm2/
EventSequenceComplete.c 63 out->results.count = 0;
71 out->results.digests[out->results.count].hashAlg = hashAlg;
74 (BYTE *) &out->results.digests[out->results.count].digest);
80 (BYTE *) &out->results.digests[out->results.count].digest);
81 out->results.count++;
  /external/v8/
PRESUBMIT.py 73 results = []
75 results.append(output_api.PresubmitError("C++ lint check failed"))
77 results.append(output_api.PresubmitError(
81 results.append(output_api.PresubmitError("Status file check failed"))
82 results.extend(CheckAuthorizedAuthor(input_api, output_api))
83 return results
125 results = []
127 results.append(output_api.PresubmitError(
131 results.append(output_api.PresubmitPromptOrNotify(
136 return results
    [all...]
  /external/valgrind/none/tests/darwin/
access_extended.c 23 int results[3]; local
35 retval = syscall(SYS_access_extended, entries, entries_szB, results,
40 name1, results[0], strerror(results[0]));
42 name1, results[1], strerror(results[1]));
44 name2, results[2], strerror(results[2]));

Completed in 1763 milliseconds

1 2 34 5 6 7 8 91011>>