Searched refs:createKey (Results 1 – 16 of 16) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/windows/ |
H A D | registry.d | 895 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 D | registry.d | 894 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 D | profile.c | 155 prof_key = collector_interface->createKey (sizeof ( int), NULL, NULL); in open_experiment()
|
H A D | heaptrace.c | 158 heap_key = collector_interface->createKey (sizeof ( int), NULL, NULL); in open_experiment()
|
H A D | hwprofile.c | 275 hwprofile_tsd_key = collector_interface->createKey (hwprofile_tsd_sz, NULL, NULL); in open_experiment()
|
H A D | synctrace.c | 236 sync_key = collector_interface->createKey (sizeof ( int), NULL, NULL); in open_experiment()
|
H A D | jprofile.c | 210 tsd_key = collector_interface->createKey (sizeof ( TSD_Entry), NULL, NULL); in open_experiment()
|
H A D | iotrace.c | 309 io_key = collector_interface->createKey (sizeof ( int), NULL, NULL); in open_experiment()
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/libcollector/ |
H A D | profile.c | 156 prof_key = collector_interface->createKey (sizeof ( int), NULL, NULL); in open_experiment()
|
H A D | heaptrace.c | 142 heap_key = collector_interface->createKey (sizeof ( int), NULL, NULL); in open_experiment()
|
H A D | hwprofile.c | 275 hwprofile_tsd_key = collector_interface->createKey (hwprofile_tsd_sz, NULL, NULL); in open_experiment()
|
H A D | synctrace.c | 237 sync_key = collector_interface->createKey (sizeof ( int), NULL, NULL); in open_experiment()
|
H A D | jprofile.c | 210 tsd_key = collector_interface->createKey (sizeof ( TSD_Entry), NULL, NULL); in open_experiment()
|
H A D | iotrace.c | 296 io_key = collector_interface->createKey (sizeof ( int), NULL, NULL); in open_experiment()
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
H A D | collector_module.h | 198 unsigned (*createKey)(size_t sz, void (*init)(void*), void (*fini)(void*)); member
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
H A D | collector_module.h | 193 unsigned (*createKey)(size_t sz, void (*init)(void*), void (*fini)(void*)); member
|