/system/tools/xsdc/src/com/android/xsdc/ |
D | XmlSchema.java | 22 import java.util.Map; 25 final private Map<String, XsdElement> elementMap; 26 final private Map<String, XsdType> typeMap; 27 final private Map<String, XsdAttribute> attributeMap; 29 XmlSchema(Map<String, XsdElement> elementMap, Map<String, XsdType> typeMap, in XmlSchema() 30 Map<String, XsdAttribute> attributeMap) { in XmlSchema() 36 public Map<String, XsdElement> getElementMap() { in getElementMap() 40 public Map<String, XsdType> getTypeMap() { in getTypeMap() 44 public Map<String, XsdAttribute> getAttributeMap() { in getAttributeMap()
|
D | FileSystem.java | 23 import java.util.Map; 27 private Map<String, StringBuffer> fileOutputMap; 33 public FileSystem(Map<String, StringBuffer> fileOutputMap) { in FileSystem()
|
D | XsdHandler.java | 31 import java.util.Map; 40 final Map<String, String> attributeMap; 44 State(String name, Map<String, String> attributeMap) { in State() 54 private final Map<String, String> namespaces; 110 Map<String, String> attributeMap = new HashMap<>(); in startElement() 223 Map<String, XsdElement> elementMap = new LinkedHashMap<>(); in makeSchema() 224 Map<String, XsdType> typeMap = new LinkedHashMap<>(); in makeSchema() 225 Map<String, XsdAttribute> attrMap = new LinkedHashMap<>(); in makeSchema() 556 private boolean isDeprecated(Map<String, String> attributeMap,List<XsdTag> tags) in isDeprecated()
|
/system/libvintf/include/vintf/ |
D | MapValueIterator.h | 27 template<typename Map> 29 using K = typename Map::key_type; 30 using V = typename Map::mapped_type; 48 typename Map::const_iterator, typename Map::iterator>::type; 84 using map_ref = typename std::conditional<is_const, const Map &, Map &>::type; 103 using iter_type = typename std::conditional<is_const, typename Map::const_iterator, 104 typename Map::iterator>::type;
|
/system/core/libion/tests/ |
D | map_test.cpp | 25 class Map : public IonAllHeapsTest { class 28 TEST_F(Map, MapHandle) in TEST_F() argument 57 TEST_F(Map, MapFd) in TEST_F() argument 82 TEST_F(Map, MapOffset) in TEST_F() argument 112 TEST_F(Map, MapCached) in TEST_F() argument 138 TEST_F(Map, MapCachedNeedsSync) in TEST_F() argument
|
/system/tools/xsdc/tests/src/com/android/xsdc/tests/ |
D | TestCompilationResult.java | 21 import java.util.Map; 25 private Map<String, byte[]> codeMap; 42 private Map<String, Class<?>> classes;
|
D | TestHelper.java | 34 import java.util.Map; 108 Map<String, StringBuffer> fileOutputMap = new HashMap<>(); in parseXsdAndCompile() 113 for (Map.Entry<String, StringBuffer> entry : fileOutputMap.entrySet()) { in parseXsdAndCompile()
|
/system/timezone/tzlookup_generator/src/test/java/com/android/libcore/timezone/tzlookup/ |
D | ZoneTabFileTest.java | 29 import java.util.Map; 108 Map<String, List<String>> expected = new HashMap<>(); in createCountryToOlsonIdsMap() 113 Map<String, List<String>> actual = ZoneTabFile.createCountryToOlsonIdsMap(zoneTab); in createCountryToOlsonIdsMap() 117 private void addIds(Map<String, List<String>> map, String iso, String... ids) { in addIds()
|
/system/core/init/ |
D | test_function_map.h | 47 Map builtin_functions_ = {}; 49 const Map& map() const override { return builtin_functions_; } in map()
|
D | keyword_map.h | 34 using Map = std::map<std::string, FunctionInfo>; variable 77 virtual const Map& map() const = 0;
|
D | builtins.h | 40 const Map& map() const override;
|
D | ueventd_parser.cpp | 182 const Map& map() const override { in ParseLineSection() 184 static const Map option_parsers = { in ParseLineSection()
|
/system/timezone/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/zonetree/ |
D | CountryZoneUsage.java | 20 import java.util.Map; 27 private final Map<String, Entry> zoneIdEntryMap = new HashMap<>();
|
D | UniqueZonesVisualizer.java | 26 import java.util.Map; 72 private final Map<String, Country> countryMap;
|
/system/timezone/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/ |
D | ZoneTabFile.java | 26 import java.util.Map; 70 static Map<String, List<String>> createCountryToOlsonIdsMap(ZoneTabFile zoneTab) { in createCountryToOlsonIdsMap() 71 Map<String, List<String>> countryIsoToOlsonIdsMap = new HashMap<>(); in createCountryToOlsonIdsMap()
|
D | TzLookupGenerator.java | 33 import java.util.Map; 121 Map<String, List<String>> zoneTabMapping = in execute() 176 Map<String, List<String>> zoneTabMapping, List<CountryZonesFile.Country> countriesIn, in createOutputTimeZones()
|
/system/timezone/zone_compactor/main/java/ |
D | ZoneCompactor.java | 46 private Map<String,String> links = new HashMap<String,String>(); 49 private Map<String,Integer> offsets = new HashMap<String,Integer>(); 52 private Map<String,Integer> lengths = new HashMap<String,Integer>();
|
/system/tools/aidl/tests/android/aidl/loggable/ |
D | ILoggableInterface.aidl | 13 inout Map mapValue, in LogThis()
|
/system/tools/hidl/docs/src/writer/files/ |
D | IndexFileWriter.kt | 162 private fun buildTocEntries(pkgEntries: Map<String, List<EntryData>>): String { in <lambda>() 176 private fun collectPackages(): Map<String, List<EntryData>> { in <lambda>()
|
/system/tools/aidl/tests/android/aidl/tests/ |
D | ITestService.aidl | 53 Map RepeatMap(in Map token); in RepeatMap()
|
/system/tools/aidl/tests/ |
D | aidl_test_client_primitives.cpp | 39 using android::binder::Map; 58 Map test_map; in ConfirmPrimitiveRepeat()
|
D | aidl_test_service.cpp | 70 using android::binder::Map; 123 void LogRepeatedMapToken(const Map& token) { in LogRepeatedMapToken() 167 Status RepeatMap(const Map& token, Map* _aidl_return) override { in RepeatMap()
|
/system/extras/verity/ |
D | Utils.java | 45 import java.util.Map; 62 private static final Map<String, String> ID_TO_ALG; 63 private static final Map<String, String> ALG_TO_ID;
|
/system/extras/perfprofd/ |
D | perf_profile.proto | 59 // Map from a stack of addresses to count. 62 // Map from a range triplet (start, end, to) to count.
|
/system/timezone/testing/src/main/java/libcore/timezone/testing/ |
D | ZoneInfoTestHelper.java | 24 import java.util.Map; 243 Map<String, Integer> offsets = new HashMap<>(); in build()
|