/external/mesa3d/src/gallium/drivers/svga/ |
svga_resource_buffer_upload.c | 80 assert(!sbuf->map.count); 184 uint32 numBoxes = sbuf->map.num_ranges; 260 assert(sbuf->map.num_ranges); 271 for (i = 0; i < sbuf->map.num_ranges; ++i) { 273 sbuf->map.ranges[i].start, sbuf->map.ranges[i].end); 275 boxes[i].x = sbuf->map.ranges[i].start; 278 boxes[i].w = sbuf->map.ranges[i].end - sbuf->map.ranges[i].start; 281 boxes[i].srcx = sbuf->map.ranges[i].start 419 void *map; local 485 uint8_t *map; local [all...] |
/external/oprofile/daemon/liblegacy/ |
opd_proc.c | 110 * @param map map to print 113 verb_show_sample(unsigned long offset, struct opd_map * map) 116 "map start 0x%.8lx, end 0x%.8lx, offset 0x%.8lx, name \"%s\"\n", 117 offset, map->start, map->end, map->offset, 118 map->image->name); 173 struct opd_map * map = list_entry(pos, struct opd_map, next); local 174 if (opd_is_in_map(map, sample->eip)) 268 struct opd_map * map = list_entry(pos, struct opd_map, next); local 419 struct opd_map * map = list_entry(pos, struct opd_map, next); local [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/svga/ |
SDL_svgaevents.c | 65 int map, i; local 68 for ( map=0; map<NUM_VGAKEYMAPS; ++map ) { 69 SDL_memset(vga_keymap[map], 0, NR_KEYS*sizeof(Uint16)); 71 entry.kb_table = map; 91 vga_keymap[map][i]=entry.kb_value; 92 vga_keymap[map][i]+= '0'; 95 vga_keymap[map][i]=K(KT_ASCII,'+'); 98 vga_keymap[map][i]=K(KT_ASCII,'-') 346 int map; local 389 int map; local [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/ |
stl_map.h | 0 // Map implementation -*- C++ -*- 54 * Do not attempt to use it directly. @headername{map} 77 * For a @c map<Key,T> the key_type is Key, the mapped_type is T, and the 82 * The private tree data is declared exactly the same way for map and 88 class map class 109 friend class map<_Key, _Tp, _Compare, _Alloc>; 122 /// This turns a red-black tree into a [multi]map. 152 map() function in class:map 156 * @brief Creates a %map with no elements. 161 map(const _Compare& __comp function in class:map 172 map(const map& __x) function in class:map 183 map(map&& __x) function in class:map 197 map(initializer_list<value_type> __l, function in class:map 214 map(_InputIterator __first, _InputIterator __last) function in class:map 230 map(_InputIterator __first, _InputIterator __last, function in class:map [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/debug/ |
map.h | 1 // Debugging map implementation -*- C++ -*- 25 /** @file debug/map.h 40 /// Class std::map with safety/checking/debug instrumentation. 43 class map class in namespace:__debug 44 : public _GLIBCXX_STD_C::map<_Key, _Tp, _Compare, _Allocator>, 45 public __gnu_debug::_Safe_sequence<map<_Key, _Tp, _Compare, _Allocator> > 47 typedef _GLIBCXX_STD_C::map<_Key, _Tp, _Compare, _Allocator> _Base; 62 typedef __gnu_debug::_Safe_iterator<_Base_iterator, map> 64 typedef __gnu_debug::_Safe_iterator<_Base_const_iterator, map> 75 explicit map(const _Compare& __comp = _Compare() function in class:__debug::map 80 map(_InputIterator __first, _InputIterator __last, function in class:__debug::map 88 map(const map& __x) function in class:__debug::map 91 map(const _Base& __x) function in class:__debug::map 100 map(initializer_list<value_type> __l, function in class:__debug::map [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/debug/ |
map.h | 1 // Debugging map implementation -*- C++ -*- 25 /** @file debug/map.h 40 /// Class std::map with safety/checking/debug instrumentation. 43 class map class in namespace:__debug 44 : public _GLIBCXX_STD_C::map<_Key, _Tp, _Compare, _Allocator>, 45 public __gnu_debug::_Safe_sequence<map<_Key, _Tp, _Compare, _Allocator> > 47 typedef _GLIBCXX_STD_C::map<_Key, _Tp, _Compare, _Allocator> _Base; 62 typedef __gnu_debug::_Safe_iterator<_Base_iterator, map> 64 typedef __gnu_debug::_Safe_iterator<_Base_const_iterator, map> 75 explicit map(const _Compare& __comp = _Compare() function in class:__debug::map 80 map(_InputIterator __first, _InputIterator __last, function in class:__debug::map 88 map(const map& __x) function in class:__debug::map 91 map(const _Base& __x) function in class:__debug::map 100 map(initializer_list<value_type> __l, function in class:__debug::map [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
stl_map.h | 0 // Map implementation -*- C++ -*- 54 * Do not attempt to use it directly. @headername{map} 77 * For a @c map<Key,T> the key_type is Key, the mapped_type is T, and the 82 * The private tree data is declared exactly the same way for map and 88 class map class 109 friend class map<_Key, _Tp, _Compare, _Alloc>; 122 /// This turns a red-black tree into a [multi]map. 152 map() function in class:map 156 * @brief Creates a %map with no elements. 161 map(const _Compare& __comp function in class:map 172 map(const map& __x) function in class:map 183 map(map&& __x) function in class:map 197 map(initializer_list<value_type> __l, function in class:map 214 map(_InputIterator __first, _InputIterator __last) function in class:map 230 map(_InputIterator __first, _InputIterator __last, function in class:map [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
stl_map.h | 0 // Map implementation -*- C++ -*- 54 * Do not attempt to use it directly. @headername{map} 79 * For a @c map<Key,T> the key_type is Key, the mapped_type is T, and the 84 * The private tree data is declared exactly the same way for map and 90 class map class 111 friend class map<_Key, _Tp, _Compare, _Alloc>; 124 /// This turns a red-black tree into a [multi]map. 154 map() function in class:map 158 * @brief Creates a %map with no elements. 163 map(const _Compare& __comp function in class:map 174 map(const map& __x) function in class:map 200 map(initializer_list<value_type> __l, function in class:map 218 map(_InputIterator __first, _InputIterator __last) function in class:map 235 map(_InputIterator __first, _InputIterator __last, function in class:map [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/ |
map.h | 1 // Debugging map implementation -*- C++ -*- 26 /** @file debug/map.h 41 /// Class std::map with safety/checking/debug instrumentation. 44 class map class in namespace:__debug 45 : public _GLIBCXX_STD_C::map<_Key, _Tp, _Compare, _Allocator>, 46 public __gnu_debug::_Safe_sequence<map<_Key, _Tp, _Compare, _Allocator> > 48 typedef _GLIBCXX_STD_C::map<_Key, _Tp, _Compare, _Allocator> _Base; 63 typedef __gnu_debug::_Safe_iterator<_Base_iterator, map> 65 typedef __gnu_debug::_Safe_iterator<_Base_const_iterator, map> 76 explicit map(const _Compare& __comp = _Compare() function in class:__debug::map 81 map(_InputIterator __first, _InputIterator __last, function in class:__debug::map 89 map(const map& __x) function in class:__debug::map 92 map(const _Base& __x) function in class:__debug::map 101 map(initializer_list<value_type> __l, function in class:__debug::map [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
stl_map.h | 0 // Map implementation -*- C++ -*- 54 * Do not attempt to use it directly. @headername{map} 77 * For a @c map<Key,T> the key_type is Key, the mapped_type is T, and the 82 * The private tree data is declared exactly the same way for map and 88 class map class 109 friend class map<_Key, _Tp, _Compare, _Alloc>; 122 /// This turns a red-black tree into a [multi]map. 152 map() function in class:map 156 * @brief Creates a %map with no elements. 161 map(const _Compare& __comp function in class:map 172 map(const map& __x) function in class:map 183 map(map&& __x) function in class:map 197 map(initializer_list<value_type> __l, function in class:map 214 map(_InputIterator __first, _InputIterator __last) function in class:map 230 map(_InputIterator __first, _InputIterator __last, function in class:map [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
stl_map.h | 0 // Map implementation -*- C++ -*- 54 * Do not attempt to use it directly. @headername{map} 79 * For a @c map<Key,T> the key_type is Key, the mapped_type is T, and the 84 * The private tree data is declared exactly the same way for map and 90 class map class 111 friend class map<_Key, _Tp, _Compare, _Alloc>; 124 /// This turns a red-black tree into a [multi]map. 154 map() function in class:map 158 * @brief Creates a %map with no elements. 163 map(const _Compare& __comp function in class:map 174 map(const map& __x) function in class:map 200 map(initializer_list<value_type> __l, function in class:map 218 map(_InputIterator __first, _InputIterator __last) function in class:map 235 map(_InputIterator __first, _InputIterator __last, function in class:map [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/ |
map.h | 1 // Debugging map implementation -*- C++ -*- 26 /** @file debug/map.h 41 /// Class std::map with safety/checking/debug instrumentation. 44 class map class in namespace:__debug 45 : public _GLIBCXX_STD_C::map<_Key, _Tp, _Compare, _Allocator>, 46 public __gnu_debug::_Safe_sequence<map<_Key, _Tp, _Compare, _Allocator> > 48 typedef _GLIBCXX_STD_C::map<_Key, _Tp, _Compare, _Allocator> _Base; 63 typedef __gnu_debug::_Safe_iterator<_Base_iterator, map> 65 typedef __gnu_debug::_Safe_iterator<_Base_const_iterator, map> 76 explicit map(const _Compare& __comp = _Compare() function in class:__debug::map 81 map(_InputIterator __first, _InputIterator __last, function in class:__debug::map 89 map(const map& __x) function in class:__debug::map 92 map(const _Base& __x) function in class:__debug::map 101 map(initializer_list<value_type> __l, function in class:__debug::map [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/ |
map.h | 1 // Debugging map implementation -*- C++ -*- 25 /** @file debug/map.h 40 /// Class std::map with safety/checking/debug instrumentation. 43 class map class in namespace:__debug 44 : public _GLIBCXX_STD_C::map<_Key, _Tp, _Compare, _Allocator>, 45 public __gnu_debug::_Safe_sequence<map<_Key, _Tp, _Compare, _Allocator> > 47 typedef _GLIBCXX_STD_C::map<_Key, _Tp, _Compare, _Allocator> _Base; 62 typedef __gnu_debug::_Safe_iterator<_Base_iterator, map> 64 typedef __gnu_debug::_Safe_iterator<_Base_const_iterator, map> 75 explicit map(const _Compare& __comp = _Compare() function in class:__debug::map 80 map(_InputIterator __first, _InputIterator __last, function in class:__debug::map 88 map(const map& __x) function in class:__debug::map 91 map(const _Base& __x) function in class:__debug::map 100 map(initializer_list<value_type> __l, function in class:__debug::map [all...] |
/external/oprofile/module/ia64/ |
op_syscalls.c | 112 struct vm_area_struct * map; local 128 for (map = mm->mmap; map; map = map->vm_next) { 129 if (!(map->vm_flags & VM_EXEC) || !map->vm_file) 131 if (!(map->vm_flags & VM_EXECUTABLE)) 134 oprof_output_map(map->vm_start, map->vm_end-map->vm_start [all...] |
/external/oprofile/module/x86/ |
op_syscalls.c | 73 struct vm_area_struct * map; local 89 for (map = mm->mmap; map; map = map->vm_next) { 90 if (!(map->vm_flags & VM_EXEC) || !map->vm_file) 92 if (!(map->vm_flags & VM_EXECUTABLE)) 95 oprof_output_map(map->vm_start, map->vm_end-map->vm_start [all...] |
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/ |
addressmap_unittest.cc | 95 AddressMap<ValueT> map(malloc, free); 102 CHECK(!map.Find(p)); 104 CHECK(!map.FindInside(&SizeFunc, kMaxSize, p + offs, &res_p)); 105 map.Insert(p, make_pair(i, ptrs_and_sizes[i].size)); 106 CHECK(result = map.Find(p)); 108 CHECK(result = map.FindInside(&SizeFunc, kMaxRealSize, p + offs, &res_p)); 111 map.Insert(p, make_pair(i + N, ptrs_and_sizes[i].size)); 112 CHECK(result = map.Find(p)); 120 CHECK(map.FindAndRemove(p, &removed)); 127 CHECK(result = map.Find(p)) [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/ |
addressmap_unittest.cc | 95 AddressMap<ValueT> map(malloc, free); 102 CHECK(!map.Find(p)); 104 CHECK(!map.FindInside(&SizeFunc, kMaxSize, p + offs, &res_p)); 105 map.Insert(p, make_pair(i, ptrs_and_sizes[i].size)); 106 CHECK(result = map.Find(p)); 108 CHECK(result = map.FindInside(&SizeFunc, kMaxRealSize, p + offs, &res_p)); 111 map.Insert(p, make_pair(i + N, ptrs_and_sizes[i].size)); 112 CHECK(result = map.Find(p)); 120 CHECK(map.FindAndRemove(p, &removed)); 127 CHECK(result = map.Find(p)) [all...] |
/system/core/libbacktrace/ |
BacktraceImpl.cpp | 37 Backtrace::Backtrace(BacktraceImpl* impl, pid_t pid, BacktraceMap* map) 38 : pid_(pid), tid_(-1), map_(map), map_shared_(true), impl_(impl) { 102 if (frame->map && !frame->map->name.empty()) { 103 map_name = frame->map->name.c_str(); 109 if (frame->map) { 110 relative_pc = frame->pc - frame->map->start; 139 BacktraceImpl* impl, BacktraceMap* map) : Backtrace(impl, getpid(), map) { 150 const backtrace_map_t* map = FindMap(ptr) local [all...] |
/external/llvm/unittests/Support/ |
YAMLIOTest.cpp | 200 BuiltInTypes map; local 220 yin >> map; local 223 EXPECT_TRUE(map.str.equals("hello there")); 224 EXPECT_TRUE(map.stdstr == "hello where?"); 225 EXPECT_EQ(map.u64, 5000000000ULL); 226 EXPECT_EQ(map.u32, 4000000000U); 227 EXPECT_EQ(map.u16, 65000); 228 EXPECT_EQ(map.u8, 255); 229 EXPECT_EQ(map.b, false); 230 EXPECT_EQ(map.s64, -5000000000LL) 249 BuiltInTypes map; local 270 yout << map; local 275 BuiltInTypes map; local 276 yin >> map; local 359 StringTypes map; local 385 yout << map; local 409 StringTypes map; local 410 yin >> map; local 478 ColorMap map; local 485 yin >> map; local 550 FlagsMap map; local 556 yin >> map; local 572 FlagsMap map; local 580 yout << map; local 662 MyCustomTypeMap map; local 671 yout << map; local 746 NameAndNumbers map; local 757 yout << map; local 1221 ColorMap map; local 1229 yin >> map; local 1238 FlagsMap map; local 1246 yin >> map; local [all...] |
/external/chromium_org/v8/test/mjsunit/harmony/ |
collections.js | 49 TestValidMapCalls(new Map); 94 function TestMapping(map, key, value) { 95 assertSame(undefined, map.set(key, value)); 96 assertSame(value, map.get(key)); 103 TestMapBehavior1(new Map); 119 TestMapBehavior2(new Map); 132 TestQuery(new Map); 145 TestDelete(new Map); 156 TestGC1(new Map); 173 TestGC2(new Map); [all...] |
/external/chromium_org/base/ |
environment.h | 8 #include <map> 53 typedef std::map<NativeEnvironmentString, NativeEnvironmentString> 72 typedef std::map<NativeEnvironmentString, NativeEnvironmentString>
|
/external/chromium_org/chrome/browser/content_settings/ |
content_settings_usages_state.h | 8 #include <map> 29 typedef std::map<GURL, ContentSetting> StateMap; 56 typedef std::map<ContentSetting, std::set<std::string> >
|
/external/chromium_org/chrome/browser/extensions/activity_log/ |
database_string_table.h | 8 #include <map> 64 std::map<int64, std::string> id_to_value_; 65 std::map<std::string, int64> value_to_id_;
|
/external/chromium_org/chrome/browser/extensions/api/hid/ |
hid_device_manager.h | 10 #include <map> 60 typedef std::map<int, device::HidDeviceId> ResourceIdToDeviceIdMap; 61 typedef std::map<device::HidDeviceId, int> DeviceIdToResourceIdMap;
|
/external/chromium_org/chrome/browser/ |
internal_auth.h | 8 #include <map> 23 const std::map<std::string, std::string>& var_value_map); 63 const std::map<std::string, std::string>& var_value_map);
|