HomeSort by relevance Sort by last modified time
    Searched full:map_type (Results 1 - 25 of 228) sorted by null

1 2 3 4 5 6 7 8 910

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/include/isl/
set_type.h 4 #include <isl/map_type.h>
lp.h 15 #include <isl/map_type.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/isl/
set_type.h 4 #include <isl/map_type.h>
lp.h 15 #include <isl/map_type.h>
  /prebuilts/misc/common/swig/include/2.0.11/octave/
std_map.i 92 typedef std::map<K,T> map_type;
93 static int asptr(octave_value obj, map_type **val) {
100 map_type *p;
101 res = SWIG_ConvertPtr(obj,(void**)&p,swig::type_info<map_type>(),0);
112 typedef std::map<K,T> map_type;
113 typedef typename map_type::const_iterator const_iterator;
114 typedef typename map_type::size_type size_type;
116 static octave_value from(const map_type& map) {
118 swig_type_info *desc = swig::type_info<map_type>();
120 return SWIG_NewPointerObj(new map_type(map), desc, SWIG_POINTER_OWN)
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
map.h 11 enum map_type { enum
34 u8 /* enum map_type */ type;
91 void map__init(struct map *map, enum map_type type,
96 char *filename, enum map_type type);
97 struct map *map__new2(u64 start, struct dso *dso, enum map_type type);
115 enum map_type type, int verbose, FILE *fp);
124 struct map_groups *parent, enum map_type type);
143 enum map_type type, u64 addr)
149 enum map_type type)
160 enum map_type type, u64 addr
    [all...]
thread.h 43 enum map_type type, u64 addr)
49 u8 cpumode, enum map_type type, u64 addr,
53 u8 cpumode, enum map_type type, u64 addr,
dso.h 99 static inline void dso__set_loaded(struct dso *dso, enum map_type type)
112 bool dso__loaded(const struct dso *dso, enum map_type type);
114 bool dso__sorted_by_name(const struct dso *dso, enum map_type type);
115 void dso__set_sorted_by_name(struct dso *dso, enum map_type type);
116 void dso__sort_by_name(struct dso *dso, enum map_type type);
151 enum map_type type, FILE *fp);
152 size_t dso__fprintf(struct dso *dso, enum map_type type, FILE *fp);
machine.h 36 struct map *machine__kernel_map(struct machine *machine, enum map_type type)
117 enum map_type type, u64 addr,
148 enum map_type type, symbol_filter_t filter);
149 int machine__load_vmlinux_path(struct machine *machine, enum map_type type,
  /prebuilts/misc/common/swig/include/2.0.11/python/
std_map.i 92 typedef std::map<K,T,Compare,Alloc > map_type;
93 static int asptr(PyObject *obj, map_type **val) {
102 res = traits_asptr_stdseq<map_type, std::pair<K, T> >::asptr(items, val);
104 map_type *p;
105 res = SWIG_ConvertPtr(obj,(void**)&p,swig::type_info<map_type>(),0);
115 typedef std::map<K,T,Compare,Alloc > map_type;
116 typedef typename map_type::const_iterator const_iterator;
117 typedef typename map_type::size_type size_type;
119 static PyObject *asdict(const map_type& map) {
139 static PyObject *from(const map_type& map)
    [all...]
  /external/stlport/src/
message_facets.h 44 allocator<pair<_STLP_CONST nl_catd_type, locale> > > map_type; typedef in struct:_Catalog_locale_map
45 map_type *M;
79 allocator<pair<_STLP_CONST messages_base::catalog, nl_catd_type> > > map_type;
82 // typedef map<messages_base::catalog,nl_catd_type> map_type;
111 map_type M;
  /ndk/sources/cxx-stl/stlport/src/
message_facets.h 44 allocator<pair<_STLP_CONST nl_catd_type, locale> > > map_type; typedef in struct:_Catalog_locale_map
45 map_type *M;
79 allocator<pair<_STLP_CONST messages_base::catalog, nl_catd_type> > > map_type;
82 // typedef map<messages_base::catalog,nl_catd_type> map_type;
111 map_type M;
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/asm-generic/
mman.h 25 #define MAP_TYPE 0x0f
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/asm-generic/
mman.h 25 #define MAP_TYPE 0x0f
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/asm-generic/
mman.h 25 #define MAP_TYPE 0x0f
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm-generic/
mman.h 25 #define MAP_TYPE 0x0f
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/asm-generic/
mman.h 25 #define MAP_TYPE 0x0f
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm-generic/
mman.h 25 #define MAP_TYPE 0x0f
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/asm-generic/
mman.h 25 #define MAP_TYPE 0x0f
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/asm-generic/
mman.h 25 #define MAP_TYPE 0x0f
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/asm-generic/
mman.h 25 #define MAP_TYPE 0x0f
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/asm-generic/
mman.h 25 #define MAP_TYPE 0x0f
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm-generic/
mman.h 25 #define MAP_TYPE 0x0f
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/asm-generic/
mman.h 25 #define MAP_TYPE 0x0f
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/asm-generic/
mman.h 25 #define MAP_TYPE 0x0f

Completed in 547 milliseconds

1 2 3 4 5 6 7 8 910