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

1 2 3 4

  /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/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/isl/
set_type.h 4 #include <isl/map_type.h>
lp.h 15 #include <isl/map_type.h>
  /external/openfst/src/include/fst/script/
map.h 58 MapType map_type = args->args.arg2; local
66 if (map_type == ARC_SUM_MAPPER) {
69 } else if (map_type == IDENTITY_MAPPER) {
72 } else if (map_type == INVERT_MAPPER) {
75 } else if (map_type == PLUS_MAPPER) {
78 } else if (map_type == QUANTIZE_MAPPER) {
81 } else if (map_type == RMWEIGHT_MAPPER) {
84 } else if (map_type == SUPERFINAL_MAPPER) {
87 } else if (map_type == TIMES_MAPPER) {
90 } else if (map_type == TO_LOG_MAPPER)
    [all...]
  /external/openfst/src/script/
map.cc 24 FstClass *Map(const FstClass& ifst, MapType map_type,
26 MapInnerArgs args(ifst, map_type, delta, w);
  /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;
messages.cpp 44 M = new map_type;
46 M->insert(map_type::value_type(key, L));
61 map_type::const_iterator i = M->find(key);
90 map_type::iterator mit(M.find(cat));
  /external/linux-tools-perf/src/tools/perf/util/
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,
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...]
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);
symbol.h 214 struct symbol *dso__find_symbol(struct dso *dso, enum map_type type,
216 struct symbol *dso__find_symbol_by_name(struct dso *dso, enum map_type type,
218 struct symbol *dso__first_symbol(struct dso *dso, enum map_type type);
236 bool symbol_type__is_a(char symbol_type, enum map_type map_type);
249 void __map_groups__fixup_end(struct map_groups *mg, enum map_type type);
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,
map.c 34 void map__init(struct map *map, enum map_type type,
53 enum map_type type)
110 struct map *map__new2(u64 start, struct dso *dso, enum map_type type)
337 enum map_type type, u64 addr,
353 enum map_type type,
375 enum map_type type, int verbose, FILE *fp)
402 enum map_type type,
507 struct map_groups *parent, enum map_type type)
  /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/lldb/test/lang/cpp/stl/
TestSTL.py 122 map_type = associative_array.GetType()
123 self.DebugSBType(map_type)
124 self.assertTrue(map_type, VALID_TYPE)
125 num_template_args = map_type.GetNumberOfTemplateArguments()
131 t = map_type.GetTemplateArgumentType(i)
  /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...]
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
std_map.i 94 typedef std::map<K,T> map_type;
95 static int asptr(VALUE obj, map_type **val) {
102 map_type *p;
103 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 VALUE from(const map_type& map) {
117 swig_type_info *desc = swig::type_info<map_type>();
119 return SWIG_NewPointerObj(new map_type(map), desc, SWIG_POINTER_OWN)
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
throw_allocator.h 161 typedef std::map<void*, alloc_data_type> map_type; typedef in class:throw_allocator_base
162 typedef map_type::value_type entry_type;
163 typedef map_type::const_iterator const_iterator;
164 typedef map_type::const_reference const_reference;
179 static map_type _S_map;
308 throw_allocator_base::map_type
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
throw_allocator.h 161 typedef std::map<void*, alloc_data_type> map_type; typedef in class:throw_allocator_base
162 typedef map_type::value_type entry_type;
163 typedef map_type::const_iterator const_iterator;
164 typedef map_type::const_reference const_reference;
179 static map_type _S_map;
308 throw_allocator_base::map_type
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
throw_allocator.h 161 typedef std::map<void*, alloc_data_type> map_type; typedef in class:throw_allocator_base
162 typedef map_type::value_type entry_type;
163 typedef map_type::const_iterator const_iterator;
164 typedef map_type::const_reference const_reference;
179 static map_type _S_map;
308 throw_allocator_base::map_type
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
throw_allocator.h 161 typedef std::map<void*, alloc_data_type> map_type; typedef in class:throw_allocator_base
162 typedef map_type::value_type entry_type;
163 typedef map_type::const_iterator const_iterator;
164 typedef map_type::const_reference const_reference;
179 static map_type _S_map;
308 throw_allocator_base::map_type
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
fixed_mapping.hpp 63 typedef std::vector<elem_type> map_type; typedef in class:boost::unit_test::fixed_mapping
106 map_type m_map;
  /bionic/libc/kernel/uapi/linux/
bpf.h 90 __u32 map_type; member in struct:bpf_attr::__anon342
  /external/kernel-headers/original/uapi/linux/
bpf.h 122 __u32 map_type; /* one of enum bpf_map_type */ member in struct:bpf_attr::__anon11009

Completed in 534 milliseconds

1 2 3 4