Searched refs:read (Results 201 - 225 of 348) sorted by relevance

1234567891011>>

/seL4-l4v-10.1.1/HOL4/src/postkernel/
H A DTheoryReader.sml237 read = Term.read_raw tmvector,
H A DThyDataSexp.sml236 terms = sterms, read = lift o reader, write = write}
/seL4-l4v-10.1.1/HOL4/src/real/
H A Dprove_real_assumsScript.sml82 (could be read in via article for more robustness)
/seL4-l4v-10.1.1/HOL4/examples/machine-code/instruction-set-models/ppc/
H A Dppc_seq_monadScript.sml87 (* a memory read to an unmodelled memory location causes a failure *)
/seL4-l4v-10.1.1/HOL4/examples/misc/
H A DautopilotScript.sml365 val _ = Count.report (Count.read meter);
/seL4-l4v-10.1.1/HOL4/examples/unification/triangular/first-order/
H A DredUnifScript.sml183 step and because the idempotent substitution is supposed to be read off the
/seL4-l4v-10.1.1/HOL4/developers/
H A Dprehol.sml195 val toks = ReadHMF.read "Holmakefile"
/seL4-l4v-10.1.1/HOL4/examples/HolCheck/
H A DprofTools.sml63 val {prims=p,...} = read mtr
/seL4-l4v-10.1.1/seL4/tools/
H A Dlex.py1027 data = f.read()
1031 data = sys.stdin.read()
/seL4-l4v-10.1.1/HOL4/examples/l3-machine-code/riscv/step/
H A Driscv_stepScript.sml730 val read = if Lib.mem n ["LD"] then [address_aligned3] else [] value
736 val thms = DB.fetch "riscv" (name ^ "_def") :: write @ read
/seL4-l4v-10.1.1/HOL4/src/TeX/
H A DEmitTeX.sml111 let val tyinfo = TypeBase.read {Thy = thy, Tyop = tyop} in
131 let val tyinfo = TypeBase.read {Thy = thy, Tyop = tyop} in
/seL4-l4v-10.1.1/HOL4/src/metis/
H A DfolTools.sml525 val {prims,...} = Count.read met
609 val tptp_read = fol_to_hol o mlibTptp.read;
/seL4-l4v-10.1.1/HOL4/src/quotient/examples/sigma/
H A DobjectScript.sml611 (* Printed interactively, we read
666 (* Now, printed interactively, we read
/seL4-l4v-10.1.1/isabelle/src/Pure/Admin/
H A Dbuild_history.scala575 for (line <- split_lines(ssh.read(output_file)))
H A Disabelle_cronjob.scala459 try { Some(File.read(main_state_file)) }
/seL4-l4v-10.1.1/isabelle/src/Pure/General/
H A Dcompletion.scala73 list(pair(string, int))(Symbol.decode_yxml(File.read(COMPLETION_HISTORY)))
H A Dscan.scala431 /** read stream without decoding: efficient length operation **/
466 c = buffered_stream.read
/seL4-l4v-10.1.1/isabelle/src/Pure/PIDE/
H A Dresources.scala156 val header = Thy_Header.read(reader, start, strict)
/seL4-l4v-10.1.1/isabelle/src/Pure/Thy/
H A Dthy_resources.scala292 val text = File.read(path)
/seL4-l4v-10.1.1/isabelle/src/Tools/VSCode/src/
H A Dvscode_resources.scala127 try { Some(Line.normalize(File.read(file))) }
/seL4-l4v-10.1.1/l4v/isabelle/src/Pure/Admin/
H A Dbuild_history.scala575 for (line <- split_lines(ssh.read(output_file)))
H A Disabelle_cronjob.scala459 try { Some(File.read(main_state_file)) }
/seL4-l4v-10.1.1/l4v/isabelle/src/Pure/General/
H A Dcompletion.scala73 list(pair(string, int))(Symbol.decode_yxml(File.read(COMPLETION_HISTORY)))
H A Dscan.scala431 /** read stream without decoding: efficient length operation **/
466 c = buffered_stream.read
/seL4-l4v-10.1.1/l4v/isabelle/src/Pure/PIDE/
H A Dresources.scala156 val header = Thy_Header.read(reader, start, strict)

Completed in 203 milliseconds

1234567891011>>