| /third_party/protobuf/python/google/protobuf/pyext/ |
| H A D | message.h | 64 // When a field is cleared, it is only detached from its message. Existing 84 // If this object belongs to a parent message, describes which field it comes 108 // made writable, at which point this field is set to false. 111 // A mapping indexed by field, containing weak references to contained objects 192 // Deletes a range of items in a repeated field (following a 216 bool SetCompositeField(CMessage* self, const FieldDescriptor* field, 233 // Checks if the message has the field described by the descriptor. Used for 241 // Checks if the message has the named field. 254 // has been registered with the same field number on this class. 257 // Get a field fro [all...] |
| H A D | message_factory.cc | 189 descriptor->field(field_idx)->message_type(); in GetOrCreateMessageClass() 190 // It is NULL if the field type is not a message. in GetOrCreateMessageClass()
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
| H A D | radiotap.c | 103 /* sanity check for allowed length and radiotap length field */ in ieee80211_radiotap_iterator_init() 197 if (iterator->_arg_index == iterator->overrides[i].field) { in find_override() 221 * payload for the field. It takes care of alignment handling and extended
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
| H A D | radiotap.c | 103 /* sanity check for allowed length and radiotap length field */ in ieee80211_radiotap_iterator_init() 197 if (iterator->_arg_index == iterator->overrides[i].field) { in find_override() 221 * payload for the field. It takes care of alignment handling and extended
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | VaryingPacking.h | 37 // field index. 145 // struct-typed varying location to the location of its first field. 282 const sh::ShaderVariable &field,
|
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | caltest.cpp | 498 errln(UnicodeString("FAIL: getMinimum larger than getGreatestMinimum for field ") + i); in TestGenericAPI() 500 errln(UnicodeString("FAIL: getLeastMaximum larger than getMaximum for field ") + i); in TestGenericAPI() 502 errln(UnicodeString("FAIL: getMinimum not less than getMaximum for field ") + i); in TestGenericAPI() 803 * Confirm the functioning of the field disambiguation algorithm. 865 * YEAR_WOY field, YEAR_WOY must itself be set if that is what is in TestDisambiguation765() 1179 int32_t ms, UCalendarDateFields field) in check520() 1190 errln(UnicodeString("U_FAILURE for field ") + (int32_t)field + in check520() 1419 UCalendarDateFields field = (UCalendarDateFields)EXPECTED_FIELDS[i++]; in TestFields060() local 1421 if (calendar->get(field, statu in TestFields060() 1176 check520(Calendar* c, int32_t y, int32_t m, int32_t d, int32_t hr, int32_t min, int32_t sec, int32_t ms, UCalendarDateFields field) check520() argument 1638 loop_addroll(Calendar *cal, int times, UCalendarDateFields field, UCalendarDateFields field2, UErrorCode& errorCode) loop_addroll() argument [all...] |
| H A D | tufmtts.cpp | 184 TimeUnit::UTimeUnitFields field = tmunit_m->getTimeUnitField(); in testAPI() local 185 assertTrue("field of month time unit is month", (field == TimeUnit::UTIMEUNIT_MONTH)); in testAPI()
|
| /third_party/node/deps/v8/src/objects/ |
| H A D | intl-objects.cc | 1902 // separately. The abstract operation returns a record with a [[locale]] field, 1906 // then the returned record also contains an [[extension]] field whose value is 2923 void Intl::FormatRangeSourceTracker::Add(int32_t field, int32_t start, in Add() argument 2925 DCHECK_LT(field, 2); in Add() 2926 start_[field] = start; in Add() 2927 limit_[field] = limit; in Add() 2941 bool Intl::FormatRangeSourceTracker::FieldContains(int32_t field, int32_t start, in FieldContains() argument 2943 DCHECK_LT(field, 2); in FieldContains() 2944 return (start_[field] <= start) && (start <= limit_[field]) in FieldContains() [all...] |
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
| H A D | DateFormatTest.java | 312 * So it need to add the timezone offset on hour field. in TestTwoDigitYearDSTParse() 346 * Verify that returned field position indices are correct. 383 // Expected output field values for above DateFormats on aug13 in TestFieldPosition() 384 // Fields are given in order of DateFormat field number in TestFieldPosition() 481 String field; in TestFieldPosition() 487 field = buf.substring(pos.getBeginIndex(), pos.getEndIndex()); in TestFieldPosition() 488 assertEquals("pattern#" + j + " field #" + i + " " + DATEFORMAT_FIELD_NAMES[i], in TestFieldPosition() 489 EXPECTED[exp], field); in TestFieldPosition() 495 // the specified field. in TestFieldPosition() 499 field in TestFieldPosition() [all...] |
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
| H A D | DateFormatTest.java | 309 * So it need to add the timezone offset on hour field. in TestTwoDigitYearDSTParse() 343 * Verify that returned field position indices are correct. 380 // Expected output field values for above DateFormats on aug13 in TestFieldPosition() 381 // Fields are given in order of DateFormat field number in TestFieldPosition() 478 String field; in TestFieldPosition() 484 field = buf.substring(pos.getBeginIndex(), pos.getEndIndex()); in TestFieldPosition() 485 assertEquals("pattern#" + j + " field #" + i + " " + DATEFORMAT_FIELD_NAMES[i], in TestFieldPosition() 486 EXPECTED[exp], field); in TestFieldPosition() 492 // the specified field. in TestFieldPosition() 496 field in TestFieldPosition() [all...] |
| /device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
| H A D | dbus.c | 2196 char *field; in dbus_select_nvram() local 2284 field = strchr(nvram_end, '='); in dbus_select_nvram() 2285 field++; in dbus_select_nvram() 2286 btype = (uint16)bcm_strtoul(field, NULL, 0); in dbus_select_nvram() 2294 field = strchr(nvram_end, '='); in dbus_select_nvram() 2295 field++; in dbus_select_nvram() 2296 brev = (uint16)bcm_strtoul(field, NULL, 0); in dbus_select_nvram()
|
| /third_party/rust/crates/cxx/macro/src/ |
| H A D | expand.rs | 160 let fields = strct.fields.iter().map(|field| { in expand_struct() 161 let doc = &field.doc; in expand_struct() 162 let attrs = &field.attrs; in expand_struct() 165 let vis = field.visibility; in expand_struct() 166 quote!(#doc #attrs #vis #field) in expand_struct() 382 let field = format_ident!("_lifetime_{}", lifetime.ident); in expand_cxx_type() 383 quote!(#field: ::cxx::core::marker::PhantomData<&#lifetime ()>) in expand_cxx_type()
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | amrwbdata.h | 85 #define AMR_BIT(field) (offsetof(AMRWBFrame, field)) 94 // Each field in AMRWBFrame is stored as: 95 // * one byte for the number of bits in the field 96 // * one byte for the field index 97 // * then, one byte for each bit of the field (from most-significant to least)
|
| /third_party/glslang/glslang/HLSL/ |
| H A D | hlslParseHelper.h | 79 TIntermTyped* handleDotDereference(const TSourceLoc&, TIntermTyped* base, const TString& field); 80 bool isBuiltInMethod(const TSourceLoc&, TIntermTyped* base, const TString& field);
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
| H A D | IslamicCalendar.java | 278 * @param year the value used to set the {@link #YEAR YEAR} time field in the calendar. 279 * @param month the value used to set the {@link #MONTH MONTH} time field in the calendar. 281 * @param date the value used to set the {@link #DATE DATE} time field in the calendar. 297 * @param year the value used to set the {@link #YEAR YEAR} time field in the calendar. 298 * @param month the value used to set the {@link #MONTH MONTH} time field in the calendar. 300 * @param date the value used to set the {@link #DATE DATE} time field in the calendar. 301 * @param hour the value used to set the {@link #HOUR_OF_DAY HOUR_OF_DAY} time field 303 * @param minute the value used to set the {@link #MINUTE MINUTE} time field 305 * @param second the value used to set the {@link #SECOND SECOND} time field 514 protected int handleGetLimit(int field, in argument [all...] |
| /third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
| H A D | dumpICUrules.bat | 259 // field has been deleted, since the encoding is processed at build 302 # Delete the encoding field
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
| H A D | IslamicCalendar.java | 259 * @param year the value used to set the {@link #YEAR YEAR} time field in the calendar. 260 * @param month the value used to set the {@link #MONTH MONTH} time field in the calendar. 262 * @param date the value used to set the {@link #DATE DATE} time field in the calendar. 277 * @param year the value used to set the {@link #YEAR YEAR} time field in the calendar. 278 * @param month the value used to set the {@link #MONTH MONTH} time field in the calendar. 280 * @param date the value used to set the {@link #DATE DATE} time field in the calendar. 281 * @param hour the value used to set the {@link #HOUR_OF_DAY HOUR_OF_DAY} time field 283 * @param minute the value used to set the {@link #MINUTE MINUTE} time field 285 * @param second the value used to set the {@link #SECOND SECOND} time field 492 protected int handleGetLimit(int field, in argument [all...] |
| /third_party/icu/icu4c/source/i18n/ |
| H A D | islamcal.cpp | 312 int32_t IslamicCalendar::handleGetLimit(UCalendarDateFields field, ELimitType limitType) const { in handleGetLimit() argument 313 return LIMITS[field][limitType]; in handleGetLimit() 548 // Functions for converting from field values to milliseconds.... 574 // Functions for converting from milliseconds to field values
|
| /third_party/mesa3d/src/freedreno/computerator/ |
| H A D | a6xx.c | 86 /* offset of a single field of an array of fd6_query_sample: */ 87 #define query_sample_idx(a6xx_backend, idx, field) \ 90 offsetof(struct fd6_query_sample, field), \
|
| /third_party/mesa3d/src/freedreno/vulkan/ |
| H A D | msm_kgsl.h | 79 * safe the other 8 bits that are still available in the context field should be 260 * This field contains the adreno revision 297 #define KGSL_MEMSTORE_OFFSET(ctxt_id, field) \ 299 offsetof(struct kgsl_devmemstore, field)) 607 * The flags field may contain a mask KGSL_CONTEXT_* values
|
| /third_party/mesa3d/src/compiler/glsl/tests/ |
| H A D | array_refcount_test.cpp | 137 deref_struct(operand s, const char *field) in deref_struct() argument 141 ir_rvalue *val = new(mem_ctx) ir_dereference_record(s.val, field); in deref_struct()
|
| /third_party/mesa3d/src/glx/ |
| H A D | dri_common.c | 95 #define __ATTRIB(attrib, field) \ 96 { attrib, offsetof(struct glx_config, field) }
|
| /third_party/mesa3d/src/gallium/frontends/va/ |
| H A D | postproc.c | 311 unsigned field) in vlVaApplyDeint() 348 current, next->buffer, field); in vlVaApplyDeint() 308 vlVaApplyDeint(vlVaDriver *drv, vlVaContext *context, VAProcPipelineParameterBuffer *param, struct pipe_video_buffer *current, unsigned field) vlVaApplyDeint() argument
|
| /third_party/node/deps/v8/src/wasm/ |
| H A D | wasm-objects-inl.h | 518 // WasmStructs can be bigger than the {map.instance_size_in_words} field in EncodeInstanceSizeInMap() 552 wasm::ValueType field_type = type->field(field_index); in GetField() 562 wasm::ValueType field_type = type->field(field_index); in SetField()
|
| /third_party/node/deps/v8/third_party/jinja2/ |
| H A D | nodes.py | 45 """A metaclass for nodes that handles the field and attribute 142 should be sets or tuples of field names. 158 of a field is a list all the nodes in that list are returned. 246 for idx, field in enumerate(node.fields): 249 value = getattr(node, field) 1048 field has to evaluate to a dictionary object.
|