OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Expectations
(Results
1 - 7
of
7
) sorted by null
/external/skia/dm/
DMExpectations.h
9
struct
Expectations
{
10
virtual ~
Expectations
() {}
16
class NoExpectations : public
Expectations
{
22
class JsonExpectations : public
Expectations
{
29
const skiagm::
Expectations
expectations
= fGMExpectations.get(filename.c_str());
variable
31
if (
expectations
.ignoreFailure() ||
expectations
.empty()) {
37
return
expectations
.match(digest);
DMWriteTask.h
27
class
Expectations
: public DM::
Expectations
{
29
explicit
Expectations
(const char* root) : fRoot(root) {}
/external/skia/gm/
gm_expectations.h
46
* checksum within JSON
expectations
file, in the form
96
* Test
expectations
(allowed image results, etc.)
98
class
Expectations
{
101
* No
expectations
at all.
103
explicit
Expectations
(bool ignoreFailure=kDefaultIgnoreFailure);
109
explicit
Expectations
(const SkBitmap& bitmap, bool ignoreFailure=kDefaultIgnoreFailure);
114
explicit
Expectations
(const BitmapAndDigest& bitmapAndDigest);
117
* Create
Expectations
from a JSON element as found within the
121
* don't have any
expectations
.
123
explicit
Expectations
(Json::Value jsonElement)
[
all
...]
gm_expectations.cpp
130
//
Expectations
class...
132
Expectations
::
Expectations
(bool ignoreFailure) {
136
Expectations
::
Expectations
(const SkBitmap& bitmap, bool ignoreFailure) {
142
Expectations
::
Expectations
(const BitmapAndDigest& bitmapAndDigest) {
148
Expectations
::
Expectations
(Json::Value jsonElement) {
183
bool
Expectations
::match(GmResultDigest actualGmResultDigest) const
[
all
...]
/external/chromium_org/v8/test/cctest/
test-decls.cc
38
enum
Expectations
{
65
Expectations
expectations
,
141
Expectations
expectations
,
152
if (
expectations
== EXPECT_ERROR) {
161
if (
expectations
== EXPECT_RESULT) {
167
CHECK(
expectations
== EXPECT_EXCEPTION);
728
Expectations
expectations
,
[
all
...]
/external/v8/test/cctest/
test-decls.cc
38
enum
Expectations
{
61
Expectations
expectations
,
128
Expectations
expectations
,
141
if (
expectations
== EXPECT_RESULT) {
147
CHECK(
expectations
== EXPECT_EXCEPTION);
/external/chromium_org/chrome/installer/util/
google_update_settings_unittest.cc
73
static struct
Expectations
{
76
}
expectations
[] = {
local
97
for (size_t j = 0; j < arraysize(
expectations
); ++j) {
100
ap +=
expectations
[j].ap_value;
102
const wchar_t* channel =
expectations
[j].channel;
[
all
...]
Completed in 217 milliseconds