Home
last modified time | relevance | path

Searched refs:field (Results 1051 - 1075 of 1813) sorted by relevance

1...<<41424344454647484950>>...73

/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_file.cc155 // macros as field names and the generated code compiles after the macro in GenerateMacroUndefs()
468 void FileGenerator::GetCrossFileReferencesForField(const FieldDescriptor* field, in GetCrossFileReferencesForField() argument
470 const Descriptor* msg = field->message_type(); in GetCrossFileReferencesForField()
474 if (IsImplicitWeakField(field, options_, &scc_analyzer_) || in GetCrossFileReferencesForField()
475 IsWeak(field, options_)) { in GetCrossFileReferencesForField()
487 ForEachField(file, [this, refs](const FieldDescriptor* field) { in GetCrossFileReferencesForFile()
488 GetCrossFileReferencesForField(field, refs); in GetCrossFileReferencesForFile()
574 ForEachField(message, [this, &refs](const FieldDescriptor* field) { in GenerateSourceForMessage()
575 GetCrossFileReferencesForField(field, &refs); in GenerateSourceForMessage()
1187 // All classes / enums referred to as field member in GenerateForwardDeclarations()
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dmap_type_handler.h107 // Define constants for given wire field type
154 // Internal stored type in MapEntryLite for given wire field type.
157 // Corresponding wire type for field type.
175 static inline uint8* Write(int field, const MapEntryAccessorType& value,
230 static inline uint8* Write(int field, const MapEntryAccessorType& value, \
363 int field, const MapEntryAccessorType& value, uint8* ptr, in Write()
366 return WireFormatLite::InternalWriteMessage(field, value, ptr, stream); in Write()
372 int field, const MapEntryAccessorType& value, uint8* ptr, \
375 return stream->Write##DeclaredType(field, value, ptr); \
385 int field, cons
362 Write( int field, const MapEntryAccessorType& value, uint8* ptr, io::EpsCopyOutputStream* stream) Write() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DNumberRegressionTests.java134 symbols.setDecimalSeparator('p'); // change value of field in Test4087245()
854 FieldPosition field = new FieldPosition(0); in Test4062486()
856 fmt.format(num, formatted, field); in Test4062486()
857 if (field.getBeginIndex() != 0 && field.getEndIndex() != 5) in Test4062486()
858 errln("Format 1234.5 failed. Begin index: " + field.getBeginIndex() + " End index: " + field.getEndIndex()); in Test4062486()
859 field.setBeginIndex(7); in Test4062486()
860 field.setEndIndex(4); in Test4062486()
861 if (field in Test4062486()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DNumberRegressionTests.java131 symbols.setDecimalSeparator('p'); // change value of field in Test4087245()
851 FieldPosition field = new FieldPosition(0); in Test4062486()
853 fmt.format(num, formatted, field); in Test4062486()
854 if (field.getBeginIndex() != 0 && field.getEndIndex() != 5) in Test4062486()
855 errln("Format 1234.5 failed. Begin index: " + field.getBeginIndex() + " End index: " + field.getEndIndex()); in Test4062486()
856 field.setBeginIndex(7); in Test4062486()
857 field.setEndIndex(4); in Test4062486()
858 if (field in Test4062486()
[all...]
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_query.c96 /* Returns the IOVA of a given uint64_t field in a given slot of a query
98 #define query_iova(type, pool, query, field) \
99 pool->bo->iova + pool->stride * (query) + offsetof(type, field)
101 #define occlusion_query_iova(pool, query, field) \
102 query_iova(struct occlusion_query_slot, pool, query, field)
104 #define pipeline_stat_query_iova(pool, query, field) \
106 offsetof(struct pipeline_stat_query_slot, field)
108 #define primitive_query_iova(pool, query, field, i) \
109 query_iova(struct primitive_query_slot, pool, query, field) + \
112 #define perf_query_iova(pool, query, field,
[all...]
/third_party/node/src/
H A Denv.cc317 Local<TypeName> field = PropertyName(); \ in Serialize()
318 if (!field.IsEmpty()) { \ in Serialize()
319 size_t index = creator->AddData(field); \ in Serialize()
348 Local<TypeName> field; \ in DeserializeProperties()
349 if (!maybe_field.ToLocal(&field)) { \ in DeserializeProperties()
352 PropertyName##_.Set(isolate_, field); \ in DeserializeProperties()
365 Local<String> field; in DeserializeProperties() local
366 if (!maybe_field.ToLocal(&field)) { in DeserializeProperties()
369 async_wrap_providers_[j].Set(isolate_, field); in DeserializeProperties()
383 Local<TypeName> field; \ in DeserializeProperties()
[all...]
/third_party/python/Lib/
H A Dast.py119 omitting unambiguous field names. Attributes such as line
240 # but rather a field of the node itself.
257 Yield a tuple of ``(fieldname, value)`` for each field in ``node._fields``
260 for field in node._fields:
262 yield field, getattr(node, field)
272 for name, field in iter_fields(node):
273 if isinstance(field, AST):
274 yield field
275 elif isinstance(field, lis
[all...]
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/cif/
H A Dcapture.c383 .field = V4L2_FIELD_NONE,
391 .field = V4L2_FIELD_INTERLACED,
399 .field = V4L2_FIELD_NONE,
407 .field = V4L2_FIELD_INTERLACED,
415 .field = V4L2_FIELD_NONE,
423 .field = V4L2_FIELD_INTERLACED,
431 .field = V4L2_FIELD_NONE,
439 .field = V4L2_FIELD_INTERLACED,
446 .field = V4L2_FIELD_NONE,
453 .field
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/cif/
H A Dcapture.c351 .field = V4L2_FIELD_NONE,
358 .field = V4L2_FIELD_INTERLACED,
365 .field = V4L2_FIELD_NONE,
372 .field = V4L2_FIELD_INTERLACED,
379 .field = V4L2_FIELD_NONE,
386 .field = V4L2_FIELD_INTERLACED,
393 .field = V4L2_FIELD_NONE,
400 .field = V4L2_FIELD_INTERLACED,
406 .field = V4L2_FIELD_NONE,
412 .field
[all...]
/third_party/icu/ohos_icu4c/src/
H A Dicu_addon.cpp990 void ucal_add(UCalendar *cal, UCalendarDateFields field, int32_t amount, UErrorCode *status) in ucal_add() argument
992 U_ICU_ENTRY_POINT_RENAME(ucal_add)(cal, field, amount, status); in ucal_add()
998 void ucal_clearField(UCalendar *cal, UCalendarDateFields field) in ucal_clearField() argument
1000 U_ICU_ENTRY_POINT_RENAME(ucal_clearField)(cal, field); in ucal_clearField()
1018 int32_t ucal_get(const UCalendar *cal, UCalendarDateFields field, UErrorCode *status) in ucal_get() argument
1020 return U_ICU_ENTRY_POINT_RENAME(ucal_get)(cal, field, status); in ucal_get()
1047 int32_t ucal_getFieldDifference(UCalendar *cal, UDate target, UCalendarDateFields field, UErrorCode *status) in ucal_getFieldDifference() argument
1049 return U_ICU_ENTRY_POINT_RENAME(ucal_getFieldDifference)(cal, target, field, status); in ucal_getFieldDifference()
1064 int32_t ucal_getLimit(const UCalendar *cal, UCalendarDateFields field, UCalendarLimitType type, UErrorCode *status) in ucal_getLimit() argument
1066 return U_ICU_ENTRY_POINT_RENAME(ucal_getLimit)(cal, field, typ in ucal_getLimit()
1127 ucal_isSet(const UCalendar *cal, UCalendarDateFields field) ucal_isSet() argument
1152 ucal_roll(UCalendar *cal, UCalendarDateFields field, int32_t amount, UErrorCode *status) ucal_roll() argument
1156 ucal_set(UCalendar *cal, UCalendarDateFields field, int32_t value) ucal_set() argument
1683 udat_getNumberFormatForField(const UDateFormat *fmt, UChar field) udat_getNumberFormatForField() argument
1741 udat_toCalendarDateField(UDateFormatField field) udat_toCalendarDateField() argument
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Ditformat.h31 int32_t field; member
H A Dcalcasts.h48 * Utility function to test out a specific field
50 * @param field which field
55 UBool checkField(Calendar *cal, UCalendarDateFields field, int32_t value, UErrorCode &status);
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Ddbgutil.h23 udbg_enumString(UDebugEnumType type, int32_t field);
/third_party/icu/icu4c/source/test/cintltst/
H A Dcformtst.h37 int32_t field; member
/third_party/icu/icu4c/source/tools/toolutil/
H A Ddbgutil.h23 udbg_enumString(UDebugEnumType type, int32_t field);
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_deint_filter.h75 unsigned field);
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Ddbgutil.h23 udbg_enumString(UDebugEnumType type, int32_t field);
/third_party/protobuf/src/google/protobuf/compiler/csharp/
H A Dcsharp_doc_comment.h43 void WritePropertyDocComment(io::Printer* printer, const FieldDescriptor* field);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dradiotap_iter.h12 uint8_t field; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/
H A Duserdatarequest.h37 QString field; member in UserDataRequest
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dradiotap_iter.h12 uint8_t field; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/
H A Duserdatarequest.h37 QString field; member in UserDataRequest
/third_party/ffmpeg/libavcodec/loongarch/
H A Dh264_deblock_lasx.c115 int mask_mv0, int mask_mv1, int field) in ff_h264_loop_filter_strength_lasx()
125 if (field) { in ff_h264_loop_filter_strength_lasx()
112 ff_h264_loop_filter_strength_lasx(int16_t bS[2][4][4], uint8_t nnz[40], int8_t ref[2][40], int16_t mv[2][40][2], int bidir, int edges, int step, int mask_mv0, int mask_mv1, int field) ff_h264_loop_filter_strength_lasx() argument
/third_party/ffmpeg/libavcodec/mips/
H A Dh264_deblock_msa.c122 int mask_mv0, int mask_mv1, int field) in ff_h264_loop_filter_strength_msa()
131 if (field) { in ff_h264_loop_filter_strength_msa()
119 ff_h264_loop_filter_strength_msa(int16_t bS[2][4][4], uint8_t nnz[40], int8_t ref[2][40], int16_t mv[2][40][2], int bidir, int edges, int step, int mask_mv0, int mask_mv1, int field) ff_h264_loop_filter_strength_msa() argument
/third_party/gn/src/gn/
H A Dc_tool.cc149 SubstitutionList* field, in ReadOutputsPatternList()
179 *field = std::move(list); in ReadOutputsPatternList()
146 ReadOutputsPatternList(Scope* scope, const char* var, bool required, SubstitutionList* field, Err* err) ReadOutputsPatternList() argument

Completed in 27 milliseconds

1...<<41424344454647484950>>...73