Home
last modified time | relevance | path

Searched defs:bool_values (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/webrtc/logging/rtc_event_log/events/
H A Drtc_event_field_encoding_unittest.cc232 const std::vector<bool>& bool_values, in CreateFullEvents()
399 std::vector<bool> bool_values = {true}; in TEST_F() local
465 std::vector<bool> bool_values = {true, true, true, true}; in TEST_F() local
536 std::vector<bool> bool_values = {false, true, false, true}; in TEST_F() local
607 std::vector<bool> bool_values = {true, false, true, false}; in TEST_F() local
680 std::vector<bool> bool_values = {true, false}; in TEST_F() local
759 std::vector<bool> bool_values = {true, false}; in TEST_F() local
/aosp_15_r20/external/federated-compute/fcp/client/
H A Dexample_query_result.proto59 BoolValues bool_values = 3; field
/aosp_15_r20/external/python/cpython2/Lib/ctypes/test/
Dtest_numbers.py49 bool_values = [True, False, 0, 1, -1, 5000, 'test', [], [1]] variable
/aosp_15_r20/external/python/cpython3/Lib/ctypes/test/
Dtest_numbers.py49 bool_values = [True, False, 0, 1, -1, 5000, 'test', [], [1]] variable
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ctypes/test/
H A Dtest_numbers.py49 bool_values = [True, False, 0, 1, -1, 5000, 'test', [], [1]] variable
/aosp_15_r20/external/federated-compute/fcp/client/engine/
H A Dexample_query_plan_engine_test.cc422 ExampleQueryResult::VectorData::Values bool_values; in TEST_F() local
/aosp_15_r20/out/soong/.intermediates/external/federated-compute/federated-compute-cc-proto-lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/fcp/client/
Dexample_query_result.pb.h2361 …ampleQueryResult_VectorData_BoolValues& ExampleQueryResult_VectorData_Values::bool_values() const { in bool_values() function
2376 …s::unsafe_arena_set_allocated_bool_values(::fcp::client::ExampleQueryResult_VectorData_BoolValues*… in unsafe_arena_set_allocated_bool_values()
Dexample_query_result.pb.cc1528 ExampleQueryResult_VectorData_Values::_Internal::bool_values(const ExampleQueryResult_VectorData_Va… in bool_values() function in fcp::client::ExampleQueryResult_VectorData_Values::_Internal
1577 …torData_Values::set_allocated_bool_values(::fcp::client::ExampleQueryResult_VectorData_BoolValues*… in set_allocated_bool_values()
/aosp_15_r20/external/python/pyyaml/lib/yaml/
Dconstructor.py224 bool_values = { variable in SafeConstructor