Home
last modified time | relevance | path

Searched defs:int_value (Results 1 – 6 of 6) sorted by relevance

/packages/modules/StatsD/statsd/tools/localtools/test/data/atoms/external_atoms/
Dexternal_test_atom.proto25 optional int32 int_value = 2; field
/packages/modules/Bluetooth/system/gd/os/android/
Dsystem_properties.cc75 auto int_value = common::Int64FromString(*value); in GetAndroidVendorReleaseVersion() local
/packages/modules/StatsD/statsd/src/matchers/
Dmatcher_util.cpp346 for (const int int_value : int_list.int_value()) { in matchesSimple() local
364 for (const int int_value : int_list.int_value()) { in matchesSimple() local
/packages/modules/Bluetooth/system/device/test/
Ddevice_iot_config_test.cc1106 int int_value = 0, new_value = 0xff; in TEST_F() local
1158 int int_value = 0, new_value = 0xff; in TEST_F() local
1211 int int_value = 123456789; in TEST_F() local
1270 int int_value = 123456789; in TEST_F() local
1325 int int_value = 0, get_default_value, set_value; in TEST_F() local
1434 int int_value = 0, get_default_value, set_value; in TEST_F() local
1541 int int_value = 0; in TEST_F() local
1712 int int_value = 0; in TEST_F() local
1880 int int_value, byte_num; in TEST_F() local
2037 int int_value = 123456789; in TEST_F() local
[all …]
/packages/modules/StatsD/statsd/src/
DFieldValue.h322 int32_t int_value; member
Dstatsd_config.proto99 repeated int64 int_value = 1; field