| /onnv-gate/usr/src/lib/libslp/javalib/com/sun/slp/ |
| H A D | ServiceStore.java | 105 Vector getAttrList(); in getAttrList() 121 Vector getScopes(); in getScopes() 176 long ageOut(Vector deleted); in ageOut() 195 boolean register(ServiceURL url, Vector attrs, in register() 196 Vector scopes, Locale locale, in register() 217 void deregister(ServiceURL url, Vector scopes, Hashtable urlSig) in deregister() 234 void updateRegistration(ServiceURL url, Vector attrs, in updateRegistration() 235 Vector scopes, Locale locale) in updateRegistration() 259 Vector scopes, in deleteAttributes() 260 Vector attrTags, in deleteAttributes() [all …]
|
| H A D | UARequester.java | 103 findServiceTypes(String NA, Vector scopes) in findServiceTypes() 111 Vector msgs = createMessages(SrvLocHeader.SrvTypeRqst, in findServiceTypes() 119 Vector ret = new Vector(); in findServiceTypes() 130 Vector serviceTypes = msg.serviceTypes; in findServiceTypes() 158 findServices(ServiceType type, Vector scopes, String query) in findServices() 167 Vector msgs = createMessages(SrvLocHeader.SrvReq, in findServices() 175 Vector ret = new Vector(); in findServices() 188 Vector serviceURLs = null; in findServices() 194 serviceURLs = new Vector(); in findServices() 198 serviceURLs = new Vector(); in findServices() [all …]
|
| H A D | SunServerDATable.java | 73 private Vector saOnlyScopes = null; // Scopes for SA only. 114 Vector scopes, in recordNewDA() 117 Vector attrs, in recordNewDA() 127 Vector v = (Vector)scopes.clone(); in recordNewDA() 135 Vector vals = new Vector(); in recordNewDA() 141 vals = new Vector(); in recordNewDA() 146 vals = new Vector(); in recordNewDA() 166 Vector tags = new Vector(); in recordNewDA() 175 Vector formerAttrs = in recordNewDA() 176 (Vector)attrRec.get(ServiceStore.FA_ATTRIBUTES); in recordNewDA() [all …]
|
| H A D | SunDATable.java | 77 private Vector saOnlyScopes = new Vector(); 81 private Vector cache = null; 126 synchronized Hashtable findDAScopes(Vector scopes) in findDAScopes() 131 Vector equivClasses = null; in findDAScopes() 136 Vector useScopes = conf.getConfiguredScopes(); in findDAScopes() 142 equivClasses = (Vector)cache.clone(); in findDAScopes() 148 Vector multicastScopes = (Vector)scopes.clone(); in findDAScopes() 152 Vector daScopes = (Vector)rec.scopes.clone(); in findDAScopes() 207 boolean removeDA(InetAddress address, Vector scopes) { in removeDA() 216 Vector daAddresses = rec.daAddresses; in removeDA() [all …]
|
| H A D | DATable.java | 81 Vector scopes = null; // String scope names 83 Vector daAddresses = new Vector(); // InetAddress DA addresses 109 abstract Hashtable findDAScopes(Vector scopes) in findDAScopes() 120 abstract boolean removeDA(InetAddress address, Vector scopes); in removeDA() 131 synchronized Vector findScopes() throws ServiceLocationException { in findScopes() 138 Vector scopes = new Vector(); in findScopes() 140 Vector daEquivClasses = (Vector)daRec.get(UNICAST_KEY); in findScopes() 150 Vector v = rec.scopes; in findScopes() 256 filterScopes(Vector scopes, Vector filter, boolean inVector) { in filterScopes() 281 static boolean addToEquivClass(String daaddr, Vector scopes, Vector ret) { in addToEquivClass() [all …]
|
| H A D | ServiceStoreInMemory.java | 76 private Vector scopes = null; 78 ParserBVCollector(Vector scopes) { in ParserBVCollector() 92 Vector s = (Vector)rec.getScopes().clone(); in setReturn() 131 private Vector attrTags = null; // tags to match against records 133 private Vector ret = null; // for returns. 135 AttributeBVCollector(Vector attrTags, Vector ret) { in AttributeBVCollector() 172 private Vector records = null; // for returns. 173 private Vector scopes = null; // the scopes we're looking for 175 ScopeBVCollector(Vector records, Vector scopes) { in ScopeBVCollector() 196 Vector rscopes = rec.getScopes(); in setReturn() [all …]
|
| H A D | CAttrMsg.java | 50 Vector attrList = new Vector(); 98 CAttrMsg(Locale locale, ServiceURL url, Vector scopes, Vector tags) in CAttrMsg() 110 CAttrMsg(Locale locale, ServiceType type, Vector scopes, Vector tags) in CAttrMsg() 122 Vector scopes, in constructPayload() 123 Vector tags) in constructPayload() 127 hdr.scopes = (Vector)scopes.clone(); in constructPayload() 131 hdr.previousResponders = new Vector(); in constructPayload()
|
| H A D | ServiceTable.java | 288 Vector scopes = rec.getScopes(); in registerStore() 289 Vector attrs = rec.getAttrList(); in registerStore() 462 Vector deleted = new Vector(); in ageStore() 483 reportNonfatalException(ex, new Vector(), store); in ageStore() 487 reportNonfatalException(ex, new Vector(), store); in ageStore() 509 Vector scopes = hdr.scopes; in register() 512 Vector attrList = req.attrList; in register() 606 Vector attrs = new Vector(); in register() 711 Vector args = new Vector(); in register() 736 Vector scopes = hdr.scopes; in deregister() [all …]
|
| H A D | SLPConfig.java | 191 saConfiguredScopes = (Vector)configuredScopes.clone(); in SLPConfig() 471 Vector getDAAttributes() { in getDAAttributes() 477 Vector getSAAttributes() { in getSAAttributes() 483 private Vector getAttributes(String prop, in getAttributes() 484 Vector defaults, in getAttributes() 490 return (Vector)defaults.clone(); in getAttributes() 495 Vector sAttrs = in getAttributes() 498 Vector attrs = new Vector(); in getAttributes() 513 Vector values = attr.getValues(); in getAttributes() 553 return (Vector)defaults.clone(); in getAttributes() [all …]
|
| H A D | Locator.java | 77 Vector scopes) in findServiceTypes() 97 Vector scopes, in findServices() 126 Vector scopes, in findAttributes() 127 Vector attributeIds) in findAttributes() 155 Vector scopes, in findAttributes() 156 Vector attributeIds) in findAttributes()
|
| H A D | ServiceLocationManager.java | 162 public static synchronized Vector findScopes() in findScopes() 165 Vector accessableScopes = null; in findScopes() 210 Vector tags = new Vector(); in getRefreshInterval() 216 Vector saOnlyScopes = config.getSAOnlyScopes(); in getRefreshInterval() 248 Vector attrs = rply.attrList; in getRefreshInterval() 253 Vector values = (attr != null ? attr.getValues():new Vector()); in getRefreshInterval() 324 private static Vector performSADiscovery() in performSADiscovery() 329 Vector hint = config.getTypeHint(); in performSADiscovery() 355 new Vector(), // seeking scopes... in performSADiscovery() 360 Vector scopes = in performSADiscovery()
|
| H A D | SARequester.java | 120 Vector serviceLocationAttributes) in register() 159 Vector serviceLocationAttributes) in addAttributes() 180 Vector attributeIds) in deleteAttributes() 211 Vector vAttrs, in registerInternal() 224 Vector vScopes = config.getSAConfiguredScopes(); in registerInternal() 257 new Vector(), in registerInternal() 279 Vector vAttrs) in deregisterInternal() 287 Vector vScopes = config.getSAConfiguredScopes(); in deregisterInternal()
|
| H A D | CSrvReg.java | 57 Vector scopes, in CSrvReg() 58 Vector attrs, in CSrvReg() 74 Vector attrList = new Vector(); in CSrvReg() 112 Vector scopes, in initialize() 113 Vector attrs, in initialize() 121 hdr.scopes = (Vector)scopes.clone(); in initialize()
|
| H A D | CSrvDereg.java | 55 Vector scopes, in CSrvDereg() 56 Vector tags, in CSrvDereg() 78 Vector scopes, in initialize() 79 Vector tags, in initialize() 87 hdr.scopes = (Vector)scopes.clone(); in initialize() 95 tags = new Vector(); in initialize()
|
| H A D | Defaults.java | 104 static final Vector defaultDAAttributes = new Vector(); 108 static final Vector defaultSAAttributes = new Vector(); 145 static Vector restrictedTypes; 190 restrictedTypes = new Vector();
|
| /onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/ |
| H A D | parser_inst.m4 | 20 #include "Vector.h" 142 __instantiate(Vector < CopyOwner < AttributeDefinition > >\ 146 __instantiate(Vector < AttributeList >\ 210 __instantiate(Vector < ConstPtr < Entity > >\ 212 __instantiate(Vector < NameToken >\ 214 __instantiate(Vector < CharsetDeclRange >\ 216 __instantiate(Vector < CharsetDeclSection >\ 218 __instantiate(Vector < Ptr < Dtd > >\ 220 __instantiate(Vector < Attribute >\ 222 __instantiate(Vector < TextItem >\ [all …]
|
| H A D | entmgr_inst.m4 | 24 #include "Vector.h" 86 __instantiate(Vector < OpenElementInfo >\ 88 __instantiate(Vector < CopyOwner < MessageArg > >\ 94 __instantiate(`Vector < RangeMapRange < WideChar, UnivChar > > '\ 98 __instantiate(Vector < InputSourceOriginNamedCharRef >\ 100 __instantiate(Vector < StringC >\ 106 __instantiate(Vector < ISetRange < Char > >\ 114 __instantiate(Vector < ISetRange < WideChar > >\ 128 __instantiate(Vector < char >\ 131 __instantiate(Vector < PackedBoolean >\
|
| H A D | ContentToken.cxx | 156 Vector<Text> &templates, in DataTagElementToken() 166 Vector<Text> &templates) in DataTagElementToken() 181 Vector<unsigned> nextTypeIndex; 197 Vector<ContentModelAmbiguity> &ambiguities, in compile() 215 Vector<unsigned> minAndDepth(info.nextLeafIndex); in compile() 216 Vector<size_t> elementTransition(nElementTypeIndex); in compile() 225 void ModelGroup::finish(Vector<unsigned> &minAndDepth, in finish() 226 Vector<size_t> &elementTransition, in finish() 227 Vector<ContentModelAmbiguity> &ambiguities, in finish() 235 void LeafContentToken::finish(Vector<unsigned> &minAndDepthVec, in finish() [all …]
|
| H A D | ArcProcessor.h | 33 Vector<unsigned> attMapFrom; 35 Vector<unsigned> attMapTo; 56 const Vector<StringC> &superName, 128 Vector<PackedBoolean> &attRenamed); 132 const Vector<PackedBoolean> &attRenamed); 136 Vector<StringC> &tokens, 137 Vector<size_t> &tokenPos); 180 Vector<StringC> arcOpts_; 193 Vector<unsigned> openElementFlags_; 198 Vector<ConstPtr<AttributeValue> > currentAttributes_;
|
| /onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/ |
| H A D | Vector.h | 20 class Vector { 25 Vector() : ptr_(0), size_(0), alloc_(0) { } in Vector() function 26 Vector(size_t n) : ptr_(0), size_(0), alloc_(0) { append(n); } in Vector() function 27 ~Vector(); 35 Vector(size_t, const T &); 36 Vector(const Vector<T> &); 37 Vector<T> &operator=(const Vector<T> &); 47 void swap(Vector<T> &); 60 Vector(const Vector<T> &); 61 void operator=(const Vector<T> &);
|
| H A D | Vector.cxx | 22 Vector<T>::~Vector() in ~Vector() 33 Vector<T>::Vector(const Vector<T> &v) in Vector() function in SP_NAMESPACE::Vector 40 Vector<T>::Vector(size_t n, const T &t) in Vector() function in SP_NAMESPACE::Vector 47 Vector<T> &Vector<T>::operator=(const Vector<T> &v) in operator =() 64 void Vector<T>::assign(size_t n, const T &t) in assign() 78 void Vector<T>::insert(const T *p, size_t n, const T &t) in insert() 91 void Vector<T>::insert(const T *p, const T *q1, const T *q2) in insert() 107 void Vector<T>::swap(Vector<T> &v) in swap() 127 void Vector<T>::append(size_t n) in append() 135 T *Vector<T>::erase(const T *p1, const T *p2) in erase() [all …]
|
| H A D | NCVector.h.dist | 4 #define Vector NCVector 12 #include "Vector.h" 15 #include "Vector.h" 24 #include "Vector.h" 27 #include "Vector.h" 33 #undef Vector 43 #define Vector NCVector 48 #include "Vector.cxx" 51 #include "Vector.cxx" 55 #undef Vector
|
| H A D | ContentToken.h | 53 Vector<LeafContentToken *> v_; 58 class SP_API LastSet : public Vector<LeafContentToken *> { 61 LastSet(size_t n) : Vector<LeafContentToken *>(n) { } in LastSet() 99 virtual void finish(Vector<unsigned> &minAndDepth, 100 Vector<size_t> &elementTransition, 101 Vector<ContentModelAmbiguity> &, 124 void finish(Vector<unsigned> &minAndDepth, 125 Vector<size_t> &elementTransition, 126 Vector<ContentModelAmbiguity> &, 188 Vector<Transition> follow; [all …]
|
| /onnv-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/ |
| H A D | pmHelpRepository.java | 88 Vector v = null; in populateHelpKeywordDB() 95 v = (Vector) helpKeywordDB.get(keyword); in populateHelpKeywordDB() 97 helpKeywordDB.put(keyword, v = new Vector()); in populateHelpKeywordDB() 134 static public Vector helpItemsForKeyword(String keyword) { in helpItemsForKeyword() 138 return (Vector) helpKeywordDB.get(keyword.toLowerCase()); in helpItemsForKeyword() 142 static public Vector helpItemsForString(String partialTitle) in helpItemsForString() 148 return new Vector(); in helpItemsForString() 150 Vector v = new Vector(); in helpItemsForString() 235 Vector v = null; in loadHelpItemDB() 240 v = new Vector(); in loadHelpItemDB() [all …]
|
| H A D | pmHelpItem.java | 43 Vector keywords; 44 Vector seealso; 77 public void setKeywords(Vector v) { in setKeywords() 79 keywords = (Vector) v.clone(); in setKeywords() 82 public void setSeeAlso(Vector v) { in setSeeAlso() 84 seealso = (Vector) v.clone(); in setSeeAlso()
|