/system/bt/vendor_libs/test_vendor_lib/src/ |
D | l2cap_sdu.cc | 88 uint16_t convert = sdu_data_[starting_index + 1]; in convert_from_little_endian() local 89 convert = convert << 8; in convert_from_little_endian() 90 convert = convert | sdu_data_[starting_index]; in convert_from_little_endian() 92 return convert; in convert_from_little_endian()
|
/system/core/liblog/ |
D | logprint.c | 1317 struct timespec convert; in convertMonotonic() member 1319 struct timespec time, convert; in convertMonotonic() local 1418 subTimespec(&list->convert, &time, &monotonic); in convertMonotonic() 1424 if (subTimespec(&time, subTimespec(&time, &list->time, &list->convert), in convertMonotonic() 1428 subTimespec(&convert, &list->convert, &suspended_diff); in convertMonotonic() 1431 convert = list->convert; in convertMonotonic() 1434 sumTimespec(&time, &convert); in convertMonotonic() 1439 list->convert = convert; in convertMonotonic() 1446 list->convert = convert; in convertMonotonic() 1447 sumTimespec(&list->convert, &suspended_diff); in convertMonotonic() [all …]
|
/system/extras/tests/workloads/ |
D | capture.sh | 27 function convert { function 66 (0035) x=$(convert $value $xmax $xscale);; 67 (0036) y=$(convert $value $ymax $yscale);;
|
/system/update_engine/scripts/update_payload/ |
D | checker.py | 327 def _CheckElem(msg, name, report, is_mandatory, is_submsg, convert=str, argument 367 report.AddField(name, convert(value), linebreak=linebreak, 372 def _CheckMandatoryField(msg, field_name, report, msg_name, convert=str, argument 376 convert=convert, msg_name=msg_name, 380 def _CheckOptionalField(msg, field_name, report, convert=str, argument 384 convert=convert, linebreak=linebreak, 581 convert=common.FormatSha256) 585 convert=common.FormatSha256) 609 convert=common.FormatSha256) 617 convert=common.FormatSha256)
|
D | checker_unittest.py | 141 def SetupAddElemTest(self, is_present, is_submsg, convert=str, argument 174 report.AddField(name, convert(val), linebreak=linebreak, indent=indent) 179 def DoAddElemTest(self, is_present, is_mandatory, is_submsg, convert, argument 192 is_present, is_submsg, convert, linebreak, indent) 195 kwargs = {'convert': convert, 'linebreak': linebreak, 'indent': indent} 206 def DoAddFieldTest(self, is_mandatory, is_present, convert, linebreak, argument 218 is_present, False, convert, linebreak, indent) 222 kwargs = {'convert': convert, 'linebreak': linebreak, 'indent': indent}
|
/system/extras/tests/mmc_tracepoints/ |
D | README | 19 The mmc_trace_reduce script will take the output from the kernel, and convert it
|
/system/core/healthd/ |
D | Android.mk | 208 android.hardware.health@1.0-convert \
|
/system/tools/hidl/c2hal/ |
D | c2hal_l.ll | 53 // TODO convert to parse params/lex params
|
/system/extras/simpleperf/ |
D | README.md | 100 `pprof_proto_generator.py` is used to convert profiling data to format used by pprof. 753 By using it, You can write python scripts to read perf.data or convert perf.data
|
/system/media/audio_utils/ |
D | Doxyfile | 1192 # The HTML Help Workshop contains a compiler that can convert all HTML output
|
D | Doxyfile.orig | 1192 # The HTML Help Workshop contains a compiler that can convert all HTML output
|
/system/chre/chre_api/doc/ |
D | Doxyfile | 1236 # The HTML Help Workshop contains a compiler that can convert all HTML output
|