Searched defs:results (Results 101 - 125 of 612) sorted by relevance

1234567891011>>

/external/chromium_org/base/debug/
H A Dcrash_logging_unittest.cc144 std::vector<std::string> results = local
146 ASSERT_EQ(1u, results.size());
147 EXPECT_EQ("hello worl", results[0]);
150 results = ChunkCrashKeyValue(key, "hi", 10);
151 ASSERT_EQ(1u, results.size());
152 EXPECT_EQ("hi", results[0]);
156 results = ChunkCrashKeyValue(key, "foobar", 3);
157 ASSERT_EQ(2u, results.size());
158 EXPECT_EQ("foo", results[0]);
159 EXPECT_EQ("bar", results[
[all...]
/external/chromium_org/base/strings/
H A Dstring_split_unittest.cc166 std::vector<std::string> results; local
167 SplitStringUsingSubstr(std::string(), "DELIMITER", &results); local
168 ASSERT_EQ(1u, results.size());
169 EXPECT_THAT(results, ElementsAre(""));
237 std::vector<std::string> results; local
238 SplitStringUsingSubstr("alongwordwithnodelimiter", "DELIMITER", &results);
239 ASSERT_EQ(1u, results.size());
240 EXPECT_THAT(results, ElementsAre("alongwordwithnodelimiter"));
244 std::vector<std::string> results; local
248 &results);
254 std::vector<std::string> results; local
264 std::vector<std::string> results; local
316 std::vector<std::string> results; local
[all...]
/external/chromium_org/base/test/launcher/
H A Dtest_results_tracker.h22 // A helper class to output results.
50 // Adds |result| to the stored test results.
63 // Saves a JSON summary of all test iterations results to |path|. Returns
91 // Aggregate test results grouped by full test name.
93 ResultsMap results; member in struct:base::TestResultsTracker::PerIterationData
108 // Store test results for each iteration.
/external/chromium_org/chrome/browser/diagnostics/
H A Ddiagnostics_controller_unittest.cc88 const DiagnosticsModel& results = local
90 EXPECT_EQ(results.GetTestRunCount(), results.GetTestAvailableCount());
91 EXPECT_EQ(DiagnosticsModel::kDiagnosticsTestCount, results.GetTestRunCount());
92 for (int i = 0; i < results.GetTestRunCount(); ++i) {
93 const DiagnosticsModel::TestInfo& info(results.GetTest(i));
103 const DiagnosticsModel& results = local
105 EXPECT_EQ(results.GetTestRunCount(), results.GetTestAvailableCount());
106 EXPECT_EQ(DiagnosticsModel::kDiagnosticsTestCount, results
121 const DiagnosticsModel& results = local
143 const DiagnosticsModel& results = local
[all...]
/external/chromium_org/chrome/browser/spellchecker/
H A Dspellcheck_platform_mac_unittest.cc37 void CompletionCallback(const std::vector<SpellCheckResult>& results) { argument
38 results_ = results;
379 // The OSX spellchecker returns non-spellcheck results when invoked on a
382 // RequestTextCheck results.
/external/chromium_org/components/test/data/password_manager/
H A Drun_tests.py35 help="Write the results in a file.", required=True)
44 results = tempfile.NamedTemporaryFile( variable
46 results_path = results.name
47 results.close()
78 results = open(results_path, "r") variable
80 for line in results:
83 results.close()
/external/chromium_org/content/common/
H A Dinter_process_time_ticks_converter_unittest.cc49 TestResults results; local
50 results.result_time = converter.ToLocalTimeTicks(
53 results.result_delta = converter.ToLocalTimeDelta(
55 results.is_skew_additive = converter.IsSkewAdditiveForMetrics();
56 results.skew = converter.GetSkewForMetrics().ToInternalValue();
57 return results;
69 TestResults results = RunTest(p); local
70 EXPECT_EQ(0, results.result_time);
71 EXPECT_EQ(0, results.result_delta);
83 TestResults results local
100 TestResults results = RunTest(p); local
120 TestResults results = RunTest(p); local
138 TestResults results = RunTest(p); local
154 TestResults results = RunTest(p); local
171 TestResults results = RunTest(p); local
188 TestResults results = RunTest(p); local
205 TestResults results = RunTest(p); local
224 TestResults results = RunTest(p); local
245 TestResults results = RunTest(p); local
[all...]
/external/chromium_org/extensions/browser/updater/
H A Dsafe_manifest_parser.cc65 const UpdateManifest::Results& results) {
68 update_callback_.Run(*fetch_data_, &results);
64 OnParseUpdateManifestSucceeded( const UpdateManifest::Results& results) argument
/external/chromium_org/remoting/tools/build/
H A Dremoting_copy_locales.py158 results = DoMain(sys.argv[1:]) variable
159 if results:
160 print results
/external/chromium_org/third_party/WebKit/Source/modules/speech/
H A DSpeechRecognitionEvent.cpp47 PassRefPtrWillBeRawPtr<SpeechRecognitionEvent> SpeechRecognitionEvent::createResult(unsigned long resultIndex, const HeapVector<Member<SpeechRecognitionResult> >& results) argument
49 return adoptRefWillBeNoop(new SpeechRecognitionEvent(EventTypeNames::result, resultIndex, SpeechRecognitionResultList::create(results)));
55 HeapVector<Member<SpeechRecognitionResult> > results; local
56 results.append(result);
57 return adoptRefWillBeNoop(new SpeechRecognitionEvent(EventTypeNames::nomatch, 0, SpeechRecognitionResultList::create(results)));
76 , m_results(initializer.results)
80 SpeechRecognitionEvent::SpeechRecognitionEvent(const AtomicString& eventName, unsigned long resultIndex, SpeechRecognitionResultList* results) argument
83 , m_results(results)
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcjaptst.c58 const static UCollationResult results[] = { variable
130 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
H A Dencoll.c141 const static UCollationResult results[] = { variable
278 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
319 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
338 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dfrcoll.cpp76 const Collator::EComparisonResult CollationFrenchTest::results[] = member in class:CollationFrenchTest
151 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
/external/chromium_org/third_party/libxml/src/
H A DtestThreads.c101 void *results[MAX_ARGC]; local
109 results[i] = NULL;
122 ret = pthread_join(tid[i], &results[i]);
131 if (results[i] != (void *) Okay)
144 void *results[MAX_ARGC]; local
154 results[i] = NULL;
167 ret = wait_for_thread(tid[i], &results[i]);
178 if (results[i] != (void *) Okay) {
H A DtestThreadsWin32.c90 DWORD results[MAX_ARGC]; local
100 results[i] = 0;
121 ret = GetExitCodeThread (tid[i], &results[i]);
132 if (results[i] != (DWORD) Okay)
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DCubicBounds.cpp19 int results = findExtrema(cubic[0].x, cubic[1].x, cubic[2].x, cubic[3].x, leftTs); local
21 for (int index = 0; index < results; ++index) {
/external/chromium_org/third_party/skia/gm/rebaseline_server/
H A Dcompare_configs.py9 Compare GM results for two configs, across all builders.
26 import results namespace
29 class ConfigComparisons(results.BaseComparisons):
30 """Loads results from two different configurations into an ImagePairSet.
32 Loads actual and expected results from all builders, except for those skipped
36 def __init__(self, configs, actuals_root=results.DEFAULT_ACTUALS_DIR,
37 generated_images_root=results.DEFAULT_GENERATED_IMAGES_ROOT,
42 actuals_root: root directory containing all actual-results.json files
66 """Loads the results of all tests, across all builders (based on the
73 logging.info('Reading actual-results JSO
[all...]
H A Dcompare_to_expectations_test.py11 TODO(epoger): Create a command to update the expected results (in
13 1. examine the results in self.output_dir_actual and make sure they are ok
27 import results namespace
28 import gm_json # must import results first, so that gm_json will be in sys.path namespace
34 """Process results of a GM run with the ExpectationComparisons object."""
44 results.KEY__HEADER__RESULTS_ALL),
/external/chromium_org/tools/gn/
H A Dtokenizer_unittest.cc23 std::vector<Token> results = Tokenizer::Tokenize(&input_file, &err); local
25 if (results.size() != len)
28 if (expect[i].type != results[i].type())
30 if (expect[i].value != results[i].value())
43 std::vector<Token> results = Tokenizer::Tokenize(&empty_string_input, &err); local
44 EXPECT_TRUE(results.empty());
49 results = Tokenizer::Tokenize(&whitespace_input, &err);
50 EXPECT_TRUE(results.empty());
140 std::vector<Token> results = Tokenizer::Tokenize(&input, &err); local
142 ASSERT_EQ(4u, results
[all...]
/external/chromium_org/tools/memory_inspector/memory_inspector/classification/
H A Dnative_heap_classifier.py31 from memory_inspector.classification import results namespace
50 """Creates aggregated results of native heaps using the provided rules.
62 res = results.AggreatedResults(rule_tree, _RESULT_KEYS)
/external/chromium_org/ui/app_list/
H A Dapp_list_model.h120 // Filters the given |results| by |display_type|. The returned list is
123 SearchResults* results,
130 SearchResults* results() { return results_.get(); } function in class:app_list::AppListModel
/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/icu/icu4c/source/test/cintltst/
H A Dcjaptst.c58 const static UCollationResult results[] = { variable
130 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
H A Dencoll.c141 const static UCollationResult results[] = { variable
278 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
319 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
338 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
/external/icu/icu4c/source/test/intltest/
H A Dfrcoll.cpp76 const Collator::EComparisonResult CollationFrenchTest::results[] = member in class:CollationFrenchTest
151 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);

Completed in 5118 milliseconds

1234567891011>>