/third_party/libphonenumber/metadata/ |
D | README.md | 4 the CSV packaged metadata for libphonenumber client library. The initial release 5 of these libraries is purely concerned with processing the CSV files, and does 6 not yet contain the classes needed to convert the CSV data in the XML and other 9 Eventually it is expected that all the tooling for manipulating CSV metadata and 10 generating the XML files will be released here, at which time the CSV files will 17 by libphonenumber tools. CSV schemas are not promised to be stable.
|
/third_party/mindspore/tests/ut/cpp/dataset/ |
D | c_api_dataset_csv_test.cc | 35 std::shared_ptr<Dataset> ds = CSV({train_file}, ',', {}, column_names, 0, ShuffleMode::kFalse); in TEST_F() 81 std::shared_ptr<Dataset> ds = CSV({train_file}, ',', {}, column_names, 0, ShuffleMode::kFalse); in TEST_F() 102 std::shared_ptr<Dataset> ds = CSV({file1, file2}, ',', {}, column_names, 0, ShuffleMode::kGlobal); in TEST_F() 151 std::shared_ptr<Dataset> ds = CSV({file}, ',', {}, column_names, 2, ShuffleMode::kFalse); in TEST_F() 193 std::shared_ptr<Dataset> ds = CSV({file}, ',', {}, column_names, 0, ShuffleMode::kFalse, 2, 0); in TEST_F() 241 std::shared_ptr<Dataset> ds = CSV({file}, ',', colum_type, column_names, 0, ShuffleMode::kFalse); in TEST_F() 305 std::shared_ptr<Dataset> ds = CSV({train_file}, ',', {}, {}); in TEST_F() 352 std::shared_ptr<Dataset> ds0 = CSV({}); in TEST_F() 360 std::shared_ptr<Dataset> ds1 = CSV({invalid_csv_file}); in TEST_F() 368 std::shared_ptr<Dataset> ds2 = CSV({file}, ',', {}, column_names, -1); in TEST_F() [all …]
|
D | c_api_cache_test.cc | 732 …std::shared_ptr<Dataset> ds = CSV({file_path}, ',', {}, column_names, 2, ShuffleMode::kFalse, 1, 0… in TEST_F()
|
/third_party/python/Doc/library/ |
D | csv.rst | 1 :mod:`csv` --- CSV File Reading and Writing 17 The so-called CSV (Comma Separated Values) format is the most common import and 18 export format for spreadsheets and databases. CSV format was used for many 22 differences can make it annoying to process CSV files from multiple sources. 28 The :mod:`csv` module implements classes to read and write tabular data in CSV 31 knowing the precise details of the CSV format used by Excel. Programmers can 32 also describe the CSV formats understood by other applications or define their 33 own special-purpose CSV formats. 41 :pep:`305` - CSV File API 64 specific to a particular CSV dialect. It may be an instance of a subclass of [all …]
|
/third_party/ffmpeg/tests/ |
D | test.ffmeta | 3 comment='A comment with CSV, XML & JSON special chars': <tag value=\"x\">
|
/third_party/skia/infra/bots/analysis/ |
D | README.md | 23 the the kinds of queries that can be done against CSV files.
|
/third_party/ffmpeg/tests/ref/fate/ |
D | ffprobe_csv | 32 …,0.000000,0.120000,1053624,70241600,100,ffprobe test file,"'A comment with CSV, XML & JSON special…
|
D | ffprobe_json | 659 "comment": "'A comment with CSV, XML & JSON special chars': <tag value=\"x\">",
|
D | ffprobe_default | 695 TAG:comment='A comment with CSV, XML & JSON special chars': <tag value="x">
|
D | ffprobe_ini | 711 comment='A comment with CSV, XML & JSON special chars'\: <tag value\="x">
|
D | ffprobe_compact | 32 …00|probe_score=100|tag:title=ffprobe test file|tag:comment='A comment with CSV, XML & JSON special…
|
/third_party/node/deps/histogram/src/ |
D | hdr_histogram.h | 444 CSV enumerator
|
D | hdr_histogram.c | 915 case CSV: in format_line_string() 1087 case CSV: in format_head_string()
|
/third_party/flutter/skia/tools/skqp/ |
D | README_ALGORITHM.md | 90 in CSV format in the file `out.csv`. A HTML report of just the failing tests
|
/third_party/skia/tools/skqp/ |
D | README_ALGORITHM.md | 90 in CSV format in the file `out.csv`. A HTML report of just the failing tests
|
/third_party/mbedtls/docs/architecture/testing/ |
D | test-framework.md | 49 The outcome file is in a CSV format using `;` (semicolon) as the delimiter and no quoting. This mea…
|
/third_party/json/test/thirdparty/Fuzzer/ |
D | FuzzerFlags.def | 77 FUZZER_FLAG_INT(output_csv, 0, "Enable pulse output in CSV format.")
|
/third_party/icu/icu4c/source/test/perf/howExpensiveIs/ |
D | readme.txt | 32 ** Appendix II shows a .CSV (spreadsheet) file which shows analysis of a sample run between differe…
|
/third_party/mbedtls/tests/suites/ |
D | host_test.function | 375 /** \brief Write the description of the test case to the outcome CSV file. 421 /** \brief Write the result of the test case to the outcome CSV file.
|
/third_party/json/benchmarks/thirdparty/benchmark/ |
D | README.md | 873 The CSV format outputs comma-separated values. The `context` is output on stderr 874 and the CSV itself on stdout. Example CSV output looks like:
|
/third_party/ffmpeg/doc/ |
D | ffprobe.texi | 422 Compact and CSV format. 465 Perform CSV-like escaping, as described in RFC4180. Strings
|
/third_party/benchmark/docs/ |
D | user_guide.md | 127 The CSV format outputs comma-separated values. The `context` is output on stderr 128 and the CSV itself on stdout. Example CSV output looks like:
|
/third_party/python/Misc/NEWS.d/ |
D | 3.10.0rc1.rst | 398 Fix a bug in the detection of CSV file headers by
|
D | 3.7.0a4.rst | 526 A single empty field is now always quoted when written into a CSV file. This
|
/third_party/mesa3d/src/mesa/main/ |
D | formats.csv | 29 # This CSV file has the input data for format_parser.py
|