Searched refs:results (Results 51 - 75 of 1292) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/modules/speech/
H A DSpeechRecognitionEvent.cpp47 PassRefPtr<SpeechRecognitionEvent> SpeechRecognitionEvent::createResult(unsigned long resultIndex, const Vector<RefPtr<SpeechRecognitionResult> >& results) argument
49 return adoptRef(new SpeechRecognitionEvent(eventNames().resultEvent, resultIndex, SpeechRecognitionResultList::create(results)));
55 Vector<RefPtr<SpeechRecognitionResult> > results; local
56 results.append(result);
57 return adoptRef(new SpeechRecognitionEvent(eventNames().nomatchEvent, 0, SpeechRecognitionResultList::create(results)));
77 , m_results(initializer.results)
82 SpeechRecognitionEvent::SpeechRecognitionEvent(const AtomicString& eventName, unsigned long resultIndex, PassRefPtr<SpeechRecognitionResultList> results) argument
85 , m_results(results)
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dcompare-timing-files35 my $usage = "compare-timing-files [-c|--count results] oldFile newFile";
73 my @results = <FILE>;
76 @results = sort(@results);
79 $results[$i] =~ s/\D*//; # cut out non-digits
80 $total += $results[$i];
83 my $range = $results[$count - 1] - $results[0];
84 my $rangePercent = $range / $results[$count - 1] * 100;
/external/chromium_org/third_party/opus/src/silk/float/
H A Dautocorrelation_FLP.c37 silk_float *results, /* O result (length correlationCount) */
50 results[ i ] = (silk_float)silk_inner_product_FLP( inputData, inputData + i, inputDataSize - i );
36 silk_autocorrelation_FLP( silk_float *results, const silk_float *inputData, opus_int inputDataSize, opus_int correlationCount ) argument
/external/chromium_org/tools/perf/benchmarks/
H A Dpica.py13 def MeasurePage(self, _, tab, results):
15 results.Add('Total', 'ms', result)
/external/jsilver/src/com/google/clearsilver/jsilver/examples/basic/
H A Diterate.cs4 <?cs each:result = results ?>
/external/valgrind/main/none/tests/darwin/
H A Daccess_extended.c23 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]));
/external/chromium/chrome/common/extensions/
H A Dupdate_manifest_unittest.cc127 EXPECT_TRUE(parser.results().list.empty());
131 EXPECT_TRUE(parser.results().list.empty());
135 EXPECT_TRUE(parser.results().list.empty());
139 EXPECT_TRUE(parser.results().list.empty());
145 EXPECT_FALSE(parser.results().list.empty());
146 const UpdateManifest::Result* firstResult = &parser.results().list.at(0);
163 EXPECT_FALSE(parser.results().list.empty());
164 firstResult = &parser.results().list.at(0);
170 EXPECT_FALSE(parser.results().list.empty());
171 EXPECT_EQ(parser.results()
[all...]
/external/chromium_org/chrome/common/extensions/
H A Dupdate_manifest_unittest.cc127 EXPECT_TRUE(parser.results().list.empty());
131 EXPECT_TRUE(parser.results().list.empty());
135 EXPECT_TRUE(parser.results().list.empty());
139 EXPECT_TRUE(parser.results().list.empty());
145 EXPECT_FALSE(parser.results().list.empty());
146 const UpdateManifest::Result* firstResult = &parser.results().list.at(0);
163 EXPECT_FALSE(parser.results().list.empty());
164 firstResult = &parser.results().list.at(0);
170 EXPECT_FALSE(parser.results().list.empty());
171 EXPECT_EQ(parser.results()
[all...]
/external/chromium_org/build/android/pylib/base/
H A Dtest_dispatcher_unittest.py37 results = base_test_result.TestRunResults()
38 results.AddResult(
40 return (results, None)
51 results = base_test_result.TestRunResults()
52 results.AddResult(
54 return (results, test)
64 results = base_test_result.TestRunResults()
66 results.AddResult(base_test_result.BaseTestResult(
68 return (results, test)
70 results
[all...]
/external/chromium-trace/trace-viewer/src/tracing/analysis/
H A Danalyze_counters.js11 function analyzeSingleCounterSampleHit(results, counterSampleHit) {
19 var table = results.appendTable('analysis-counter-table', 2);
20 results.appendTableHeader(table, 'Selected counter:');
21 results.appendSummaryRow(table, 'Title', ctr.name);
22 results.appendSummaryRowTime(
26 results.appendSummaryRow(table, ctr.getSeries(i).name, values[i]);
29 function analyzeMultipleCounterSampleHits(results, counterSampleHits) {
38 var table = results.appendTable('analysis-counter-table', 2);
39 results.appendTableHeader(table, 'Counters:');
54 results
[all...]
H A Danalyze_selection.js14 * Analyzes the selection, outputting the analysis results into the provided
15 * results object.
17 * @param {AnalysisResults} results Where the analysis is placed.
20 function analyzeSelection(results, selection) {
21 analyzeHitsByType(results, selection.getHitsOrganizedByType());
24 function analyzeHitsByType(results, hitsByType) {
32 tracing.analysis.analyzeSingleSliceHit(results, sliceHits[0]);
34 tracing.analysis.analyzeMultipleSliceHits(results, sliceHits);
39 results, counterSampleHits[0]);
42 results, counterSampleHit
[all...]
H A Danalyze_slices.js13 function analyzeSingleSliceHit(results, sliceHit) {
15 var table = results.appendTable('analysis-slice-table', 2);
17 results.appendTableHeader(table, 'Selected slice:');
18 results.appendSummaryRow(table, 'Title', slice.title);
21 results.appendSummaryRow(table, 'Category', slice.category);
23 results.appendSummaryRowTime(table, 'Start', slice.start);
24 results.appendSummaryRowTime(table, 'Duration', slice.duration);
27 results.appendSummaryRowTime(
36 results.appendSummaryRow(table, 'Args');
40 results
[all...]
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
H A Dsearch_operation_unittest.cc42 scoped_ptr<std::vector<SearchResultInfo> > results; local
46 &error, &next_url, &results));
51 EXPECT_EQ(ARRAYSIZE_UNSAFE(kExpectedResults), results->size());
52 for (size_t i = 0; i < results->size(); i++) {
53 EXPECT_EQ(kExpectedResults[i].path, results->at(i).path.AsUTF8Unsafe());
55 results->at(i).entry.file_info().is_directory());
83 scoped_ptr<std::vector<SearchResultInfo> > results; local
87 &error, &next_url, &results));
92 ASSERT_EQ(ARRAYSIZE_UNSAFE(kExpectedResultsBeforeLoad), results->size());
93 for (size_t i = 0; i < results
134 scoped_ptr<std::vector<SearchResultInfo> > results; local
[all...]
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
H A Drollbot.js41 function findRollIssue(results) {
42 var results = results['results'];
43 for (var i = 0; i < results.length; i++) {
44 var result = results[i];
/external/chromium_org/third_party/opus/src/silk/fixed/
H A Dautocorr_FIX.c36 opus_int32 *results, /* O Result (length correlationCount) */
62 results[ 0 ] = silk_LSHIFT( (opus_int32)silk_CHECK_FIT32( corr64 ), -nRightShifts );
66 results[ i ] = silk_LSHIFT( silk_inner_prod_aligned( inputData, inputData + i, inputDataSize - i ), -nRightShifts );
69 results[ 0 ] = (opus_int32)silk_CHECK_FIT32( silk_RSHIFT64( corr64, nRightShifts ) );
73 results[ i ] = (opus_int32)silk_CHECK_FIT32( silk_RSHIFT64( silk_inner_prod16_aligned_64( inputData, inputData + i, inputDataSize - i ), nRightShifts ) );
35 silk_autocorr( opus_int32 *results, opus_int *scale, const opus_int16 *inputData, const opus_int inputDataSize, const opus_int correlationCount ) argument
/external/chromium_org/chrome/browser/history/
H A Dhistory_types_unittest.cc39 void AddSimpleData(QueryResults* results) { argument
47 results->AppendURLBySwapping(&result1);
48 results->AppendURLBySwapping(&result2);
49 results->AppendURLBySwapping(&result3);
50 CheckHistoryResultConsistency(*results);
54 void AddAlternateData(QueryResults* results) { argument
61 results->AppendURLBySwapping(&result1);
62 results->AppendURLBySwapping(&result2);
63 CheckHistoryResultConsistency(*results);
72 QueryResults results; local
111 QueryResults results; local
[all...]
/external/chromium_org/third_party/WebKit/
H A DPRESUBMIT.py32 results = []
34 results.append(output_api.PresubmitError(
36 return results
44 results = []
45 results.extend(input_api.canned_checks.PanProjectChecks(
48 results.extend(_CheckForVersionControlConflicts(input_api, output_api))
49 results.extend(_CheckPatchFiles(input_api, output_api))
50 results.extend(_CheckTestExpectations(input_api, output_api))
51 results.extend(_CheckUnwantedDependencies(input_api, output_api))
52 results
[all...]
/external/chromium_org/build/android/pylib/utils/
H A Dreport_results.py5 """Module containing utility functions for reporting results."""
16 def _LogToFile(results, test_type, suite_name, build_type):
17 """Log results to local files which can be used for aggregation later."""
26 print >> log_file, '\n%s results for %s build %s:' % (
29 logging.info('Writing results to %s.' % full_file_name)
31 logging.info('Writing results to %s.' % full_file_name)
35 results.GetShortForm())
38 def _LogToFlakinessDashboard(results, test_type, test_package,
40 """Upload results to the flakiness dashboard"""
41 logging.info('Upload results fo
[all...]
/external/chromium_org/chrome/common/extensions/docs/examples/api/webNavigation/basic/
H A Dpopup.js13 var results = response.result;
17 for (i = 0; i < results.length; i++ ) {
23 code.textContent = results[i].url;
26 [results[i].numRequests,
27 results[i].average]));
/external/easymock/src/org/easymock/internal/
H A DUnorderedBehavior.java26 private final List<ExpectedInvocationAndResults> results = new ArrayList<ExpectedInvocationAndResults>(); field in class:UnorderedBehavior
36 for (ExpectedInvocationAndResults entry : results) {
44 results.add(new ExpectedInvocationAndResults(expected, list));
48 for (ExpectedInvocationAndResults entry : results) {
70 for (ExpectedInvocationAndResults entry : results) {
79 List<ErrorMessage> messages = new ArrayList<ErrorMessage>(results
81 for (ExpectedInvocationAndResults entry : results) {
104 } else if (results.isEmpty() || !this.checkOrder) {
107 ExpectedInvocation lastMethodCall = results.get(results
[all...]
/external/icu4c/test/intltest/
H A Dlistformattertest.cpp38 UnicodeString three, UnicodeString four, UnicodeString results[4]) {
46 CheckFormatting(formatter.getAlias(), input1, 1, results[0]);
49 CheckFormatting(formatter.getAlias(), input2, 2, results[1]);
52 CheckFormatting(formatter.getAlias(), input3, 3, results[2]);
55 CheckFormatting(formatter.getAlias(), input4, 4, results[3]);
59 UnicodeString three, UnicodeString four, UnicodeString results[4]) {
67 formatter->format(input1, 1, results[0], errorCode);
69 formatter->format(input2, 2, results[1], errorCode);
71 formatter->format(input3, 3, results[2], errorCode);
73 formatter->format(input4, 4, results[
37 CheckFourCases(const char* locale_string, UnicodeString one, UnicodeString two, UnicodeString three, UnicodeString four, UnicodeString results[4]) argument
58 RecordFourCases(const Locale& locale, UnicodeString one, UnicodeString two, UnicodeString three, UnicodeString four, UnicodeString results[4]) argument
82 UnicodeString results[4] = { local
94 UnicodeString results[4]; local
103 UnicodeString results[4] = { local
114 UnicodeString results[4] = { local
128 UnicodeString results[4] = { local
145 UnicodeString results[4] = { local
158 UnicodeString results[4] = { local
169 UnicodeString results[4] = { local
[all...]
/external/chromium_org/build/android/
H A Dsurface_stats.py29 def _MergeResults(results, fields):
31 for result in results:
57 def _PrintColumnTitles(results):
58 for name in results.keys():
61 for name in results.keys():
66 def _PrintResults(results):
67 for name, value in results.iteritems():
111 results = collector.SampleResults()
112 results = _MergeResults(results, field
[all...]
/external/chromium_org/content/browser/renderer_host/
H A Dgtk_window_utils.cc58 WebKit::WebScreenInfo results; local
59 results.depthPerComponent = 8; // Assume 8bpp, which is usually right.
60 results.depth = depth;
61 results.isMonochrome = depth == 1;
62 results.rect = WebKit::WebRect(x, y, width, height);
63 results.availableRect = results.rect;
64 return results;
70 GdkWindow* gdk_window, WebKit::WebScreenInfo* results) {
72 *results
69 GetScreenInfoFromNativeWindow( GdkWindow* gdk_window, WebKit::WebScreenInfo* results) argument
[all...]
/external/srec/srec/Recognizer/src/
H A DRecognizerResultImpl.c55 impl->results = NULL;
97 CHKLOG(rc, ArrayListGetSize(impl->results, count));
108 ArrayList* results; local
112 CHKLOG(rc, impl->results->get(impl->results, nbest, (void **)&results));
117 CHKLOG(rc, results->get(results, 0, (void **)&result));
128 ArrayList* results; local
133 CHKLOG(rc, impl->results
151 ArrayList* results; local
[all...]
/external/chromium/chrome/browser/history/
H A Dtext_database_manager_unittest.cc137 bool ResultsHaveURL(const std::vector<TextDatabase::Match>& results, argument
140 for (size_t i = 0; i < results.size(); i++) {
141 if (results[i].url == gurl)
184 std::vector<TextDatabase::Match> results; local
187 &results, &first_time_searched);
190 EXPECT_EQ(6U, results.size());
191 EXPECT_TRUE(ResultsHaveURL(results, kURL1));
192 EXPECT_TRUE(ResultsHaveURL(results, kURL2));
193 EXPECT_TRUE(ResultsHaveURL(results, kURL3));
194 EXPECT_TRUE(ResultsHaveURL(results, kURL
219 std::vector<TextDatabase::Match> results; local
255 std::vector<TextDatabase::Match> results; local
298 std::vector<TextDatabase::Match> results; local
350 std::vector<TextDatabase::Match> results; local
376 std::vector<TextDatabase::Match> results; local
413 std::vector<TextDatabase::Match> results; local
463 std::vector<TextDatabase::Match> results; local
505 std::vector<TextDatabase::Match> results; local
[all...]

Completed in 996 milliseconds

1234567891011>>