Home
last modified time | relevance | path

Searched defs:attrHash (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/
H A DPlot.java362 HashMap<String, String> attrHash = new HashMap<String, String>(); in loadAttrs() local
371 Configurator.configure(getContext(), this, attrHash); in loadAttrs() local
/aosp_15_r20/external/cronet/third_party/libxml/src/include/libxml/
H A Dparser.h311 xmlAttrHashBucket *attrHash; /* atttribute hash table */ member