HomeSort by relevance Sort by last modified time
    Searched defs:results (Results 1 - 25 of 477) 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/chromium_org/native_client_sdk/src/tests/sdk_util_test/
string_util_test.cc 53 std::vector<std::string> results; local
54 SplitString("alongwordwithnodelimiter", 'D', &results);
55 EXPECT_THAT(results, ElementsAre("alongwordwithnodelimiter"));
59 std::vector<std::string> results; local
60 SplitString("DDDoneDtwoDthree", 'D', &results);
61 EXPECT_THAT(results, ElementsAre("", "", "", "one", "two", "three"));
65 std::vector<std::string> results; local
66 SplitString("unoDDDdosDtresDDcuatro", 'D', &results);
67 EXPECT_THAT(results, ElementsAre("uno", "", "", "dos", "tres", "", "cuatro"));
71 std::vector<std::string> results; local
    [all...]
  /external/chromium_org/tools/json_schema_compiler/test/
functions_on_types_unittest.cc 52 StorageArea::Get::Results::Items items;
55 scoped_ptr<base::ListValue> results = local
56 StorageArea::Get::Results::Create(items);
58 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<base::ListValue> results = local
15 ReturnsObject::Results::Create(some_object);
21 EXPECT_TRUE(results->Equals(&expected));
25 ReturnsMultiple::Results::SomeObject some_object;
26 some_object.state = ReturnsMultiple::Results::SomeObject::STATE_FOO;
27 scoped_ptr<base::ListValue> results = local
28 ReturnsMultiple::Results::Create(5, some_object);
35 EXPECT_TRUE(results->Equals(&expected))
    [all...]
crossref_unittest.cc 65 scoped_ptr<base::ListValue> results = local
66 GetTestType::Results::Create(*test_type);
68 results->GetDictionary(0, &result_dict);
objects_unittest.cc 50 ReturnsObject::Results::Info info;
51 info.state = ReturnsObject::Results::Info::STATE_FOO;
52 scoped_ptr<base::ListValue> results = ReturnsObject::Results::Create(info); local
57 ASSERT_TRUE(results->GetDictionary(0, &result));
64 scoped_ptr<base::ListValue> results(OnObjectFired::Create(object));
69 ASSERT_TRUE(results->GetDictionary(0, &result));
simple_api_unittest.cc 25 scoped_ptr<base::ListValue> results = IncrementInteger::Results::Create(5); local
28 EXPECT_TRUE(results->Equals(&expected));
111 scoped_ptr<base::ListValue> results = OptionalString::Results::Create(); local
113 EXPECT_TRUE(results->Equals(&expected));
140 scoped_ptr<base::ListValue> results = local
141 GetTestType::Results::Create(*test_type);
144 results->GetDictionary(0, &result);
151 scoped_ptr<base::ListValue> results(OnIntegerFired::Create(5))
    [all...]
  /external/chromium_org/mojo/public/cpp/test_support/lib/
test_support.cc 16 std::vector<std::string> results; local
18 results.push_back(*ptr);
22 return results;
  /external/chromium_org/android_webview/native/
aw_assets.cc 26 std::vector<long> results; local
27 base::android::JavaLongArrayToLongVector(env, jarr.obj(), &results);
28 DCHECK_EQ(3U, results.size());
29 *fd = static_cast<int>(results[0]);
30 *offset = results[1];
31 *size = results[2];
  /external/chromium_org/third_party/icu/source/test/intltest/
allcoll.h 50 static const Collator::EComparisonResult results[]; member in class:CollationDummyTest
decoll.h 43 static const Collator::EComparisonResult results[][2]; member in class:CollationGermanTest
escoll.h 42 static const Collator::EComparisonResult results[]; member in class:CollationSpanishTest
ficoll.h 41 static const Collator::EComparisonResult results[]; member in class:CollationFinnishTest
frcoll.h 44 static const Collator::EComparisonResult results[]; member in class:CollationFrenchTest
  /external/chromium_org/third_party/skia/gm/rebaseline_server/
results_test.py 9 Test results.py
15 import results namespace
22 results_obj = results.BaseComparisons()
57 actual_output_dict = results.BaseComparisons.combine_subdicts(
72 actual_output_dict = results.BaseComparisons.combine_subdicts(
  /external/cmockery/cmockery_0_1_2/src/example/
customer_database.c 35 void **results; local
39 &results);
43 return (unsigned int)results[0];
  /external/icu/icu4c/source/test/intltest/
allcoll.h 50 static const Collator::EComparisonResult results[]; member in class:CollationDummyTest
  /external/lldb/source/Symbol/
ClangExternalASTSourceCallbacks.cpp 57 llvm::SmallVector <clang::NamedDecl *, 3> results; local
59 m_callback_find_by_name (m_callback_baton, decl_ctx, clang_decl_name, &results);
61 SetExternalVisibleDeclsForName(decl_ctx, clang_decl_name, results);
63 return (results.size() != 0);
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
results.js 26 var results = results || {};
66 // Kinds of results.
67 results.kActualKind = 'actual';
68 results.kExpectedKind = 'expected';
69 results.kDiffKind = 'diff';
70 results.kUnknownKind = 'unknown';
73 results.kImageType = 'image';
74 results.kAudioType = 'audio';
75 results.kTextType = 'text'
    [all...]
  /external/chromium_org/components/history/core/browser/
history_types_unittest.cc 38 void AddSimpleData(QueryResults* results) {
46 results->AppendURLBySwapping(&result1);
47 results->AppendURLBySwapping(&result2);
48 results->AppendURLBySwapping(&result3);
49 CheckHistoryResultConsistency(*results);
58 QueryResults results; local
59 AddSimpleData(&results);
64 const size_t* matches = results.MatchesForURL(url1, &match_count);
70 matches = results.MatchesForURL(url2, &match_count);
75 results.DeleteRange(0, 0)
97 QueryResults results; local
    [all...]
  /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/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 2306 milliseconds

1 2 3 4 5 6 7 8 91011>>