Home
last modified time | relevance | path

Searched refs:csv (Results 1 – 25 of 47) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/focaltech_test/
H A Dfocaltech_test.c854 struct csv_format *csv = &tdata->csv; in save_data_csv() local
857 if (!csv || !csv->line2_buffer || !csv->data_buffer) { in save_data_csv()
876 csv->line2_len += snprintf(csv->line2_buffer + csv->line2_len, \ in save_data_csv()
877 CSV_LINE2_BUFFER_LEN - csv->line2_len, in save_data_csv()
880 csv->start_line, csv->item_count); in save_data_csv()
882 if (csv->line2_len >= CSV_LINE2_BUFFER_LEN - 1) { in save_data_csv()
883 FTS_TEST_ERROR("csv line2 buffer length(%d) fail", csv->line2_len); in save_data_csv()
885 csv->start_line += tx; in save_data_csv()
886 csv->item_count++; in save_data_csv()
891 csv->data_len += snprintf(csv->data_buffer + csv->data_len, \ in save_data_csv()
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/ni_routing/tools/
H A DMakefile31 everything : csv-files c-files csv-blank
44 csv-files : ni_values.py comedi_h.py
47 csv-blank :
49 @echo New blank csv signal table in csv/blank_route_table.csv
66 $(RM) -rf c/ csv/
H A Dmake_blank_csv.py6 import os, csv
25 dR = csv.DictWriter(F_csv, fieldnames, delimiter=';', quotechar='"')
H A Dcsv_collection.py4 import os, csv, glob
29 dR = csv.DictReader(F, delimiter=self.delimiter,
H A Dconvert_py_to_csv.py6 import os, csv
37 dR = csv.DictWriter(F_csv, fieldnames, delimiter=';', quotechar='"')
H A D.gitignore7 csv/
/OK3568_Linux_fs/buildroot/support/scripts/
H A Dsize-stats23 import csv
207 wr = csv.writer(csvfile, delimiter=',', quoting=csv.QUOTE_MINIMAL)
241 wr = csv.writer(csvfile, delimiter=',', quoting=csv.QUOTE_MINIMAL)
H A Dgraph-build-time69 import csv # noqa: E402
252 reader = csv.reader(input_file, delimiter=':')
/OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/ni_routing/
H A DREADME114 (a) `make csv-files`
115 Creates new csv-files using content of c-files of existing
116 ni_routing/* content. New csv files are placed in csv
132 Finally, .csv content is very easy to edit and read using a variety of
135 spreadsheet-like .csv format to c-files that follow the kernel coding
140 Creates new c-files using content of csv sub-directory. These
143 (c) `make csv-blank`
144 Create a new blank csv file. This is useful for establishing a
150 Build all csv-files, then all new c-files.
/OK3568_Linux_fs/kernel/drivers/staging/greybus/tools/
H A Dlbtest32 import csv
108 row = csv.writer(csvf, delimiter=",", quotechar="'",
109 quoting=csv.QUOTE_MINIMAL)
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dch.c839 struct changer_set_voltag csv; in ch_ioctl() local
842 if (copy_from_user(&csv, argp, sizeof(csv))) in ch_ioctl()
845 if (0 != ch_checkrange(ch, csv.csv_type, csv.csv_unit)) { in ch_ioctl()
849 elem = ch->firsts[csv.csv_type] + csv.csv_unit; in ch_ioctl()
852 csv.csv_flags & CSV_AVOLTAG, in ch_ioctl()
853 csv.csv_flags & CSV_CLEARTAG, in ch_ioctl()
854 csv.csv_voltag); in ch_ioctl()
/OK3568_Linux_fs/buildroot/support/testing/tests/core/
H A Dtest_post_scripts.py2 import csv
24 r = csv.reader(csvfile, delimiter=',')
/OK3568_Linux_fs/buildroot/utils/
H A Dsize-stats-compare23 import csv
31 reader = csv.reader(inputf)
H A Dtest-pkg61 (-t|--toolchains-csv)
260 -t CSVFILE, --toolchains-csv CSVFILE
/OK3568_Linux_fs/yocto/meta-clang/dynamic-layers/selinux/android-tools/android-tools/core-debian/
H A Dsimg_dump-python3.patch24 import csv
42 csvwriter = csv.writer(csvfile)
/OK3568_Linux_fs/kernel/tools/perf/pmu-events/
H A DREADME15 be named 'mapfile.csv' (see below for mapfile format).
105 The mapfile.csv format is expected to be:
138 files, relative to the directory containing the mapfile.csv
146 $ grep silvermont tools/perf/pmu-events/arch/x86/mapfile.csv
H A DBuild8 find $(JDIR) -name '*.json' -o -name 'mapfile.csv')
/OK3568_Linux_fs/buildroot/package/oracle-mysql/
H A D0007-dont-install-in-mysql-directory.patch61 diff -Nrup mysql-5.1.73.orig/storage/csv/Makefile.am mysql-5.1.73/storage/csv/Makefile.am
62 --- mysql-5.1.73.orig/storage/csv/Makefile.am 2013-11-04 19:52:27.000000000 +0100
63 +++ mysql-5.1.73/storage/csv/Makefile.am 2015-12-14 00:34:58.563937596 +0100
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/colord/colord/
H A D0001-Run-native-cd_idt8-cd_create_profile.patch24 input: arg + '.csv',
37 input: arg + '.csv',
/OK3568_Linux_fs/buildroot/support/legal-info/
H A DREADME.header30 information: 'manifest.csv' for target packages and 'host-manifest.csv'
/OK3568_Linux_fs/u-boot/tools/
H A Drkmux.py19 import csv
182 reader = csv.reader(fd)
/OK3568_Linux_fs/kernel/tools/kvm/kvm_stat/
H A Dkvm_stat.txt68 --csv::
69 log in csv format. Requires option -l/--log or -L/--log-to-file.
H A Dkvm_stat.service9 ExecStart=/usr/bin/kvm_stat -dtcz -s 10 -L /var/log/kvm_stat.csv
/OK3568_Linux_fs/docs/licenses/
H A DBUILDROOT_README30 information: 'manifest.csv' for target packages and 'host-manifest.csv'
/OK3568_Linux_fs/buildroot/docs/manual/
H A Dmigrating.txt18 +graphs/file-size-stats.csv+ in a different location. Run +make
33 . Compare the new +file-size-stats.csv+ with the original one, to

12