Searched refs:floatValue (Results 1 – 7 of 7) sorted by relevance
/system/core/libstats/socket/tests/ |
D | stats_event_test.cpp | 87 float floatValue = 2.0; in TEST() local 95 stats_event_write_float(event, floatValue); in TEST() 116 checkScalar(&buffer, floatValue); in TEST() 222 pairs[2] = {.key = 2, .valueType = FLOAT_TYPE, .floatValue = 5.5}; in TEST() 255 checkScalar(&buffer, pairs[2].floatValue); in TEST() 278 float floatValue = -5.0; in TEST() local 290 stats_event_write_float(event, floatValue); in TEST() 310 checkScalar(&buffer, floatValue); in TEST()
|
/system/tools/aidl/tests/android/aidl/loggable/ |
D | ILoggableInterface.aidl | 9 float floatValue, inout float[] floatArray, in LogThis() argument
|
/system/tools/aidl/tests/android/aidl/tests/ |
D | ParcelableForToString.aidl | 30 float floatValue;
|
/system/core/libstats/socket/include/ |
D | stats_event.h | 117 float floatValue; member
|
/system/core/libstats/push_compat/ |
D | StatsEventCompat.cpp | 164 pairs.push_back({.key = it.first, .valueType = FLOAT_TYPE, .floatValue = it.second}); in writeKeyValuePairs()
|
/system/core/libstats/socket/ |
D | stats_event.c | 237 append_float(event, pairs[i].floatValue); in stats_event_write_key_value_pairs()
|
/system/tools/aidl/tests/java_app/src/android/aidl/tests/ |
D | TestServiceClient.java | 656 p.floatValue = 3.14f; in testToString()
|