| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
| H A D | distributeddb_single_ver_multi_sub_user_test.cpp | 106 Field field; in GetDataBaseSchema() local 107 field.colName = CloudDbConstant::CLOUD_KV_FIELD_KEY; in GetDataBaseSchema() 108 field.type = TYPE_INDEX<std::string>; in GetDataBaseSchema() 109 field.primary = true; in GetDataBaseSchema() 110 tableSchema.fields.push_back(field); in GetDataBaseSchema() 111 field.colName = CloudDbConstant::CLOUD_KV_FIELD_DEVICE; in GetDataBaseSchema() 112 field.primary = false; in GetDataBaseSchema() 113 tableSchema.fields.push_back(field); in GetDataBaseSchema() 114 field.colName = CloudDbConstant::CLOUD_KV_FIELD_ORI_DEVICE; in GetDataBaseSchema() 115 tableSchema.fields.push_back(field); in GetDataBaseSchema() [all...] |
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| H A D | SimpleDateFormat.java | 449 * <td>Milliseconds in day. This field behaves <i>exactly</i> like a composite of all time-related fields, 452 * reflects the fact that is must be combined with the offset field to obtain a unique local time value.</td> 473 * The format is equivalent to RFC 822 zone format (when optional seconds field is absent). 552 * <td>The <i>ISO8601 basic format</i> with hours field and optional minutes field. 575 * (Note: The seconds field is not supported by the ISO8601 specification.) 584 * (Note: The seconds field is not supported by the ISO8601 specification.) 592 * <td>The <i>ISO8601 basic format</i> with hours field and optional minutes field.</td> 609 * (Note: The seconds field i 2988 matchString(String text, int start, int field, String[] data, Calendar cal) matchString() argument 3014 matchString(String text, int start, int field, String[] data, String monthPattern, Calendar cal) matchString() argument 3100 matchQuarterString(String text, int start, int field, String[] data, Calendar cal) matchQuarterString() argument 4300 isFieldUnitIgnored(int field) isFieldUnitIgnored() argument 4315 isFieldUnitIgnored(String pattern, int field) isFieldUnitIgnored() argument 4642 getNumberFormat(char field) getNumberFormat() argument [all...] |
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| H A D | SimpleDateFormat.java | 449 * <td>Milliseconds in day. This field behaves <i>exactly</i> like a composite of all time-related fields, 452 * reflects the fact that is must be combined with the offset field to obtain a unique local time value.</td> 473 * The format is equivalent to RFC 822 zone format (when optional seconds field is absent). 552 * <td>The <i>ISO8601 basic format</i> with hours field and optional minutes field. 575 * (Note: The seconds field is not supported by the ISO8601 specification.) 584 * (Note: The seconds field is not supported by the ISO8601 specification.) 592 * <td>The <i>ISO8601 basic format</i> with hours field and optional minutes field.</td> 609 * (Note: The seconds field i 2904 matchString(String text, int start, int field, String[] data, Calendar cal) matchString() argument 2930 matchString(String text, int start, int field, String[] data, String monthPattern, Calendar cal) matchString() argument 3015 matchQuarterString(String text, int start, int field, String[] data, Calendar cal) matchQuarterString() argument 4162 isFieldUnitIgnored(int field) isFieldUnitIgnored() argument 4177 isFieldUnitIgnored(String pattern, int field) isFieldUnitIgnored() argument 4503 getNumberFormat(char field) getNumberFormat() argument [all...] |
| /third_party/gn/src/gn/ |
| H A D | rust_variables.cc | 23 All dependencies listed in this field *must* be listed as deps of the target. 66 Options for this field are "cdylib", "staticlib", "proc-macro", and "dylib". 67 This field sets the `crate-type` attribute for the `rustc` tool on static 77 Static libraries, rust libraries, and executables have this field set
|
| /third_party/ltp/testcases/kernel/crypto/ |
| H A D | crypto_user01.c | 41 tst_brk(TFAIL, "information leak in field '%s'", name); in do_check_for_leaks() 45 #define check_for_leaks(name, field) \ 46 do_check_for_leaks(name, field, sizeof(field))
|
| /third_party/node/deps/v8/src/wasm/ |
| H A D | struct-types.h | 35 ValueType field(uint32_t index) const { in field() function in v8::internal::wasm::StructType 74 uint32_t offset = field(0).value_kind_size(); in InitializeOffsets() 76 uint32_t field_size = field(i).value_kind_size(); in InitializeOffsets()
|
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | ethpccal.cpp | 226 EthiopicAmeteAlemCalendar::handleGetLimit(UCalendarDateFields field, ELimitType limitType) const in handleGetLimit() argument 228 if (field == UCAL_ERA) { in handleGetLimit() 231 return EthiopicCalendar::handleGetLimit(field, limitType); in handleGetLimit()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/amber/ |
| H A D | vktAmberTestCaseUtil.cpp | 88 void captureString (char* field) in captureString() argument 94 field[i] = m_str[m_idx]; in captureString() 99 field[i] = 0; in captureString()
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
| H A D | Name.cpp | 25 Name::Name(const TField &field) : Name(GetName(field), field.symbolType()) {} in Name() argument
|
| /third_party/protobuf/php/src/Google/Protobuf/Internal/ |
| H A D | DescriptorProto.php | 21 * Generated from protobuf field <code>optional string name = 1;</code> 25 * Generated from protobuf field <code>repeated .google.protobuf.FieldDescriptorProto field = 2;</code> 27 private $field; variable 29 * Generated from protobuf field <code>repeated .google.protobuf.FieldDescriptorProto extension = 6;</code> 33 * Generated from protobuf field <code>repeated .google.protobuf.DescriptorProto nested_type = 3;</code> 37 * Generated from protobuf field <code>repeated .google.protobuf.EnumDescriptorProto enum_type = 4;</code> 41 * Generated from protobuf field <code>repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;</code> 45 * Generated from protobuf field <code>repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;</code> 49 * Generated from protobuf field <cod 138 $this->field = $arr; global() variable [all...] |
| /third_party/skia/modules/canvaskit/ |
| H A D | particles_bindings.cpp | 140 .field("columns", &ParticleUniform::columns) in EMSCRIPTEN_BINDINGS() 141 .field("rows", &ParticleUniform::rows) in EMSCRIPTEN_BINDINGS() 142 .field("slot", &ParticleUniform::slot); in EMSCRIPTEN_BINDINGS()
|
| /third_party/rust/crates/syn/codegen/src/ |
| H A D | hash.rs | 41 for (i, field) in fields.iter().enumerate() { in expand_impl_body() 42 if skip(field) { in expand_impl_body() 48 match field { in expand_impl_body()
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | elbg.c | 62 /* Sizes for the buffers above. Pointers without such a field 462 #define ALLOCATE_IF_NECESSARY(field, new_elements, multiplicator) \ in avpriv_elbg_do() 463 if (elbg->field ## _allocated < new_elements) { \ in avpriv_elbg_do() 464 av_freep(&elbg->field); \ in avpriv_elbg_do() 465 elbg->field = av_malloc_array(new_elements, \ in avpriv_elbg_do() 466 multiplicator * sizeof(*elbg->field)); \ in avpriv_elbg_do() 467 if (!elbg->field) { \ in avpriv_elbg_do() 468 elbg->field ## _allocated = 0; \ in avpriv_elbg_do() 471 elbg->field ## _allocated = new_elements; \ in avpriv_elbg_do()
|
| /third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_query.c | 43 /* offset of a single field of an array of fd6_query_sample: */ 44 #define query_sample_idx(aq, idx, field) \ 47 offsetof(struct fd6_query_sample, field), \ 50 /* offset of a single field of fd6_query_sample: */ 51 #define query_sample(aq, field) query_sample_idx(aq, 0, field) 277 #define primitives_relocw(ring, aq, field) \ 279 offsetof(struct fd6_primitives_sample, field), 0, 0); 280 #define primitives_reloc(ring, aq, field) \ 282 offsetof(struct fd6_primitives_sample, field), [all...] |
| /third_party/python/Tools/scripts/ |
| H A D | deepfreeze.py | 155 def field(self, obj: object, name: str) -> None: member in Printer 268 self.field(code, "co_flags") 271 self.field(code, "co_argcount") 272 self.field(code, "co_posonlyargcount") 273 self.field(code, "co_kwonlyargcount") 274 self.field(code, "co_stacksize") 275 self.field(code, "co_firstlineno") 277 self.field(code, "co_nlocals")
|
| /third_party/protobuf/js/binary/ |
| H A D | utils.js | 802 * Counts the number of contiguous varint fields with the given field number in 807 * @param {number} field The field number to count. 810 jspb.utils.countVarintFields = function(buffer, start, end, field) { 813 var tag = field * 8 + jspb.BinaryConstants.WireType.VARINT; 816 // Single-byte field tag, we can use a slightly quicker count. 818 // Skip the field tag, or exit if we find a non-matching tag. 821 // Field tag matches, we've found a valid field. 832 // Skip the field tag, or exit if we find a non-matching tag. 841 // Field tag matches, we've found a valid field [all...] |
| /third_party/skia/modules/pathkit/ |
| H A D | pathkit_wasm_bindings.cpp | 571 .field("fLeft", &SkRect::fLeft) in EMSCRIPTEN_BINDINGS() 572 .field("fTop", &SkRect::fTop) in EMSCRIPTEN_BINDINGS() 573 .field("fRight", &SkRect::fRight) in EMSCRIPTEN_BINDINGS() 574 .field("fBottom", &SkRect::fBottom); in EMSCRIPTEN_BINDINGS() 590 .field("width", &StrokeOpts::width) in EMSCRIPTEN_BINDINGS() 591 .field("miter_limit", &StrokeOpts::miter_limit) in EMSCRIPTEN_BINDINGS() 592 .field("join", &StrokeOpts::join) in EMSCRIPTEN_BINDINGS() 593 .field("cap", &StrokeOpts::cap); in EMSCRIPTEN_BINDINGS()
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| H A D | ParseContext.cpp | 55 for (const auto &field : structType->fields()) in ContainsSampler() 57 if (ContainsSampler(*field->type())) in ContainsSampler() 268 error(line, "illegal vector field selection", compString); in parseVectorFields() 334 error(line, "illegal vector field selection", compString); in parseVectorFields() 343 error(line, "vector field selection out of range", compString); in parseVectorFields() 4450 TField *field = (*fieldList)[memberIndex]; in addInterfaceBlock() local 4451 TType *fieldType = field->type(); in addInterfaceBlock() 4457 error(field->line(), reason.c_str(), fieldType->getBasicString()); in addInterfaceBlock() 4468 error(field->line(), "invalid qualifier on shader storage block member", in addInterfaceBlock() 4475 error(field in addInterfaceBlock() 4602 TField *field = (*fieldList)[memberIndex]; addInterfaceBlock() local 4658 checkIsBelowStructNestingLimit(const TSourceLoc &line, const TField &field) checkIsBelowStructNestingLimit() argument 5728 TField *field = addStructDeclaratorList() local 5765 TField &field = *(*fieldList)[typeListIndex]; addStructure() local [all...] |
| H A D | OutputHLSL.cpp | 219 const TField *field = structure->fields()[index->getIConst(0)]; in needStructMapping() local 220 if (field->type()->getStruct() == nullptr) in needStructMapping() 524 const TField &field = *fields[fieldIndex]; in structInitializerString() local 525 const TString &fieldName = name + "." + Decorate(field.name()); in structInitializerString() 526 const TType &fieldType = *field.type(); in structInitializerString() 597 TString fieldName = Decorate(mappedStruct.field->name()); in generateStructMapping() 601 TType *structType = mappedStruct.field->type(); in generateStructMapping() 607 mappedStructs += ArrayString(*mappedStruct.field->type()).data(); in generateStructMapping() 1410 const TField *field = structure->fields()[index->getIConst(0)]; in ancestorEvaluatesToSamplerInStruct() local 1411 if (IsSampler(field in ancestorEvaluatesToSamplerInStruct() 1663 const TField *field = interfaceBlock->fields()[0]; visitBinary() local 1698 const TField *field = interfaceBlock->fields()[0]; visitBinary() local 1714 const TField *field = structure->fields()[index->getIConst(0)]; visitBinary() local 1763 const TField *field = interfaceBlock->fields()[index->getIConst(0)]; visitBinary() local 2086 const TField *field = s->fields()[index]; samplerNamePrefixFromStruct() local 3472 const TField *field = fields[i]; addStructEqualityFunction() local [all...] |
| /third_party/mksh/ |
| H A D | shf.c | 795 size_t field, precision, len; in shf_vfprintf() local 821 field = precision = 0; in shf_vfprintf() 856 field = (unsigned int)-tmp; in shf_vfprintf() 862 field = (unsigned int)tmp; in shf_vfprintf() 895 field = (unsigned int)tmp; in shf_vfprintf() 992 field = precision; in shf_vfprintf() 1030 if (field > precision) { in shf_vfprintf() 1031 field -= precision; in shf_vfprintf() 1055 nwritten += field; in shf_vfprintf() 1056 while (field in shf_vfprintf() [all...] |
| /base/telephony/sms_mms/frameworks/native/mms/include/ |
| H A D | mms_content_param.h | 79 bool AddNormalField(uint8_t field, std::string value);
80 bool GetNormalField(uint8_t field, std::string &value);
|
| /foundation/arkui/ace_engine/frameworks/core/components/text_field/ |
| H A D | on_text_changed_listener_impl.h | 27 OnTextChangedListenerImpl(const WeakPtr<RenderTextField>& field, const WeakPtr<PipelineContext>& context) in OnTextChangedListenerImpl() argument 28 : field_(field), context_(context) {} in OnTextChangedListenerImpl()
|
| /foundation/communication/dsoftbus/core/common/dfx/event/src/convert/ |
| H A D | stats_event_converter.h | 25 #define STATS_ASSIGNER(type, fieldName, field) \
29 if (Assigner##type(form->statsExtra->field, ¶m) && \
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/include/ |
| H A D | json_common.h | 29 static ValueObject GetValueInSameLevel(JsonObject &node, const std::string &field); 30 static ValueObject GetValueInSameLevel(JsonObject &node, const std::string &field, bool &isFieldExist);
|
| /third_party/icu/icu4c/source/i18n/unicode/ |
| H A D | fieldpos.h | 52 * field within the formatted output with two indices: the index 53 * of the first character of the field and the index of the last 54 * character of the field. 61 * formatted output (such as the position of a field). 113 * DONT_CARE may be specified as the field to indicate that the 114 * caller doesn't need to specify a field. 120 * Creates a FieldPosition object with a non-specified field. 127 * Creates a FieldPosition object for the given field. Fields are 137 FieldPosition(int32_t field) in FieldPosition() argument 138 : UObject(), fField(field), fBeginInde in FieldPosition() [all...] |