HomeSort by: relevance | last modified time | path
    Searched defs:check (Results 1 - 25 of 314) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/bsd/libfido2/dist/tools/
include_check.sh 10 check() { function
23 check examples
24 check fuzz
25 check openbsd-compat
26 CFLAGS="${CFLAGS} -D_FIDO_INTERNAL" check src
27 check src/fido.h
28 check src/fido
29 check tools
  /src/external/gpl2/lvm2/dist/test/
t-unlost-pv.sh 19 check() { function
30 check
38 check
t-inconsistent-metadata.sh 30 check() { function
41 check
49 check
57 check
65 check
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/
check_analyze.sh 29 check() { function
38 check $f rsp 1
39 check $f push 1
40 check $f pop 6
44 check $f rsp 1
45 check $f push 2
46 check $f pop 12
50 check $f rsp 0
51 check $f push 0
52 check $f pop
    [all...]
  /src/tests/usr.bin/indent/
t_options.sh 52 check() function
65 eval "${test_name}_body() { check '$test_name'; }"
  /src/external/gpl3/gdb/dist/gdbsupport/
check-defines.el 22 ;; emacs --script check-defines.el
29 (defconst check-regexp "\\_<\\(\\(HAVE\\|PTRACE_TYPE\\|SIZEOF\\)_[a-zA-Z0-9_]+\\)\\_>")
31 (defvar check-seen 0)
35 (put (intern "HAVE_USEFUL_SBRK") :check-ok t)
36 (put (intern "HAVE_SOCKETS") :check-ok t)
37 (put (intern "HAVE_F_GETFD") :check-ok t)
38 (put (intern "HAVE_DOS_BASED_FILE_SYSTEM") :check-ok t)
40 (defun check-read-config.in (file)
46 (put (intern name) :check-ok t)))))
48 (defun check-one-file (file
    [all...]
  /src/external/gpl3/gdb.old/dist/gdbsupport/
check-defines.el 22 ;; emacs --script check-defines.el
29 (defconst check-regexp "\\_<\\(\\(HAVE\\|PTRACE_TYPE\\|SIZEOF\\)_[a-zA-Z0-9_]+\\)\\_>")
31 (defvar check-seen 0)
35 (put (intern "HAVE_USEFUL_SBRK") :check-ok t)
36 (put (intern "HAVE_SOCKETS") :check-ok t)
37 (put (intern "HAVE_F_GETFD") :check-ok t)
38 (put (intern "HAVE_DOS_BASED_FILE_SYSTEM") :check-ok t)
40 (defun check-read-config.in (file)
46 (put (intern name) :check-ok t)))))
48 (defun check-one-file (file
    [all...]
  /src/tests/lib/libc/regex/
t_regex.sh 28 check() function
47 eval "${name}_body() { check '${name}'; }"
  /src/external/apache2/llvm/dist/libcxx/utils/ci/
run-buildbot 116 function check-cxx-cxxabi() { function
121 ${NINJA} -vC "${BUILD_DIR}" check-cxx
124 ${NINJA} -vC "${BUILD_DIR}" check-cxxabi
129 function check-abi-list() { function
131 ${NINJA} -vC "${BUILD_DIR}" check-cxx-abilist || (
132 echo "+++ Generating the libc++ ABI list after failed check"
138 function check-cxx-benchmarks() { function
140 ${NINJA} -vC "${BUILD_DIR}" check-cxx-benchmarks
148 check-format)
160 # Check if the diff is empty, fail otherwise
    [all...]
  /src/external/lgpl3/gmp/dist/mpn/alpha/ev6/
slot.pl 197 # Check all combinations of U/L/E are present in %slottable.
214 sub check { subroutine
307 check();
  /src/external/lgpl3/mpfr/dist/tests/
tsqrt_ui.c 26 check (unsigned long a, mpfr_rnd_t rnd_mode, const char *qs) function
49 check (0, MPFR_RNDN, "0.0");
50 check (2116118, MPFR_RNDU, "1.45468828276026215e3");
  /src/external/mit/isl/dist/include/isl/
cpp-checked-conversion.h 17 checked::aff check(aff obj) { function in namespace:isl
25 checked::aff_list check(aff_list obj) { function in namespace:isl
33 checked::ast_build check(ast_build obj) { function in namespace:isl
41 checked::ast_expr check(ast_expr obj) { function in namespace:isl
49 checked::ast_expr_id check(ast_expr_id obj) { function in namespace:isl
57 checked::ast_expr_int check(ast_expr_int obj) { function in namespace:isl
65 checked::ast_expr_op check(ast_expr_op obj) { function in namespace:isl
73 checked::ast_expr_op_access check(ast_expr_op_access obj) { function in namespace:isl
81 checked::ast_expr_op_add check(ast_expr_op_add obj) { function in namespace:isl
89 checked::ast_expr_op_address_of check(ast_expr_op_address_of obj) function in namespace:isl
97 checked::ast_expr_op_and check(ast_expr_op_and obj) { function in namespace:isl
105 checked::ast_expr_op_and_then check(ast_expr_op_and_then obj) { function in namespace:isl
113 checked::ast_expr_op_call check(ast_expr_op_call obj) { function in namespace:isl
121 checked::ast_expr_op_cond check(ast_expr_op_cond obj) { function in namespace:isl
129 checked::ast_expr_op_div check(ast_expr_op_div obj) { function in namespace:isl
137 checked::ast_expr_op_eq check(ast_expr_op_eq obj) { function in namespace:isl
145 checked::ast_expr_op_fdiv_q check(ast_expr_op_fdiv_q obj) { function in namespace:isl
153 checked::ast_expr_op_ge check(ast_expr_op_ge obj) { function in namespace:isl
161 checked::ast_expr_op_gt check(ast_expr_op_gt obj) { function in namespace:isl
169 checked::ast_expr_op_le check(ast_expr_op_le obj) { function in namespace:isl
177 checked::ast_expr_op_lt check(ast_expr_op_lt obj) { function in namespace:isl
185 checked::ast_expr_op_max check(ast_expr_op_max obj) { function in namespace:isl
193 checked::ast_expr_op_member check(ast_expr_op_member obj) { function in namespace:isl
201 checked::ast_expr_op_min check(ast_expr_op_min obj) { function in namespace:isl
209 checked::ast_expr_op_minus check(ast_expr_op_minus obj) { function in namespace:isl
217 checked::ast_expr_op_mul check(ast_expr_op_mul obj) { function in namespace:isl
225 checked::ast_expr_op_or check(ast_expr_op_or obj) { function in namespace:isl
233 checked::ast_expr_op_or_else check(ast_expr_op_or_else obj) { function in namespace:isl
241 checked::ast_expr_op_pdiv_q check(ast_expr_op_pdiv_q obj) { function in namespace:isl
249 checked::ast_expr_op_pdiv_r check(ast_expr_op_pdiv_r obj) { function in namespace:isl
257 checked::ast_expr_op_select check(ast_expr_op_select obj) { function in namespace:isl
265 checked::ast_expr_op_sub check(ast_expr_op_sub obj) { function in namespace:isl
273 checked::ast_expr_op_zdiv_r check(ast_expr_op_zdiv_r obj) { function in namespace:isl
281 checked::ast_node check(ast_node obj) { function in namespace:isl
289 checked::ast_node_block check(ast_node_block obj) { function in namespace:isl
297 checked::ast_node_for check(ast_node_for obj) { function in namespace:isl
305 checked::ast_node_if check(ast_node_if obj) { function in namespace:isl
313 checked::ast_node_list check(ast_node_list obj) { function in namespace:isl
321 checked::ast_node_mark check(ast_node_mark obj) { function in namespace:isl
329 checked::ast_node_user check(ast_node_user obj) { function in namespace:isl
337 checked::basic_map check(basic_map obj) { function in namespace:isl
345 checked::basic_set check(basic_set obj) { function in namespace:isl
353 checked::fixed_box check(fixed_box obj) { function in namespace:isl
361 checked::id check(id obj) { function in namespace:isl
369 checked::id_list check(id_list obj) { function in namespace:isl
377 checked::id_to_ast_expr check(id_to_ast_expr obj) { function in namespace:isl
385 checked::id_to_id check(id_to_id obj) { function in namespace:isl
393 checked::map check(map obj) { function in namespace:isl
401 checked::map_list check(map_list obj) { function in namespace:isl
409 checked::multi_aff check(multi_aff obj) { function in namespace:isl
417 checked::multi_id check(multi_id obj) { function in namespace:isl
425 checked::multi_pw_aff check(multi_pw_aff obj) { function in namespace:isl
433 checked::multi_union_pw_aff check(multi_union_pw_aff obj) { function in namespace:isl
441 checked::multi_val check(multi_val obj) { function in namespace:isl
449 checked::point check(point obj) { function in namespace:isl
457 checked::pw_aff check(pw_aff obj) { function in namespace:isl
465 checked::pw_aff_list check(pw_aff_list obj) { function in namespace:isl
473 checked::pw_multi_aff check(pw_multi_aff obj) { function in namespace:isl
481 checked::pw_multi_aff_list check(pw_multi_aff_list obj) { function in namespace:isl
489 checked::schedule check(schedule obj) { function in namespace:isl
497 checked::schedule_constraints check(schedule_constraints obj) { function in namespace:isl
505 checked::schedule_node check(schedule_node obj) { function in namespace:isl
513 checked::schedule_node_band check(schedule_node_band obj) { function in namespace:isl
521 checked::schedule_node_context check(schedule_node_context obj) { function in namespace:isl
529 checked::schedule_node_domain check(schedule_node_domain obj) { function in namespace:isl
537 checked::schedule_node_expansion check(schedule_node_expansion obj) { function in namespace:isl
545 checked::schedule_node_extension check(schedule_node_extension obj) { function in namespace:isl
553 checked::schedule_node_filter check(schedule_node_filter obj) { function in namespace:isl
561 checked::schedule_node_guard check(schedule_node_guard obj) { function in namespace:isl
569 checked::schedule_node_leaf check(schedule_node_leaf obj) { function in namespace:isl
577 checked::schedule_node_mark check(schedule_node_mark obj) { function in namespace:isl
585 checked::schedule_node_sequence check(schedule_node_sequence obj) { function in namespace:isl
593 checked::schedule_node_set check(schedule_node_set obj) { function in namespace:isl
601 checked::set check(set obj) { function in namespace:isl
609 checked::set_list check(set_list obj) { function in namespace:isl
617 checked::space check(space obj) { function in namespace:isl
625 checked::union_access_info check(union_access_info obj) { function in namespace:isl
633 checked::union_flow check(union_flow obj) { function in namespace:isl
641 checked::union_map check(union_map obj) { function in namespace:isl
649 checked::union_pw_aff check(union_pw_aff obj) { function in namespace:isl
657 checked::union_pw_aff_list check(union_pw_aff_list obj) { function in namespace:isl
665 checked::union_pw_multi_aff check(union_pw_multi_aff obj) { function in namespace:isl
673 checked::union_set check(union_set obj) { function in namespace:isl
681 checked::union_set_list check(union_set_list obj) { function in namespace:isl
689 checked::val check(val obj) { function in namespace:isl
697 checked::val_list check(val_list obj) { function in namespace:isl
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.pascal/
case-insensitive-symbols.pas 27 function check(b : TA) : boolean; function
41 function TA.check (b : TA) : boolean;
43 check:=(x < b.x); { set breakpoint here }
58 if a.check (b) then
59 writeln('Error in check')
61 writeln('check OK');
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.pascal/
case-insensitive-symbols.pas 27 function check(b : TA) : boolean; function
41 function TA.check (b : TA) : boolean;
43 check:=(x < b.x); { set breakpoint here }
58 if a.check (b) then
59 writeln('Error in check')
61 writeln('check OK');
  /src/usr.bin/gzip/
gzexe 80 check () { function
172 elif ! check "$1" || ! compress "$1"; then
  /src/usr.sbin/mdsetimage/
exec_aout.c 45 #define check(off, size) ((off < 0) || (off + size > mappedsize)) macro
56 if (check(0, sizeof *execp))
exec_ecoff.c 45 #define check(off, size) ((off < 0) || (off + size > mappedsize)) macro
56 if (check(0, sizeof *exechdrp))
  /src/external/bsd/atf/dist/atf-c++/
check.hpp 34 #include <atf-c/check.h>
48 namespace check { namespace in namespace:atf
132 } // namespace check
  /src/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
cxa_finalize.c 64 uint64_t check = __new_exitfn_called; local
73 if (__builtin_expect (check != __new_exitfn_called, 0))
  /src/external/gpl3/gcc/dist/libgcc/config/rs6000/
cxa_finalize.c 64 uint64_t check = __new_exitfn_called; local
73 if (__builtin_expect (check != __new_exitfn_called, 0))
  /src/external/gpl3/gdb/dist/sim/testsuite/sh/
macw.s 22 check: label
23 # Check result.
  /src/external/gpl3/gdb.old/dist/sim/testsuite/sh/
macw.s 22 check: label
23 # Check result.
  /src/external/lgpl3/mpc/dist/tests/
trootofunity.c 30 check (unsigned long int n) function
67 check (n);
  /src/tests/bin/sh/
t_varquote.sh 32 check() { function
47 check() { function
59 check "$foo" '${a:-foo}'
62 check "$foo" "foo"
65 check "$foo" "'{}'"
68 check "$foo" "'{}'"
72 check "$foo" "''}"
88 check "$foo" "x}y}z}"
96 check "$foo" "'{}'"
  /src/tests/usr.sbin/stdethers/
t_stdethers.sh 32 check() { function
62 check "/etc/ethers"
77 check "$(atf_get_srcdir)/d_valid.in"

Completed in 45 milliseconds

1 2 3 4 5 6 7 8 91011>>