/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/objectid/ |
H A D | ObjectId2759Test.java | 39 Hive hive; field in ObjectId2759Test.Bee 43 public Bee(Long id, Hive hive) { in Bee() argument 45 this.hive = hive; in Bee() 49 return hive; in getHive() 52 public void setHive(Hive hive) { in setHive() argument 53 this.hive = hive; in setHive() 59 Hive hive = new Hive(100500L, "main hive"); in testObjectId2759() local 60 hive.addBee(new Bee(1L, hive)); in testObjectId2759() 64 .writeValueAsString(hive); in testObjectId2759()
|
/aosp_15_r20/external/python/setuptools/setuptools/tests/ |
D | test_msvc.py | 37 hive = hives.get(base, {}) 40 for k in hive if k.startswith(key.lower()) 46 hive = hives.get(base, {}) 48 (k.rpartition('\\')[2], hive[k]) 49 for k in hive if k.startswith(key.lower())
|
/aosp_15_r20/external/vulkan-validation-layers/layers/ |
H A D | vk_layer_config.cpp | 213 HKEY hive; in FindSettings() local 214 …S err = RegOpenKeyEx(HKEY_CURRENT_USER, "Software\\Khronos\\Vulkan\\Settings", 0, KEY_READ, &hive); in FindSettings() 219 …RegEnumValue(hive, i++, name, &name_size, nullptr, &type, reinterpret_cast<LPBYTE>(&value), &value… in FindSettings() 231 RegCloseKey(hive); in FindSettings() 235 RegCloseKey(hive); in FindSettings()
|
/aosp_15_r20/external/libchrome/components/policy/core/common/ |
H A D | registry_dict.cc | 248 void RegistryDict::ReadRegistry(HKEY hive, const base::string16& root) { in ReadRegistry() argument 253 for (RegistryValueIterator it(hive, root.c_str()); it.Valid(); ++it) { in ReadRegistry() 285 LOG(WARNING) << "Failed to read hive " << hive << " at " << root << "\\" in ReadRegistry() 290 for (RegistryKeyIterator it(hive, root.c_str()); it.Valid(); ++it) { in ReadRegistry() 293 subdict->ReadRegistry(hive, root + L"\\" + it.Name()); in ReadRegistry()
|
H A D | registry_dict.h | 82 void ReadRegistry(HKEY hive, const base::string16& root);
|
/aosp_15_r20/external/bpftool/.github/assets/ |
H A D | README.md | 16 then they fly towards the hive. Once the honey hunters have found and harvested 17 the nest, greater honeyguides feed on the remnants of the hive, eating bee eggs
|
/aosp_15_r20/external/python/bumble/docs/mkdocs/src/hive/ |
D | index.md | 12 The apps and devices in the hive can be accessed by following the links below. Each 40 You can connect the hive virtual apps and devices to a local Bluetooth radio, like,
|
D | index.toml | 2 base_url = "https://google.github.io/bumble/hive/web"
|
/aosp_15_r20/external/wpa_supplicant_8/src/eap_peer/ |
H A D | tncc.c | 880 static int tncc_read_config_reg(struct tncc_data *tncc, HKEY hive) in tncc_read_config_reg() argument 892 ret = RegOpenKeyEx(hive, TNC_WINREG_PATH, 0, KEY_ENUMERATE_SUB_KEYS, in tncc_read_config_reg()
|
/aosp_15_r20/external/googleapis/google/cloud/dataproc/v1/ |
H A D | jobs.proto | 112 // [Apache Hive](https://hive.apache.org/) job, Cloud 310 // A Dataproc job for running [Apache Hive](https://hive.apache.org/) 336 // /etc/hive/conf/hive-site.xml, and classes in user code.
|
H A D | clusters.proto | 1105 // * hive: `hive-site.xml`
|
/aosp_15_r20/external/google-cloud-java/java-dataproc/proto-google-cloud-dataproc-v1/src/main/proto/google/cloud/dataproc/v1/ |
H A D | jobs.proto | 112 // [Apache Hive](https://hive.apache.org/) job, Cloud 308 // A Dataproc job for running [Apache Hive](https://hive.apache.org/) 334 // /etc/hive/conf/hive-site.xml, and classes in user code.
|
H A D | clusters.proto | 999 // * hive: `hive-site.xml`
|
/aosp_15_r20/external/python/bumble/docs/mkdocs/src/ |
D | index.md | 164 See the [Bumble Hive](hive/index.md) for details.
|
/aosp_15_r20/external/googleapis/google/cloud/dataplex/v1/ |
H A D | resources.proto | 168 // orc) and organized in a hive-compatible directory layout. 408 // Consistent hive-style partition definition (both raw and curated zone).
|
H A D | metadata.proto | 629 // Partitions are hive-compatible.
|
/aosp_15_r20/external/google-cloud-java/java-dataplex/proto-google-cloud-dataplex-v1/src/main/proto/google/cloud/dataplex/v1/ |
H A D | resources.proto | 168 // orc) and organized in a hive-compatible directory layout. 408 // Consistent hive-style partition definition (both raw and curated zone).
|
H A D | metadata.proto | 629 // Partitions are hive-compatible.
|
/aosp_15_r20/external/python/cpython3/PC/ |
D | launcher2.c | 1806 HKEY hive; member 1906 if (ERROR_SUCCESS == RegOpenKeyExW(info->hive, info->subkey, 0, info->flags, &root)) { in collectEnvironments()
|
/aosp_15_r20/external/google-cloud-java/java-dataproc-metastore/proto-google-cloud-dataproc-metastore-v1/src/main/proto/google/cloud/metastore/v1/ |
H A D | metastore.proto | 432 // Hive metastore (configured in `hive-site.xml`). The mappings 500 // auxiliary Hive metastore (configured in `hive-site.xml`) in addition to
|
/aosp_15_r20/external/googleapis/google/cloud/metastore/v1/ |
H A D | metastore.proto | 486 // Hive metastore (configured in `hive-site.xml`). The mappings 558 // auxiliary Hive metastore (configured in `hive-site.xml`) in addition to
|
/aosp_15_r20/external/google-cloud-java/java-dataproc-metastore/proto-google-cloud-dataproc-metastore-v1beta/src/main/proto/google/cloud/metastore/v1beta/ |
H A D | metastore.proto | 535 // Hive metastore (configured in `hive-site.xml`). The mappings 607 // auxiliary Hive metastore (configured in `hive-site.xml`) in addition to
|
/aosp_15_r20/external/googleapis/google/cloud/metastore/v1alpha/ |
H A D | metastore.proto | 535 // Hive metastore (configured in `hive-site.xml`). The mappings 607 // auxiliary Hive metastore (configured in `hive-site.xml`) in addition to
|
/aosp_15_r20/external/google-cloud-java/java-dataproc-metastore/proto-google-cloud-dataproc-metastore-v1alpha/src/main/proto/google/cloud/metastore/v1alpha/ |
H A D | metastore.proto | 535 // Hive metastore (configured in `hive-site.xml`). The mappings 607 // auxiliary Hive metastore (configured in `hive-site.xml`) in addition to
|
/aosp_15_r20/external/googleapis/google/cloud/metastore/v1beta/ |
H A D | metastore.proto | 535 // Hive metastore (configured in `hive-site.xml`). The mappings 607 // auxiliary Hive metastore (configured in `hive-site.xml`) in addition to
|