Searched refs:gs (Results 1 - 23 of 23) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSGrammarBucket.java106 Vector gs;
115 gs = sg1.getImportedGrammars();
118 if(gs == null) continue;
119 for (int j = gs.size() - 1; j >= 0; j--) {
120 sg2 = (SchemaGrammar)gs.elementAt(j);
178 Vector gs;
187 gs = sg1.getImportedGrammars();
190 if(gs == null) continue;
191 for (int j = gs.size() - 1; j >= 0; j--) {
192 sg2 = (SchemaGrammar)gs
[all...]
H A DXSModelImpl.java142 Vector gs;
148 gs = sg1.getImportedGrammars();
150 for (j = gs == null ? -1 : gs.size() - 1; j >= 0; j--) {
151 sg2 = (SchemaGrammar)gs.elementAt(j);
H A DXMLSchemaLoader.java1116 SchemaGrammar[] gs = new SchemaGrammar[length];
1119 gs[i] = (SchemaGrammar) loadGrammar(dom2xmlInputSource(is.item(i)));
1125 return new XSModelImpl(gs);
1147 SchemaGrammar[] gs = new SchemaGrammar[length];
1150 gs[i] =
1157 return new XSModelImpl(gs);
H A DSchemaGrammar.java1647 SchemaGrammar[] gs = new SchemaGrammar[hasSelf ? len : len+1];
1649 gs[i] = (SchemaGrammar)grammars[i];
1651 gs[len] = this;
1652 return new XSModelImpl(gs);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/util/
H A DXSGrammarPool.java66 SchemaGrammar[] gs = (SchemaGrammar[])list.toArray(new SchemaGrammar[size]);
67 return toXSModel(gs, schemaVersion);
/openjdk7/jdk/src/share/classes/javax/script/
H A DAbstractScriptEngine.java291 Bindings gs = getBindings(ScriptContext.GLOBAL_SCOPE);
293 if (gs != null) {
294 ctxt.setBindings(gs, ScriptContext.GLOBAL_SCOPE);
/openjdk7/jdk/test/java/awt/Modal/ModalDialogMultiscreenTest/
H A DModalDialogMultiscreenTest.java76 GraphicsDevice[] gs = ge.getScreenDevices();
80 if (gs.length < 2) {
101 for (int i = 0; i < gs.length; i++) {
102 JFrame frame = new JFrame("Frame "+i,gs[i].getDefaultConfiguration());
107 button.addActionListener(new ButtonActionListener(frame, new TestDialog(frame, "Dialog #"+i, true, gs[i].getDefaultConfiguration())));
/openjdk7/jdk/src/share/classes/javax/print/
H A DServiceUI.java217 GraphicsDevice[] gs = ge.getScreenDevices();
218 for (int j=0; j<gs.length; j++) {
220 gcBounds.union(gs[j].getDefaultConfiguration().getBounds());
/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DNameConstraintsExtension.java504 GeneralSubtree gs = excluded.get(i);
505 if (gs == null)
507 GeneralName gn = gs.getName();
534 GeneralSubtree gs = permitted.get(i);
535 if (gs == null)
537 GeneralName gn = gs.getName();
H A DGeneralSubtrees.java178 private static GeneralNameInterface getGeneralNameInterface(GeneralSubtree gs) { argument
179 GeneralName gn = gs.getName();
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCCustomCursor.java102 GraphicsDevice gs = ge.getDefaultScreenDevice();
103 GraphicsConfiguration gc = gs.getDefaultConfiguration();
/openjdk7/jdk/src/share/classes/sun/font/
H A DStandardGlyphVector.java546 GlyphStrike gs = getGlyphStrike(ix);
547 gs.getADL(adl);
549 Point2D.Float adv = gs.strike.getGlyphMetrics(glyphs[ix]);
555 float x = positions[ix*2] + gs.dx - adl.ascentX;
556 float y = positions[ix*2+1] + gs.dy - adl.ascentY;
937 GlyphStrike gs = getDefaultStrike();
938 gs.strike.getGlyphImagePtrs(glyphs, images, glyphs.length);
948 return gs;
1358 GlyphStrike gs = null;
1360 gs
[all...]
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaComboBoxPopup.java193 final GraphicsDevice[] gs = ge.getScreenDevices();
194 //System.err.println(" gs.length = " + gs.length);
196 if (gs.length == 1) {
208 for (final GraphicsDevice gd : gs) {
218 for (final GraphicsDevice gd : gs) {
/openjdk7/jdk/test/sun/security/provider/DSA/
H A DTestDSA.java51 private final static String gs = field in class:TestDSA
68 private final static BigInteger g = new BigInteger(gs, 16);
/openjdk7/jdk/test/sun/security/pkcs11/Signature/
H A DTestDSA.java52 private final static String gs = field in class:TestDSA
69 private final static BigInteger g = new BigInteger(gs, 16);
/openjdk7/hotspot/src/share/vm/runtime/
H A Dreflection.cpp746 Symbol* gs = method->generic_signature(); local
747 Handle sig = java_lang_String::create_from_symbol(gs, CHECK_NULL);
789 Symbol* gs = method->generic_signature(); local
790 Handle sig = java_lang_String::create_from_symbol(gs, CHECK_NULL);
827 Symbol* gs = fd->generic_signature(); local
828 Handle sig = java_lang_String::create_from_symbol(gs, CHECK_NULL);
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngrtran.c1569 png_fixed_point g, gs; local
1575 gs = PNG_FP_1;
1580 gs = png_reciprocal2(png_ptr->gamma,
1586 gs = png_reciprocal2(png_ptr->background_gamma,
1591 gs = PNG_FP_1; /* back */
1595 if (png_gamma_significant(gs))
1598 gs);
1600 gs);
1602 gs);
1677 png_fixed_point gs local
[all...]
/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A Dos_bsd_x86.cpp836 #define GET_GS() ({int gs; __asm__ volatile("movw %%gs, %w0":"=q"(gs)); gs&0xffff;})
857 // An alternative approach is to check %gs. Fixed-stack BsdThreads
858 // do not use %gs, so its value is 0. Floating-stack BsdThreads use
859 // %gs (either as LDT selector or GDT selector, depending on kernel)
862 // Note that %gs is a reserved glibc register since early 2001, so
866 // a native application that plays with %gs, we might see non-zero %gs
[all...]
/openjdk7/hotspot/src/os_cpu/linux_x86/vm/
H A Dos_linux_x86.cpp609 #define GET_GS() ({int gs; __asm__ volatile("movw %%gs, %w0":"=q"(gs)); gs&0xffff;})
627 // An alternative approach is to check %gs. Fixed-stack LinuxThreads
628 // do not use %gs, so its value is 0. Floating-stack LinuxThreads use
629 // %gs (either as LDT selector or GDT selector, depending on kernel)
632 // Note that %gs is a reserved glibc register since early 2001, so
636 // a native application that plays with %gs, we might see non-zero %gs
[all...]
/openjdk7/hotspot/src/os_cpu/solaris_x86/vm/
H A Dsolaris_x86_32.s97 movl %gs:(%ecx),%eax
102 movl %gs:0x0,%eax
/openjdk7/hotspot/agent/src/os/linux/
H A DLinuxDebuggerLocal.c373 regs[REG_INDEX(GS)] = gregs.gs;
H A Dps_core.c587 print_debug("\tgs = 0x%lx\n", newthr->regs.gs);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDHandler.java2544 Vector gs;
2549 gs = sg1.getImportedGrammars();
2552 if (gs == null) {
2556 for (int j = gs.size() - 1; j >= 0; j--) {
2557 sg2 = (SchemaGrammar)gs.elementAt(j);

Completed in 174 milliseconds