Searched refs:map (Results 126 - 150 of 352) sorted by relevance

1234567891011>>

/haiku-fatelf/src/bin/network/wget/tests/
H A DTest-meta-robots.px85 . join(' ',(map "http://localhost:{{port}}/$_.html",
/haiku-fatelf/src/kits/support/
H A DArchivingManagers.h9 #include <map>
123 typedef std::map<const BArchivable*, ArchiveInfo> TokenMap;
/haiku-fatelf/src/kits/translation/
H A DTranslatorRosterPrivate.h11 #include <map>
32 typedef std::map<translator_id, translator_item> TranslatorMap;
/haiku-fatelf/src/preferences/keymap/
H A DKeyboardLayout.h9 #include <map>
40 typedef std::map<BString, BString> VariableMap;
H A DKeyboardLayoutView.cpp745 KeyboardLayoutView::_SpecialKeyLabel(const key_map& map, uint32 code, argument
748 if (code == map.caps_key)
750 if (code == map.scroll_key)
752 if (code == map.num_key)
754 if (code == map.left_shift_key || code == map.right_shift_key)
756 if (code == map.left_command_key || code == map.right_command_key)
758 if (code == map.left_control_key || code == map
847 const key_map& map = fKeymap->Map(); local
872 const key_map& map = fKeymap->Map(); local
[all...]
/haiku-fatelf/src/system/kernel/arch/m68k/
H A Darch_vm_translation_map.cpp56 m68k_translation_map_get_pgdir(VMTranslationMap *map)
58 return get_vm_ops()->m68k_translation_map_get_pgdir(map);
155 // XXX currently assumes this translation map is active
/haiku-fatelf/src/tools/cppunit/cppunit/
H A DTestFactoryRegistry.cpp12 using std::map;
41 typedef map<string, TestFactoryRegistry *> Registries;
/haiku-fatelf/src/system/kernel/arch/x86/paging/32bit/
H A DX86PagingMethod32Bit.cpp219 X86VMTranslationMap32Bit* map = static_cast<X86VMTranslationMap32Bit*>( local
223 map->QueryInterrupt((addr_t)data, &physicalTable, &dummyFlags);
229 = &map->PagingStructures32Bit()->pgdir_virt[index];
352 X86VMTranslationMap32Bit* map = new(std::nothrow) X86VMTranslationMap32Bit; local
353 if (map == NULL)
356 status_t error = map->Init(kernel);
358 delete map;
362 *_map = map;
372 // XXX horrible back door to map a page quickly regardless of translation
373 // map objec
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/iprowifi2100/dev/ipw/
H A Dif_ipwvar.h44 bus_dmamap_t map; member in struct:ipw_soft_hdr
51 bus_dmamap_t map; member in struct:ipw_soft_buf
/haiku-fatelf/src/system/kernel/arch/arm/paging/32bit/
H A DARMPagingMethod32Bit.cpp221 ARMVMTranslationMap32Bit* map = static_cast<ARMVMTranslationMap32Bit*>( local
225 map->QueryInterrupt((addr_t)data, &physicalTable, &dummyFlags);
231 = &map->PagingStructures32Bit()->pgdir_virt[index];
334 ARMVMTranslationMap32Bit* map = new(std::nothrow) ARMVMTranslationMap32Bit; local
335 if (map == NULL)
338 status_t error = map->Init(kernel);
340 delete map;
344 *_map = map;
411 // map the original page directory and get the entry
425 // map th
[all...]
/haiku-fatelf/src/add-ons/mail_daemon/inbound_protocols/pop3/
H A Dpop3.h12 #include <map>
/haiku-fatelf/src/bin/gdb/bfd/
H A Darchive64.c31 /* Irix 6 defines a 64bit archive map format, so that they can
148 struct orl *map,
209 while (map[count].u.abfd == current)
227 size_t len = strlen (*map[count].name) + 1;
229 if (bfd_bwrite (*map[count].name, len, arch) != len)
146 bfd_elf64_archive_write_armap(bfd *arch, unsigned int elength, struct orl *map, unsigned int symbol_count, int stridx) argument
H A Darchive.c627 /* This archive has a map, so we may presume that the contents
918 header is in a slightly different order and the map name is '/'.
1629 /* If no .o's, don't bother to make a map. */
1663 { /* Don't bother if we won't make a map! */
1783 struct orl *map = NULL;
1798 map = bfd_malloc (amt);
1799 if (map == NULL)
1844 /* Now map over all the symbols, picking out the ones we
1865 new_map = bfd_realloc (map, amt);
1869 map
1775 struct orl *map = NULL; local
1914 bsd_write_armap(bfd *arch, unsigned int elength, struct orl *map, unsigned int orl_count, int stridx) argument
2072 coff_write_armap(bfd *arch, unsigned int elength, struct orl *map, unsigned int symbol_count, int stridx) argument
[all...]
/haiku-fatelf/src/bin/gdb/gdb/osf-share/
H A Dcma_stack_int.h88 cma___t_map_entry map[cma__c_chunk_count]; /* thread map */
87 cma___t_map_entry map[cma__c_chunk_count]; /* thread map */ member in struct:CMA___T_CLUSTER
/haiku-fatelf/src/bin/network/wget/msdos/
H A DMakefile.WC12 LINK = *wlink option quiet, map, verbose, eliminate, caseexact, stack=100k &
66 - rm $(OBJ_DIR)\*.obj wget.exe wget.map version.c css.c
/haiku-fatelf/src/servers/media/
H A DNodeManager.h9 #include <map>
22 typedef std::map<team_id, int32> TeamCountMap;
156 typedef std::map<media_addon_id, registered_node> NodeMap;
158 typedef std::map<media_addon_id, entry_ref> PathMap;
/haiku-fatelf/src/kits/network/libbind/irs/
H A Dgen.c31 * map class initializers are NULL, and the map classes are already
286 enum irs_map_id map, enum irs_acc_id acc,
295 if (map == irs_gr)
299 if (map == irs_pw)
336 rules = &irs->map_rules[map];
346 /* Try to instantiate map accessors for this if necessary & approp. */
409 enum irs_map_id map; local
431 map = (enum irs_map_id) n;
439 add_rule(irs, map, ac
285 add_rule(struct gen_p *irs, enum irs_map_id map, enum irs_acc_id acc, const char *options) argument
[all...]
/haiku-fatelf/src/servers/registrar/
H A DAuthenticationManager.cpp13 #include <map>
27 using std::map;
440 map<uid_t, User*>::const_iterator it = fUsersByID.find(uid);
446 map<string, User*>::const_iterator it = fUsersByName.find(name);
460 for (map<uid_t, User*>::const_iterator it = fUsersByID.begin();
480 for (map<uid_t, User*>::const_iterator it = fUsersByID.begin();
518 for (map<uid_t, User*>::const_iterator it = fUsersByID.begin();
527 map<uid_t, User*> fUsersByID;
528 map<string, User*> fUsersByName;
554 map<gid_
[all...]
/haiku-fatelf/src/add-ons/input_server/devices/mouse/
H A DMouseInputDevice.cpp186 fSettings.map.button[0] = B_PRIMARY_MOUSE_BUTTON;
187 fSettings.map.button[1] = B_SECONDARY_MOUSE_BUTTON;
188 fSettings.map.button[2] = B_TERTIARY_MOUSE_BUTTON;
510 if (get_mouse_map(&fSettings.map) != B_OK)
514 = ioctl(fDevice, MS_SET_MAP, &fSettings.map) == B_OK;
654 newButtons |= fSettings.map.button[i];
657 newButtons |= fSettings.map.left;
659 newButtons |= fSettings.map.right;
661 newButtons |= fSettings.map.middle;
/haiku-fatelf/src/system/kernel/arch/m68k/paging/040/
H A DM68KPagingMethod040.cpp299 M68KVMTranslationMap040* map = static_cast<M68KVMTranslationMap040*>( local
303 map->QueryInterrupt((addr_t)data, &physicalTable, &dummyFlags);
312 = &map->PagingStructures040()->pgdir_virt[index];
439 // insert the indirect descriptor in the tree so we can map the page we want from it.
451 M68KVMTranslationMap040* map; local
453 map = new(std::nothrow) M68KVMTranslationMap040;
454 if (map == NULL)
457 status_t error = map->Init(kernel);
459 delete map;
463 *_map = map;
[all...]
/haiku-fatelf/src/tests/system/kernel/cache/
H A Dpages_io_test.cpp61 file_map map; member in struct:file_cache_ref
115 // TODO: once we can invalidate only parts of the file map,
329 for (uint32 index = 0; index < ref->map.count; index++) {
330 file_extent *extent = ref->map[index];
351 if (ref->map.count == 0) {
352 // we don't yet have the map of this file, so let's grab it
357 // the file map could have been requested in the mean time
358 if (ref->map.count == 0) {
369 status_t addStatus = ref->map.Add(vecs, vecCount, mapOffset);
378 // when we are here, the map ha
[all...]
/haiku-fatelf/src/bin/
H A Dsetmime.cpp9 #include <map>
173 // the 'hash -> value' map of arguments provided by user
231 const char* UserArgValue(TUserArgs& map, const char* name);
433 MimeAttribute::UserArgValue(TUserArgs& map, const char* name) argument
435 TUserArgsI i = map.find(hash(name));
436 if (i == map.end())
481 map<uint32, BString> fExtensions;
482 map<uint32, MimeAttribute> fAttributes;
539 // fill the helper map of options - for quick lookup of arguments
540 map<uint3
[all...]
/haiku-fatelf/src/bin/network/tcpdump/
H A Dprint-isakmp.c348 const struct attrmap *map, size_t nmap)
366 if (map && t < nmap && map[t].type)
367 printf("type=%s ", map[t].type);
373 if (map && t < nmap && v < map[t].nvalue && map[t].value[v])
374 printf("%s", map[t].value[v]);
577 const struct attrmap *map; local
590 map
347 isakmp_attrmap_print(const u_char *p, const u_char *ep, const struct attrmap *map, size_t nmap) argument
1079 const struct attrmap *map = oakley_t_map; local
[all...]
/haiku-fatelf/src/bin/network/wget/build-aux/
H A Dannounce-gen36 my %valid_release_types = map {$_ => 1} qw (alpha beta major);
234 my %changelog = map {$_ => 1} @changelog;
261 @reordered = map { s!^\./!!; $_ } @reordered;
411 my @candidates = map { "$my_distdir.$_" } @archive_suffixes;
440 my @sig_files = map { "$_.sig" } @tarballs;
466 join ('', map {"\n $_"} @tool_versions), "\n";
/haiku-fatelf/src/tests/kits/game/direct_window_test/
H A DStarWindow.cpp189 key_map *map; local
190 get_key_map(&map, &buf);
192 if (map != NULL) {
193 sSwapped = (map->left_control_key == 0x5d)
194 && (map->left_command_key == 0x5c);
198 free(map);

Completed in 231 milliseconds

1234567891011>>