Home
last modified time | relevance | path

Searched defs:hive (Results 1 – 4 of 4) sorted by relevance

/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/objectid/
DObjectId2759Test.java39 Hive hive; field in ObjectId2759Test.Bee
43 public Bee(Long id, Hive hive) { in Bee()
52 public void setHive(Hive hive) { in setHive()
59 Hive hive = new Hive(100500L, "main hive"); in testObjectId2759() local
/external/vulkan-validation-layers/layers/
Dvk_layer_config.cpp213 HKEY hive; in FindSettings() local
/external/libchrome/components/policy/core/common/
Dregistry_dict.cc248 void RegistryDict::ReadRegistry(HKEY hive, const base::string16& root) { in ReadRegistry()
/external/wpa_supplicant_8/src/eap_peer/
Dtncc.c880 static int tncc_read_config_reg(struct tncc_data *tncc, HKEY hive) in tncc_read_config_reg()