Home
last modified time | relevance | path

Searched refs:sanity (Results 1 – 25 of 282) sorted by relevance

12345678910>>...12

/third_party/mesa3d/.gitlab-ci/piglit/
Ddisable-vs_in.diff25 diff --git a/tests/sanity.py b/tests/sanity.py
27 --- a/tests/sanity.py
28 +++ b/tests/sanity.py
32 'spec/arb_tessellation_shader/execution/sanity.shader_test',
/third_party/node/test/parallel/
Dtest-fs-non-number-arguments-throw.js14 const sanity = 'def'; constant
46 sanity, data.toString('utf8'),
47 `read ${data.toString('utf8')} instead of ${sanity}`);
/third_party/icu/tools/multi/proj/provider/
Dicu-config.sed7 s%^sanity$%# sanity disabled.%
/third_party/glslang/Test/
Dhlsl.intrinsics.comp22 // Don't repeat all the pixel/vertex fns - just one for sanity.
58 // Don't repeat all the pixel/vertex fns - just one for sanity.
85 // Don't repeat all the pixel/vertex fns - just one for sanity.
112 // Don't repeat all the pixel/vertex fns - just one for sanity.
/third_party/musl/libc-test/src/math/gen/
Dgentests.sh13 for i in crlibm/$N.h ucb/$N.h sanity/$N.h
18 for i in crlibm/$ND.h ucb/$ND.h sanity/$ND.h
Dgensanity.sh3 D=../sanity
/third_party/elfutils/libdwfl/
Ddwfl_report_elf.c46 bool sanity, GElf_Addr *vaddrp, in __libdwfl_elf_address_range() argument
217 if (end == 0 && sanity) in __libdwfl_elf_address_range()
243 bool sanity) in __libdwfl_report_elf() argument
247 if (! __libdwfl_elf_address_range (elf, base, add_p_vaddr, sanity, &vaddr, in __libdwfl_report_elf()
/third_party/libxml2/
Dbackport-regexp-Add-sanity-check-in-xmlRegCalloc2.patch4 Subject: [PATCH] regexp: Add sanity check in xmlRegCalloc2
6 These arguments should be non-zero, but add a sanity check to avoid
/third_party/skia/third_party/externals/icu/source/config/
Dicu-config-bottom104 ## Check the sanity of current variables
105 sanity()
156 sanity
188 sanity
411 sanity
416 sanity
/third_party/icu/icu4c/source/config/
Dicu-config-bottom104 ## Check the sanity of current variables
105 sanity()
156 sanity
188 sanity
411 sanity
416 sanity
/third_party/libwebsockets/plugins/
Dprotocol_lws_openmetrics_export.c96 char sanity[8]; member
617 lws_strncpy(vhd->sanity, "isagg", sizeof(vhd->sanity)); in callback_lws_openmetrics_prox_agg()
623 assert(!strcmp(vhd->bind_partner_vhd->sanity, "isws")); in callback_lws_openmetrics_prox_agg()
793 lws_strncpy(vhd->sanity, "isws", sizeof(vhd->sanity)); in callback_lws_openmetrics_prox_server()
799 assert(!strcmp(vhd->bind_partner_vhd->sanity, "isagg")); in callback_lws_openmetrics_prox_server()
/third_party/libwebsockets/lib/core/
Dbuflist.c40 int sanity = 1024; in lws_buflist_append_segment() local
47 if (!--sanity) { in lws_buflist_append_segment()
/third_party/libwebsockets/READMEs/
DREADME.problems.md50 Use the test apps / minimal examples as sanity checks
54 are extremely useful for sanity checks and debugging guidance.
/third_party/openssl/doc/man3/
DEVP_PKEY_check.pod31 order to perform a lightweight sanity check of the key. If a quicker form is not
39 order to perform a lightweight sanity check of the key. If a quicker form is not
/third_party/elfutils/tests/
Drun-lfs-symbols.sh62 echo First sanity-check that LFS detection works.
/third_party/icu/docs/processes/release/tasks/
Dcopy-shared-tests.md23 Copy all of these from CLDR to ICU, and sanity check the differences, then check
/third_party/mbedtls/tests/suites/
Dtest_suite_timing.function5 * this suite only performs very basic sanity checks of the timing API.
/third_party/mesa3d/docs/gallium/
Ddebugging.rst54 Gallium has a built-in shader sanity checker. This option controls whether
55 the shader sanity checker prints its warnings and errors to stderr.
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
Dstacktrace_x86-inl.inc146 // get one frame of garbage in the stack trace and fail the sanity check on
155 // stackframe, or return null if no stackframe can be found. Perform sanity
276 // Lax sanity checks cause a crash in 32-bit tcmalloc/crash_reason_test
278 // Make an extra sanity check to insure new_fp is readable.
/third_party/mbedtls/tests/
DDescriptions.txt4 (reference test vectors, sanity checks, malformed input for parsing
/third_party/typescript/scripts/build/
Dtests.mjs126 // finally, do a sanity check and build the compiler with the built version of itself
127 log.info("Starting sanity check build...");
/third_party/curl/m4/
Dxc-val-flgs.m4194 dnl Performs some sanity checks for LIBS, LDFLAGS,
223 dnl Performs some sanity checks for LIBS, LDFLAGS,
/third_party/rust/crates/bindgen/book/src/
Dtutorial-5.md3 Finally, to tie everything together, let's write a sanity test that round trips
8 is for testing the bindings directly, our sanity test will use the bindings
/third_party/typescript/tests/baselines/reference/
DdestructuringAssignmentWithExportedName.symbols8 // sanity checks
/third_party/e2fsprogs/
D0015-libext2fs-add-sanity-check-to-extent-manipulation.patch4 Subject: [PATCH] libext2fs: add sanity check to extent manipulation

12345678910>>...12