Home
last modified time | relevance | path

Searched refs:CSV (Results 1 – 25 of 44) sorted by relevance

12

/third_party/libphonenumber/metadata/
DREADME.md4 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/
Dc_api_dataset_csv_test.cc35 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 …]
Dc_api_cache_test.cc732 …std::shared_ptr<Dataset> ds = CSV({file_path}, ',', {}, column_names, 2, ShuffleMode::kFalse, 1, 0… in TEST_F()
/third_party/python/Doc/library/
Dcsv.rst1 :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/
Dtest.ffmeta3 comment='A comment with CSV, XML & JSON special chars': <tag value=\"x\">
/third_party/skia/infra/bots/analysis/
DREADME.md23 the the kinds of queries that can be done against CSV files.
/third_party/ffmpeg/tests/ref/fate/
Dffprobe_csv32 …,0.000000,0.120000,1053624,70241600,100,ffprobe test file,"'A comment with CSV, XML & JSON special…
Dffprobe_json659 "comment": "'A comment with CSV, XML & JSON special chars': <tag value=\"x\">",
Dffprobe_default695 TAG:comment='A comment with CSV, XML & JSON special chars': <tag value="x">
Dffprobe_ini711 comment='A comment with CSV, XML & JSON special chars'\: <tag value\="x">
Dffprobe_compact32 …00|probe_score=100|tag:title=ffprobe test file|tag:comment='A comment with CSV, XML & JSON special…
/third_party/node/deps/histogram/src/
Dhdr_histogram.h444 CSV enumerator
Dhdr_histogram.c915 case CSV: in format_line_string()
1087 case CSV: in format_head_string()
/third_party/flutter/skia/tools/skqp/
DREADME_ALGORITHM.md90 in CSV format in the file `out.csv`. A HTML report of just the failing tests
/third_party/skia/tools/skqp/
DREADME_ALGORITHM.md90 in CSV format in the file `out.csv`. A HTML report of just the failing tests
/third_party/mbedtls/docs/architecture/testing/
Dtest-framework.md49 The outcome file is in a CSV format using `;` (semicolon) as the delimiter and no quoting. This mea…
/third_party/json/test/thirdparty/Fuzzer/
DFuzzerFlags.def77 FUZZER_FLAG_INT(output_csv, 0, "Enable pulse output in CSV format.")
/third_party/icu/icu4c/source/test/perf/howExpensiveIs/
Dreadme.txt32 ** Appendix II shows a .CSV (spreadsheet) file which shows analysis of a sample run between differe…
/third_party/mbedtls/tests/suites/
Dhost_test.function375 /** \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/
DREADME.md873 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/
Dffprobe.texi422 Compact and CSV format.
465 Perform CSV-like escaping, as described in RFC4180. Strings
/third_party/benchmark/docs/
Duser_guide.md127 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/
D3.10.0rc1.rst398 Fix a bug in the detection of CSV file headers by
D3.7.0a4.rst526 A single empty field is now always quoted when written into a CSV file. This
/third_party/mesa3d/src/mesa/main/
Dformats.csv29 # This CSV file has the input data for format_parser.py

12