Home
last modified time | relevance | path

Searched refs:field (Results 1101 - 1125 of 1878) sorted by relevance

1...<<41424344454647484950>>...76

/third_party/openssl/crypto/bn/
H A Dbn_gf2m.c778 BIGNUM *field; in BN_GF2m_mod_inv_arr() local
783 if ((field = BN_CTX_get(ctx)) == NULL) in BN_GF2m_mod_inv_arr()
785 if (!BN_GF2m_arr2poly(p, field)) in BN_GF2m_mod_inv_arr()
788 ret = BN_GF2m_mod_inv(r, xx, field, ctx); in BN_GF2m_mod_inv_arr()
836 BIGNUM *field; in BN_GF2m_mod_div_arr() local
843 if ((field = BN_CTX_get(ctx)) == NULL) in BN_GF2m_mod_div_arr()
845 if (!BN_GF2m_arr2poly(p, field)) in BN_GF2m_mod_div_arr()
848 ret = BN_GF2m_mod_div(r, yy, xx, field, ctx); in BN_GF2m_mod_div_arr()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dudat.cpp93 udat_toCalendarDateField(UDateFormatField field) { in udat_toCalendarDateField() argument
96 return (field >= UDAT_ERA_FIELD && field < UPRV_LENGTHOF(gDateFieldMapping))? gDateFieldMapping[field]: UCAL_FIELD_COUNT; in udat_toCalendarDateField()
246 fp.setField(position->field); in udat_format()
284 fp.setField(position->field); in udat_formatCalendar()
461 udat_getNumberFormatForField(const UDateFormat* fmt, UChar field) in udat_getNumberFormatForField() argument
466 return (const UNumberFormat*) ((SimpleDateFormat*)fmt)->getNumberFormatForField(field); in udat_getNumberFormatForField()
H A Dbuddhcal.h139 * use the UCAL_EXTENDED_YEAR field or the UCAL_YEAR and supra-year fields (such
154 * @param field one of the field numbers
159 virtual int32_t handleGetLimit(UCalendarDateFields field, ELimitType limitType) const;
H A Dcecal.h74 * Calculate the limit for a specified type of limit and field
77 virtual int32_t handleGetLimit(UCalendarDateFields field, ELimitType limitType) const;
H A Dtaiwncal.h136 * use the UCAL_EXTENDED_YEAR field or the UCAL_YEAR and supra-year fields (such
151 * @param field one of the field numbers
156 virtual int32_t handleGetLimit(UCalendarDateFields field, ELimitType limitType) const;
/third_party/protobuf/python/google/protobuf/internal/
H A Dwell_known_types_test.py429 for field in msg_descriptor.fields:
430 self.assertTrue(field.name in mask.paths)
443 # Repeated field is only allowed in the last position of path
446 # Invalid top level field
450 # Invalid field in root
454 # Invalid field in internal node
458 # Invalid field in leaf
557 # Test merge one field.
560 for field in src.DESCRIPTOR.fields:
561 if field
[all...]
/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...]
/base/security/crypto_framework/interfaces/inner_api/algorithm_parameter/
H A Ddetailed_ecc_key_params.h42 HcfECField *field; member
/third_party/icu/icu4c/source/test/cintltst/
H A Dccaltst.h84 UCalendarDateFields field);
/third_party/icu/icu4c/source/i18n/
H A Dtaiwncal.h136 * use the UCAL_EXTENDED_YEAR field or the UCAL_YEAR and supra-year fields (such
151 * @param field one of the field numbers
156 virtual int32_t handleGetLimit(UCalendarDateFields field, ELimitType limitType) const override;
H A Dcecal.h74 * Calculate the limit for a specified type of limit and field
77 virtual int32_t handleGetLimit(UCalendarDateFields field, ELimitType limitType) const override;
/third_party/node/deps/icu-small/source/i18n/
H A Dbuddhcal.h139 * use the UCAL_EXTENDED_YEAR field or the UCAL_YEAR and supra-year fields (such
154 * @param field one of the field numbers
159 virtual int32_t handleGetLimit(UCalendarDateFields field, ELimitType limitType) const override;
H A Dtaiwncal.h136 * use the UCAL_EXTENDED_YEAR field or the UCAL_YEAR and supra-year fields (such
151 * @param field one of the field numbers
156 virtual int32_t handleGetLimit(UCalendarDateFields field, ELimitType limitType) const override;
/third_party/openssl/ohos_lite/include/openssl/
H A Dtxt_db.h46 int TXT_DB_create_index(TXT_DB *db, int field, int (*qual) (OPENSSL_STRING *),
/third_party/skia/src/sfnt/
H A DSkOTTable_gasp.h53 } field; member
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
H A Dobjectivec_map_field.h44 friend FieldGenerator* FieldGenerator::Make(const FieldDescriptor* field,
/third_party/protobuf/objectivec/
H A DGPBMessage_PackagePrivate.h61 // GPBMessage_Storage with _has_storage__ as the first field. in GPBMessage()
100 // its field |field|.
103 GPBFieldDescriptor *field)
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/
H A Dnetworkconfig.h28 virtual int setNetworkParam(int id, const char *field,
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/
H A Dnetworkconfig.h28 virtual int setNetworkParam(int id, const char *field,

Completed in 18 milliseconds

1...<<41424344454647484950>>...76