Home
last modified time | relevance | path

Searched refs:Except (Results 1 – 25 of 183) sorted by relevance

12345678

/third_party/vk-gl-cts/external/vulkancts/vkscserver/
Dtests.cpp88 void Except (const string& name, const T& value, T excepted, const string& message) in Except() function
108Except("StoreContentResponse::status", response.status, true, "After requesting to store data on a… in RunStoreContentTests()
118Except("StoreContentResponse::status", response.status, true, "After requesting to store data with… in RunStoreContentTests()
131Except("StoreContentResponse::status", response.status, true, "After requesting to get data from s… in RunGetContentTests()
132 Except("StoreContentResponse::data", response.data, {5,6,7,8,9}, "Received data must be correct"); in RunGetContentTests()
142Except("StoreContentResponse::status", response.status, false, "Requesting to get data from server… in RunGetContentTests()
170Except("StoreContentResponse::status", response.status, true, "After requesting server to compile … in RunCompileShaderTests()
171Except("StoreContentResponse::binary.empty()", response.binary.empty(), false, "Received data must… in RunCompileShaderTests()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DCrashRecoveryContext.cpp194 static int ExceptionFilter(_EXCEPTION_POINTERS *Except) { in ExceptionFilter() argument
205 int RetCode = (int)Except->ExceptionRecord->ExceptionCode; in ExceptionFilter()
211 RetCode, reinterpret_cast<uintptr_t>(Except)); in ExceptionFilter()
/third_party/pulseaudio/scripts/benchmarks/
D.gitignore8 # Except these files
/third_party/python/Objects/
Dframeobject.c98 Except = 4, enumerator
174 except_stack = push_block(block_stack, Except); in markblocks()
184 except_stack = push_block(block_stack, Except); in markblocks()
249 case Except: in explain_incompatible_block_stack()
484 case Except: in frame_setlineno()
/third_party/gn/src/base/third_party/icu/
DLICENSE30 Except as contained in this notice, the name of a copyright holder
70 Except as contained in this notice, the name of a copyright holder
/third_party/rust/crates/io-lifetimes/
DCOPYRIGHT16 Except as otherwise noted (below and/or in individual files), `io-lifetimes`
/third_party/rust/crates/rustix/
DCOPYRIGHT16 Except as otherwise noted (below and/or in individual files), `rustix`
/third_party/rust/crates/linux-raw-sys/
DCOPYRIGHT16 Except as otherwise noted (below and/or in individual files), `linux-raw-sys`
/third_party/libphonenumber/resources/geocoding/en/
D226.txt16 # http://en.wikipedia.org/wiki/+226 [482669671] Except where overruled by
/third_party/curl/
DCOPYING20 Except as contained in this notice, the name of a copyright holder shall not
/third_party/libxml2/
DCopyright1 Except where otherwise noted in the source code (e.g. the files hash.c,
/third_party/popt/
DCOPYING20 Except as contained in this notice, the name of the X Consortium shall not be
/third_party/python/Tools/pynche/X/
Dxlicense.txt24 Except as contained in this notice, the name of The Open Group shall
/third_party/openssl/doc/man3/
DBIO_printf.pod43 Except when I<n> is 0, both BIO_snprintf() and BIO_vsnprintf() always
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/data/
Driwords.txt44 # Except as contained in this notice, the name of a copyright holder
/third_party/rust/crates/unicode-ident/
DLICENSE-UNICODE43 Except as contained in this notice, the name of a copyright holder
/third_party/icu/icu4c/source/test/testdata/
Driwords.txt43 # Except as contained in this notice, the name of a copyright holder
/third_party/icu/ohos_icu4j/src/main/tests/resources/ohos/global/icu/dev/data/
Driwords.txt44 # Except as contained in this notice, the name of a copyright holder
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIRBuilder.h1185 Value *getConstrainedFPExcept(Optional<fp::ExceptionBehavior> Except) { in getConstrainedFPExcept() argument
1188 if (Except.hasValue()) in getConstrainedFPExcept()
1189 UseExcept = Except.getValue(); in getConstrainedFPExcept()
1565 Optional<fp::ExceptionBehavior> Except = None) {
1567 Value *ExceptV = getConstrainedFPExcept(Except);
2204 Optional<fp::ExceptionBehavior> Except = None) {
2205 Value *ExceptV = getConstrainedFPExcept(Except);
2397 Optional<fp::ExceptionBehavior> Except = None) {
2399 Value *ExceptV = getConstrainedFPExcept(Except);
2474 Optional<fp::ExceptionBehavior> Except = None) {
[all …]
/third_party/rust/crates/regex/regex-syntax/src/unicode_tables/
DLICENSE-UNICODE54 Except as contained in this notice, the name of a copyright holder
/third_party/skia/third_party/externals/icu/source/data/unidata/
Ducdterms.txt44 Except as contained in this notice, the name of a copyright holder shall not be
/third_party/zlib/contrib/pascal/
Dreadme.txt36 - Except for the callbacks, the zlib function interfaces are
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCStreamer.cpp737 void MCStreamer::EmitWinEHHandler(const MCSymbol *Sym, bool Unwind, bool Except, in EmitWinEHHandler() argument
746 if (!Except && !Unwind) in EmitWinEHHandler()
750 if (Except) in EmitWinEHHandler()
/third_party/mesa3d/src/gtest/include/gtest/internal/
Dgtest-type-util.h.pump116 // Except for Types0, every struct in the family has two member types:
215 // TN> represents a list of N templates (T1, T2, ..., and TN). Except
/third_party/python/Doc/c-api/
Dcontextvars.rst127 Except for ``NULL``, the function returns a new reference.

12345678