Searched refs:bool_values (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/logging/rtc_event_log/events/ |
D | rtc_event_field_encoding_unittest.cc | 232 const std::vector<bool>& bool_values, in CreateFullEvents() argument 241 size_t size = bool_values.size(); in CreateFullEvents() 253 bool_values[i], signed32_values[i], unsigned32_values[i], in CreateFullEvents() 399 std::vector<bool> bool_values = {true}; in TEST_F() local 409 CreateFullEvents(bool_values, signed32_values, unsigned32_values, in TEST_F() 444 ParseAndVerifyField(RtcTestEvent::bool_params, bool_values, in TEST_F() 465 std::vector<bool> bool_values = {true, true, true, true}; in TEST_F() local 481 CreateFullEvents(bool_values, signed32_values, unsigned32_values, in TEST_F() 515 ParseAndVerifyField(RtcTestEvent::bool_params, bool_values, in TEST_F() 536 std::vector<bool> bool_values = {false, true, false, true}; in TEST_F() local [all …]
|
/external/python/cpython2/Lib/ctypes/test/ |
D | test_numbers.py | 49 bool_values = [True, False, 0, 1, -1, 5000, 'test', [], [1]] variable 75 for t, v in zip(bool_types, bool_values):
|
/external/python/cpython3/Lib/ctypes/test/ |
D | test_numbers.py | 49 bool_values = [True, False, 0, 1, -1, 5000, 'test', [], [1]] variable 75 for t, v in zip(bool_types, bool_values):
|
/external/python/pyyaml/lib/yaml/ |
D | constructor.py | 224 bool_values = { variable in SafeConstructor 235 return self.bool_values[value.lower()]
|