Searched refs:num_fields (Results 1 – 8 of 8) sorted by relevance
/device/google/sunfish/thermal-engine/ |
D | thermal_client.h | 78 uint32_t num_fields; member
|
/device/google/crosshatch/sdm845/thermal-engine/ |
D | thermal_client.h | 78 uint32_t num_fields; member
|
/device/google/bonito/sdm710/thermal-engine/ |
D | thermal_client.h | 78 uint32_t num_fields; member
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | _csv.c | 140 int num_fields; /* number of fields in record */ member 960 self->num_fields = 0; in join_reset() 990 if (self->num_fields > 0) in join_append_data() 1103 self->num_fields++; in join_append() 1340 self->num_fields = 0; in csv_writer()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | _csv.c | 140 int num_fields; /* number of fields in record */ member 974 self->num_fields = 0; in join_reset() 1004 if (self->num_fields > 0) in join_append_data() 1117 self->num_fields++; in join_append() 1358 self->num_fields = 0; in csv_writer()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | collections.py | 359 num_fields = len(field_names),
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | Python-ast.c | 506 static PyTypeObject* make_type(char *type, PyTypeObject* base, char**fields, int num_fields) in make_type() argument 510 fnames = PyTuple_New(num_fields); in make_type() 512 for (i = 0; i < num_fields; i++) { in make_type() 526 static int add_attributes(PyTypeObject* type, char**attrs, int num_fields) in add_attributes() argument 529 PyObject *s, *l = PyTuple_New(num_fields); in add_attributes() 532 for (i = 0; i < num_fields; i++) { in add_attributes()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
D | Python-ast.c | 506 static PyTypeObject* make_type(char *type, PyTypeObject* base, char**fields, int num_fields) in make_type() argument 510 fnames = PyTuple_New(num_fields); in make_type() 512 for (i = 0; i < num_fields; i++) { in make_type() 526 static int add_attributes(PyTypeObject* type, char**attrs, int num_fields) in add_attributes() argument 529 PyObject *s, *l = PyTuple_New(num_fields); in add_attributes() 532 for (i = 0; i < num_fields; i++) { in add_attributes()
|