HomeSort by relevance Sort by last modified time
    Searched refs:map (Results 351 - 375 of 13177) sorted by null

<<11121314151617181920>>

  /external/libchrome/base/trace_event/
heap_profiler_type_name_deduplicator.h 8 #include <map>
36 // Map from type name to type ID.
37 std::map<const char*, int> type_ids_;
  /external/libcxx/test/libcxx/containers/associative/
undef_min_max.pass.cpp 17 #include <map>
20 std::map<int, int> m;
  /external/mockito/subprojects/inline/src/test/java/org/mockitoinline/
RecursionTest.java 18 ConcurrentMap<String, String> map = spy(new ConcurrentHashMap<String, String>()); local
19 map.putIfAbsent("a", "b");
  /external/pdfium/core/fpdfapi/render/
cpdf_type3glyphs.h 10 #include <map>
26 std::map<uint32_t, std::unique_ptr<CFX_GlyphBitmap>> m_GlyphMap;
  /external/pdfium/core/fxge/
cfx_fontcache.cpp 31 CFX_FTCacheMap& map = bExternal ? m_ExtFaceMap : m_FTFaceMap; local
32 auto it = map.find(face);
33 if (it != map.end()) {
45 map[face] = std::move(counted_face_cache);
58 CFX_FTCacheMap& map = bExternal ? m_ExtFaceMap : m_FTFaceMap; local
60 auto it = map.find(face);
61 if (it == map.end())
68 map.erase(it);
  /external/stressapptest/src/
os_factory.cc 23 #include <map>
30 OsLayer *OsLayerFactory(const std::map<std::string, std::string> &options) {
  /external/swiftshader/src/OpenGL/compiler/
ExtensionBehavior.h 18 #include <map>
43 typedef std::map<std::string, TBehavior> TExtensionBehavior;
  /external/v8/src/wasm/
signature-map.h 8 #include <map>
17 // A signature map canonicalizes signatures into a range of indices so that
18 // two different {FunctionSig} instances with the same contents map to the
29 // TODO(wasm): use a hashmap instead of an ordered map?
34 std::map<FunctionSig*, uint32_t, CompareFunctionSigs> map_;
  /frameworks/base/tools/aapt2/compile/
IdAssigner.h 34 explicit IdAssigner(const std::unordered_map<ResourceName, ResourceId>* map)
35 : assigned_id_map_(map) {}
  /packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
ShadowZoneGetter.java 29 import java.util.Map;
36 public static List<Map<String, Object>> getZonesList(Context context) {
37 List<Map<String, Object>> zones = new ArrayList<>();
42 private static Map<String, Object> createDisplayEntry(
44 Map<String, Object> map = new HashMap<>(); local
45 map.put(ZoneGetter.KEY_ID, tz.getID());
46 map.put(ZoneGetter.KEY_DISPLAYNAME, displayName.toString());
47 map.put(ZoneGetter.KEY_DISPLAY_LABEL, displayName);
48 map.put(ZoneGetter.KEY_GMT, gmtOffsetText.toString())
    [all...]
  /packages/inputmethods/LatinIME/native/dicttoolkit/src/offdevice_intermediate_dict/
offdevice_intermediate_dict_header.h 20 #include <map>
30 using AttributeMap = std::map<std::vector<int>, std::vector<int>>;
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/interface/
dictionary_header_structure_policy.h 20 #include <map>
33 typedef std::map<std::vector<int>, std::vector<int>> AttributeMap;
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
Makefile 1 tables.go: ../armmap/map.go ../arm.csv
2 go run ../armmap/map.go -fmt=decoder ../arm.csv >_tables.go && gofmt _tables.go >tables.go && rm _tables.go
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
Makefile 1 tables.go: ../x86map/map.go ../x86.csv
2 go run ../x86map/map.go -fmt=decoder ../x86.csv >_tables.go && gofmt _tables.go >tables.go && rm _tables.go
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug499.go 7 // Gccgo got confused when a type was used both for a map bucket type
8 // and for a map key type.
13 _ = make(map[byte]byte)
14 _ = make(map[[8]byte]chan struct{})
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
Makefile 1 tables.go: ../armmap/map.go ../arm.csv
2 go run ../armmap/map.go -fmt=decoder ../arm.csv >_tables.go && gofmt _tables.go >tables.go && rm _tables.go
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
Makefile 1 tables.go: ../x86map/map.go ../x86.csv
2 go run ../x86map/map.go -fmt=decoder ../x86.csv >_tables.go && gofmt _tables.go >tables.go && rm _tables.go
  /prebuilts/go/linux-x86/test/fixedbugs/
bug499.go 7 // Gccgo got confused when a type was used both for a map bucket type
8 // and for a map key type.
13 _ = make(map[byte]byte)
14 _ = make(map[[8]byte]chan struct{})
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/containers/associative/
undef_min_max.pass.cpp 17 #include <map>
20 std::map<int, int> m;
  /system/core/init/
builtins.h 21 #include <map>
40 const Map& map() const override;
  /system/core/libbacktrace/
UnwindStackMap.cpp 58 backtrace_map_t map; local
59 map.start = map_info->start;
60 map.end = map_info->end;
61 map.offset = map_info->offset;
63 map.load_bias = static_cast<uint64_t>(-1);
64 map.flags = map_info->flags;
65 map.name = map_info->name;
67 maps_.push_back(map);
73 void UnwindStackMap::FillIn(uint64_t addr, backtrace_map_t* map) {
74 BacktraceMap::FillIn(addr, map);
165 BacktraceMap* map; local
186 UnwindStackOfflineMap* map = new UnwindStackOfflineMap(pid); local
    [all...]
  /system/netd/server/
ClatdController.h 20 #include <map>
38 std::map<std::string, pid_t> mClatdPids;
  /test/vts-testcase/security/poc/target/
poc_test.h 20 #include <map>
40 std::map<std::string, std::string> params;
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mach-o/
zerofill-1.d 1 #objdump: -P map
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-scripts/
provide-5-map.d 2 Linker script and memory map

Completed in 2161 milliseconds

<<11121314151617181920>>