Searched refs:deserialized (Results 1 – 6 of 6) sorted by relevance
| /freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/ |
| H A D | tst.Bean.ksh.out | 3 deserialized: 1 16 deserialized: org.opensolaris.os.dtrace.AggregationRecord[tuple = [cat, 9, 53 …deserialized: org.opensolaris.os.dtrace.Aggregation[name = counts, id = 2, records = [org.opensola… 96 deserialized: [cat, 9, 123 deserialized: [1, 2, 3] 133 deserialized: 151 …deserialized: org.opensolaris.os.dtrace.Distribution[buckets = [org.opensolaris.os.dtrace.Distribu… 157 …deserialized: class org.opensolaris.os.dtrace.LinearDistribution[base = 1, step = 10, buckets = [o… 163 deserialized: org.opensolaris.os.dtrace.Option[name = aggrate, value = 1s] 169 …deserialized: org.opensolaris.os.dtrace.ProcessState[pid = 123456, state = UNDEAD, terminationSign… [all …]
|
| /freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/ |
| H A D | TestBean.java | 613 String deserialized = getString(newobj); in performSerializationTest() local 614 System.out.println(" deserialized: " + deserialized); in performSerializationTest() 616 if (!serialized.equals(deserialized)) { in performSerializationTest()
|
| /freebsd/contrib/libcbor/doc/source/ |
| H A D | tutorial.rst | 27 Objects can be serialized and deserialized
|
| /freebsd/contrib/flex/src/ |
| H A D | flex.skl | 1077 /** Describes a mapping from a serialized table id to its deserialized state in 1083 void **dm_arr; /**< address of pointer to store the deserialized table. */ 3198 /* copy into the deserialized array... */
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | PropertiesBase.td | 26 /// Given a value of type CXXName bound as 'value' that was deserialized
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 8257 HelpText<"Dump ranges of deserialized declarations to use as bug minimization hints">, 8437 def dump_deserialized_pch_decls : Flag<["-"], "dump-deserialized-decls">, 8438 HelpText<"Dump declarations that are deserialized from PCH, for testing">, 8440 def error_on_deserialized_pch_decl : Separate<["-"], "error-on-deserialized-decl">, 8441 HelpText<"Emit error if a specific declaration is deserialized from PCH, for testing">; 8442 def error_on_deserialized_pch_decl_EQ : Joined<["-"], "error-on-deserialized-decl=">,
|