Home
last modified time | relevance | path

Searched full:records (Results 1 – 25 of 2456) sorted by relevance

12345678910>>...99

/external/clang/utils/TableGen/
DTableGenBackends.h35 void EmitClangAttrParserStringSwitches(RecordKeeper &Records, raw_ostream &OS);
36 void EmitClangAttrClass(RecordKeeper &Records, raw_ostream &OS);
37 void EmitClangAttrImpl(RecordKeeper &Records, raw_ostream &OS);
38 void EmitClangAttrList(RecordKeeper &Records, raw_ostream &OS);
39 void EmitClangAttrPCHRead(RecordKeeper &Records, raw_ostream &OS);
40 void EmitClangAttrPCHWrite(RecordKeeper &Records, raw_ostream &OS);
41 void EmitClangAttrHasAttrImpl(RecordKeeper &Records, raw_ostream &OS);
42 void EmitClangAttrSpellingListIndex(RecordKeeper &Records, raw_ostream &OS);
43 void EmitClangAttrASTVisitor(RecordKeeper &Records, raw_ostream &OS);
44 void EmitClangAttrTemplateInstantiate(RecordKeeper &Records, raw_ostream &OS);
[all …]
DTableGen.cpp144 bool ClangTableGenMain(raw_ostream &OS, RecordKeeper &Records) { in ClangTableGenMain() argument
147 EmitClangAttrClass(Records, OS); in ClangTableGenMain()
150 EmitClangAttrParserStringSwitches(Records, OS); in ClangTableGenMain()
153 EmitClangAttrImpl(Records, OS); in ClangTableGenMain()
156 EmitClangAttrList(Records, OS); in ClangTableGenMain()
159 EmitClangAttrPCHRead(Records, OS); in ClangTableGenMain()
162 EmitClangAttrPCHWrite(Records, OS); in ClangTableGenMain()
165 EmitClangAttrHasAttrImpl(Records, OS); in ClangTableGenMain()
168 EmitClangAttrSpellingListIndex(Records, OS); in ClangTableGenMain()
171 EmitClangAttrASTVisitor(Records, OS); in ClangTableGenMain()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DTableGen.cpp61 cl::values(clEnumValN(PrintRecords, "print-records",
62 "Print all records to stdout (default)"),
64 "Dump all records as machine-readable JSON"),
127 bool LLVMTableGenMain(raw_ostream &OS, RecordKeeper &Records) { in LLVMTableGenMain() argument
130 OS << Records; // No argument, dump all contents in LLVMTableGenMain()
133 EmitJSON(Records, OS); in LLVMTableGenMain()
136 EmitCodeEmitter(Records, OS); in LLVMTableGenMain()
139 EmitRegisterInfo(Records, OS); in LLVMTableGenMain()
142 EmitInstrInfo(Records, OS); in LLVMTableGenMain()
145 EmitInstrDocs(Records, OS); in LLVMTableGenMain()
[all …]
DAttributes.cpp23 Attributes(RecordKeeper &R) : Records(R) {} in Attributes()
32 const std::vector<Record *> &Records);
34 const std::vector<Record *> &Records);
36 RecordKeeper &Records; member in __anon12cb71650111::Attributes
46 Records.getAllDerivedDefinitions("EnumAttr"); in emitTargetIndependentEnums()
59 Records.getAllDerivedDefinitions("EnumAttr"); in emitConversionFn()
105 printEnumAttrClasses(OS ,Records.getAllDerivedDefinitions("EnumAttr")); in emitFnAttrCompatCheck()
106 printStrBoolAttrClasses(OS , Records.getAllDerivedDefinitions("StrBoolAttr")); in emitFnAttrCompatCheck()
113 Records.getAllDerivedDefinitions("CompatRule"); in emitFnAttrCompatCheck()
125 Records.getAllDerivedDefinitions("MergeRule"); in emitFnAttrCompatCheck()
[all …]
/external/llvm/utils/TableGen/
DTableGen.cpp53 cl::values(clEnumValN(PrintRecords, "print-records",
54 "Print all records to stdout (default)"),
101 bool LLVMTableGenMain(raw_ostream &OS, RecordKeeper &Records) { in LLVMTableGenMain() argument
104 OS << Records; // No argument, dump all contents in LLVMTableGenMain()
107 EmitCodeEmitter(Records, OS); in LLVMTableGenMain()
110 EmitRegisterInfo(Records, OS); in LLVMTableGenMain()
113 EmitInstrInfo(Records, OS); in LLVMTableGenMain()
116 EmitCallingConv(Records, OS); in LLVMTableGenMain()
119 EmitAsmWriter(Records, OS); in LLVMTableGenMain()
122 EmitAsmMatcher(Records, OS); in LLVMTableGenMain()
[all …]
DAttributes.cpp25 Attributes(RecordKeeper &R) : Records(R) {} in Attributes()
34 const std::vector<Record *> &Records);
36 const std::vector<Record *> &Records);
38 RecordKeeper &Records; member in __anond1812f0d0111::Attributes
48 Records.getAllDerivedDefinitions("EnumAttr"); in emitTargetIndependentEnums()
61 Records.getAllDerivedDefinitions("EnumAttr"); in emitConversionFn()
107 printEnumAttrClasses(OS ,Records.getAllDerivedDefinitions("EnumAttr")); in emitFnAttrCompatCheck()
108 printStrBoolAttrClasses(OS , Records.getAllDerivedDefinitions("StrBoolAttr")); in emitFnAttrCompatCheck()
115 Records.getAllDerivedDefinitions("CompatRule"); in emitFnAttrCompatCheck()
127 Records.getAllDerivedDefinitions("MergeRule"); in emitFnAttrCompatCheck()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeStreamMerger.h26 /// Merge one set of type records into another. This method assumes
27 /// that all records are type records, and there are no Id records present.
29 /// \param Dest The table to store the re-written type records into.
43 /// Merge one set of id records into another. This method assumes
44 /// that all records are id records, and there are no Type records present.
45 /// However, since Id records can refer back to Type records, this method
46 /// assumes that the referenced type records have also been merged into
51 /// \param Dest The table to store the re-written id records into.
53 /// \param Types The mapping to use for the type records that these id
54 /// records refer to.
[all …]
DTypeHashing.h30 /// records within a single sequence of types, because if two records both have
42 static std::vector<LocallyHashedType> hashTypes(Range &&Records) { in hashTypes()
44 Hashes.reserve(std::distance(std::begin(Records), std::end(Records))); in hashTypes()
45 for (const auto &R : Records) in hashTypes()
75 /// is considered "as good as" the original type. Since type records can be
90 /// of referenced records, this function requires a list of types and ids
98 /// of referenced records, this function requires a list of types and ids
106 /// Given a sequence of combined type and ID records, compute global hashes
109 static std::vector<GloballyHashedType> hashTypes(Range &&Records) { in hashTypes()
111 for (const auto &R : Records) in hashTypes()
[all …]
/external/tensorflow/tensorflow/python/kernel_tests/
Ddecode_csv_op_test.py50 "records": ["1", "2", '"3"'],
60 "records": ["1,4", "2,5", "3,6"],
70 "records": ["1", "2", "3"],
85 "records": ["1", "2", '"3"'],
95 args = {"records": '1,""', "record_defaults": [[3], [4]]}
102 args = {"records": [["1", "2"], ['""', "4"]], "record_defaults": [[5]]}
109 "records": [["1", "2"], ['""', '"']],
119 "records": ["1.0", "-1.79e+308", '"1.79e+308"'],
129 "records": ["1", "2", '"2147483648"'],
139 "records": ['"1.0"', '"ab , c"', '"a\nbc"', '"ab""c"', " abc "],
[all …]
/external/ltp/testcases/realtime/lib/
Dlibstats.c75 data->records = calloc(size, sizeof(stats_record_t)); in stats_container_init()
76 if (!data->records) in stats_container_init()
90 data->records[myindex] = rec; in stats_container_append()
97 realloc(data->records, size * sizeof(stats_record_t)); in stats_container_resize()
100 data->records = newrecords; in stats_container_resize()
102 memset(data->records + data->size, 0, size - data->size); in stats_container_resize()
109 free(data->records); in stats_container_free()
116 qsort(data->records, data->index + 1, sizeof(stats_record_t), in stats_sort()
133 sum += data->records[i].y; in stats_stddev()
140 delta = (data->records[i].y - avg); in stats_stddev()
[all …]
/external/swiftshader/third_party/LLVM/utils/TableGen/
DTableGen.cpp64 cl::values(clEnumValN(PrintRecords, "print-records",
65 "Print all records to stdout (default)"),
109 bool operator()(raw_ostream &OS, RecordKeeper &Records) { in operator ()() argument
112 OS << Records; // No argument, dump all contents in operator ()()
115 CodeEmitterGen(Records).run(OS); in operator ()()
118 RegisterInfoEmitter(Records).run(OS); in operator ()()
121 InstrInfoEmitter(Records).run(OS); in operator ()()
124 CallingConvEmitter(Records).run(OS); in operator ()()
127 AsmWriterEmitter(Records).run(OS); in operator ()()
130 ARMDecoderEmitter(Records).run(OS); in operator ()()
[all …]
/external/selinux/libsemanage/src/
Ddatabase_activedb.c25 * a linked list to store the records */
39 record_t **records = NULL; in dbase_activedb_cache() local
53 if (ratable->read_list(handle, &records, &rcount) < 0) in dbase_activedb_cache()
56 /* Add records one by one */ in dbase_activedb_cache()
58 if (dbase_llist_cache_prepend(handle, &dbase->llist, records[i]) in dbase_activedb_cache()
61 rtable->free(records[i]); in dbase_activedb_cache()
64 free(records); in dbase_activedb_cache()
70 rtable->free(records[i]); in dbase_activedb_cache()
72 free(records); in dbase_activedb_cache()
83 record_t **records = NULL; in dbase_activedb_flush() local
[all …]
Dpolicy_components.c16 record_t ** records, in clear_obsolete() argument
31 if (rtable->key_extract(handle, records[i], &key) < 0) in clear_obsolete()
41 rtable->free(records[i]); in clear_obsolete()
42 records[i] = NULL; in clear_obsolete()
61 record_t ** records, unsigned int nrecords, int mode) in load_records() argument
74 if (!records[i]) in load_records()
77 if (rtable->key_extract(handle, records[i], &rkey) < 0) in load_records()
81 dtable->set(handle, dbase, rkey, records[i]) < 0) in load_records()
85 dtable->modify(handle, dbase, rkey, records[i]) < 0) in load_records()
151 record_t **records = NULL; in semanage_base_merge_components() local
[all …]
/external/syzkaller/pkg/db/
Ddb_test.go23 if len(db.Records) != 0 {
24 t.Fatalf("empty db contains records")
35 if !reflect.DeepEqual(db.Records, want) {
36 t.Fatalf("bad db after save: %v, want: %v", db.Records, want)
41 if !reflect.DeepEqual(db.Records, want) {
42 t.Fatalf("bad db after flush: %v, want: %v", db.Records, want)
48 if !reflect.DeepEqual(db.Records, want) {
49 t.Fatalf("bad db after reopen: %v, want: %v", db.Records, want)
76 if !reflect.DeepEqual(db.Records, want) {
77 t.Fatalf("bad db after modification: %v, want: %v", db.Records, want)
[all …]
Ddb.go27 Records map[string]Record // in-memory cache, must not be modified directly member
30 uncompacted int // number of records in the file
47 db.Version, db.Records, db.uncompacted = deserializeDB(bufio.NewReader(f))
49 if len(db.Records) == 0 || db.uncompacted/10*9 > len(db.Records) {
61 if rec, ok := db.Records[key]; ok && seq == rec.Seq && bytes.Equal(val, rec.Val) {
64 db.Records[key] = Record{val, seq}
70 if _, ok := db.Records[key]; !ok {
73 delete(db.Records, key)
79 if db.uncompacted/10*9 > len(db.Records) {
108 for key, rec := range db.Records {
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DGSIStreamBuilder.cpp32 std::vector<CVSymbol> Records; member
45 Records.push_back(SymbolSerializer::writeOneSymbol(Copy, Msf.getAllocator(), in addSymbol()
48 void addSymbol(const CVSymbol &Symbol) { Records.push_back(Symbol); } in addSymbol()
61 for (const auto &Sym : Records) in calculateRecordByteSize()
109 for (const CVSymbol &Sym : Records) { in finalizeBuckets()
122 // Compute the three tables: the hash records in bucket and chain order, the in finalizeBuckets()
124 HashRecords.reserve(Records.size()); in finalizeBuckets()
168 Size += PSH->Records.size() * sizeof(uint32_t); // AddrMap in calculatePublicsHashStreamSize()
179 // First we write public symbol records, then we write global symbol records. in finalizeMsfLayout()
218 static std::vector<ulittle32_t> computeAddrMap(ArrayRef<CVSymbol> Records) { in computeAddrMap() argument
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DLazyRandomTypeCollection.cpp43 Records.resize(RecordCountHint); in LazyRandomTypeCollection()
69 Records.clear(); in reset()
70 Records.resize(RecordCountHint); in reset()
88 return Records[Index.toArrayIndex()].Offset; in getOffsetOfType()
96 return Records[Index.toArrayIndex()].Type; in getType()
106 return Records[Index.toArrayIndex()].Type; in tryGetType()
124 if (Records[I].Name.data() == nullptr) { in getTypeName()
126 Records[I].Name = Result; in getTypeName()
128 return Records[I].Name; in getTypeName()
135 if (Records.size() <= Index.toArrayIndex()) in contains()
[all …]
DTypeTableCollection.cpp19 TypeTableCollection::TypeTableCollection(ArrayRef<ArrayRef<uint8_t>> Records) in TypeTableCollection() argument
20 : NameStorage(Allocator), Records(Records) { in TypeTableCollection()
21 Names.resize(Records.size()); in TypeTableCollection()
39 assert(Index.toArrayIndex() < Records.size()); in getType()
40 ArrayRef<uint8_t> Bytes = Records[Index.toArrayIndex()]; in getType()
63 uint32_t TypeTableCollection::size() { return Records.size(); } in size()
65 uint32_t TypeTableCollection::capacity() { return Records.size(); } in capacity()
/external/python/cpython2/Lib/bsddb/test/
Dtest_thread.py73 records = 1000 variable in ConcurrentDataStoreBase
81 keys=range(self.records)
84 records_per_writer=self.records//self.writers
86 self.assertEqual(self.records,self.writers*records_per_writer)
132 print "%s: creating records %d - %d" % (name, start, stop)
141 print "%s: records %d - %d finished" % (name, start, x)
149 print "%s: finished creating records" % name
170 print "%s: found %d records" % (name, count)
181 records = 1000 variable in BTreeConcurrentDataStore
188 records = 1000 variable in HashConcurrentDataStore
[all …]
/external/syzkaller/syz-hub/state/
Dstate.go78 log.Logf(0, "done, %v programs", len(st.Corpus.Records))
89 log.Logf(0, "read %v programs", len(db.Records))
91 for key, rec := range db.Records {
139 mgr.name, len(mgr.Corpus.Records), mgr.corpusSeq, mgr.reproSeq)
211 if _, ok := st.Repros.Records[sig]; ok {
238 for key, rec := range st.Repros.Records {
272 var records []db.Record
273 for key, rec := range st.Corpus.Records {
277 if _, ok := mgr.Corpus.Records[key]; ok {
287 records = append(records, rec)
[all …]
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/piff/
DPlayReadyHeader.java41 private List<PlayReadyRecord> records; field in PlayReadyHeader
54 PlayReady Records See Text Varies in parse()
61 records = PlayReadyRecord.createFor(byteBuffer, recordCount); in parse()
68 for (PlayReadyRecord record : records) { in getData()
75 IsoTypeWriter.writeUInt16BE(byteBuffer, records.size()); in getData()
76 for (PlayReadyRecord record : records) { in getData()
86 public void setRecords(List<PlayReadyRecord> records) { in setRecords() argument
87 this.records = records; in setRecords()
91 return Collections.unmodifiableList(records); in getRecords()
99 sb.append(", recordCount=").append(records.size()); in toString()
[all …]
/external/tcpdump/tests/
Dsflow_multiple_counter_30_pdus.out3 expanded counter sample (4), length 172, seqnum 87096, type 0, idx 55, records 2
15 expanded counter sample (4), length 172, seqnum 87096, type 0, idx 56, records 2
27 expanded counter sample (4), length 172, seqnum 87099, type 0, idx 57, records 2
39 expanded counter sample (4), length 172, seqnum 87096, type 0, idx 60, records 2
51 expanded counter sample (4), length 172, seqnum 87016, type 0, idx 61, records 2
63 expanded counter sample (4), length 172, seqnum 87096, type 0, idx 62, records 2
75 expanded counter sample (4), length 172, seqnum 87096, type 0, idx 63, records 2
89 expanded counter sample (4), length 172, seqnum 2007195, type 0, idx 1, records 2
101 expanded counter sample (4), length 172, seqnum 2006745, type 0, idx 2, records 2
113 expanded counter sample (4), length 172, seqnum 2007118, type 0, idx 3, records 2
[all …]
/external/tensorflow/tensorflow/python/lib/io/
Dtf_record_test.py85 records = [self._Record(i, j) for j in range(self._num_records)]
86 fn = self._WriteRecordsToFile(records, name, options)
90 def _WriteRecordsToFile(self, records, name="tfrecord", options=None): argument
93 for r in records:
144 def _CompressionSizeDelta(self, records, options_a, options_b): argument
147 Compress records with options_a and options_b. Uncompress both compressed
148 files and assert that the contents match the original records. Finally
153 records: The records to compress
164 fn_a = self._WriteRecordsToFile(records, "tfrecord_a", options=options_a)
166 self.assertEqual(records, test_a, options_a)
[all …]
/external/tensorflow/tensorflow/core/framework/
Dtracking_allocator_test.cc85 auto records = ta->GetRecordsAndUnRef(); in TEST() local
86 EXPECT_EQ(4, records[0].alloc_bytes); in TEST()
87 EXPECT_EQ(12, records[1].alloc_bytes); in TEST()
109 records = ta->GetRecordsAndUnRef(); in TEST()
110 EXPECT_LE(4, records[0].alloc_bytes); in TEST()
111 EXPECT_GE(-4, records[1].alloc_bytes); in TEST()
112 EXPECT_LE(12, records[2].alloc_bytes); in TEST()
113 EXPECT_GE(-12, records[3].alloc_bytes); in TEST()
135 auto records = ta->GetRecordsAndUnRef(); in TEST() local
136 EXPECT_EQ(12, records[0].alloc_bytes); in TEST()
[all …]
/external/libavc/encoder/
Dih264e_rc_mem_interface.c132 * pointer to mem records
175 * pointer to mem records
181 * enum that dictates fill memory records or use memory records
223 * @brief This function maps rc mem records structure to encoder lib mem records
227 * This function maps rc mem records structure to encoder lib mem records
231 * pointer to encoder lib mem records
234 * pointer to rc mem records
237 * number of memory records
265 * @brief This function maps encoder lib mem records structure to RC memory
266 * records structure
[all …]

12345678910>>...99