/system/bt/vendor_libs/test_vendor_lib/model/devices/ |
D | device_properties.cc | 36 bool ParseUint8t(base::StringPiece value, uint8_t* field) { in ParseUint8t() 41 bool ParseUint16t(base::StringPiece value, uint16_t* field) { in ParseUint16t() 95 #define REGISTER_UINT8_T(field_name, field) \ in RegisterJSONConverter() argument 97 #define REGISTER_UINT16_T(field_name, field) \ in RegisterJSONConverter() argument
|
/system/extras/perfprofd/scripts/ |
D | perf_config_proto.py | 113 def primitive_fn(field): argument 147 def message_fn(field): argument
|
/system/extras/simpleperf/ |
D | tracing.h | 63 const TracingField& field = GetField(name); in GetField() local 69 const TracingField& field = GetField(name); in GetField() local 76 for (const auto& field : fields) { in GetField() local
|
D | tracing.cpp | 286 TracingField field; in ParseTracingField() local 358 TracingField field = ParseTracingField(s); in LoadTracingFormatsFromEventFiles() local
|
D | report_lib_interface.cpp | 384 TracingFieldFormat& field = tracing_info.fields[i]; in CreateEvents() local 394 TracingFieldFormat& field = tracing_info.fields.back(); in CreateEvents() local
|
/system/chre/platform/slpi/see/ |
D | see_helper.cc | 139 bool copyPayload(pb_ostream_t *stream, const pb_field_t *field, in copyPayload() 397 bool decodeStringField(pb_istream_t *stream, const pb_field_t *field, in decodeStringField() 413 bool decodeSnsSuidEventSuid(pb_istream_t *stream, const pb_field_t *field, in decodeSnsSuidEventSuid() 426 bool decodeSnsSuidEvent(pb_istream_t *stream, const pb_field_t *field, in decodeSnsSuidEvent() 476 bool decodeSnsSuidProtoEvent(pb_istream_t *stream, const pb_field_t *field, in decodeSnsSuidProtoEvent() 562 bool decodeSnsStdAttrValue(pb_istream_t *stream, const pb_field_t *field, in decodeSnsStdAttrValue() 615 bool decodeSnsStrAttr(pb_istream_t *stream, const pb_field_t *field, in decodeSnsStrAttr() 673 bool decodeSnsStdAttrEvent(pb_istream_t *stream, const pb_field_t *field, in decodeSnsStdAttrEvent() 716 bool decodeSnsStdProtoEvent(pb_istream_t *stream, const pb_field_t *field, in decodeSnsStdProtoEvent() 896 bool decodeFloatData(pb_istream_t *stream, const pb_field_t *field, in decodeFloatData() [all …]
|
/system/core/healthd/ |
D | healthd_draw.cpp | 117 void HealthdDraw::determine_xy(const animation::text_field& field, in determine_xy() 145 const animation::text_field& field = anim->text_clock; in draw_clock() local 179 const animation::text_field& field = anim->text_percent; in draw_percent() local
|
D | AnimationParser.cpp | 54 bool parse_text_field(const char* in, animation::text_field* field) { in parse_text_field()
|
D | charger_test.cpp | 90 for (const auto& field : fields) { in expectContains() local
|
/system/extras/iotop/ |
D | iotop.cpp | 56 static Sorter GetSorter(const std::string& field) { in GetSorter() 58 static auto comparator = [](auto& lhs, auto& rhs, auto field, bool ascending) -> bool { in GetSorter() 70 auto make_sorter = [](auto field, bool ascending) { in GetSorter()
|
/system/core/init/test_service/ |
D | test_service.cpp | 53 std::string field = tokens[0]; in main() local
|
/system/tools/aidl/ |
D | generate_java.cpp | 156 for (const auto& field : parcel->GetFields()) { in generate_parcel_class() local 204 for (const auto& field : parcel->GetFields()) { in generate_parcel_class() local
|
D | ast_cpp.cpp | 107 for (const auto& field : fields_) { in Write() local
|
/system/core/libmetricslogger/ |
D | metrics_logger.cpp | 76 void LogMultiAction(int32_t category, int32_t field, const std::string& value) { in LogMultiAction()
|
/system/update_engine/payload_generator/ |
D | graph_utils.cc | 105 void DumpExtents(const T& field, int prepend_space_count) { in DumpExtents()
|
D | inplace_generator.cc | 662 for (int field = READER; field < BLOCK_FIELD_COUNT; field++) { in AddInstallOpToBlocksVector() local
|
/system/core/libcutils/ |
D | fs_config_test.cpp | 162 #define endof(pointer, field) (offsetof(typeof(*(pointer)), field) + sizeof((pointer)->field)) argument
|
/system/update_engine/scripts/ |
D | payload_info_unittest.py | 60 def HasField(self, field): argument
|
/system/tools/hidl/ |
D | CompoundType.cpp | 986 const NamedReference<Type>* field, in emitSafeUnionFieldConstructor() 998 const NamedReference<Type>* field, in emitSafeUnionSetterDefinition() 1532 out.join(mFields->begin(), mFields->end(), ", \n", [&] (const auto &field) { in emitJavaTypeDeclarations()
|
/system/core/libmeminfo/ |
D | procmeminfo.cpp | 60 char field[64]; in parse_smaps_field() local
|
/system/core/libnativebridge/ |
D | native_bridge.cc | 332 static void SetCpuAbi(JNIEnv* env, jclass build_class, const char* field, const char* value) { in SetCpuAbi()
|
/system/bt/service/client/ |
D | main.cc | 375 void PrintFieldAndValue(const string& field, const string& value) { in PrintFieldAndValue() 380 void PrintFieldAndBoolValue(const string& field, bool value) { in PrintFieldAndBoolValue()
|
/system/bt/stack/a2dp/ |
D | a2dp_vendor_aptx.cc | 369 std::string field; in A2DP_VendorCodecInfoStringAptx() local
|
D | a2dp_vendor_aptx_hd.cc | 386 std::string field; in A2DP_VendorCodecInfoStringAptxHd() local
|
/system/core/lmkd/ |
D | lmkd.c | 235 } field; member 308 } field; member 376 int field_count, int64_t* field, in match_field()
|