HomeSort by relevance Sort by last modified time
    Searched defs:maps (Results 51 - 75 of 483) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/python/cpython2/Modules/
nismodule.c 43 "maps(domain = defaultdomain)\n\
44 Returns an array of all available NIS maps within a domain. If domain\n\
261 nismaplist *maps; member in struct:nisresp_maplist
320 if (!xdr_pointer(xdrs, (char **)&objp->maps,
376 return list->maps;
387 nismaplist *maps; local
393 "|s:maps", kwlist, &domain))
400 if ((maps = nis_maplist (domain)) == NULL)
404 for (maps = maps; maps; maps = maps->next)
    [all...]
  /external/python/cpython3/Modules/
nismodule.c 43 "maps(domain = defaultdomain)\n\
44 Returns an array of all available NIS maps within a domain. If domain\n\
267 nismaplist *maps; member in struct:nisresp_maplist
326 if (!xdr_pointer(xdrs, (char **)&objp->maps,
382 return list->maps;
393 nismaplist *maps; local
399 "|s:maps", kwlist, &domain))
406 if ((maps = nis_maplist (domain)) == NULL)
410 for (; maps; maps = maps->next)
    [all...]
  /external/tremolo/Tremolo/
codec_internal.h 204 int maps; member in struct:codec_setup_info
  /external/v8/src/compiler/
js-inlining.cc 312 // We don't really care about the exact maps here, just the instance
314 ZoneHandleSet<Map> maps; local
316 NodeProperties::InferReceiverMaps(receiver, effect, &maps);
318 // Check if all {maps} are actually JSReceiver maps.
319 for (size_t i = 0; i < maps.size(); ++i) {
320 if (!maps[i]->IsJSReceiverMap()) return true;
load-elimination.cc 354 ZoneHandleSet<Map> const& maps = pair.second; local
355 for (size_t i = 0; i < maps.size(); ++i) {
356 os << " - " << Brief(*maps[i]) << "\n";
421 // Merge the information we have about the maps.
448 Node* object, ZoneHandleSet<Map> maps, Zone* zone) const {
451 that->maps_ = that->maps_->Extend(object, maps, zone);
453 that->maps_ = new (zone) AbstractMaps(object, maps, zone);
564 PrintF(" maps:\n");
606 ZoneHandleSet<Map> const maps = CheckMapsParametersOf(node->op()).maps(); local
    [all...]
simplified-operator.cc 249 return lhs.flags() == rhs.flags() && lhs.maps() == rhs.maps();
258 return base::hash_combine(p.flags(), p.maps());
262 ZoneHandleSet<Map> const& maps = p.maps(); local
264 for (size_t i = 0; i < maps.size(); ++i) {
265 os << ", " << Brief(*maps[i]);
762 ZoneHandleSet<Map> maps) {
763 CheckMapsParameters const parameters(flags, maps);
    [all...]
js-native-context-specialization.cc 27 bool HasNumberMaps(MapList const& maps) {
28 for (auto map : maps) {
34 bool HasOnlyJSArrayMaps(MapList const& maps) {
35 for (auto map : maps) {
41 bool HasOnlyNumberMaps(MapList const& maps) {
42 for (auto map : maps) {
49 bool HasOnlyStringMaps(T const& maps) {
50 for (auto map : maps) {
584 // Compute property access infos for the receiver maps.
611 // Nothing to do if we have no non-deprecated maps
2169 ZoneHandleSet<Map> maps; local
2258 ZoneHandleSet<Map> maps; local
    [all...]
js-builtin-reducer.cc 113 ZoneHandleSet<Map> maps; local
116 if (NodeProperties::InferReceiverMaps(receiver, effect, &maps)) {
117 if (maps.size() == 1) return MaybeHandle<Map>(maps[0]);
739 // Install code dependencies on the {receiver} prototype maps and the
918 ZoneHandleSet<Map> const& maps = local
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DateFormatSymbols.java 1568 Map<String, Map<String, String>> maps = new TreeMap<String, Map<String, String>>(); field in class:DateFormatSymbols.CalendarDataSink
1864 Map<String, Map<String, String>> maps = calendarSink.maps; local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DateFormatSymbols.java 1609 Map<String, Map<String, String>> maps = new TreeMap<String, Map<String, String>>(); field in class:DateFormatSymbols.CalendarDataSink
1905 Map<String, Map<String, String>> maps = calendarSink.maps; local
    [all...]
  /bionic/tests/
dlfcn_test.cpp 944 std::vector<map_record> maps; local
    [all...]
dlext_test.cpp 539 pm_map_t** maps; local
541 ASSERT_EQ(0, pm_process_maps(process, &maps, &num_maps));
547 if (android::base::EndsWith(maps[i]->name, lib) || strcmp(maps[i]->name, relro_file) == 0) {
548 if (strcmp(maps[i]->name, relro_file) == 0) saw_relro_file = true;
551 ASSERT_EQ(0, pm_map_usage(maps[i], &usage));
556 free(maps);
1901 std::vector<map_record> maps; local
    [all...]
pthread_test.cpp 1521 std::vector<map_record> maps; local
    [all...]
  /external/v8/src/crankshaft/
hydrogen-check-elimination.cc 30 // We have seen a map check (i.e. an HCheckMaps) for these maps, so we can
34 // Same as CHECKED, but we also know that these maps are stable.
36 // These maps are stable, but not checked (i.e. we learned this via field
38 // but became UNCHECKED_STABLE because of an instruction that changes maps
68 MapSet maps_; // The set of known maps for the object.
74 // set of known maps for each object.
126 // If the instruction changes maps uncontrollably, drop everything.
242 UniqueSet<Map>* maps = entry->maps_->Copy(zone); local
243 maps->Remove(cmp->map());
244 entry->maps_ = maps;
458 UniqueSet<Map>* maps = new(zone()) UniqueSet<Map>( local
497 MapSet maps = instr->maps(); local
639 UniqueSet<Map>* maps = entry->maps_->Copy(zone()); local
    [all...]
typing.cc 409 SmallMapList maps; local
410 oracle()->CollectReceiverTypes(slot, &maps);
411 prop->set_receiver_type(maps.length() == 1 ? maps.at(0)
  /external/v8/src/
feedback-vector.cc 345 // AllocationSites are exempt from clearing. They don't store Maps
406 MapHandleList* maps,
408 int receiver_count = maps->length();
410 Handle<Map> map = maps->at(current);
470 // Determine state purely by our structure, don't check if the maps are
504 // Determine state purely by our structure, don't check if the maps are
530 // Determine state purely by our structure, don't check if the maps are
552 // Determine state purely by our structure, don't check if the maps are
697 void LoadICNexus::ConfigurePolymorphic(MapHandleList* maps,
700 int receiver_count = maps->length()
919 MapHandleList maps; local
    [all...]
compiler.cc 236 std::vector<Handle<Map>> maps; local
253 maps.push_back(Handle<Map>::cast(object));
260 for (Handle<Map> map : maps) {
    [all...]
  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
PolicyChecker.java 753 List<CertificatePolicyMap> maps = null; local
755 maps = polMappingsExt.get(PolicyMappingsExtension.MAP);
767 for (CertificatePolicyMap polMap : maps) {
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
TimeZoneNamesImpl.java 104 List<MZMapEntry> maps = TZ_TO_MZS_CACHE.getInstance(tzID, tzID); local
105 if (maps.isEmpty()) {
108 Set<String> mzIDs = new HashSet<String>(maps.size());
109 for (MZMapEntry map : maps) {
129 List<MZMapEntry> maps = TZ_TO_MZS_CACHE.getInstance(tzID, tzID); local
130 for (MZMapEntry map : maps) {
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
TimeZoneNamesImpl.java 102 List<MZMapEntry> maps = TZ_TO_MZS_CACHE.getInstance(tzID, tzID); local
103 if (maps.isEmpty()) {
106 Set<String> mzIDs = new HashSet<String>(maps.size());
107 for (MZMapEntry map : maps) {
127 List<MZMapEntry> maps = TZ_TO_MZS_CACHE.getInstance(tzID, tzID); local
128 for (MZMapEntry map : maps) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/
yp.h 178 ypmaplist *maps; member in struct:ypresp_maplist
  /external/icu/icu4c/source/i18n/
dtfmtsym.cpp 1497 Hashtable maps; member in struct:__anon21434::CalendarDataSink
    [all...]
  /frameworks/base/core/jni/
android_os_Debug.cpp 1063 const char* maps = "\/proc\/self\/maps"; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
XKBsrv.h 208 XkbIndicatorMapPtr maps; member in struct:_XkbSrvLedInfo
  /art/dex2oat/linker/
oat_writer.cc 850 // Look for patches with .bss references and prepare maps with placeholders for their offsets.
3839 std::vector<std::unique_ptr<MemMap>> maps; local
    [all...]

Completed in 752 milliseconds

1 23 4 5 6 7 8 91011>>