Searched defs:maps (Results 1 - 25 of 38) sorted by relevance

12

/external/boringssl/src/crypto/x509v3/
H A Dpcy_map.c70 int policy_cache_set_mapping(X509 *x, POLICY_MAPPINGS *maps) argument
77 if (sk_POLICY_MAPPING_num(maps) == 0)
82 for (i = 0; i < sk_POLICY_MAPPING_num(maps); i++)
84 map = sk_POLICY_MAPPING_value(maps, i);
130 sk_POLICY_MAPPING_pop_free(maps, POLICY_MAPPING_free);
/external/robolectric/src/main/java/com/google/android/maps/
H A DShadowItemizedOverlayBridge.java1 package com.google.android.maps;
/external/robolectric/lib/main/
H A Dmaps_v16.jar ... .maps public abstract com.google.android.maps.GestureDetector$OnDoubleTapListener extends java.lang.Object
/external/linux-tools-perf/src/tools/perf/util/
H A Dvdso.c21 FILE *maps; local
25 maps = fopen("/proc/self/maps", "r");
26 if (!maps) {
27 pr_err("vdso: cannot open maps\n");
31 while (!found && fgets(line, sizeof(line), maps)) {
46 fclose(maps);
H A Dmap.h58 struct rb_root maps[MAP__NR_TYPES]; member in struct:map_groups
116 void maps__insert(struct rb_root *maps, struct map *map);
117 void maps__remove(struct rb_root *maps, struct map *map);
118 struct map *maps__find(struct rb_root *maps, u64 addr);
119 struct map *maps__first(struct rb_root *maps);
128 int maps__set_kallsyms_ref_reloc_sym(struct map **maps, const char *symbol_name,
133 maps__insert(&mg->maps[map->type], map);
139 maps__remove(&mg->maps[map->type], map);
145 return maps__find(&mg->maps[type], addr);
151 return maps__first(&mg->maps[typ
[all...]
H A Dmap.c275 mg->maps[i] = RB_ROOT;
281 static void maps__delete(struct rb_root *maps) argument
283 struct rb_node *next = rb_first(maps);
289 rb_erase(&pos->rb_node, maps);
294 static void maps__delete_removed(struct list_head *maps) argument
298 list_for_each_entry_safe(pos, n, maps, node) {
309 maps__delete(&mg->maps[i]);
319 struct rb_root *root = &mg->maps[type];
360 for (nd = rb_first(&mg->maps[type]); nd; nd = rb_next(nd)) {
380 for (nd = rb_first(&mg->maps[typ
520 maps__insert(struct rb_root *maps, struct map *map) argument
540 maps__remove(struct rb_root *maps, struct map *map) argument
545 maps__find(struct rb_root *maps, u64 ip) argument
565 maps__first(struct rb_root *maps) argument
[all...]
H A Dsymbol.c196 struct rb_node *nd, *prevnd = rb_first(&mg->maps[type]);
535 * map__split_kallsyms, when we have split the maps per module
602 * Split the symbols into maps, making sure there are no overlaps, i.e. the
603 * kernel range is broken in several maps, named [kernel].N, as we don't have
745 struct list_head maps; member in struct:kcore_mapfn_data
760 list_add(&map->node, &md->maps);
809 INIT_LIST_HEAD(&md.maps);
815 /* Read new maps into temporary lists */
821 if (list_empty(&md.maps)) {
826 /* Remove old maps */
[all...]
H A Dsession.c1433 int maps__set_kallsyms_ref_reloc_sym(struct map **maps, argument
1457 struct kmap *kmap = map__kmap(maps[i]);
/external/sfntly/cpp/src/test/autogenerated/
H A Dcmap_basic_test.cc104 TiXmlNodeVector* maps = GetNodesWithName(*it, "map"); local
105 for (TiXmlNodeVector::iterator jt = maps->begin();
106 jt != maps->end(); ++jt) {
116 delete maps;
/external/libunwind/tests/
H A Dcrasher.c21 FILE *maps = fopen("/proc/self/maps", "r"); local
24 if (!maps || !out)
27 while (fgets(buf, sizeof(buf), maps))
41 fclose(maps);
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dresource.hpp76 std::list<mapping> maps; member in class:clover::resource
/external/freetype/include/internal/services/
H A Dsvpscmap.h68 PS_UniMap* maps; member in struct:PS_UnicodesRec_
/external/pdfium/third_party/freetype/include/internal/services/
H A Dsvpscmap.h68 PS_UniMap* maps; member in struct:PS_UnicodesRec_
/external/libvorbis/lib/
H A Dcodec_internal.h107 int maps; member in struct:codec_setup_info
H A Dvorbisenc.c141 const vorbis_mapping_template *maps; member in struct:__anon9374
556 /* Multiple maps/submaps can point to the same residue. In the case
560 for(i=0;i<ci->maps&&ch==0;i++){
588 /* we assume two maps in this encoder */
590 const vorbis_mapping_template *maps){
594 const vorbis_info_mapping0 *map=maps[is].map;
596 const vorbis_residue_template *res=maps[is].res;
610 if(i>=ci->maps)ci->maps=i+1;
828 vorbis_encode_map_n_res_setup(vi,hi->base_setting,setup->maps);
589 vorbis_encode_map_n_res_setup(vorbis_info *vi,double s, const vorbis_mapping_template *maps) argument
[all...]
/external/tremolo/Tremolo/
H A Dcodec_internal.h204 int maps; member in struct:codec_setup_info
/external/v8/src/
H A Dtype-info.cc324 // information to filter out maps from different context to avoid
362 MapHandleList maps; local
365 if (map != NULL) maps.Add(handle(map));
367 code->FindAllMaps(&maps);
371 types->Reserve(maps.length(), zone());
372 for (int i = 0; i < maps.length(); i++) {
373 Handle<Map> map(maps.at(i));
H A Dhydrogen-check-elimination.cc29 // We have seen a map check (i.e. an HCheckMaps) for these maps, so we can
33 // Same as CHECKED, but we also know that these maps are stable.
35 // These maps are stable, but not checked (i.e. we learned this via field
37 // but became UNCHECKED_STABLE because of an instruction that changes maps
67 MapSet maps_; // The set of known maps for the object.
73 // set of known maps for each object.
125 // If the instruction changes maps uncontrollably, drop everything.
241 UniqueSet<Map>* maps = entry->maps_->Copy(zone); local
242 maps->Remove(cmp->map());
243 entry->maps_ = maps;
457 UniqueSet<Map>* maps = new(zone()) UniqueSet<Map>( local
496 MapSet maps = instr->maps(); local
635 UniqueSet<Map>* maps = entry->maps_->Copy(zone()); local
771 Insert(HValue* object, HInstruction* check, MapSet maps, HCheckTableEntry::State state) argument
[all...]
H A Dast.cc627 SmallMapList maps; local
628 oracle->CollectReceiverTypes(id, &maps);
629 receiver_type_ = maps.length() == 1 ? maps.at(0)
/external/google-breakpad/src/client/solaris/handler/
H A Dsolaris_lwp.cc306 prmap_t *maps = map_array; local
329 if (read(fd, (void *)maps, size) < 0) {
346 for (_num = 0, _maps = maps; _num < num; ++_num, ++_maps) {
/external/v8/src/ic/
H A Dic.cc446 MapHandleList maps; local
447 stub->FindAllMaps(&maps);
448 if (maps.length() == 1 && stub->IsWeakObjectInIC(*maps.at(0))) {
449 Map::AddDependentIC(maps.at(0), stub);
515 // do not clear these maps, cached code can keep objects alive
516 // through the embedded maps.
665 // Filter out deprecated maps to ensure their instances get migrated.
1142 // untransitioned and transitioned maps.
1151 // Determine the list of receiver maps tha
[all...]
/external/v8/test/cctest/
H A Dtest-types.cc102 maps.push_back(object_map);
103 maps.push_back(array_map);
104 maps.push_back(uninitialized_map);
105 for (MapVector::iterator it = maps.begin(); it != maps.end(); ++it) {
199 MapVector maps; member in class:Types
277 int i = rng_->NextInt(static_cast<int>(maps.size()));
278 return Type::Class(maps[i], region_);
482 for (MapIterator mt = T.maps.begin(); mt != T.maps
[all...]
/external/valgrind/coregrind/m_debuginfo/
H A Dpriv_storage.h567 XArray* maps; /* XArray of DebugInfoMapping structs */ member in struct:_DebugInfoFSM
650 either (size of all rx maps == 0 && cfsi == NULL) (the degenerate case)
/external/v8/src/arm/
H A Dlithium-codegen-arm.cc5211 const UniqueSet<Map>* maps = instr->hydrogen()->maps(); local
5212 for (int i = 0; i < maps->size(); ++i) {
5213 AddStabilityDependency(maps->at(i).handle());
5232 const UniqueSet<Map>* maps = instr->hydrogen()->maps(); local
5234 for (int i = 0; i < maps->size() - 1; i++) {
5235 Handle<Map> map = maps->at(i).handle();
5240 Handle<Map> map = maps->at(maps
[all...]
/external/v8/src/arm64/
H A Dlithium-codegen-arm64.cc2189 const UniqueSet<Map>* maps = instr->hydrogen()->maps(); local
2190 for (int i = 0; i < maps->size(); ++i) {
2191 AddStabilityDependency(maps->at(i).handle());
2207 const UniqueSet<Map>* maps = instr->hydrogen()->maps(); local
2209 for (int i = 0; i < maps->size() - 1; i++) {
2210 Handle<Map> map = maps->at(i).handle();
2214 Handle<Map> map = maps->at(maps
[all...]

Completed in 876 milliseconds

12