Home
last modified time | relevance | path

Searched refs:scopeLevel (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceStoreInMemory.java1744 Hashtable scopeLevel = in deleteAttributes() local
1749 if (scopeLevel == null) { in deleteAttributes()
1776 Enumeration en = scopeLevel.keys(); in deleteAttributes()
1787 Hashtable langLevel = (Hashtable)scopeLevel.get(scope); in deleteAttributes()
2132 Hashtable scopeLevel = in findAttributes() local
2138 if (scopeLevel != null) { in findAttributes()
2147 (Hashtable)scopeLevel.get(scope); in findAttributes()
2495 Hashtable scopeLevel = in initializeURLScopeLangTableVector() local
2498 if (scopeLevel == null) { in initializeURLScopeLangTableVector()
2499 scopeLevel = new Hashtable(); in initializeURLScopeLangTableVector()
[all …]