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

1 2 3

  /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);
  /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;
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));
  /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/util/
symbol.h 189 bool dso__loaded(const struct dso *dso, enum map_type type);
190 bool dso__sorted_by_name(const struct dso *dso, enum map_type type);
192 static inline void dso__set_loaded(struct dso *dso, enum map_type type)
197 void dso__sort_by_name(struct dso *dso, enum map_type type);
209 enum map_type type, symbol_filter_t filter);
210 int machine__load_vmlinux_path(struct machine *machine, enum map_type type,
222 enum map_type type, FILE *fp);
223 size_t dso__fprintf(struct dso *dso, enum map_type type, FILE *fp);
244 struct symbol *dso__find_symbol(struct dso *dso, enum map_type type,
246 struct symbol *dso__find_symbol_by_name(struct dso *dso, enum map_type type
    [all...]
thread.h 39 enum map_type type, u64 addr)
46 enum map_type type, pid_t pid, u64 addr,
51 enum map_type type, pid_t pid, u64 addr,
map.h 19 enum map_type { enum
40 u8 /* enum map_type */ type;
80 struct map *machine__kernel_map(struct machine *self, enum map_type type)
114 void map__init(struct map *self, enum map_type type,
118 enum map_type type);
135 enum map_type type, int verbose, FILE *fp);
142 struct map_groups *parent, enum map_type type);
185 enum map_type type, u64 addr)
191 enum map_type type, u64 addr,
196 enum map_type type
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/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/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;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_objects.h 407 D3D10_MAP map_type,
412 HRESULT hr = device->Map(this, 0, map_type, map_flags, &msr);
433 D3D10_MAP map_type,
438 HRESULT hr = device->Map(this, subresource, map_type, map_flags, &msr);
462 D3D10_MAP map_type,
467 HRESULT hr = device->Map(this, subresource, map_type, map_flags, &msr);
492 D3D10_MAP map_type,
497 HRESULT hr = device->Map(this, subresource, map_type, map_flags, &msr);
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_objects.h 407 D3D10_MAP map_type,
412 HRESULT hr = device->Map(this, 0, map_type, map_flags, &msr);
433 D3D10_MAP map_type,
438 HRESULT hr = device->Map(this, subresource, map_type, map_flags, &msr);
462 D3D10_MAP map_type,
467 HRESULT hr = device->Map(this, subresource, map_type, map_flags, &msr);
492 D3D10_MAP map_type,
497 HRESULT hr = device->Map(this, subresource, map_type, map_flags, &msr);
  /external/libvorbis/lib/
codec_internal.h 114 int map_type[64]; member in struct:codec_setup_info
  /external/openfst/src/bin/
fstmap.cc 28 DEFINE_string(map_type, "identity",
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/ov_tree_map_/
constructors_destructor_fn_imps.hpp 113 map_type; typedef
121 map_type;
124 map_type m(first_it, last_it);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/ov_tree_map_/
constructors_destructor_fn_imps.hpp 113 map_type; typedef
121 map_type;
124 map_type m(first_it, last_it);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/ov_tree_map_/
constructors_destructor_fn_imps.hpp 113 map_type; typedef
121 map_type;
124 map_type m(first_it, last_it);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
constructors_destructor_fn_imps.hpp 113 map_type; typedef
121 map_type;
124 map_type m(first_it, last_it);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
constructors_destructor_fn_imps.hpp 113 map_type; typedef
121 map_type;
124 map_type m(first_it, last_it);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
constructors_destructor_fn_imps.hpp 113 map_type; typedef
121 map_type;
124 map_type m(first_it, last_it);

Completed in 879 milliseconds

1 2 3