| /packages/modules/Bluetooth/system/gd/packet/parser/ |
| D | struct_def.cc | 56 for (const auto& field : fields_) { in GenToString() local 120 for (const auto& field : fields_) { in GenParse() local 136 for (const auto& field : fields_) { in GenParse() local 210 for (const auto& field : fields_) { in GenDefinition() local 245 for (const auto& field : fields_) { in GenDefinitionPybind11() local 272 for (const auto& field : parent_params) { in GenDefaultConstructor() local 311 for (auto const& field : params) { in GenConstructor() local 329 for (auto const& field : parent_params) { in GenConstructor() local 359 for (auto const& field : params) { in GenConstructor() local 385 const auto& field = *it; in GetStructOffsetForField() local [all …]
|
| D | field_list.h | 60 void AppendField(PacketField* field) { in AppendField() 65 void PrependField(PacketField* field) { in PrependField() 73 const auto& field = *it; in GetFieldsBeforePayloadOrBody() local 86 const auto& field = *it; in GetFieldsAfterPayloadOrBody() local 100 for (const auto& field : field_list_) { in GetFieldsWithTypes() local 112 for (const auto& field : field_list_) { in GetFieldsWithoutTypes() local 136 for (const auto& field : GetFieldsBeforePayloadOrBody()) { in Merge() local 140 for (const auto& field : nested) { in Merge() local 144 for (const auto& field : GetFieldsAfterPayloadOrBody()) { in Merge() local 184 void AddField(PacketField* field) { in AddField()
|
| D | parent_def.cc | 68 for (const auto& field : fields_) { in AssignSizeFields() local 123 for (const auto& field : fields_) { in GetSize() local 178 for (const auto field : fields_) { in GetOffsetForField() local 193 const auto& field = *it; in GetOffsetForField() local 253 for (const auto& field : parent_params) { in GetParamList() local 265 for (const auto& field : fields_) { in GenMembers() local 279 for (const auto& field : fields_) { in GenSize() local 302 for (const auto& field : header_fields) { in GenSize() local 315 for (const auto& field : footer_fields) { in GenSize() local 347 for (const auto& field : header_fields) { in GenSize() local [all …]
|
| D | packet_def.cc | 64 for (const auto& field : public_fields) { in GenParserDefinition() local 89 for (const auto& field : private_fields) { in GenParserDefinition() local 145 for (const auto& field : public_fields) { in GenParserDefinitionPybind11() local 176 for (const auto& field : fields_) { in GenValidator() local 225 for (const auto& field : fields_) { in GenValidator() local 314 const auto& field = parent_->GetParamList().GetField(constraint.first); in GenValidator() local 324 for (const auto& field : fields_) { in GenValidator() local 344 for (const auto& field : fields_) { in GenParserToString() local 544 for (const auto& field : GetParamList()) { in GetParametersToValidate() local 697 for (const auto& field : params_to_validate) { in GenBuilderParameterChecker() local [all …]
|
| D | struct_parser_generator.cc | 39 auto field = node.packet_field_; in explore_children() local 72 auto field = node.packet_field_; in Generate() local
|
| /packages/modules/Connectivity/bpf_progs/ |
| D | offload@btf.c | 65 #define TCP_OFFSET(field) offsetof(struct tcphdr, field) argument 66 #define UDP_OFFSET(field) offsetof(struct udphdr, field) argument 69 #define IP4_OFFSET(field) offsetof(struct iphdr, field) argument 70 #define IP4_TCP_OFFSET(field) (IP4_HLEN + TCP_OFFSET(field)) argument 71 #define IP4_UDP_OFFSET(field) (IP4_HLEN + UDP_OFFSET(field)) argument 74 #define IP6_OFFSET(field) offsetof(struct ipv6hdr, field) argument 75 #define IP6_TCP_OFFSET(field) (IP6_HLEN + TCP_OFFSET(field)) argument 76 #define IP6_UDP_OFFSET(field) (IP6_HLEN + UDP_OFFSET(field)) argument 79 #define ETH_IP4_OFFSET(field) (ETH_HLEN + IP4_OFFSET(field)) argument 80 #define ETH_IP4_TCP_OFFSET(field) (ETH_HLEN + IP4_TCP_OFFSET(field)) argument [all …]
|
| D | offload.c | 65 #define TCP_OFFSET(field) offsetof(struct tcphdr, field) argument 66 #define UDP_OFFSET(field) offsetof(struct udphdr, field) argument 69 #define IP4_OFFSET(field) offsetof(struct iphdr, field) argument 70 #define IP4_TCP_OFFSET(field) (IP4_HLEN + TCP_OFFSET(field)) argument 71 #define IP4_UDP_OFFSET(field) (IP4_HLEN + UDP_OFFSET(field)) argument 74 #define IP6_OFFSET(field) offsetof(struct ipv6hdr, field) argument 75 #define IP6_TCP_OFFSET(field) (IP6_HLEN + TCP_OFFSET(field)) argument 76 #define IP6_UDP_OFFSET(field) (IP6_HLEN + UDP_OFFSET(field)) argument 79 #define ETH_IP4_OFFSET(field) (ETH_HLEN + IP4_OFFSET(field)) argument 80 #define ETH_IP4_TCP_OFFSET(field) (ETH_HLEN + IP4_TCP_OFFSET(field)) argument [all …]
|
| D | bpf_net_helpers.h | 29 #define TCP_OFFSET(field) offsetof(struct tcphdr, field) argument 30 #define UDP_OFFSET(field) offsetof(struct udphdr, field) argument 33 #define IP4_OFFSET(field) offsetof(struct iphdr, field) argument 34 #define IP6_OFFSET(field) offsetof(struct ipv6hdr, field) argument
|
| /packages/providers/ContactsProvider/src/com/android/providers/contacts/util/ |
| D | DbQueryUtils.java | 34 public static String getEqualityClause(String field, String value) { in getEqualityClause() 39 public static String getEqualityClause(String field, long value) { in getEqualityClause() 44 public static String getInequalityClause(String field, long value) { in getInequalityClause() 48 private static String getClauseWithOperator(String field, String operator, String value) { in getClauseWithOperator() 58 private static String getClauseWithOperator(String field, String operator, long value) { in getClauseWithOperator()
|
| /packages/modules/Bluetooth/system/gd/dumpsys/internal/ |
| D | filter_internal.cc | 84 internal::PrivacyLevel internal::FindFieldPrivacyLevel(const reflection::Field& field) { in FindFieldPrivacyLevel() 108 bool internal::FilterTypeBool(const reflection::Field& field, flatbuffers::Table* table, PrivacyLev… in FilterTypeBool() 130 const reflection::Field& field, flatbuffers::Table* table, PrivacyLevel privacy_level) { in FilterTypeInteger() 168 bool internal::FilterTypeFloat(const reflection::Field& field, flatbuffers::Table* table, PrivacyLe… in FilterTypeFloat() 203 bool internal::FilterTypeLong(const reflection::Field& field, flatbuffers::Table* table, PrivacyLev… in FilterTypeLong() 229 bool internal::FilterTypeString(const reflection::Field& field, flatbuffers::Table* table, PrivacyL… in FilterTypeString() 272 bool internal::FilterTypeStruct(const reflection::Field& field, flatbuffers::Table* table, PrivacyL… in FilterTypeStruct()
|
| /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/ |
| D | EntrySchema.java | 107 Field field = column.field; in cursorToObject() local 145 private void setIfNotNull(Field field, Object object, Object value) in setIfNotNull() 158 Field field = column.field; in valuesToObject() local 196 Field field = column.field; in objectToValues() local 235 Field field = column.field; in toDebugString() local 252 Field field = column.field; in toDebugString() local 477 Field field = fields[i]; in parseColumnInfo() local 521 public final Field field; field in EntrySchema.ColumnInfo 525 boolean fullText, String defaultValue, Field field, int projectionIndex) { in ColumnInfo()
|
| /packages/apps/Settings/src/com/android/settings/network/ |
| D | GlobalSettingsChangeListener.java | 48 public GlobalSettingsChangeListener(Context context, String field) { in GlobalSettingsChangeListener() 59 public GlobalSettingsChangeListener(Looper looper, Context context, String field) { in GlobalSettingsChangeListener() 77 public abstract void onChanged(String field); in onChanged()
|
| /packages/providers/ContactsProvider/src/com/android/providers/contacts/database/ |
| D | MoreDatabaseUtils.java | 38 public static String buildCreateIndexSql(String table, String field) { in buildCreateIndexSql() 51 public static String buildDropIndexSql(String table, String field) { in buildDropIndexSql() 60 public static String buildIndexName(String table, String field) { in buildIndexName()
|
| /packages/apps/Launcher3/tests/src/com/android/launcher3/util/ |
| D | ReflectionHelpers.java | 33 Field field = object.getClass().getDeclaredField(fieldName); in getField() local 50 Field field = object.getClass().getDeclaredField(fieldName); in setField() local
|
| /packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/ |
| D | PduHeaders.java | 360 protected int getOctet(int field) { in getOctet() 376 protected void setOctet(int value, int field) in setOctet() 520 protected byte[] getTextString(int field) { in getTextString() 533 protected void setTextString(byte[] value, int field) { in setTextString() 569 protected EncodedStringValue getEncodedStringValue(int field) { in getEncodedStringValue() 580 protected EncodedStringValue[] getEncodedStringValues(int field) { in getEncodedStringValues() 599 protected void setEncodedStringValue(EncodedStringValue value, int field) { in setEncodedStringValue() 636 protected void setEncodedStringValues(EncodedStringValue[] value, int field) { in setEncodedStringValues() 670 int field) { in appendEncodedStringValue() 701 protected long getLongInteger(int field) { in getLongInteger() [all …]
|
| /packages/apps/Messaging/src/android/support/v7/mms/pdu/ |
| D | PduHeaders.java | 340 protected int getOctet(int field) { in getOctet() 356 protected void setOctet(int value, int field) in setOctet() 500 protected byte[] getTextString(int field) { in getTextString() 513 protected void setTextString(byte[] value, int field) { in setTextString() 549 protected EncodedStringValue getEncodedStringValue(int field) { in getEncodedStringValue() 560 protected EncodedStringValue[] getEncodedStringValues(int field) { in getEncodedStringValues() 579 protected void setEncodedStringValue(EncodedStringValue value, int field) { in setEncodedStringValue() 616 protected void setEncodedStringValues(EncodedStringValue[] value, int field) { in setEncodedStringValues() 650 int field) { in appendEncodedStringValue() 681 protected long getLongInteger(int field) { in getLongInteger() [all …]
|
| /packages/apps/Settings/tests/unit/src/com/android/settings/network/ |
| D | GlobalSettingsChangeListenerTest.java | 50 TestListener(Looper looper, Context context, String field) { in TestListener() 54 public void onChanged(String field) {} in onChanged()
|
| /packages/services/Car/car-test-lib/src/android/car/test/util/ |
| D | AnnotationHelper.java | 66 Field field = fields[j]; in checkForAnnotation() local 155 private static boolean containsAddedInAnnotation(Field field, in containsAddedInAnnotation() 178 private static void validatedAddInOrBeforeAnnotation(Field field, in validatedAddInOrBeforeAnnotation()
|
| /packages/modules/StatsD/statsd/src/ |
| D | FieldValue.h | 41 inline int32_t getSimpleField(size_t field) { in getSimpleField() 121 int32_t field = (mField & 0x00ffffff); in getPath() local 136 int32_t field = (mField & 0x00ffffff); in getRawPosAtDepth() local 149 int32_t field = (mField & 0x00ffffff); in isLastPos() local 235 int32_t field = (mMask & 0x00ffffff); in getRawMaskAtDepth() local 255 inline Matcher getSimpleMatcher(int32_t tag, size_t field) { in getSimpleMatcher()
|
| D | statsd_metadata.proto | 28 optional int32 field = 2; field 32 optional Field field = 1; field
|
| /packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/ |
| D | MockedServiceManager.java | 81 Field field = c.getDeclaredField(instanceName); in replaceInstance() local 97 Field field = key.mClass.getDeclaredField(key.mInstName); in restoreInstances() local
|
| /packages/apps/Settings/tests/legacy_unit/src/com/android/settings/utils/ |
| D | MockedServiceManager.java | 82 Field field = c.getDeclaredField(instanceName); in replaceInstance() local 98 Field field = key.mClass.getDeclaredField(key.mInstName); in restoreInstances() local
|
| /packages/modules/OnDevicePersonalization/src/com/android/libraries/pcc/chronicle/api/integration/ |
| D | DefaultDataTypeDescriptorSet.kt | 47 val field = accessPath[0] in <lambda>() constant
|
| /packages/modules/StatsD/statsd/src/logd/ |
| D | LogEvent.cpp | 615 int field = getSimpleField(key); in GetLong() local 637 int field = getSimpleField(key); in GetInt() local 657 int field = getSimpleField(key); in GetString() local 677 int field = getSimpleField(key); in GetBool() local 699 int field = getSimpleField(key); in GetFloat() local 719 int field = getSimpleField(key); in GetStorage() local
|
| /packages/modules/Telephony/services/QualifiedNetworksService/tests/src/com/android/telephony/qns/ |
| D | AccessNetworkEvaluatorTest.java | 1453 Field field = AccessNetworkEvaluator.class.getDeclaredField("mCallType"); in testGetMatchingPreconditionForEmergency() local 1464 Field field = in testGetMatchingPreconditionForEmergency() local 1487 Field field = AccessNetworkEvaluator.class.getDeclaredField("mCallType"); in testGetMatchingPreconditionForEmergency() local 1496 Field field = in testGetMatchingPreconditionForEmergency() local 1712 Field field = in testEventSipDialogSessionStateChanged_verifyWithAnspVoice() local 1742 Field field = in testEventSipDialogSessionStateChanged_verifyWithAnspVideo() local
|