Home
last modified time | relevance | path

Searched refs:createKey (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/windows/
H A Dregistry.d895 Key createKey(string name, REGSAM access = REGSAM.KEY_ALL_ACCESS)
1788 Key unittestKey = HKCU.createKey(unittestKeyName);
1790 Key cityKey = unittestKey.createKey(
1822 Key stateKey = unittestKey.createKey("StateCollection");
1831 Key numberKey = unittestKey.createKey("Number");
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/windows/
H A Dregistry.d894 Key createKey(string name, REGSAM access = REGSAM.KEY_ALL_ACCESS)
1783 Key unittestKey = HKCU.createKey(unittestKeyName);
1785 Key cityKey = unittestKey.createKey(
1817 Key stateKey = unittestKey.createKey("StateCollection");
1826 Key numberKey = unittestKey.createKey("Number");
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Dprofile.c155 prof_key = collector_interface->createKey (sizeof ( int), NULL, NULL); in open_experiment()
H A Dheaptrace.c158 heap_key = collector_interface->createKey (sizeof ( int), NULL, NULL); in open_experiment()
H A Dhwprofile.c275 hwprofile_tsd_key = collector_interface->createKey (hwprofile_tsd_sz, NULL, NULL); in open_experiment()
H A Dsynctrace.c236 sync_key = collector_interface->createKey (sizeof ( int), NULL, NULL); in open_experiment()
H A Djprofile.c210 tsd_key = collector_interface->createKey (sizeof ( TSD_Entry), NULL, NULL); in open_experiment()
H A Diotrace.c309 io_key = collector_interface->createKey (sizeof ( int), NULL, NULL); in open_experiment()
/netbsd-src/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dprofile.c156 prof_key = collector_interface->createKey (sizeof ( int), NULL, NULL); in open_experiment()
H A Dheaptrace.c142 heap_key = collector_interface->createKey (sizeof ( int), NULL, NULL); in open_experiment()
H A Dhwprofile.c275 hwprofile_tsd_key = collector_interface->createKey (hwprofile_tsd_sz, NULL, NULL); in open_experiment()
H A Dsynctrace.c237 sync_key = collector_interface->createKey (sizeof ( int), NULL, NULL); in open_experiment()
H A Djprofile.c210 tsd_key = collector_interface->createKey (sizeof ( TSD_Entry), NULL, NULL); in open_experiment()
H A Diotrace.c296 io_key = collector_interface->createKey (sizeof ( int), NULL, NULL); in open_experiment()
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A Dcollector_module.h198 unsigned (*createKey)(size_t sz, void (*init)(void*), void (*fini)(void*)); member
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A Dcollector_module.h193 unsigned (*createKey)(size_t sz, void (*init)(void*), void (*fini)(void*)); member