/frameworks/base/libs/services/src/os/ |
D | StatsDimensionsValue.cpp | 33 StatsDimensionsValue::StatsDimensionsValue(int32_t field, String16 value) : in StatsDimensionsValue() 38 StatsDimensionsValue::StatsDimensionsValue(int32_t field, int32_t value) : in StatsDimensionsValue() 43 StatsDimensionsValue::StatsDimensionsValue(int32_t field, int64_t value) : in StatsDimensionsValue() 48 StatsDimensionsValue::StatsDimensionsValue(int32_t field, bool value) : in StatsDimensionsValue() 53 StatsDimensionsValue::StatsDimensionsValue(int32_t field, float value) : in StatsDimensionsValue() 58 StatsDimensionsValue::StatsDimensionsValue(int32_t field, vector<StatsDimensionsValue> value) : in StatsDimensionsValue()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | PhoneStateListenerTest.java | 84 Field field = PhoneStateListener.class.getDeclaredField("callback"); in testTriggerServiceStateChanged() local 100 Field field = PhoneStateListener.class.getDeclaredField("callback"); in testTriggerUserMobileDataStateChanged() local 113 Field field = PhoneStateListener.class.getDeclaredField("callback"); in testTriggerOutgoingCallEmergencyNumberChanged() local 136 Field field = PhoneStateListener.class.getDeclaredField("callback"); in testTriggerOutgoingSmsEmergencyNumberChanged() local
|
D | PhoneStateListenerExecutorTest.java | 73 Field field = PhoneStateListener.class.getDeclaredField("callback"); in testTriggerServiceStateChanged() local 88 Field field = PhoneStateListener.class.getDeclaredField("callback"); in testTriggerUserMobileDataStateChanged() local
|
/frameworks/base/tools/incident_section_gen/ |
D | main.cpp | 116 const FieldDescriptor* field = descriptor->field(i); in generateIncidentSectionsCpp() local 125 const FieldDescriptor* field = it->second; in generateIncidentSectionsCpp() local 176 static inline void printPrivacy(const string& name, const FieldDescriptor* field, const string& chi… in printPrivacy() 183 static inline SectionFlags getSectionFlags(const FieldDescriptor* field) { in getSectionFlags() 187 static inline PrivacyFlags getPrivacyFlags(const FieldDescriptor* field) { in getPrivacyFlags() 201 static inline Destination getFieldDest(const FieldDescriptor* field) { in getFieldDest() 220 static inline string getFieldName(const FieldDescriptor* field) { in getFieldName() 235 static inline bool isDefaultField(const FieldDescriptor* field, const Destination containerDest) { in isDefaultField() 251 const FieldDescriptor* field = descriptor->field(i); in isDefaultMessageImpl() local 317 const FieldDescriptor* field = fieldsInOrder[i]; in generatePrivacyFlags() local [all …]
|
/frameworks/base/core/tests/coretests/src/android/content/ |
D | ContentProviderOperationTest.java | 389 Field field; in builderSetSelectionArgsBackReferences() local 398 Field field; in builderSetValuesBackReferences() local 407 Field field; in builderSetSelection() local 416 Field field; in builderSetSelectionArgs() local 425 Field field; in builderSetValues() local 434 Field field; in builderSetExpectedCount() local 442 final Field field = CLASS_OPERATION.getDeclaredField("mType"); in operationGetType() local 449 final Field field = CLASS_OPERATION.getDeclaredField("mUri"); in operationGetUri() local 456 final Field field = CLASS_OPERATION.getDeclaredField("mSelection"); in operationGetSelection() local 463 final Field field = CLASS_OPERATION.getDeclaredField("mSelectionArgs"); in operationGetSelectionArgs() local [all …]
|
/frameworks/base/tools/stats_log_api_gen/ |
D | Collation.cpp | 72 print_error(const FieldDescriptor* field, const char* format, ...) in print_error() 94 java_type(const FieldDescriptor* field) in java_type() 173 const FieldDescriptor *field = atom->field(j); in collate_atom() local 182 const FieldDescriptor *field = it->second; in collate_atom() local 198 const FieldDescriptor *field = it->second; in collate_atom() local 244 const FieldDescriptor *field = it->second; in collate_atom() local 259 const FieldDescriptor *field = it->second; in collate_atom() local 336 const FieldDescriptor *field = atom->field(j); in get_non_chained_node() local 349 const FieldDescriptor *field = it->second; in get_non_chained_node() local
|
D | atoms_info_writer.cpp | 75 for (vector<AtomField>::const_iterator field = atom->fields.begin(); in write_atoms_info_cpp_body() local 138 for (const auto& field : atom->primaryFields) { in write_atoms_info_cpp_body() local 169 for (const auto& field : atom->binaryFields) { in write_atoms_info_cpp_body() local
|
D | test.proto | 201 optional int32 field = 1; field 205 optional int32 field = 1; field 219 optional int32 field = 1; field 223 optional int32 field = 1; field 227 optional string field = 1; field
|
/frameworks/base/tools/streaming_proto/ |
D | stream_proto_utils.cpp | 21 get_field_id(const FieldDescriptorProto& field) in get_field_id() 42 get_proto_type(const FieldDescriptorProto& field) in get_proto_type()
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
D | InputPort.java | 54 public FieldBinding(Field field) { in FieldBinding() 121 public void bindToField(Field field) { in bindToField() 142 Field field = findFieldNamed(fieldName, mFilter.getClass()); in bindToFieldNamed() local 314 Field field = null; in findFieldNamed() local
|
/frameworks/base/tools/processors/view_inspector/src/java/android/processor/view/inspector/ |
D | InspectionCompanionGenerator.java | 231 final FieldSpec field = fields.get(property); in generateMapProperties() local 270 @NonNull FieldSpec field) { in generateSimplePropertyMapperInvocation() 301 @NonNull FieldSpec field, in generateIntEnumPropertyMapperInvocation() 351 @NonNull FieldSpec field, in generateIntFlagPropertyMapperInvocation()
|
/frameworks/base/telephony/common/com/google/android/mms/pdu/ |
D | PduHeaders.java | 346 protected int getOctet(int field) { in getOctet() 363 protected void setOctet(int value, int field) in setOctet() 508 protected byte[] getTextString(int field) { in getTextString() 521 protected void setTextString(byte[] value, int field) { in setTextString() 558 protected EncodedStringValue getEncodedStringValue(int field) { in getEncodedStringValue() 570 protected EncodedStringValue[] getEncodedStringValues(int field) { in getEncodedStringValues() 590 protected void setEncodedStringValue(EncodedStringValue value, int field) { in setEncodedStringValue() 627 protected void setEncodedStringValues(EncodedStringValue[] value, int field) { in setEncodedStringValues() 662 int field) { in appendEncodedStringValue() 694 protected long getLongInteger(int field) { in getLongInteger() [all …]
|
/frameworks/rs/driver/ |
D | rsdShader.cpp | 147 for (uint32_t field=0; field < e->mHal.state.fieldsCount; field++) { in getGLSLInputString() local 171 for (uint32_t field=0; field < e->mHal.state.fieldsCount; field++) { in appendAttributes() local 281 for (uint32_t field=0; field < e->mHal.state.fieldsCount; field++) { in appendUserConstants() local 315 void RsdShader::logUniform(const Element *field, const float *fd, uint32_t arraySize ) { in logUniform() 361 void RsdShader::setUniform(const Context *rsc, const Element *field, const float *fd, in setUniform() 540 for (uint32_t field=0; field < e->mHal.state.fieldsCount; field++) { in setupUserConstants() local
|
/frameworks/base/cmds/statsd/src/ |
D | FieldValue.h | 42 inline int32_t getSimpleField(size_t field) { in getSimpleField() 122 int32_t field = (mField & 0x00ffffff); in getPath() local 137 int32_t field = (mField & 0x00ffffff); in getRawPosAtDepth() local 150 int32_t field = (mField & 0x00ffffff); in isLastPos() local 232 int32_t field = (mMask & 0x00ffffff); in getRawMaskAtDepth() local 260 inline Matcher getSimpleMatcher(int32_t tag, size_t field) { in getSimpleMatcher()
|
D | FieldValue.cpp | 29 int32_t field = 0; in getEncodedField() local 119 int field = value.mField.getField() & 0xff007f; in isAttributionUidField() local 144 bool isAttributionUidField(const Field& field, const Value& value) { in isAttributionUidField()
|
/frameworks/base/core/jni/ |
D | android_view_TextureView.cpp | 54 #define GET_INT(object, field) \ argument 57 #define GET_LONG(object, field) \ argument 60 #define SET_INT(object, field, value) \ argument 63 #define SET_LONG(object, field, value) \ argument
|
/frameworks/base/startop/view_compiler/ |
D | dex_testcase_generator.cc | 292 const ir::FieldDecl* field = in GenerateSimpleTestCases() local 305 const ir::FieldDecl* field = in GenerateSimpleTestCases() local 319 const ir::FieldDecl* field = in GenerateSimpleTestCases() local 332 const ir::FieldDecl* field = in GenerateSimpleTestCases() local
|
/frameworks/base/cmds/statsd/src/logd/ |
D | LogEvent.cpp | 79 Field field(statsLogEventWrapper.getTagId(), getSimpleField(i + 1 + workChainPosOffset)); in LogEvent() local 531 int field = getSimpleField(key); in GetLong() local 553 int field = getSimpleField(key); in GetInt() local 573 int field = getSimpleField(key); in GetString() local 593 int field = getSimpleField(key); in GetBool() local 615 int field = getSimpleField(key); in GetFloat() local
|
/frameworks/base/tools/incident_report/ |
D | main.cpp | 54 FieldDescriptor const* field = descriptor->FindFieldByNumber(fieldId); in read_length_delimited() local 143 print_value(Out* out, FieldDescriptor const* field, GenericMessage::Node const& node) in print_value() 228 FieldDescriptor const* field = descriptor->field(i); in print_message() local
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
D | FinalPort.java | 27 public FinalPort(Filter filter, String name, Field field, boolean hasDefault) { in FinalPort()
|
D | ProgramPort.java | 32 Field field, in ProgramPort()
|
/frameworks/base/tools/powermodel/src/com/android/powermodel/ |
D | RawBatteryStats.java | 514 FieldSetter(int index, int added, java.lang.reflect.Field field) { in FieldSetter() 560 IntFieldSetter(int index, int added, java.lang.reflect.Field field) { in IntFieldSetter() 600 LongFieldSetter(int index, int added, java.lang.reflect.Field field) { in LongFieldSetter() 640 StringFieldSetter(int index, int added, java.lang.reflect.Field field) { in StringFieldSetter() 677 EnumFieldSetter(int index, int added, java.lang.reflect.Field field) { in EnumFieldSetter() 1023 final String field = fields.get(i); in addWarning() local 1139 fieldSetters.add(new IntFieldSetter(fa.index(), fa.added(), field)); in fieldSetters.add() argument 1141 fieldSetters.add(new LongFieldSetter(fa.index(), fa.added(), field)); in fieldSetters.add() argument 1143 fieldSetters.add(new StringFieldSetter(fa.index(), fa.added(), field)); in fieldSetters.add() argument 1145 fieldSetters.add(new EnumFieldSetter(fa.index(), fa.added(), field)); in fieldSetters.add() argument
|
/frameworks/base/core/jni/android/graphics/ |
D | GraphicBuffer.cpp | 74 #define GET_INT(object, field) \ argument 77 #define SET_INT(object, field, value) \ argument 80 #define GET_LONG(object, field) \ argument 83 #define SET_LONG(object, field, value) \ argument
|
/frameworks/base/startop/iorap/tests/src/com/google/android/startop/iorap/ |
D | ParcelablesTest.kt | 134 val field = kls.getDeclaredField("CREATOR") in <lambda>() constant
|
/frameworks/base/core/java/android/database/ |
D | DatabaseUtils.java | 695 public static void cursorStringToContentValues(Cursor cursor, String field, in cursorStringToContentValues() 708 public static void cursorStringToInsertHelper(Cursor cursor, String field, in cursorStringToInsertHelper() 721 public static void cursorStringToContentValues(Cursor cursor, String field, in cursorStringToContentValues() 733 public static void cursorIntToContentValues(Cursor cursor, String field, ContentValues values) { in cursorIntToContentValues() 745 public static void cursorIntToContentValues(Cursor cursor, String field, ContentValues values, in cursorIntToContentValues() 762 public static void cursorLongToContentValues(Cursor cursor, String field, ContentValues values) in cursorLongToContentValues() 775 public static void cursorLongToContentValues(Cursor cursor, String field, ContentValues values, in cursorLongToContentValues() 793 public static void cursorDoubleToCursorValues(Cursor cursor, String field, ContentValues values) in cursorDoubleToCursorValues() 806 public static void cursorDoubleToContentValues(Cursor cursor, String field, in cursorDoubleToContentValues()
|