Searched refs:map (Results 1 - 25 of 286) sorted by path

1234567891011>>

/haiku/3rdparty/mmu_man/onlinedemo/
H A Dhaiku.php261 foreach ($keymaps as $key => $map) {
262 if (in_array($map, $bads))
/haiku/headers/cpp/
H A Dmap.h34 using __STD::map;
H A Dstl.h9 #include <map>
H A Dstl_map.h48 class map { class
61 friend class map<_Key,_Tp,_Compare,_Alloc>;
74 _Rep_type _M_t; // red-black tree representing map
90 map() : _M_t(_Compare(), allocator_type()) {} function in class:map
91 explicit map(const _Compare& __comp, function in class:map
97 map(_InputIterator __first, _InputIterator __last) function in class:map
102 map(_InputIterator __first, _InputIterator __last, const _Compare& __comp, function in class:map
106 map(const value_type* __first, const value_type* __last) function in class:map
110 map(const value_type* __first, function in class:map
115 map(const_iterato function in class:map
119 map(const_iterator __first, const_iterator __last, const _Compare& __comp, function in class:map
125 map(const map<_Key,_Tp,_Compare,_Alloc>& __x) argument
127 operator =(const map<_Key, _Tp, _Compare, _Alloc>& __x) argument
210 operator ==(const map<_Key,_Tp,_Compare,_Alloc>& __x, const map<_Key,_Tp,_Compare,_Alloc>& __y) argument
216 operator <(const map<_Key,_Tp,_Compare,_Alloc>& __x, const map<_Key,_Tp,_Compare,_Alloc>& __y) argument
[all...]
/haiku/headers/libs/print/libprint/
H A DJobData.h13 #include <map>
H A DJobSetupDlg.h10 #include <map>
175 std::map<PrinterCap::CapID, BPopUpMenu*> fDriverSpecificPopUpMenus;
176 std::map<string, BCheckBox*> fDriverSpecificCheckBoxes;
177 std::map<PrinterCap::CapID, IntRange> fDriverSpecificIntSliders;
178 std::map<PrinterCap::CapID, DoubleRange> fDriverSpecificDoubleSliders;
/haiku/headers/os/add-ons/mail_daemon/
H A DMailProtocol.h12 #include <map>
121 std::map<entry_ref, image_id> fFilterImages;
/haiku/headers/os/drivers/pcmcia/
H A Dds.h45 memreq_t map; member in struct:win_info_t
H A Dss.h106 u_char map; member in struct:pccard_io_map
113 u_char map; member in struct:pccard_mem_map
121 u_char map; member in struct:cb_bridge_map
/haiku/headers/os/package/
H A DPackageInfoSet.h52 Iterator(const PackageMap* map = NULL);
/haiku/headers/private/app/
H A DTokenSpace.h13 #include <map>
62 typedef std::map<int32, token_info> TokenMap;
/haiku/headers/private/debugger/model/
H A DTeam.h9 #include <map>
83 typedef std::map<int32, int32> SignalDispositionMappings;
/haiku/headers/private/input/
H A Dkb_mouse_settings.h30 mouse_map map; member in struct:__anon992
/haiku/headers/private/interface/
H A Dinput_globals.h16 void _get_key_map(key_map **map, char **key_buffer, ssize_t *key_buffer_size);
/haiku/headers/private/kernel/arch/m68k/
H A Darch_vm_translation_map.h14 void m68k_translation_map_change_asid(VMTranslationMap *map);
/haiku/headers/private/kernel/arch/ppc/
H A Darch_vm_translation_map.h14 void ppc_translation_map_change_asid(VMTranslationMap *map);
/haiku/headers/private/media/
H A DDormantNodeManager.h9 #include <map>
67 typedef std::map<media_addon_id, loaded_add_on_info> AddOnMap;
/haiku/headers/private/notification/
H A DAppUsage.h11 #include <map>
/haiku/headers/private/package/manager/
H A DPackageManager.h13 #include <map>
209 typedef std::map<BSolverPackage*, std::string> PackagePathMap;
H A DRepositoryBuilder.h12 #include <map>
27 typedef std::map<BSolverPackage*, BString> BPackagePathMap;
/haiku/headers/private/shared/
H A DHashMap.h112 Iterator(const HashMap<Key, Value>* map) argument
114 fMap(map),
115 fIterator(map->fTable.GetIterator()),
165 SynchronizedHashMap() : Locker("synchronized hash map") {}
/haiku/headers/private/storage/mime/
H A DAssociatedTypes.h11 #include <map>
52 std::map<std::string, std::set<std::string> > fFileExtensions; // mime type => set of associated file extensions
53 std::map<std::string, std::set<std::string> > fAssociatedTypes; // file extension => set of associated mime types
H A DDatabase.h11 #include <map>
H A DInstalledTypes.h14 #include <map>
46 std::map<std::string, Supertype>::iterator &i);
64 std::map<std::string, Supertype> fSupertypes;
/haiku/headers/tools/cppunit/
H A DTestShell.h12 #include <map>
109 typedef std::map<std::string, CppUnit::Test*> TestMap;
110 typedef std::map<std::string, BTestSuite*> SuiteMap;

Completed in 159 milliseconds

1234567891011>>