Home
last modified time | relevance | path

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

/external/libbrillo/brillo/dbus/
Dexported_object_manager_test.cc41 dbus::MessageReader all_properties(nullptr); in ReadTestPropertyDict() local
43 ASSERT_TRUE(reader->PopArray(&all_properties)); in ReadTestPropertyDict()
44 ASSERT_TRUE(all_properties.PopDictEntry(&each_property)); in ReadTestPropertyDict()
50 EXPECT_FALSE(all_properties.HasMoreData()); in ReadTestPropertyDict()
/external/OpenCL-CTS/test_conformance/api/
Dtest_queue_properties_queries.cpp60 cl_command_queue_properties all_properties = 0; in verify_if_properties_supported() local
67 all_properties |= each_property; in verify_if_properties_supported()
70 all_properties & requested_bitfield; in verify_if_properties_supported()
/external/python/cpython3/Lib/xml/sax/
Dhandler.py337 all_properties = [property_lexical_handler, variable
/external/python/cpython2/Lib/xml/sax/
Dhandler.py337 all_properties = [property_lexical_handler, variable
/external/python/cpython2/Doc/library/
Dxml.sax.handler.rst149 .. data:: all_properties
/external/python/cpython3/Doc/library/
Dxml.sax.handler.rst150 .. data:: all_properties