Home
last modified time | relevance | path

Searched refs:field (Results 526 - 550 of 1938) sorted by relevance

1...<<21222324252627282930>>...78

/third_party/node/deps/icu-small/source/i18n/
H A Ddtitvfmt.cpp439 // First, find the largest different calendar field. in formatImpl()
440 UCalendarDateFields field = UCAL_FIELD_COUNT; in formatImpl() local
443 field = UCAL_ERA; in formatImpl()
446 field = UCAL_YEAR; in formatImpl()
449 field = UCAL_MONTH; in formatImpl()
452 field = UCAL_DATE; in formatImpl()
455 field = UCAL_AM_PM; in formatImpl()
458 field = UCAL_HOUR; in formatImpl()
461 field = UCAL_MINUTE; in formatImpl()
464 field in formatImpl()
1313 setFallbackPattern(UCalendarDateFields field, const UnicodeString& skeleton, UErrorCode& status) setFallbackPattern() argument
1331 setPatternInfo(UCalendarDateFields field, const UnicodeString* firstPart, const UnicodeString* secondPart, UBool laterDateFirst) setPatternInfo() argument
1357 setIntervalPattern(UCalendarDateFields field, const UnicodeString& intervalPattern) setIntervalPattern() argument
1365 setIntervalPattern(UCalendarDateFields field, const UnicodeString& intervalPattern, UBool laterDateFirst) setIntervalPattern() argument
1428 setIntervalPattern(UCalendarDateFields field, const UnicodeString* skeleton, const UnicodeString* bestSkeleton, int8_t differenceInfo, UnicodeString* extendedSkeleton, UnicodeString* extendedBestSkeleton) setIntervalPattern() argument
1682 fieldExistsInSkeleton(UCalendarDateFields field, const UnicodeString& skeleton) fieldExistsInSkeleton() argument
1864 concatSingleDate2TimeInterval(UnicodeString& format, const UnicodeString& datePattern, UCalendarDateFields field, UErrorCode& status) concatSingleDate2TimeInterval() argument
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ddtitvfmt.cpp439 // First, find the largest different calendar field. in formatImpl()
440 UCalendarDateFields field = UCAL_FIELD_COUNT; in formatImpl() local
443 field = UCAL_ERA; in formatImpl()
446 field = UCAL_YEAR; in formatImpl()
449 field = UCAL_MONTH; in formatImpl()
452 field = UCAL_DATE; in formatImpl()
455 field = UCAL_AM_PM; in formatImpl()
458 field = UCAL_HOUR; in formatImpl()
461 field = UCAL_MINUTE; in formatImpl()
464 field in formatImpl()
1307 setFallbackPattern(UCalendarDateFields field, const UnicodeString& skeleton, UErrorCode& status) setFallbackPattern() argument
1325 setPatternInfo(UCalendarDateFields field, const UnicodeString* firstPart, const UnicodeString* secondPart, UBool laterDateFirst) setPatternInfo() argument
1351 setIntervalPattern(UCalendarDateFields field, const UnicodeString& intervalPattern) setIntervalPattern() argument
1359 setIntervalPattern(UCalendarDateFields field, const UnicodeString& intervalPattern, UBool laterDateFirst) setIntervalPattern() argument
1422 setIntervalPattern(UCalendarDateFields field, const UnicodeString* skeleton, const UnicodeString* bestSkeleton, int8_t differenceInfo, UnicodeString* extendedSkeleton, UnicodeString* extendedBestSkeleton) setIntervalPattern() argument
1676 fieldExistsInSkeleton(UCalendarDateFields field, const UnicodeString& skeleton) fieldExistsInSkeleton() argument
1852 concatSingleDate2TimeInterval(UnicodeString& format, const UnicodeString& datePattern, UCalendarDateFields field, UErrorCode& status) concatSingleDate2TimeInterval() argument
[all...]
/foundation/communication/connected_nfc_tag/frameworks/js/napi/
H A Dnfc_napi_utils.cpp52 napi_value field; in JsObjectToInt() local
55 napi_get_named_property(env, object, fieldStr, &field); in JsObjectToInt()
56 NAPI_CALL(env, napi_typeof(env, field, &valueType)); in JsObjectToInt()
58 napi_get_value_int32(env, field, &fieldRef); in JsObjectToInt()
70 napi_value field; in JsObjectToBool() local
73 napi_get_named_property(env, object, fieldStr, &field); in JsObjectToBool()
74 NAPI_CALL(env, napi_typeof(env, field, &valueType)); in JsObjectToBool()
76 napi_get_value_bool(env, field, &fieldRef); in JsObjectToBool()
88 HILOGE("Set value create utf8 string error! field: %{public}s", fieldStr); in SetValueUtf8String()
93 HILOGE("Set utf8 string named property error! field in SetValueUtf8String()
[all...]
/third_party/mesa3d/include/drm-uapi/
H A Ddrm_fourcc.h745 * 19:12 k Page Kind. This value directly maps to a field in the page
780 * Kind field
782 * Kind field
1407 * relevant for GFX9 and later and if the tile field is *_X/_T.
1426 #define AMD_FMT_MOD_SET(field, value) \
1427 ((uint64_t)(value) << AMD_FMT_MOD_##field##_SHIFT)
1428 #define AMD_FMT_MOD_GET(field, value) \
1429 (((value) >> AMD_FMT_MOD_##field##_SHIFT) & AMD_FMT_MOD_##field##_MASK)
1430 #define AMD_FMT_MOD_CLEAR(field) \
[all...]
/third_party/mesa3d/src/amd/common/
H A Dsid_tables.py205 for field in array:
206 self.name_to_idx[field.name].append(len(self.table))
207 self.table.append(field)
223 for field in self.table[start:end]:
224 filp.write('\t%s,\n' % (field.format(string_table, idx_table)))
309 field = Field(dbfield.name, dbfield.bits)
313 field.values.append((entry.name, entry.value))
314 fields.append(field)
/third_party/libdrm/include/drm/
H A Ddrm_fourcc.h679 * 19:12 k Page Kind. This value directly maps to a field in the page
714 * Kind field
716 * Kind field
1335 * relevant for GFX9 and later and if the tile field is *_X/_T.
1354 #define AMD_FMT_MOD_SET(field, value) \
1355 ((uint64_t)(value) << AMD_FMT_MOD_##field##_SHIFT)
1356 #define AMD_FMT_MOD_GET(field, value) \
1357 (((value) >> AMD_FMT_MOD_##field##_SHIFT) & AMD_FMT_MOD_##field##_MASK)
1358 #define AMD_FMT_MOD_CLEAR(field) \
[all...]
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Ducal.h61 * A <code>UCalendar</code> object can produce all the time field values
75 * the Gregorian calendar, the default for a field is the same as that of the
83 * most recently set single field, will be used.
134 * <code>Calendar</code> provides an API for field "rolling", where fields
141 * adding the specified (signed) amount of time to a particular time field.
283 * of the week. This field takes values <code>SUNDAY</code>,
300 * with the <code>DAY_OF_WEEK</code> field, this uniquely specifies a day
302 * <code>WEEK_OF_YEAR</code>, this field's value does <em>not</em> depend on
394 * <code>UCAL_WEEK_OF_YEAR</code> field. This may be one greater or less
429 * Ranges from 0 to 23:59:59.999 (regardless of DST). This field behave
[all...]
/third_party/icu/icu4c/source/i18n/unicode/
H A Ducal.h61 * A <code>UCalendar</code> object can produce all the time field values
75 * the Gregorian calendar, the default for a field is the same as that of the
83 * most recently set single field, will be used.
134 * <code>Calendar</code> provides an API for field "rolling", where fields
141 * adding the specified (signed) amount of time to a particular time field.
283 * of the week. This field takes values <code>SUNDAY</code>,
300 * with the <code>DAY_OF_WEEK</code> field, this uniquely specifies a day
302 * <code>WEEK_OF_YEAR</code>, this field's value does <em>not</em> depend on
394 * <code>UCAL_WEEK_OF_YEAR</code> field. This may be one greater or less
429 * Ranges from 0 to 23:59:59.999 (regardless of DST). This field behave
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/
H A Deg_debug.c100 const struct eg_field *field = egd_fields_table + reg->fields_offset + f; in eg_dump_reg() local
101 const int *values_offsets = egd_strings_offsets + field->values_offset; in eg_dump_reg()
102 uint32_t val = (value & field->mask) >> in eg_dump_reg()
103 (ffs(field->mask) - 1); in eg_dump_reg()
105 if (!(field->mask & field_mask)) in eg_dump_reg()
108 /* Indent the field. */ in eg_dump_reg()
113 /* Print the field. */ in eg_dump_reg()
114 fprintf(file, "%s = ", egd_strings + field->name_offset); in eg_dump_reg()
116 if (val < field->num_values && values_offsets[val] >= 0) in eg_dump_reg()
120 util_bitcount(field in eg_dump_reg()
[all...]
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/
H A Dmod.rs161 .field("value", &self.value) in fmt()
162 // FIXME: .field("__reserved", &self.__reserved) in fmt()
190 .field("value", &self.value) in fmt()
191 // FIXME: .field("__reserved", &self.__reserved) in fmt()
223 .field("numLocks", &self.numLocks) in fmt()
224 .field("writerThreadId", &self.writerThreadId) in fmt()
225 .field("pendingReaders", &self.pendingReaders) in fmt()
226 .field("pendingWriters", &self.pendingWriters) in fmt()
227 .field("attr", &self.attr) in fmt()
228 // FIXME: .field("__reserve in fmt()
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Ducal.h61 * A <code>UCalendar</code> object can produce all the time field values
75 * the Gregorian calendar, the default for a field is the same as that of the
83 * most recently set single field, will be used.
134 * <code>Calendar</code> provides an API for field "rolling", where fields
141 * adding the specified (signed) amount of time to a particular time field.
283 * of the week. This field takes values <code>SUNDAY</code>,
300 * with the <code>DAY_OF_WEEK</code> field, this uniquely specifies a day
302 * <code>WEEK_OF_YEAR</code>, this field's value does <em>not</em> depend on
394 * <code>UCAL_WEEK_OF_YEAR</code> field. This may be one greater or less
429 * Ranges from 0 to 23:59:59.999 (regardless of DST). This field behave
[all...]
/third_party/skia/src/sksl/dsl/
H A DDSLType.cpp265 for (const DSLField& field : fields) { in Struct()
266 if (field.fModifiers.fModifiers.fFlags != Modifiers::kNo_Flag) { in Struct()
267 String desc = field.fModifiers.fModifiers.description(); in Struct()
269 ThreadContext::ReportError("modifier '" + desc + "' is not permitted on a struct field", in Struct()
270 field.fPosition); in Struct()
273 const SkSL::Type& type = field.fType.skslType(); in Struct()
276 "' is not permitted in a struct", field.fPosition); in Struct()
278 skslFields.emplace_back(field.fModifiers.fModifiers, field.fName, &type); in Struct()
/third_party/typescript/tests/baselines/reference/tsc/declarationEmit/
H A Dwhen-same-version-is-referenced-through-source-and-another-symlinked-package-moduleCaseChange.js94 'package.json' does not have a 'typesVersions' field.
100 'package.json' does not have a 'typings' field.
101 'package.json' does not have a 'types' field.
102 'package.json' does not have a 'main' field.
126 'package.json' does not have a 'typesVersions' field.
132 'package.json' does not have a 'typings' field.
133 'package.json' does not have a 'types' field.
134 'package.json' does not have a 'main' field.
H A Dwhen-same-version-is-referenced-through-source-and-another-symlinked-package.js94 'package.json' does not have a 'typesVersions' field.
100 'package.json' does not have a 'typings' field.
101 'package.json' does not have a 'types' field.
102 'package.json' does not have a 'main' field.
126 'package.json' does not have a 'typesVersions' field.
132 'package.json' does not have a 'typings' field.
133 'package.json' does not have a 'types' field.
134 'package.json' does not have a 'main' field.
/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
H A DFieldMaskUtil.java91 * Parses from a string to a FieldMask and validates all field paths.
93 * @throws IllegalArgumentException if any of the field path is invalid.
101 * Constructs a FieldMask for a list of field paths in a certain type.
103 * @throws IllegalArgumentException if any of the field path is not valid.
111 * Constructs a FieldMask for a list of field paths in a certain type.
113 * @throws IllegalArgumentException if any of the field path is not valid.
120 * Constructs a FieldMask for a list of field paths in a certain type. Does not validate the given
131 // Ignore empty field paths. in fromStringList()
144 * Constructs a FieldMask from the passed field numbers.
153 * Constructs a FieldMask from the passed field number
[all...]
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs197 // actually a union with a non-unused, 0-initialized field
869 .field("ut_name", &self.ut_name) in fmt()
870 .field("ut_id", &self.ut_id) in fmt()
871 .field("ut_line", &self.ut_line) in fmt()
872 // FIXME .field("ut_host", &self.ut_host) in fmt()
873 .field("ut_session", &self.ut_session) in fmt()
874 .field("ut_type", &self.ut_type) in fmt()
875 .field("ut_pid", &self.ut_pid) in fmt()
876 .field("ut_exit", &self.ut_exit) in fmt()
877 .field("ut_s in fmt()
[all...]
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs1248 .field("ut_type", &self.ut_type) in fmt()
1249 .field("ut_tv", &self.ut_tv) in fmt()
1250 .field("ut_id", &self.ut_id) in fmt()
1251 .field("ut_pid", &self.ut_pid) in fmt()
1252 .field("ut_user", &self.ut_user) in fmt()
1253 .field("ut_line", &self.ut_line) in fmt()
1254 // FIXME: .field("ut_host", &self.ut_host) in fmt()
1255 // FIXME: .field("__ut_spare", &self.__ut_spare) in fmt()
1284 .field("cr_pid", unsafe { &self.cr_pid }) in fmt()
1314 struct_formatter.field("cr_versio in fmt()
[all...]
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
H A DIssuesTest.cs50 FieldDescriptor field = ItemField.Descriptor.FindFieldByName("item"); in FieldCalledItem()
51 Assert.NotNull(field); in FieldCalledItem()
52 Assert.AreEqual(3, (int)field.Accessor.GetValue(message)); in FieldCalledItem()
69 // It is safe to use either original field name or explicitly specified json_name in JsonNameParseTest()
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_rdb_const_properties.cpp123 napi_value field = nullptr; in ExportField() local
124 napi_create_object(env, &field); in ExportField()
126 SET_NAPI_PROPERTY(field, "CURSOR_FIELD", std::string(DistributedRdb::Field::CURSOR_FIELD)); in ExportField()
127 SET_NAPI_PROPERTY(field, "ORIGIN_FIELD", std::string(DistributedRdb::Field::ORIGIN_FIELD)); in ExportField()
128 SET_NAPI_PROPERTY(field, "DELETED_FLAG_FIELD", std::string(DistributedRdb::Field::DELETED_FLAG_FIELD)); in ExportField()
129 SET_NAPI_PROPERTY(field, "DATA_STATUS_FIELD", std::string(DistributedRdb::Field::DATA_STATUS_FIELD)); in ExportField()
130 SET_NAPI_PROPERTY(field, "OWNER_FIELD", std::string(DistributedRdb::Field::OWNER_FIELD)); in ExportField()
131 SET_NAPI_PROPERTY(field, "PRIVILEGE_FIELD", std::string(DistributedRdb::Field::PRIVILEGE_FIELD)); in ExportField()
132 SET_NAPI_PROPERTY(field, "SHARING_RESOURCE_FIELD", std::string(DistributedRdb::Field::SHARING_RESOURCE_FIELD)); in ExportField()
133 napi_object_freeze(env, field); in ExportField()
[all...]
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
H A Dprotocol_core.h35 // Registers |name| as a segment of the field path.
111 void AddField(span<char> name, const T& field) { in AddField() argument
112 serializer_.AddField(name, field); in AddField()
363 #define V8_CRDTP_DESERIALIZE_FILED_IMPL(name, field, is_optional) \
367 return ProtocolTypeTraits<decltype(field)>::Deserialize( \
368 __state, &static_cast<ProtocolType*>(__obj)->field); \
385 #define V8_CRDTP_DESERIALIZE_FIELD(name, field) \
386 V8_CRDTP_DESERIALIZE_FILED_IMPL(name, field, false)
387 #define V8_CRDTP_DESERIALIZE_FIELD_OPT(name, field) \
388 V8_CRDTP_DESERIALIZE_FILED_IMPL(name, field, tru
[all...]
/third_party/node/src/
H A Dnode_options.h349 bool Options::*field,
354 uint64_t Options::*field,
358 int64_t Options::*field,
362 std::string Options::*field,
366 std::vector<std::string> Options::*field,
370 HostPort Options::*field,
433 // Represents a field within `Options`.
445 // Represents a field of type T within `Options` that can be looked up
446 // as a C++ member field.
450 explicit SimpleOptionField(T Options::* field) argument
460 Lookup(std::shared_ptr<BaseOptionField> field, Options* options) const Lookup() argument
471 std::shared_ptr<BaseOptionField> field; global() member
[all...]
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
H A Dobjectivec_message.cc135 // Within the group, order by field number (provides stable ordering). in operator ()()
153 fields[i] = descriptor->field(i); in SortFieldsByNumber()
165 fields[i] = descriptor->field(i); in SortFieldsByStorageSize()
223 const FieldDescriptor* fieldDescriptor = descriptor_->field(i); in DetermineForwardDeclarations()
237 const FieldDescriptor* fieldDescriptor = descriptor_->field(i); in DetermineObjectiveCClassDefinitions()
344 const FieldDescriptor* field = descriptor_->field(i); in GenerateMessageHeader() local
345 const OneofDescriptor *oneof = field->real_containing_oneof(); in GenerateMessageHeader()
354 field_generators_.get(field).GeneratePropertyDeclaration(printer); in GenerateMessageHeader()
360 field_generators_.get(descriptor_->field( in GenerateMessageHeader()
[all...]
/third_party/protobuf/src/google/protobuf/util/internal/
H A Dutility.cc159 const google::protobuf::Field& field = type->fields(i); in FindFieldInTypeOrNull() local
160 if (field.name() == field_name) { in FindFieldInTypeOrNull()
161 return &field; in FindFieldInTypeOrNull()
172 const google::protobuf::Field& field = type->fields(i); in FindJsonFieldInTypeOrNull() local
173 if (field.json_name() == json_name) { in FindJsonFieldInTypeOrNull()
174 return &field; in FindJsonFieldInTypeOrNull()
185 const google::protobuf::Field& field = type->fields(i); in FindFieldInTypeByNumberOrNull() local
186 if (field.number() == number) { in FindFieldInTypeByNumberOrNull()
187 return &field; in FindFieldInTypeByNumberOrNull()
364 bool IsMap(const google::protobuf::Field& field, in IsMap() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor_extend.cpp116 for (const auto &field: assetFields) { in GetInfoByStatement()
118 errCode = SQLiteRelationalUtils::GetCloudValueByType(statement, field.type, index++, cloudValue); in GetInfoByStatement()
122 errCode = PutVBucketByType(assetInfo, field, cloudValue); in GetInfoByStatement()
128 LOGE("set asset field failed, errCode = %d", errCode); in GetInfoByStatement()
150 for (const auto &field : tableSchema.fields) { in GetInsertSqlForCloudSync()
151 sql += field.colName + ","; in GetInsertSqlForCloudSync()
730 int SQLiteSingleVerRelationalStorageExecutor::BindOneField(int index, const VBucket &vBucket, const Field &field, in BindOneField() argument
733 auto it = bindCloudFieldFuncMap_.find(field.type); in BindOneField()
735 LOGE("unknown cloud type when bind one field."); in BindOneField()
738 return it->second(index, vBucket, field, updateStm in BindOneField()
1278 IsNeedUpdateAssetIdInner(sqlite3_stmt *selectStmt, const VBucket &vBucket, const Field &field, VBucket &assetInfo) IsNeedUpdateAssetIdInner() argument
1549 PutVBucketByType(VBucket &vBucket, const Field &field, Type &cloudValue) PutVBucketByType() argument
[all...]
/third_party/python/Tools/gdb/
H A Dlibpython.py173 def field(self, name): member in PyObjectPtr
175 Get the gdb.Value for the given field within the PyObject, coping with
186 so that the "ob_size" field is located insize the "ob_base" field, and
205 Get a PyObjectPtr for the given PyObject* field within this PyObject,
208 return PyObjectPtr.from_pyobject_ptr(self.field(name))
212 Extract the PyObject* field named "name", and write its representation
234 return PyTypeObjectPtr(self.field('ob_type'))
254 tp_name = ob_type.field('tp_name')
331 tp_name = t.field('tp_nam
[all...]

Completed in 35 milliseconds

1...<<21222324252627282930>>...78