Home
last modified time | relevance | path

Searched defs:Assert (Results 1 – 25 of 38) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DAssert.hpp33 # define Assert(expression) ((void)0) macro
35 # define Assert(expression) … macro
/third_party/mindspore/mindspore/core/ops/
Dassert.h32 Assert() : PrimitiveC(kNameAssert) {} in Assert() function
/third_party/flatbuffers/samples/
DSampleBinary.cs124 static void Assert(bool assertPassed, string codeExecuted, string actualValue, in Assert() method in SampleBinary
/third_party/googletest/googletest/test/
Dgtest_testbridge_test.py41 def Assert(condition): function
Dgoogletest-param-test-invalid-name2-test.py39 def Assert(condition): function
Dgoogletest-param-test-invalid-name1-test.py39 def Assert(condition): function
Dgoogletest-uninitialized-test.py39 def Assert(condition): function
/third_party/optimized-routines/networking/
Dchksum_common.h24 #define Assert(exp) assert(exp) macro
26 #define Assert(exp) (void) (exp) macro
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DAssert.java16 public class Assert { class
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DAssert.java12 public class Assert { class
/third_party/flatbuffers/tests/
DphpUnionVectorTest.php14 class Assert { class
DphpTest.php601 class Assert { class
/third_party/googletest/googlemock/include/gmock/internal/
Dgmock-internal-utils.h215 inline void Assert(bool condition, const char* file, int line, in Assert() function
222 inline void Assert(bool condition, const char* file, int line) { in Assert() function
/third_party/optimized-routines/networking/test/
Dchksum.c23 #define Assert(exp) assert(exp) macro
25 #define Assert(exp) (void) (exp) macro
/third_party/flatbuffers/tests/FlatBuffers.Test/
DAssert.cs76 public static class Assert class
/third_party/freetype/src/gzip/
Dzutil.h189 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} macro
196 # define Assert(cond,msg) macro
/third_party/skia/third_party/externals/freetype/src/gzip/
Dzutil.h189 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} macro
196 # define Assert(cond,msg) macro
/third_party/flutter/skia/third_party/externals/freetype/src/gzip/
Dzutil.h189 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} macro
196 # define Assert(cond,msg) macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DValueHandle.h37 enum HandleBaseKind { Assert, Callback, Weak, WeakTracking }; enumerator
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/
Dzutil.h241 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} macro
248 # define Assert(cond,msg) macro
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/
Dzutil.h241 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} macro
248 # define Assert(cond,msg) macro
/third_party/skia/third_party/externals/zlib/
Dzutil.h256 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} macro
263 # define Assert(cond,msg) macro
/third_party/flutter/skia/third_party/externals/zlib/
Dzutil.h256 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} macro
263 # define Assert(cond,msg) macro
/third_party/zlib/
Dzutil.h244 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} macro
251 # define Assert(cond,msg) macro
/third_party/node/deps/zlib/
Dzutil.h256 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} macro
263 # define Assert(cond,msg) macro

12