Home
last modified time | relevance | path

Searched +defs:conf +defs:o (Results 1 – 9 of 9) sorted by relevance

/titanic_50/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceLocationAttribute.java182 Object o = evaluate(value); in ServiceLocationAttribute() local
220 Object o = null; in evaluate() local
283 Object o = ret.elementAt(i); in getValues() local
362 SLPConfig conf = SLPConfig.getSLPConfig(); in typeCheckValue() local
420 SLPConfig conf = SLPConfig.getSLPConfig(); in verifyValueTypes() local
508 Object o = e.nextElement(); in externalize() local
910 Object o = attrVals.elementAt(0); in mergeDuplicateAttributes() local
963 public boolean equals(Object o) { in equals()
1042 Object o = values.elementAt(i); in toString() local
H A DDATable.java52 protected static SLPConfig conf; field in DATable
378 Object o = scopes.elementAt(i); in validateScopes() local
H A DServiceTable.java71 static protected SLPConfig conf = null; field in ServiceTable
1289 Object o = scopes.elementAt(i); in areSupportedScopes() local
1343 SLPConfig conf) { in makeDAAdvert()
1457 SLPConfig conf) in makeSAAdvert()
/titanic_50/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DComponent.java60 Component(Configuration conf, long comp) throws PoolsException in Component()
119 public boolean equals(Object o) in equals()
H A DPool.java55 Pool(Configuration conf, long pool) throws PoolsException in Pool()
168 public boolean equals(Object o) in equals()
H A DResource.java59 Resource(Configuration conf, long resource) throws PoolsException in Resource()
183 public boolean equals(Object o) in equals()
/titanic_50/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DSystemSolver.java93 private Configuration conf; field in SystemSolver
145 public void initialize(Configuration conf) throws PoolsException in initialize()
683 private boolean applyMove(Configuration conf, ScoreMove move, in applyMove()
779 Objective o = AbstractObjective.getInstance(type, exp); in addObjective() local
956 public int compareTo(Object o) in compareTo()
H A DObjective.java81 public double calculate(Configuration conf, Move move, Element elem) in calculate()
119 public boolean examine(Configuration conf, Solver solver, in examine()
134 abstract public double calculate(Configuration conf, Move move, in calculate()
283 public boolean equals(Object o) in equals()
352 public boolean examine(Configuration conf, Solver solver, in examine()
513 public double calculate(Configuration conf, Move move, Element elem) in calculate()
956 public double calculate(Configuration conf, Move move, Element elem) in calculate()
1096 public boolean examine(Configuration conf, Solver solver, in examine()
1180 public double calculate(Configuration conf, Move move, Element elem) in calculate()
/titanic_50/usr/src/lib/libast/common/port/
H A Dastconf.c76 #define DEFAULT(o) ((state.std||!dynamic[o].ast)?dynamic[o].std:dynamic[o].ast) argument
109 Conf_t* conf; member