| /third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
| H A D | MapForProto2Test.java | 622 FieldDescriptor field = mapEntry.getDescriptorForType().findFieldByName(name); in getFieldValue() 623 return mapEntry.getField(field); in getFieldValue() 628 FieldDescriptor field = mapEntry.getDescriptorForType().findFieldByName(name); in setFieldValue() 629 mapEntry.setField(field, value); in setFieldValue() 634 FieldDescriptor field = f(name); in assertHasMapValues() 635 for (Object entry : (List<?>) message.getField(field)) { in assertHasMapValues() 642 assertEquals(values.size(), message.getRepeatedFieldCount(field)); in assertHasMapValues() 643 for (int i = 0; i < message.getRepeatedFieldCount(field); i++) { in assertHasMapValues() 644 Message mapEntry = (Message) message.getRepeatedField(field, i); in assertHasMapValues() 653 FieldDescriptor field in newMapEntry() [all...] |
| /arkcompiler/runtime_core/static_core/plugins/ets/abc2program/ |
| H A D | abc2program_ets_plugin.h | 25 void GetETSMetadata(pandasm::Field *field, const panda_file::File::EntityId &fieldId); 26 void SetETSAttributes(pandasm::Field *field, const panda_file::File::EntityId &fieldId) const;
|
| /kernel/linux/linux-5.10/drivers/hid/ |
| H A D | hid-speedlink.c | 26 struct hid_field *field, struct hid_usage *usage, in speedlink_input_mapping() 42 static int speedlink_event(struct hid_device *hdev, struct hid_field *field, in speedlink_event() argument 24 speedlink_input_mapping(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) speedlink_input_mapping() argument
|
| H A D | hid-microsoft.c | 161 static int ms_surface_dial_quirk(struct hid_input *hi, struct hid_field *field, in ms_surface_dial_quirk() argument 183 struct hid_field *field, struct hid_usage *usage, in ms_input_mapping() 200 int ret = ms_surface_dial_quirk(hi, field, usage, bit, max); in ms_input_mapping() 210 struct hid_field *field, struct hid_usage *usage, in ms_input_mapped() 222 static int ms_event(struct hid_device *hdev, struct hid_field *field, in ms_event() argument 229 if (!(hdev->claimed & HID_CLAIMED_INPUT) || !field->hidinput || in ms_event() 233 input = field->hidinput->input; in ms_event() 182 ms_input_mapping(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) ms_input_mapping() argument 209 ms_input_mapped(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) ms_input_mapped() argument
|
| /kernel/linux/linux-5.10/include/linux/ |
| H A D | hiddev.h | 43 void hiddev_hid_event(struct hid_device *hid, struct hid_field *field, 51 static inline void hiddev_hid_event(struct hid_device *hid, struct hid_field *field, in hiddev_hid_event() argument
|
| /kernel/linux/linux-6.6/include/linux/ |
| H A D | hiddev.h | 43 void hiddev_hid_event(struct hid_device *hid, struct hid_field *field, 51 static inline void hiddev_hid_event(struct hid_device *hid, struct hid_field *field, in hiddev_hid_event() argument
|
| H A D | rbtree.h | 89 * @field: the name of the rb_node field within 'type'. 99 #define rbtree_postorder_for_each_entry_safe(pos, n, root, field) \ 100 for (pos = rb_entry_safe(rb_first_postorder(root), typeof(*pos), field); \ 101 pos && ({ n = rb_entry_safe(rb_next_postorder(&pos->field), \ 102 typeof(*pos), field); 1; }); \
|
| /kernel/linux/linux-6.6/drivers/hid/ |
| H A D | hid-speedlink.c | 26 struct hid_field *field, struct hid_usage *usage, in speedlink_input_mapping() 42 static int speedlink_event(struct hid_device *hdev, struct hid_field *field, in speedlink_event() argument 24 speedlink_input_mapping(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) speedlink_input_mapping() argument
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | thread.h | 110 void ff_thread_report_progress2(AVCodecContext *avctx, int field, int thread, int n); 111 void ff_thread_await_progress2(AVCodecContext *avctx, int field, int thread, int shift);
|
| /third_party/glslang/glslang/MachineIndependent/ |
| H A D | ScanContext.h | 56 field(false), afterBuffer(false) { } in TScanContext() 83 bool field; // true if we're on a field, right after a '.' member in glslang::TScanContext
|
| /third_party/mesa3d/.gitlab-ci/lava/utils/ |
| H A D | lava_log_hints.py | 4 from dataclasses import dataclass, field namespace 18 has_r8152_issue_history: bool = field(default=False, init=False)
|
| /third_party/rust/crates/os_str_bytes/src/ |
| H A D | iter.rs | 80 .field("string", &self.string) in fmt() 81 .field("pat", &self.pat) in fmt()
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dmub/src/ |
| H A D | dmub_dcn30.c | 45 #define DMUB_SF(reg, field) FD_MASK(reg, field), 49 #define DMUB_SF(reg, field) FD_SHIFT(reg, field),
|
| /kernel/linux/linux-6.6/include/linux/surface_aggregator/ |
| H A D | serial_hub.h | 29 * in the ``struct ssh_frame.len`` field. This frame is sequenced, meaning 152 * SSH_MSGOFFSET_FRAME() - Compute offset in SSH message to specified field in 154 * @field: The field for which the offset should be computed. 156 * Return: Returns the offset of the specified &struct ssh_frame field in the 160 #define SSH_MSGOFFSET_FRAME(field) \ 161 (sizeof(u16) + offsetof(struct ssh_frame, field)) 164 * SSH_MSGOFFSET_COMMAND() - Compute offset in SSH message to specified field 166 * @field: The field fo [all...] |
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dmub/src/ |
| H A D | dmub_dcn20.h | 164 #define DMUB_SF(reg, field) uint8_t reg##__##field; 170 #define DMUB_SF(reg, field) uint32_t reg##__##field;
|
| H A D | dmub_dcn30.c | 49 #define DMUB_SF(reg, field) FD_MASK(reg, field), 53 #define DMUB_SF(reg, field) FD_SHIFT(reg, field),
|
| H A D | dmub_dcn31.h | 165 #define DMUB_SF(reg, field) uint8_t reg##__##field; 171 #define DMUB_SF(reg, field) uint32_t reg##__##field;
|
| /kernel/linux/linux-6.6/tools/include/linux/ |
| H A D | rbtree.h | 87 * @field: the name of the rb_node field within 'type'. 97 #define rbtree_postorder_for_each_entry_safe(pos, n, root, field) \ 98 for (pos = rb_entry_safe(rb_first_postorder(root), typeof(*pos), field); \ 99 pos && ({ n = rb_entry_safe(rb_next_postorder(&pos->field), \ 100 typeof(*pos), field); 1; }); \
|
| /third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
| H A D | fd2_query.c | 44 /* offset of a single field of an array of fd2_query_sample: */ 45 #define query_sample_idx(aq, idx, field) \ 48 offsetof(struct fd2_query_sample, field), \ 51 /* offset of a single field of fd2_query_sample: */ 52 #define query_sample(aq, field) query_sample_idx(aq, 0, field)
|
| /third_party/protobuf/src/google/protobuf/compiler/cpp/ |
| H A D | cpp_message.h | 116 // Generate the field offsets array. Returns the a pair of the total numer 120 // For each field generates a table entry describing the field for the 158 const FieldDescriptor* field, 167 // Generates has_foo() functions and variables for singular field has-bits. 168 void GenerateSingularFieldHasBits(const FieldDescriptor* field, 170 // Generates has_foo() functions and variables for oneof field has-bits. 173 void GenerateOneofMemberHasBits(const FieldDescriptor* field, 175 // Generates the clear_foo() method for a field. 176 void GenerateFieldClear(const FieldDescriptor* field, boo [all...] |
| /third_party/protobuf/src/google/protobuf/util/internal/ |
| H A D | default_value_objectwriter.h | 63 // A Callback function to check whether a field needs to be scrubbed. 65 // Returns true if the field should not be present in the output. Returns 68 // The 'path' parameter is a vector of path to the field from root. For 69 // example: if a nested field "a.b.c" (b is the parent message field of c and 70 // a is the parent message field of b), then the vector should contain { "a", 75 const std::vector<std::string>& /*path of the field*/, 76 const google::protobuf::Field* /*field*/)> 129 // If set to true, original proto field names are used 227 // Path of the field o 257 CreateDefaultDataPieceForField( const google::protobuf::Field& field, const TypeInfo* typeinfo) CreateDefaultDataPieceForField() argument [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
| H A D | eapol_test.py | 43 def set_network(self, id, field, value): 44 res = self.request("SET_NETWORK " + str(id) + " " + field + " " + value) 49 def set_network_quoted(self, id, field, value): 50 res = self.request("SET_NETWORK " + str(id) + " " + field + ' "' + value + '"')
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| H A D | escape.h | 75 uint64_t GetUniqVal(const Field &field) const in GetUniqVal() 77 if (std::holds_alternative<FieldPtr>(field)) { in GetUniqVal() 78 return reinterpret_cast<uint64_t>(std::get<FieldPtr>(field)); in GetUniqVal() 80 auto index = std::get<Index>(field); in GetUniqVal() 342 bool IsRefField(FieldPtr field) const in IsRefField() 344 return IsReference(GetGraph()->GetRuntime()->GetFieldType(field)); in IsRefField() 352 std::pair<PhiState *, bool> CreatePhi(BasicBlock *targetBlock, BasicBlockState *blockState, Field field,
|
| /kernel/linux/linux-5.10/arch/arm/kernel/ |
| H A D | phys2virt.S | 88 @ offset into the immediate field of the MOV instruction, or patch it 105 ubfx r6, r6, #21, #8 @ put bits 28:21 into the MOVW imm8 field 106 bfi r6, r3, #12, #3 @ put bits 31:29 into the MOVW imm3 field 124 and ip, #0xf00 @ clear everything except Rd field 157 @ immediate field of the opcode, which is emitted with the correct 171 @ field of the subsequent MOV instruction, or patch it to a MVN 194 bfc ip, #0, #12 @ clear imm12 field of MOV[W] instruction
|
| /kernel/linux/linux-6.6/arch/arm/kernel/ |
| H A D | phys2virt.S | 88 @ offset into the immediate field of the MOV instruction, or patch it 105 ubfx r6, r6, #21, #8 @ put bits 28:21 into the MOVW imm8 field 106 bfi r6, r3, #12, #3 @ put bits 31:29 into the MOVW imm3 field 124 and ip, #0xf00 @ clear everything except Rd field 157 @ immediate field of the opcode, which is emitted with the correct 171 @ field of the subsequent MOV instruction, or patch it to a MVN 194 bfc ip, #0, #12 @ clear imm12 field of MOV[W] instruction
|