Searched refs:RETURN_FAILURE (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython3/Modules/ |
D | sre_lib.h | 404 #define RETURN_FAILURE do { ret = 0; goto exit; } while(0) macro 412 do { RETURN_ON_ERROR(i); if (i == 0) RETURN_FAILURE; } while (0) 580 RETURN_FAILURE; in SRE() 620 RETURN_FAILURE; in SRE() 631 RETURN_FAILURE; in SRE() 643 RETURN_FAILURE; in SRE() 653 RETURN_FAILURE; in SRE() 663 RETURN_FAILURE; in SRE() 673 RETURN_FAILURE; in SRE() 682 RETURN_FAILURE; in SRE() [all …]
|
/external/python/cpython2/Modules/ |
D | _sre.c | 673 #define RETURN_FAILURE do { ret = 0; goto exit; } while(0) macro 681 do { RETURN_ON_ERROR(i); if (i == 0) RETURN_FAILURE; } while (0) 842 RETURN_FAILURE; in SRE_MATCH() 882 RETURN_FAILURE; in SRE_MATCH() 893 RETURN_FAILURE; in SRE_MATCH() 909 RETURN_FAILURE; in SRE_MATCH() 919 RETURN_FAILURE; in SRE_MATCH() 929 RETURN_FAILURE; in SRE_MATCH() 938 RETURN_FAILURE; in SRE_MATCH() 947 RETURN_FAILURE; in SRE_MATCH() [all …]
|
/external/v8/src/objects/ |
D | js-array-buffer.cc | 213 RETURN_FAILURE(isolate, GetShouldThrow(isolate, should_throw), in DefineOwnProperty() 220 RETURN_FAILURE(isolate, GetShouldThrow(isolate, should_throw), in DefineOwnProperty() 225 RETURN_FAILURE(isolate, GetShouldThrow(isolate, should_throw), in DefineOwnProperty() 237 RETURN_FAILURE(isolate, GetShouldThrow(isolate, should_throw), in DefineOwnProperty()
|
D | js-objects.cc | 1272 RETURN_FAILURE( in ValidateAndApplyPropertyDescriptor() 1349 RETURN_FAILURE( in ValidateAndApplyPropertyDescriptor() 1358 RETURN_FAILURE( in ValidateAndApplyPropertyDescriptor() 1376 RETURN_FAILURE( in ValidateAndApplyPropertyDescriptor() 1406 RETURN_FAILURE( in ValidateAndApplyPropertyDescriptor() 1416 RETURN_FAILURE( in ValidateAndApplyPropertyDescriptor() 1433 RETURN_FAILURE( in ValidateAndApplyPropertyDescriptor() 1441 RETURN_FAILURE( in ValidateAndApplyPropertyDescriptor() 3735 RETURN_FAILURE( in CreateDataProperty() 3741 RETURN_FAILURE( in CreateDataProperty() [all …]
|
D | objects.cc | 1595 RETURN_FAILURE(isolate, GetShouldThrow(isolate, maybe_should_throw), in SetPropertyWithAccessor() 2685 RETURN_FAILURE( in CannotCreateProperty() 2713 RETURN_FAILURE(isolate, should_throw, in WriteToReadOnlyProperty() 2721 RETURN_FAILURE(isolate, GetShouldThrow(isolate, should_throw), in RedefineIncompatibleProperty() 2792 RETURN_FAILURE(it->isolate(), GetShouldThrow(it->isolate(), should_throw), in AddDataProperty() 2810 RETURN_FAILURE( in AddDataProperty() 2819 RETURN_FAILURE(isolate, GetShouldThrow(it->isolate(), should_throw), in AddDataProperty() 3044 RETURN_FAILURE(isolate, GetShouldThrow(isolate, should_throw), in SetProperty() 3091 RETURN_FAILURE(isolate, should_throw, in DeletePropertyOrElement() 3211 RETURN_FAILURE(isolate, GetShouldThrow(isolate, should_throw), in DefineOwnProperty() [all …]
|
/external/skia/src/core/ |
D | SkRuntimeEffect.cpp | 59 #define RETURN_FAILURE(...) return std::make_pair(nullptr, SkStringPrintf(__VA_ARGS__)) in Make() macro 62 RETURN_FAILURE("%s", compiler->errorText().c_str()); in Make() 153 RETURN_FAILURE("Invalid input/uniform type: '%s'", in Make() 163 RETURN_FAILURE("'uniform' variables may not have '%s' type", in Make() 179 RETURN_FAILURE("'in' variables may not have '%s' type", in Make() 197 #undef RETURN_FAILURE in Make()
|
/external/v8/src/execution/ |
D | isolate.h | 334 #define RETURN_FAILURE(isolate, should_throw, call) \ macro
|