| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/focaltech_test/ |
| H A D | focaltech_test.c | 854 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 D | Makefile | 31 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 D | make_blank_csv.py | 6 import os, csv 25 dR = csv.DictWriter(F_csv, fieldnames, delimiter=';', quotechar='"')
|
| H A D | csv_collection.py | 4 import os, csv, glob 29 dR = csv.DictReader(F, delimiter=self.delimiter,
|
| H A D | convert_py_to_csv.py | 6 import os, csv 37 dR = csv.DictWriter(F_csv, fieldnames, delimiter=';', quotechar='"')
|
| H A D | .gitignore | 7 csv/
|
| /OK3568_Linux_fs/buildroot/support/scripts/ |
| H A D | size-stats | 23 import csv 207 wr = csv.writer(csvfile, delimiter=',', quoting=csv.QUOTE_MINIMAL) 241 wr = csv.writer(csvfile, delimiter=',', quoting=csv.QUOTE_MINIMAL)
|
| H A D | graph-build-time | 69 import csv # noqa: E402 252 reader = csv.reader(input_file, delimiter=':')
|
| /OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/ni_routing/ |
| H A D | README | 114 (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 D | lbtest | 32 import csv 108 row = csv.writer(csvf, delimiter=",", quotechar="'", 109 quoting=csv.QUOTE_MINIMAL)
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | ch.c | 839 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 D | test_post_scripts.py | 2 import csv 24 r = csv.reader(csvfile, delimiter=',')
|
| /OK3568_Linux_fs/buildroot/utils/ |
| H A D | size-stats-compare | 23 import csv 31 reader = csv.reader(inputf)
|
| H A D | test-pkg | 61 (-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 D | simg_dump-python3.patch | 24 import csv 42 csvwriter = csv.writer(csvfile)
|
| /OK3568_Linux_fs/kernel/tools/perf/pmu-events/ |
| H A D | README | 15 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 D | Build | 8 find $(JDIR) -name '*.json' -o -name 'mapfile.csv')
|
| /OK3568_Linux_fs/buildroot/package/oracle-mysql/ |
| H A D | 0007-dont-install-in-mysql-directory.patch | 61 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 D | 0001-Run-native-cd_idt8-cd_create_profile.patch | 24 input: arg + '.csv', 37 input: arg + '.csv',
|
| /OK3568_Linux_fs/buildroot/support/legal-info/ |
| H A D | README.header | 30 information: 'manifest.csv' for target packages and 'host-manifest.csv'
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | rkmux.py | 19 import csv 182 reader = csv.reader(fd)
|
| /OK3568_Linux_fs/kernel/tools/kvm/kvm_stat/ |
| H A D | kvm_stat.txt | 68 --csv:: 69 log in csv format. Requires option -l/--log or -L/--log-to-file.
|
| H A D | kvm_stat.service | 9 ExecStart=/usr/bin/kvm_stat -dtcz -s 10 -L /var/log/kvm_stat.csv
|
| /OK3568_Linux_fs/docs/licenses/ |
| H A D | BUILDROOT_README | 30 information: 'manifest.csv' for target packages and 'host-manifest.csv'
|
| /OK3568_Linux_fs/buildroot/docs/manual/ |
| H A D | migrating.txt | 18 +graphs/file-size-stats.csv+ in a different location. Run +make 33 . Compare the new +file-size-stats.csv+ with the original one, to
|