HomeSort by relevance Sort by last modified time
    Searched defs:hmap (Results 1 - 9 of 9) sorted by null

  /external/nist-sip/java/gov/nist/core/
NameValueList.java 59 private Map<String,NameValue> hmap; field in class:NameValueList
68 this.hmap = new LinkedHashMap<String,NameValue>();
74 this.hmap = new ConcurrentHashMap<String,NameValue>();
76 this.hmap = new LinkedHashMap<String,NameValue>();
94 if (!hmap.isEmpty()) {
95 Iterator<NameValue> iterator = hmap.values().iterator();
124 this.hmap.put(nv.getName().toLowerCase(), nv);
132 hmap.put(name.toLowerCase(), nameValue);
152 if (hmap.size() != other.hmap.size())
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
hashmap.go 106 type hmap struct { type
107 // Note: the format of the Hmap is encoded in ../../cmd/internal/gc/reflect.go and
122 // alive, we store pointers to all overflow buckets in hmap.overflow.
124 // overflow[0] contains overflow buckets for hmap.buckets.
125 // overflow[1] contains overflow buckets for hmap.oldbuckets.
126 // The first indirection allows us to reduce static size of hmap.
151 h *hmap
177 // To keep hmap small, noverflow is a uint16.
180 func (h *hmap) incrnoverflow() {
199 func (h *hmap) setoverflow(t *maptype, b, ovf *bmap)
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
hashmap.go 106 type hmap struct { type
107 // Note: the format of the Hmap is encoded in ../../cmd/internal/gc/reflect.go and
122 // alive, we store pointers to all overflow buckets in hmap.overflow.
124 // overflow[0] contains overflow buckets for hmap.buckets.
125 // overflow[1] contains overflow buckets for hmap.oldbuckets.
126 // The first indirection allows us to reduce static size of hmap.
151 h *hmap
177 // To keep hmap small, noverflow is a uint16.
180 func (h *hmap) incrnoverflow() {
199 func (h *hmap) setoverflow(t *maptype, b, ovf *bmap)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
reflect.go 151 // See comment on hmap.overflow in ../../../../runtime/hashmap.go.
177 // Builds a type representing a Hmap structure for the given map type.
179 func hmap(t *Type) *Type { func
180 if t.MapType().Hmap != nil {
181 return t.MapType().Hmap
202 t.MapType().Hmap = h
217 // h *Hmap
232 field[3] = makefield("h", ptrto(hmap(t)))
1269 s4 := dtypesym(hmap(t))
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
reflect.go 151 // See comment on hmap.overflow in ../../../../runtime/hashmap.go.
177 // Builds a type representing a Hmap structure for the given map type.
179 func hmap(t *Type) *Type { func
180 if t.MapType().Hmap != nil {
181 return t.MapType().Hmap
202 t.MapType().Hmap = h
217 // h *Hmap
232 field[3] = makefield("h", ptrto(hmap(t)))
1269 s4 := dtypesym(hmap(t))
    [all...]
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/misc/common/jython/
jython.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 170 milliseconds