Home
last modified time | relevance | path

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

12345678910>>...13

/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/glslang/Test/
Dhlsl.intrinsics.comp20 // Don't repeat all the pixel/vertex fns - just one for sanity.
54 // Don't repeat all the pixel/vertex fns - just one for sanity.
81 // Don't repeat all the pixel/vertex fns - just one for sanity.
108 // Don't repeat all the pixel/vertex fns - just one for sanity.
/third_party/icu/tools/multi/proj/provider/
Dicu-config.sed7 s%^sanity$%# sanity disabled.%
/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/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/flutter/skia/third_party/externals/icu/source/config/
Dicu-config-bottom98 ## Check the sanity of current variables
99 sanity()
150 sanity
182 sanity
405 sanity
410 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/flutter/skia/third_party/externals/harfbuzz/
DTESTING.md7 # quick sanity check
11 # slower sanity check
/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/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/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/elfutils/tests/
Drun-lfs-symbols.sh62 echo First sanity-check that LFS detection works.
/third_party/flutter/flutter/dev/integration_tests/ui/test_driver/
Droute_test.dart21 test('sanity check flutter drive --route', () async {
/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/benchmark/docs/
Dreleasing.md4 * Ensure the project builds and tests run (sanity check only, obviously)
/third_party/node/deps/cares/m4/
Dxc-val-flgs.m4192 dnl Performs some sanity checks for LIBS, LDFLAGS,
221 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

12345678910>>...13