HomeSort by relevance Sort by last modified time
    Searched defs:results (Results 1 - 25 of 664) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/v8/test/mjsunit/
stress-array-push.js 30 var results = []; variable
32 if ((k%10000) == 0) results.length = 0;
33 results.push({});
  /external/v8/test/mjsunit/
stress-array-push.js 30 var results = []; variable
32 if ((k%10000) == 0) results.length = 0;
33 results.push({});
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
results.js 29 var results = results || {};
34 results.NUM_FAILURES_BY_TYPE = 'num_failures_by_type';
35 results.FAILURE_MAP = 'failure_map';
36 results.CHROME_REVISIONS = 'chromeRevision';
37 results.BLINK_REVISIONS = 'blinkRevision';
38 results.TIMESTAMPS = 'secondsSinceEpoch';
39 results.BUILD_NUMBERS = 'buildNumbers';
40 results.TESTS = 'tests';
43 results.PASS = 'PASS'
    [all...]
  /external/chromium_org/tools/json_schema_compiler/test/
functions_on_types_unittest.cc 51 StorageArea::Get::Results::Items items;
54 scoped_ptr<ListValue> results = StorageArea::Get::Results::Create(items); local
56 ASSERT_TRUE(results->GetDictionary(0, &item_result));
callbacks_unittest.cc 12 ReturnsObject::Results::SomeObject some_object;
13 some_object.state = ReturnsObject::Results::SomeObject::STATE_FOO;
14 scoped_ptr<ListValue> results = ReturnsObject::Results::Create(some_object); local
20 EXPECT_TRUE(results->Equals(&expected));
24 ReturnsMultiple::Results::SomeObject some_object;
25 some_object.state = ReturnsMultiple::Results::SomeObject::STATE_FOO;
26 scoped_ptr<ListValue> results = local
27 ReturnsMultiple::Results::Create(5, some_object);
34 EXPECT_TRUE(results->Equals(&expected))
    [all...]
crossref_unittest.cc 64 scoped_ptr<ListValue> results = GetTestType::Results::Create(*test_type); local
66 results->GetDictionary(0, &result_dict);
objects_unittest.cc 50 ReturnsObject::Results::Info info;
51 info.state = ReturnsObject::Results::Info::STATE_FOO;
52 scoped_ptr<ListValue> results = ReturnsObject::Results::Create(info); local
57 ASSERT_TRUE(results->GetDictionary(0, &result));
64 scoped_ptr<ListValue> results(OnObjectFired::Create(object));
69 ASSERT_TRUE(results->GetDictionary(0, &result));
simple_api_unittest.cc 25 scoped_ptr<ListValue> results = IncrementInteger::Results::Create(5); local
28 EXPECT_TRUE(results->Equals(&expected));
111 scoped_ptr<ListValue> results = OptionalString::Results::Create(); local
113 EXPECT_TRUE(results->Equals(&expected));
140 scoped_ptr<ListValue> results = GetTestType::Results::Create(*test_type); local
143 results->GetDictionary(0, &result);
150 scoped_ptr<ListValue> results(OnIntegerFired::Create(5))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
SpeechInputEvent.h 41 static PassRefPtr<SpeechInputEvent> create(const AtomicString& eventType, const SpeechInputResultArray& results);
44 SpeechInputResultList* results() const { return m_results.get(); } function in class:WebCore::SpeechInputEvent
50 SpeechInputEvent(const AtomicString& eventType, const SpeechInputResultArray& results);
  /external/srec/srec/Semproc/include/
SR_SemanticResultImpl.h 42 HashMap* results; member in struct:SR_SemanticResultImpl_t
  /ndk/sources/cxx-stl/gabi++/src/
personality.cc 62 ScanResultInternal results; member in namespace:__cxxabiv1
68 scanEHTable(results, actions, native_exception, unwind_exception, context);
69 if (results.reason == _URC_HANDLER_FOUND) {
73 exception_header->handlerSwitchValue = static_cast<int>(results.ttypeIndex);
74 exception_header->actionRecord = results.actionRecord;
75 exception_header->languageSpecificData = results.languageSpecificData;
76 exception_header->catchTemp = reinterpret_cast<void*>(results.landingPad);
77 exception_header->adjustedPtr = results.adjustedPtr;
78 saveDataToBarrierCache(unwind_exception, context, results);
93 results.ttypeIndex = exception_header->handlerSwitchValue
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
results.js 26 var results = results || {};
73 // Kinds of results.
74 results.kActualKind = 'actual';
75 results.kExpectedKind = 'expected';
76 results.kDiffKind = 'diff';
77 results.kUnknownKind = 'unknown';
80 results.kImageType = 'image'
81 results.kAudioType = 'audio'
82 results.kTextType = 'text
    [all...]
rollbot_unittests.js 33 "results": [
  /external/chromium_org/third_party/icu/source/test/intltest/
allcoll.h 50 static const Collator::EComparisonResult results[]; member in class:CollationDummyTest
  /external/icu4c/test/intltest/
allcoll.h 50 static const Collator::EComparisonResult results[]; member in class:CollationDummyTest
  /external/chromium/testing/gtest/test/
gtest-test-part_test.cc 170 TestPartResultArray results; local
171 EXPECT_EQ(0, results.size());
177 TestPartResultArray results; local
178 results.Append(r1_);
179 EXPECT_EQ(1, results.size());
180 EXPECT_STREQ("Failure 1", results.GetTestPartResult(0).message());
186 TestPartResultArray results; local
187 results.Append(r1_);
188 results.Append(r2_);
189 EXPECT_EQ(2, results.size())
199 TestPartResultArray results; local
    [all...]
  /external/chromium_org/chrome/browser/ui/app_list/search/
search_provider.h 20 typedef ScopedVector<ChromeSearchResult> Results;
29 // Invoked to stop the current query and no more results changes.
36 const Results& results() const { return results_; } function in class:app_list::SearchProvider
39 // Interface for the derived class to generate search results.
47 Results results_;
tokenized_string_char_iterator_unittest.cc 44 std::vector<std::string> results; local
46 results.push_back(GetIterateState(iter));
50 EXPECT_EQ(expects, JoinString(results, ' '));
58 std::vector<std::string> results; local
60 results.push_back(GetIterateState(iter));
64 EXPECT_EQ(expects, JoinString(results, ' '));
73 std::vector<std::string> results; local
75 results.push_back(GetIterateState(iter));
77 results.push_back(GetIterateState(iter));
82 EXPECT_EQ(expects, JoinString(results, ' '));
    [all...]
  /external/chromium_org/net/quic/crypto/
source_address_token.cc 30 vector<string> results; local
31 base::SplitString(data, ' ', &results);
32 if (results.size() < 2) {
37 if (!base::StringToInt64(results[1], &timestamp)) {
41 ip_ = results[0];
  /external/chromium_org/testing/gtest/test/
gtest-test-part_test.cc 170 TestPartResultArray results; local
171 EXPECT_EQ(0, results.size());
177 TestPartResultArray results; local
178 results.Append(r1_);
179 EXPECT_EQ(1, results.size());
180 EXPECT_STREQ("Failure 1", results.GetTestPartResult(0).message());
186 TestPartResultArray results; local
187 results.Append(r1_);
188 results.Append(r2_);
189 EXPECT_EQ(2, results.size())
199 TestPartResultArray results; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechRecognitionEvent.cpp 47 PassRefPtr<SpeechRecognitionEvent> SpeechRecognitionEvent::createResult(unsigned long resultIndex, const Vector<RefPtr<SpeechRecognitionResult> >& results)
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)
85 , m_results(results)
  /external/chromium_org/third_party/icu/source/test/cintltst/
cdetst.c 69 const static UCollationResult results[][2] = variable
115 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i][1]);
134 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i][0]);
cestst.c 61 const static UCollationResult results[] = { variable
99 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
118 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
cfintst.c 53 const static UCollationResult results[] = { variable
89 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
107 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
cturtst.c 65 const static UCollationResult results[] = { variable
106 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
126 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);

Completed in 888 milliseconds

1 2 3 4 5 6 7 8 91011>>