Home
last modified time | relevance | path

Searched refs:return_null (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/core/
DSkColorSpace_ICC.cpp27 #define return_null(msg) \ macro
1315 return_null("Need valid rgb tags for XYZ space"); in make_xyz()
1322 return_null("XYZ matrix is not D50"); in make_xyz()
1358 return_null("SkGammas struct is too large to allocate"); in make_xyz()
1392 return_null("SkGammas struct is too large to allocate"); in make_xyz()
1441 return_null("grayTRC tag required for monochrome profiles."); in make_gray()
1460 return_null("SkGammas struct is too large to allocate"); in make_gray()
1500 return_null("Data is null or not large enough to contain an ICC profile"); in MakeICC()
1531 return_null("Not enough input data to read tag table entries"); in MakeICC()
1542 return_null("Tag is too large to fit in ICC profile"); in MakeICC()
[all …]
/external/v8/src/builtins/
Dbuiltins-object.cc153 return_null(this, Label::kDeferred), in TF_BUILTIN() local
170 GotoIf(WordEqual(receiver, NullConstant()), &return_null); in TF_BUILTIN()
242 Bind(&return_null); in TF_BUILTIN()
/external/libxml2/
Dxmlschemas.c8551 goto return_null; in xmlSchemaParseElement()
8611 goto return_null; in xmlSchemaParseElement()
8618 goto return_null; in xmlSchemaParseElement()
8638 goto return_null; in xmlSchemaParseElement()
8662 goto return_null; in xmlSchemaParseElement()
8869 return_null: in xmlSchemaParseElement()