Home
last modified time | relevance | path

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

/external/libbrillo/brillo/dbus/
Dexported_object_manager_unittest.cc39 dbus::MessageReader all_properties(nullptr); in ReadTestPropertyDict() local
41 ASSERT_TRUE(reader->PopArray(&all_properties)); in ReadTestPropertyDict()
42 ASSERT_TRUE(all_properties.PopDictEntry(&each_property)); in ReadTestPropertyDict()
48 EXPECT_FALSE(all_properties.HasMoreData()); in ReadTestPropertyDict()
/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/v8/src/
Dfactory.cc183 int boilerplate, int all_properties, int index_keys, bool has_seen_proto) { in NewBoilerplateDescription() argument
185 DCHECK_GE(all_properties, index_keys); in NewBoilerplateDescription()
189 all_properties - index_keys - (has_seen_proto ? 1 : 0); in NewBoilerplateDescription()
205 DCHECK((boilerplate != (all_properties - index_keys)) || has_seen_proto); in NewBoilerplateDescription()
Dfactory.h58 int all_properties,
/external/python/cpython2/Doc/library/
Dxml.sax.handler.rst149 .. data:: all_properties
/external/python/cpython3/Doc/library/
Dxml.sax.handler.rst150 .. data:: all_properties