Home
last modified time | relevance | path

Searched defs:records (Results 1 – 25 of 149) sorted by relevance

123456

/external/llvm-project/clang/test/SemaCXX/
Dwarn-range-loop-analysis-trivially-copyable.cpp9 Record records[8]; in test_POD_64_bytes() local
21 Record records[8]; in test_POD_65_bytes() local
32 Record records[8]; in test_TriviallyCopyable_64_bytes() local
45 Record records[8]; in test_TriviallyCopyable_65_bytes() local
60 Record records[8]; in test_NonTriviallyCopyable() local
72 Record records[8]; in test_TrivialABI_64_bytes() local
86 Record records[8]; in test_TrivialABI_65_bytes() local
/external/python/cpython2/Lib/bsddb/test/
Dtest_thread.py73 records = 1000 variable in ConcurrentDataStoreBase
181 records = 1000 variable in BTreeConcurrentDataStore
188 records = 1000 variable in HashConcurrentDataStore
198 records = 1000 variable in SimpleThreadedBase
322 records = 2000 variable in ThreadedTransactionsBase
472 records = 1000 variable in BTreeThreadedTransactions
478 records = 1000 variable in HashThreadedTransactions
484 records = 1000 variable in BTreeThreadedNoWaitTransactions
491 records = 1000 variable in HashThreadedNoWaitTransactions
/external/openscreen/discovery/dnssd/impl/
Dconversion_layer_unittest.cc106 std::vector<MdnsRecord> records = GetDnsRecords(instance_endpoint); in TEST() local
142 std::vector<MdnsRecord> records = GetDnsRecords(instance_endpoint); in TEST() local
174 std::vector<MdnsRecord> records = GetDnsRecords(instance_endpoint); in TEST() local
203 std::vector<MdnsRecord> records = GetDnsRecords(instance_endpoint); in TEST() local
220 std::vector<MdnsRecord> records = GetDnsRecords(instance_endpoint); in TEST() local
249 std::vector<MdnsRecord> records = GetDnsRecords(instance_endpoint); in TEST() local
269 std::vector<MdnsRecord> records = GetDnsRecords(instance_endpoint); in TEST() local
Dconversion_layer.cc74 std::vector<MdnsRecord> records; in CreateARecords() local
88 std::vector<MdnsRecord> records; in CreateAAAARecords() local
189 std::vector<MdnsRecord> records = in GetDnsRecords() local
/external/toolchain-utils/afdo_redaction/
Dremove_cold_functions.py80 def write_textual_afdo_profile(stream, records): argument
85 def analyze_functions(records, cwp, benchmark): argument
/external/llvm-project/mlir/tools/mlir-tblgen/
DPassCAPIGen.cpp59 static bool emitCAPIHeader(const llvm::RecordKeeper &records, raw_ostream &os) { in emitCAPIHeader()
93 static bool emitCAPIImpl(const llvm::RecordKeeper &records, raw_ostream &os) { in emitCAPIImpl()
Dmlir-tblgen.cpp57 [](const RecordKeeper &records, raw_ostream &os) { in __anonff8d6a230202()
67 static bool MlirTableGenMain(raw_ostream &os, RecordKeeper &records) { in MlirTableGenMain()
DDialectGen.cpp49 filterForDialect(ArrayRef<llvm::Record *> records, Dialect &dialect) { in filterForDialect()
230 [](const llvm::RecordKeeper &records, raw_ostream &os) { in __anon0f08c1b60402()
DSPIRVUtilsGen.cpp288 [](const RecordKeeper &records, raw_ostream &os) { in __anon1da6c2a50202()
296 [](const RecordKeeper &records, raw_ostream &os) { in __anon1da6c2a50302()
470 [](const RecordKeeper &records, raw_ostream &os) { in __anon1da6c2a50402()
478 [](const RecordKeeper &records, raw_ostream &os) { in __anon1da6c2a50502()
1133 [](const RecordKeeper &records, raw_ostream &os) { in __anon1da6c2a50702()
1180 [](const RecordKeeper &records, raw_ostream &os) { in __anon1da6c2a50802()
1319 [](const RecordKeeper &records, raw_ostream &os) { in __anon1da6c2a50902()
1366 [](const RecordKeeper &records, raw_ostream &os) { in __anon1da6c2a50b02()
/external/llvm-project/flang/unittests/Runtime/
Dexternal-io.cpp31 static constexpr int records{10}; in TestDirectUnformatted() local
89 static constexpr int records{10}; in TestDirectUnformattedSwapped() local
154 static const int records{10}; in TestSequentialFixedUnformatted() local
235 static const int records{10}; in TestSequentialVariableUnformatted() local
327 static constexpr int records{10}; in TestDirectFormatted() local
377 static const int records{10}; in TestSequentialVariableFormatted() local
/external/selinux/libsemanage/src/
Dpolicy_components.c16 record_t ** records, in clear_obsolete()
61 record_t ** records, unsigned int nrecords, int mode) in load_records()
151 record_t **records = NULL; in semanage_base_merge_components() local
Ddatabase_activedb.c39 record_t **records = NULL; in dbase_activedb_cache() local
83 record_t **records = NULL; in dbase_activedb_flush() local
Dfcontexts_policy.c48 semanage_fcontext_t *** records, unsigned int *count) in semanage_fcontext_list()
56 semanage_fcontext_t *** records, unsigned int *count) in semanage_fcontext_list_homedirs()
Dusers_local.c29 semanage_seuser_t **records; in lookup_seuser() local
104 semanage_user_t *** records, unsigned int *count) in semanage_user_list_local()
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/piff/
DPlayReadyHeader.java41 private List<PlayReadyRecord> records; field in PlayReadyHeader
86 public void setRecords(List<PlayReadyRecord> records) { in setRecords()
114 List<PlayReadyRecord> records = new ArrayList<PlayReadyRecord>(recordCount); in createFor() local
/external/tensorflow/tensorflow/tools/graph_transforms/
Dfreeze_requantization_ranges.cc33 std::vector<MinMaxRecord>* records) { in ExtractMinMaxRecords()
120 std::vector<MinMaxRecord> records; in FreezeRequantizationRanges() local
147 const std::vector<MinMaxRecord> records = record_info.second; in FreezeRequantizationRanges() local
/external/openscreen/discovery/mdns/
Dmdns_responder_unittest.cc25 bool ContainsRecordType(const std::vector<MdnsRecord>& records, DnsType type) { in ContainsRecordType()
50 void ExpectContainsNsecRecordType(const std::vector<MdnsRecord>& records, in ExpectContainsNsecRecordType()
82 std::vector<MdnsRecord::ConstRef> records; in GetRecords() local
93 std::vector<MdnsRecord::ConstRef> records; in GetPtrRecords() local
365 const auto& records = message.additional_records(); in TEST_F() local
399 const auto& records = message.additional_records(); in TEST_F() local
433 const auto& records = message.additional_records(); in TEST_F() local
467 const auto& records = message.additional_records(); in TEST_F() local
Dmdns_publisher_unittest.cc28 bool ContainsRecord(const std::vector<MdnsRecord::ConstRef>& records, in ContainsRecord()
132 auto records = publisher_.GetRecords(domain, type, DnsClass::kIN); in CheckPublishedRecords() local
146 auto records = publisher_.GetRecords(domain_, type, DnsClass::kIN); in TestUniqueRecordRegistrationWorkflow() local
281 auto records = publisher_.GetRecords(domain_, type, DnsClass::kIN); in TEST_F() local
/external/llvm-project/clang/utils/TableGen/
DASTTableGen.cpp107 static void visitHierarchy(RecordKeeper &records, in visitHierarchy()
138 void clang::tblgen::visitASTNodeHierarchyImpl(RecordKeeper &records, in visitASTNodeHierarchyImpl()
DClangASTPropertiesEmitter.cpp97 ASTPropsEmitter(RecordKeeper &records, raw_ostream &out) in ASTPropsEmitter()
592 static void emitASTReader(RecordKeeper &records, raw_ostream &out, in emitASTReader()
599 void clang::EmitClangTypeReader(RecordKeeper &records, raw_ostream &out) { in EmitClangTypeReader()
606 static void emitASTWriter(RecordKeeper &records, raw_ostream &out, in emitASTWriter()
613 void clang::EmitClangTypeWriter(RecordKeeper &records, raw_ostream &out) { in EmitClangTypeWriter()
851 void clang::EmitClangBasicReader(RecordKeeper &records, raw_ostream &out) { in EmitClangBasicReader()
861 void clang::EmitClangBasicWriter(RecordKeeper &records, raw_ostream &out) { in EmitClangBasicWriter()
DClangTypeNodesEmitter.cpp83 TypeNodeEmitter(RecordKeeper &records, raw_ostream &out) in TypeNodeEmitter()
206 void clang::EmitClangTypeNodes(RecordKeeper &records, raw_ostream &out) { in EmitClangTypeNodes()
/external/xz-java/src/org/tukaani/xz/index/
DIndexEncoder.java21 private final ArrayList<IndexRecord> records field in IndexEncoder
/external/tensorflow/tensorflow/core/framework/
Dtracking_allocator_test.cc85 auto records = ta->GetRecordsAndUnRef(); in TEST() local
135 auto records = ta->GetRecordsAndUnRef(); in TEST() local
/external/selinux/libsemanage/tests/
Dtest_ibendport.c100 semanage_ibendport_t **records; in get_ibendport_nth() local
302 semanage_ibendport_t **records = NULL; in test_ibendport_list() local
490 semanage_ibendport_t **records = NULL; in test_ibendport_list_local() local
/external/tensorflow/tensorflow/core/grappler/optimizers/data/vectorization/
Ddecode_csv_vectorizer.cc30 NodeBuilder::NodeOut records; in Vectorize() local

123456