Home
last modified time | relevance | path

Searched refs:vs (Results 1 – 6 of 6) sorted by relevance

/system/core/healthd/
DBatteryMonitor.cpp421 char vs[128]; in dumpState() local
423 snprintf(vs, sizeof(vs), "ac: %d usb: %d wireless: %d current_max: %d voltage_max: %d\n", in dumpState()
427 write(fd, vs, strlen(vs)); in dumpState()
428 snprintf(vs, sizeof(vs), "status: %d health: %d present: %d\n", in dumpState()
430 write(fd, vs, strlen(vs)); in dumpState()
431 snprintf(vs, sizeof(vs), "level: %d voltage: %d temp: %d\n", in dumpState()
434 write(fd, vs, strlen(vs)); in dumpState()
438 snprintf(vs, sizeof(vs), "current now: %d\n", v); in dumpState()
439 write(fd, vs, strlen(vs)); in dumpState()
444 snprintf(vs, sizeof(vs), "current avg: %d\n", v); in dumpState()
[all …]
/system/core/libpixelflinger/codeflinger/
Dblending.cpp478 int vs = v.size(); in mul_factor() local
480 int ms = vs+fs; in mul_factor()
495 if (vs<16) { in mul_factor()
507 } else if (GGL_BETWEEN(vs, 24, 31)) { in mul_factor()
523 vshift = vs - 15; in mul_factor()
528 vshift = vs - 15; in mul_factor()
540 ALOGE_IF(ms>=32, "mul_factor overflow vs=%d, fs=%d", vs, fs); in mul_factor()
573 int vs = v.size(); in mul_factor_add() local
576 int ms = vs+fs; in mul_factor_add()
578 ALOGE_IF(ms>=32, "mul_factor_add overflow vs=%d, fs=%d, as=%d", vs, fs, as); in mul_factor_add()
[all …]
/system/sepolicy/private/
Ddexoptanalyzer.te8 # This allows to distinguish in policy files created by dexoptanalyzer vs other
/system/ca-certificates/files/
D961f5451.020 EtX2/vs+MA0GCSqGSIb3DQEBBQUAA4ICAQCoy3JAsnbBfnv8rWTjMnvMPLZdRtP1
/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/
DHidlTestJava.java584 e.vs.addAll(Arrays.asList("One", "Two", "Three")); in client()
/system/tools/hidl/test/
Dhidl_test_client.cpp474 .vs = {"hello", "world"}, in TEST_F()