Searched refs:trace (Results 201 - 225 of 260) sorted by relevance

1234567891011

/seL4-l4v-10.1.1/seL4/manual/parts/
H A Dthreads.tex192 Debug exceptions are used to deliver trace and debug related events to threads.
193 Breakpoints, watchpoints, trace-events and instruction-performance sampling
/seL4-l4v-10.1.1/HOL4/examples/machine-code/hoare-triple/
H A DhelperLib.sml250 trace = 10}],
254 { name = tm_name, trace = 3, key = SOME ([],tm), conv = K (K EVAL) };
1121 trace = 2, key = SOME ([],``address$ALIGNED a``),
/seL4-l4v-10.1.1/HOL4/Manual/Description/
H A DholCheck.tex143 The result is a list of triples, one triple per property checked. The first component contains the BDD representation of the set of states satisfying the property. The second component contains a theorem certifying that the property holds in the model i.e.\ it holds in the initial states. The third contains a witness trace that counts up to 4, at which point v2 goes high.
355 Each element is a triple of the form \( (term\_bdd,thm,trace) \).\footnote{A \(\textup{term\_bdd}\) is an ML value that contains a \HOL{} term together with its boolean semantics represented as a BDD (see the \texttt{HolBddLib} documentation for details).} These are the BDD semantics of the property, a theorem certifying the property holds (if it does) and a counterexample or witness trace, if one could be recovered.
/seL4-l4v-10.1.1/HOL4/Manual/Translations/IT/Description/
H A DholCheck.tex143 The result is a list of triples, one triple per property checked. The first component contains the BDD representation of the set of states satisfying the property. The second component contains a theorem certifying that the property holds in the model i.e. it holds in the initial states. The third contains a witness trace that counts up to 4, at which point v2 goes high.
355 Each element is a triple of the form \( (term\_bdd,thm,trace) \).\footnote{A \(\textup{term\_bdd}\) is an ML value that contains a \HOL{} term together with its boolean semantics represented as a BDD (see the \texttt{HolBddLib} documentation for details).} These are the BDD semantics of the property, a theorem certifying the property holds (if it does) and a counterexample or witness trace, if one could be recovered.
/seL4-l4v-10.1.1/HOL4/examples/HolCheck/
H A DcearTools.sml526 (* check whether abstract counterexample atr has concrete counterpart upto nth state of the abstract counterexample trace*)
584 then NONE (*FIXME: fix TRUTH below so we can recover a concrete trace from it*)
598 val ctr = if isSome satth andalso is_imp (concl (valOf satth))(* return concrete trace if one was found else NONE *)
/seL4-l4v-10.1.1/HOL4/examples/elliptic/
H A DUseful.sml127 fun trace message = !trace_print message; function
/seL4-l4v-10.1.1/HOL4/src/datatype/
H A DEnumType.sml344 trace = 2,
/seL4-l4v-10.1.1/HOL4/src/datatype/record/
H A DRecordType.sml161 val save_thm = Feedback.trace ("Theory.save_thm_reporting", 0) save_thm
/seL4-l4v-10.1.1/HOL4/src/metis/
H A DfolTools.sml37 fun chat s = (trace s; true)
H A DmlibClause.sml38 fun chat s = (trace s; true)
H A DmlibClauseset.sml40 fun chat s = (trace s; true)
H A DmlibMeson.sml33 fun chat s = (trace s; true)
H A DmlibModel.sml26 fun chat s = (trace s; true)
H A DmlibThm.sml29 fun chat s = (trace s; true)
/seL4-l4v-10.1.1/HOL4/src/n-bit/
H A DfcpScript.sml16 val qDefine = Feedback.trace ("Define.storage_message", 0) zDefine
/seL4-l4v-10.1.1/HOL4/src/num/termination/
H A DTotalDefn.sml612 trace ("show_typecheck_errors", 0)
/seL4-l4v-10.1.1/HOL4/src/parse/
H A Dtype_grammar.sml418 (Feedback.trace ("print_tyabbrevs", 0) (pp_type G))
/seL4-l4v-10.1.1/HOL4/src/quotient/src/
H A Dquotient.sig44 val chatting : bool ref (* default is false, no trace of quotient operation *)
/seL4-l4v-10.1.1/HOL4/src/refute/
H A DCanon.sml558 let (* val _ = trace (1,"refute -- ",tm) *)
/seL4-l4v-10.1.1/HOL4/examples/lambda/basics/
H A DbinderLib.sml19 |> trace ("Unicode", 0)
/seL4-l4v-10.1.1/HOL4/examples/theorem-prover/milawa-prover/
H A Dmilawa_coreScript.sml356 { name = tm_name, trace = 3, key = SOME ([],tm), conv = K (K EVAL) };
/seL4-l4v-10.1.1/HOL4/Manual/Quick/
H A Dquick.tex279 \hol{Feedback}{set_trace} \var{name} \var{int} & set a tracing level for a registered trace \\
/seL4-l4v-10.1.1/HOL4/examples/ARM/v7/
H A Dselftest.sml36 val t2s = trace ("types",2) term_to_string
/seL4-l4v-10.1.1/HOL4/examples/Crypto/TWOFISH/
H A DtwofishScript.sml464 {name="PBETA",trace = 3,conv=K (K PairRules.PBETA_CONV),
/seL4-l4v-10.1.1/isabelle/src/Tools/Metis/src/
H A DUseful.sml68 fun trace mesg = !tracePrint mesg; function

Completed in 205 milliseconds

1234567891011