Home
last modified time | relevance | path

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

12

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dcsv.d395 auto records = text.csvReader!int; variable
415 auto records = text.csvReader!Layout(';'); variable
430 auto records = text.csvReader!(string, Malformed.ignore); variable
441 auto records = text.csvReader!int(["b"]); variable
461 auto records = text.csvReader!Layout(["b","c","a"]); variable
494 auto records = text.csvReader!int(',', '"', true); variable
516 auto records = text.csvReader!Three(',', '"', true); variable
545 auto records = csvReader(str); variable
548 foreach (record; records) in foreach()
562 auto records = csvReader(str); variable
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dcsv.d431 auto records = csvReader(str); variable
434 foreach (record; records) in foreach()
448 auto records = csvReader(str); variable
472 auto records = csvReader!(Layout,Malformed.ignore)(str); variable
475 foreach (record; records) in foreach()
500 auto records = csvReader!A(str); local
527 auto records = csvReader!Layout(str); variable
530 foreach (record; records) in foreach()
546 auto records = csvReader!int(str); variable
548 foreach (record; records) in foreach()
[all …]
/netbsd-src/external/mit/libuv/dist/test/
H A Dtest-tty-duplicate-key.c81 BOOL is_wsl, INPUT_RECORD* records) { in make_key_event_records()
140 INPUT_RECORD records[2]; in TEST_IMPL() local
193 INPUT_RECORD records[2]; in TEST_IMPL() local
259 INPUT_RECORD records[2]; in TEST_IMPL() local
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_ras_eeprom.c127 static uint32_t __calc_recs_byte_sum(struct eeprom_table_record *records, in __calc_recs_byte_sum()
146 struct eeprom_table_record *records, int num) in __calc_tbl_byte_sum()
153 struct eeprom_table_record *records, int num, in __update_tbl_checksum()
172 struct eeprom_table_record *records, int num) in __validate_tbl_checksum()
380 struct eeprom_table_record *records, in amdgpu_ras_eeprom_process_recods()
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A 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()
849 void clang::EmitClangBasicReader(RecordKeeper &records, raw_ostream &out) { in EmitClangBasicReader()
859 void clang::EmitClangBasicWriter(RecordKeeper &records, raw_ostream &out) { in EmitClangBasicWriter()
H A DASTTableGen.cpp107 static void visitHierarchy(RecordKeeper &records, in visitHierarchy()
138 void clang::tblgen::visitASTNodeHierarchyImpl(RecordKeeper &records, in visitASTNodeHierarchyImpl()
H A DClangTypeNodesEmitter.cpp83 TypeNodeEmitter(RecordKeeper &records, raw_ostream &out) in TypeNodeEmitter()
206 void clang::EmitClangTypeNodes(RecordKeeper &records, raw_ostream &out) { in EmitClangTypeNodes()
H A DASTTableGen.h490 void visitASTNodeHierarchy(llvm::RecordKeeper &records, in visitASTNodeHierarchy()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DAppendingTypeTableBuilder.cpp71 ArrayRef<ArrayRef<uint8_t>> AppendingTypeTableBuilder::records() const { in records() function in AppendingTypeTableBuilder
H A DGlobalTypeTableBuilder.cpp74 ArrayRef<ArrayRef<uint8_t>> GlobalTypeTableBuilder::records() const { in records() function in GlobalTypeTableBuilder
H A DMergingTypeTableBuilder.cpp74 ArrayRef<ArrayRef<uint8_t>> MergingTypeTableBuilder::records() const { in records() function in MergingTypeTableBuilder
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delf32-avr.h110 struct avr_property_record *records; member
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delf32-avr.h110 struct avr_property_record *records; member
/netbsd-src/external/public-domain/xz/dist/src/liblzma/common/
H A Dindex_hash.c52 lzma_index_hash_info records; member
H A Dindex.c102 index_record records[]; member
431 lzma_index_prealloc(lzma_index *i, lzma_vli records) in lzma_index_prealloc()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/timesten/dnreverse/
H A Ddnreverse.cpp233 int records; in main() local
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Doptinfo-emit-json.cc86 json::array *records = new json::array (); in optrecord_json_writer() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Doptinfo-emit-json.cc86 json::array *records = new json::array (); in optrecord_json_writer() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DTGParser.h165 RecordKeeper &records) in TGParser()
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/perl/TLSProxy/
H A DMessage.pm584 sub records subroutine
/netbsd-src/sys/dev/raidframe/
H A Drf_paritylog.h85 RF_ParityLogRecord_t *records; member
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DStackMapParser.h433 iterator_range<record_iterator> records() const { in records() function
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Dxfrin.c337 uint64_t records; in axfr_apply() local
439 uint64_t records; in ixfr_apply() local
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenTarget.cpp250 CodeGenTarget::CodeGenTarget(RecordKeeper &records) in CodeGenTarget()
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Dxfrin.c346 uint64_t records; axfr_apply() local
448 uint64_t records; ixfr_apply() local
[all...]

12