| /third_party/protobuf/src/google/protobuf/compiler/cpp/ |
| H A D | cpp_file.cc | 155 // 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 D | map_type_handler.h | 107 // 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 D | NumberRegressionTests.java | 134 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 D | NumberRegressionTests.java | 131 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 D | tu_query.c | 96 /* 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 D | env.cc | 317 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 D | ast.py | 119 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 D | capture.c | 383 .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 D | capture.c | 351 .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 D | icu_addon.cpp | 990 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 D | itformat.h | 31 int32_t field; member
|
| H A D | calcasts.h | 48 * 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 D | dbgutil.h | 23 udbg_enumString(UDebugEnumType type, int32_t field);
|
| /third_party/icu/icu4c/source/test/cintltst/ |
| H A D | cformtst.h | 37 int32_t field; member
|
| /third_party/icu/icu4c/source/tools/toolutil/ |
| H A D | dbgutil.h | 23 udbg_enumString(UDebugEnumType type, int32_t field);
|
| /third_party/mesa3d/src/gallium/auxiliary/vl/ |
| H A D | vl_deint_filter.h | 75 unsigned field);
|
| /third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
| H A D | dbgutil.h | 23 udbg_enumString(UDebugEnumType type, int32_t field);
|
| /third_party/protobuf/src/google/protobuf/compiler/csharp/ |
| H A D | csharp_doc_comment.h | 43 void WritePropertyDocComment(io::Printer* printer, const FieldDescriptor* field);
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
| H A D | radiotap_iter.h | 12 uint8_t field; member
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/ |
| H A D | userdatarequest.h | 37 QString field; member in UserDataRequest
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
| H A D | radiotap_iter.h | 12 uint8_t field; member
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/ |
| H A D | userdatarequest.h | 37 QString field; member in UserDataRequest
|
| /third_party/ffmpeg/libavcodec/loongarch/ |
| H A D | h264_deblock_lasx.c | 115 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 D | h264_deblock_msa.c | 122 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 D | c_tool.cc | 149 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
|