Searched refs:fields (Results 26 - 36 of 36) sorted by last modified time

12

/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A De1000_82575.h105 } fields; member in union:e1000_adv_context_desc::__anon5
119 } fields; member in union:e1000_adv_context_desc::__anon7
/haiku/src/tests/kits/net/service/
H A Dtestserver.py269 auth_type, fields = authorization.split(maxsplit=1)
271 credentials = parse_kv_pair_header(fields)
/haiku/src/kits/locale/
H A DTimeFormat.cpp154 BTimeFormat::GetTimeFields(BDateElement*& fields, int& fieldCount, argument
161 fields = NULL;
180 fields = (BDateElement*) malloc(fieldCount * sizeof(BDateElement));
188 fields[i] = B_DATE_ELEMENT_HOUR;
191 fields[i] = B_DATE_ELEMENT_MINUTE;
194 fields[i] = B_DATE_ELEMENT_SECOND;
197 fields[i] = B_DATE_ELEMENT_AM_PM;
200 fields[i] = B_DATE_ELEMENT_INVALID;
H A DDateFormat.cpp212 BDateFormat::GetFields(BDateElement*& fields, int& fieldCount, argument
219 fields = NULL;
238 fields = (BDateElement*) malloc(fieldCount * sizeof(BDateElement));
243 fields[i] = B_DATE_ELEMENT_YEAR;
246 fields[i] = B_DATE_ELEMENT_MONTH;
249 fields[i] = B_DATE_ELEMENT_DAY;
252 fields[i] = B_DATE_ELEMENT_WEEKDAY;
255 fields[i] = B_DATE_ELEMENT_INVALID;
/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex118 \item{All other fields must be set to 0.}
401 These fields contain the same kind of data. To understand what the value for a
405 fields are written that are not unused. Thus the original pattern can be seen
607 resulted from the attempt to assign all the fields a reasonable meaning, but
608 in fact not even the exact length and meaning of the fields of the resources
611 fields is base on educated guesses.}
/haiku/headers/os/locale/
H A DDateFormat.h69 status_t GetFields(BDateElement*& fields,
H A DTimeFormat.h41 status_t GetTimeFields(BDateElement*& fields,
/haiku/src/kits/network/libnetapi/
H A DNetworkSettings.cpp552 int32 fields; local
554 && message->FindInt32("fields", &fields) == B_OK
555 && (fields & (B_STAT_MODIFICATION_TIME | B_STAT_SIZE)) == 0) {
780 // TODO: the other fields aren't currently used, add them when they are
853 // TODO: add the other fields
/haiku/src/bin/rc/
H A Dcompile.h44 int32 count; // how many fields
45 field_t* fields; // field definitions member in struct:type_t
H A Dparser.y542 type.fields = NULL;
560 type.fields = (field_t*) list.items;
807 // For user-defined types, we copy the default values of the fields
814 size += type.fields[t].data.size;
821 data_t field_data = type.fields[t].data;
844 slots[k] = cast(type.fields[k].type, data);
851 abort_compile(RDEF_COMPILE_ERR, "too many fields");
856 if (strcmp(type.fields[k].name, data.name) == 0) {
860 slots[k] = cast(type.fields[k].type, data);
883 size += type.fields[
[all...]
/haiku/src/apps/cortex/Persistence/Wrappers/
H A DMessageIO.cpp148 // 2) export fields sorted first by index, then name
151 field_set fields; local
163 fields.push_back(name);
166 if(!fields.size())
178 fieldIndex < fields.size();
182 fields[fieldIndex].String(),
194 fields[fieldIndex].String(),
199 errText << "Couldn't export field '" << fields[fieldIndex] <<

Completed in 80 milliseconds

12