Searched defs:vs (Results 1 - 11 of 11) sorted by relevance

/openjdk7/langtools/test/tools/javac/processing/errors/TestParseErrors/
H A DParseErrors.java33 public String m2(Vector<String> vs, String s) { argument
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/validation/
H A DValidationManager.java50 public final void addValidationState(ValidationState vs) { argument
51 fVSs.addElement(vs);
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DasPSOldGen.cpp60 ASPSOldGen::ASPSOldGen(PSVirtualSpace* vs, argument
70 _virtual_space = vs;
H A DasPSYoungGen.cpp44 ASPSYoungGen::ASPSYoungGen(PSVirtualSpace* vs, argument
49 PSYoungGen(vs->committed_size(), minimum_byte_size, byte_size_limit),
52 assert(vs->committed_size() == init_byte_size, "Cannot replace with");
54 _virtual_space = vs;
/openjdk7/jdk/test/com/sun/security/sasl/ntlm/
H A DNTLMTest.java110 * @param vs ntlm version specified for server
113 private static void checkVersion(String vc, String vs) throws Exception { argument
117 ps.put("com.sun.security.sasl.ntlm.version", vs);
/openjdk7/jdk/src/share/bin/
H A Dversion_comp.c241 char *vs; local
244 m1 = vs = JLI_StringDup(version_string);
246 if ((end = JLI_StrChr(vs, ' ')) != NULL)
248 if (acceptable_element(release, vs)) {
253 vs = end + 1;
339 char *vs; local
344 m1 = vs = JLI_StringDup(version_string);
346 if ((end = JLI_StrChr(vs, ' ')) != NULL)
348 if (!valid_element(vs)) {
353 vs
[all...]
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmswtpnt.c176 cmsFloat64Number us,vs; local
190 vs = (3*ys) / (-xs + 6*ys + 1.5);
200 dj = ((vs - vj) - tj * (us - uj)) / sqrt(1.0 + tj * tj);
/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dcoding.cpp698 value_stream vs = vs0; local
700 uint val = vs.getInt();
707 vs.done();
782 value_stream vs = vs0; local
784 int val = vs.getInt();
787 band_rp = vs.rp;
803 value_stream vs = vs0; local
805 int val = vs.getInt();
815 band_rp = vs.rp;
H A Dbands.h43 value_stream vs[2]; // source of values member in struct:band
44 coding_method cm; // method used for initial state of vs[0]
94 cm.reset(&vs[0]);
97 byte* &curRP() { return vs[0].rp; }
102 int getByte() { assert(ix == null); return vs[0].getByte(); }
103 int getInt() { assert(ix == null); return vs[0].getInt(); }
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp662 CellTypeState* vs = vars(); local
665 vs[i] = CellTypeState::uninit;
806 verify_error("stack height conflict: %d vs. %d", _stack_top, bb->_stack_top);
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_IR.cpp1263 Value vs = v0->subst(); local
1264 if (vs != v0) {
1275 Value vs = v0->subst(); local
1276 assert(vs == v0, "missed substitution");

Completed in 84 milliseconds