Searched refs:at (Results 1 - 25 of 391) sorted by relevance

1234567891011>>

/openjdk7/jdk/test/java/util/jar/Attributes/
H A DPutAndPutAll.java36 Attributes at = new Attributes();
38 at.put("this is not an Attributes.Name", "value");
44 at.put(new Attributes.Name("name"), new Integer(0));
50 at.putAll(new HashMap());
/openjdk7/langtools/test/tools/javac/annotations/pos/
H A DZ4.java40 java.lang.annotation.Annotation at = an;
/openjdk7/hotspot/src/share/vm/runtime/
H A DstackValueCollection.cpp44 intptr_t val = at(slot)->get_int();
51 return at(slot+1)->get_int();
59 value.array[0] = at(slot+1)->get_int();
60 value.array[1] = at(slot )->get_int();
66 return at(slot)->get_obj();
70 intptr_t res = at(slot)->get_int();
76 intptr_t res = at(slot+1)->get_int();
85 value.array[0] = at(slot+1)->get_int();
86 value.array[1] = at(slot )->get_int();
94 at(slo
[all...]
H A DmonitorChunk.cpp44 at(index)->oops_do(f);
/openjdk7/langtools/test/tools/javadoc/generics/genericClass/pkg1/
H A DA.java28 public A<T> at; field in class:A
32 public void m2(A<T> at) {} argument
/openjdk7/jdk/src/solaris/classes/sun/java2d/jules/
H A DJulesRenderingEngine.java38 getAATileGenerator(Shape s, AffineTransform at, Region clip, argument
43 return new JulesAATileGenerator(s, at, clip, bs, thin,
46 return super.getAATileGenerator(s, at, clip, bs, thin,
/openjdk7/langtools/test/tools/apt/mirror/declaration/
H A DAnnoTypeDecl.java48 private AnnotationTypeDeclaration at; field in class:AnnoTypeDecl
51 at = (AnnotationTypeDeclaration) env.getTypeDeclaration("AT");
61 at.accept(new SimpleDeclarationVisitor() {
84 return at.getMethods();
/openjdk7/langtools/test/tools/apt/mirror/type/
H A DAnnoTyp.java54 private AnnotationType at; // an annotation type field in class:AnnoTyp
58 at = getAnno("init", "AnnoTyp.AT").getAnnotationType();
68 at.accept(new SimpleTypeVisitor() {
90 return at.getDeclaration();
/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DBufferedPaints.java123 * clamp the colors properly at the extremes.) The following diagram
137 * interpolating between C1 and C2, we want the pure color at the
156 private static void setGradientPaint(RenderQueue rq, AffineTransform at, argument
169 at.translate(x, y);
170 // now gradient point 1 is at the origin
174 at.rotate(x, y);
176 at.scale(2*len, 1);
177 // now gradient point 2 is at (0.5, 0)
178 at.translate(-0.25, 0);
179 // now gradient point 1 is at (0.2
[all...]
/openjdk7/jdk/make/common/shared/
H A DSanity-Settings.gmk59 $(if $($1)," $1 = $($1) [requires at least $(REQUIRED_$1)]\n",$(warning WARNING: $1 should not be empty [Sanity-Settings.gmk]))
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DSuballocatedByteVector.java10 * You may obtain a copy of the License at
207 * Inserts the specified node in this vector at the specified index.
215 * @param at Index of where to insert
217 private void insertElementAt(byte value, int at) argument
219 if(at==m_firstFree)
221 else if (at>m_firstFree)
223 int index=at/m_blocksize;
234 int offset=at%m_blocksize;
240 int index=at/m_blocksize;
243 int offset=at
305 removeElementAt(int at) argument
347 setElementAt(byte value, int at) argument
[all...]
H A DSuballocatedIntVector.java10 * You may obtain a copy of the License at
39 * Retrieval performance is critical, since this is used at the core
157 // total of m_blocksize squared elements, which at the default
158 // size is 4M integers... and we grow by at least that much each
247 * Inserts the specified node in this vector at the specified index.
255 * @param at Index of where to insert
257 private void insertElementAt(int value, int at) argument
259 if(at==m_firstFree)
261 else if (at>m_firstFree)
263 int index=at>>>m_SHIF
347 removeElementAt(int at) argument
389 setElementAt(int value, int at) argument
[all...]
/openjdk7/hotspot/src/share/vm/ci/
H A DciConstantPoolCache.cpp47 // Get the entry at some index
52 _keys->at(pos) != index) {
56 return _elements->at(pos);
64 // the position at which the index would be inserted.
71 int value = _keys->at(mid);
86 // Insert a ciObject into the table at some index.
91 _keys->at_put_grow(i+1, _keys->at(i));
92 _elements->at_put_grow(i+1, _elements->at(i));
/openjdk7/jdk/src/solaris/classes/sun/java2d/xr/
H A DXRPaints.java120 AffineTransform at = (AffineTransform) sg2d.transform.clone();
122 at.invert();
124 at.setToIdentity();
130 int gradient = con.createLinearGradient(pt1, pt2, fractions, pixels, repeat, at);
131 xrCompMan.setGradientPaint(new XRSurfaceData.XRInternalSurfaceData(con, gradient, at));
158 AffineTransform at = paint.getTransform();
159 at.preConcatenate(sg2d.transform);
166 at.invert();
172 int gradient = con.createLinearGradient(pt1, pt2, fractions, pixels, repeat, at);
173 xrCompMan.setGradientPaint(new XRSurfaceData.XRInternalSurfaceData(con, gradient, at));
[all...]
/openjdk7/jdk/test/javax/management/ObjectInstance/
H A DToStringMethodTest.java60 final Attribute at = new Attribute(name, value);
62 if (!exp.equals(at.toString())) {
65 ", but got "+at.toString());
/openjdk7/jdk/src/share/classes/javax/swing/
H A DProgressMonitor.java743 * of an Accessible child is at index 0, the second child is at index 1,
864 AccessibleText at = getNoteLabelAccessibleText();
865 if (at != null && sameWindowAncestor(pane, noteLabel)) {
872 return at.getIndexAtPoint(noteLabelPoint);
879 * Determines the bounding box of the character at the given
888 AccessibleText at = getNoteLabelAccessibleText();
889 if (at != null && sameWindowAncestor(pane, noteLabel)) {
891 Rectangle noteLabelRect = at.getCharacterBounds(i);
919 AccessibleText at
[all...]
H A DJSpinner.java1306 * user is inserting text at the end of the document. Completion
1485 * of an Accessible child is at index 0, the second child is at index 1,
1557 AccessibleText at = getEditorAccessibleText();
1558 if (at instanceof AccessibleEditableText) {
1559 return (AccessibleEditableText)at;
1736 AccessibleText at = getEditorAccessibleText();
1737 if (at != null && sameWindowAncestor(JSpinner.this, editor)) {
1744 return at.getIndexAtPoint(editorPoint);
1751 * Determines the bounding box of the character at th
[all...]
/openjdk7/jdk/src/share/classes/java/awt/
H A DShape.java356 * at the same time.
363 * @param at an optional <code>AffineTransform</code> to be applied to the
370 public PathIterator getPathIterator(AffineTransform at); argument
395 * independently from any other <code>PathIterator</code> objects in use at
403 * @param at an optional <code>AffineTransform</code> to be applied to the
413 public PathIterator getPathIterator(AffineTransform at, double flatness); argument
/openjdk7/jdk/test/tools/pack200/pack200-verifier/src/xmlkit/
H A DClassSyntax.java108 HashMap<String, String> at = new HashMap<String, String>();
110 //at.put("*.Deprecated", "<deprecated=true>");
111 //at.put("*.Synthetic", "<synthetic=true>");
112 ////at.put("Field.ConstantValue", "<constantValue=>KQH");
113 //at.put("Class.SourceFile", "<sourceFile=>RUH");
114 at.put("Method.Bridge", "<Bridge>");
115 at.put("Method.Varargs", "<Varargs>");
116 at.put("Class.Enum", "<Enum>");
117 at.put("*.Signature", "<Signature>RSH");
118 //at
324 checkAttrs(Map<String, String> at) argument
343 addAttrTypes(Map<String, String> at) argument
356 setAttrTypes(Map<String, String> at) argument
[all...]
/openjdk7/langtools/test/tools/javadoc/annotations/defaults/
H A DMain.java49 for (AnnotationTypeDoc at :
51 tester.printAnnotationType(at);
/openjdk7/jdk/src/share/classes/sun/font/
H A DDelegatingShape.java79 public PathIterator getPathIterator(AffineTransform at) { argument
80 return delegate.getPathIterator(at);
83 public PathIterator getPathIterator(AffineTransform at, double flatness) { argument
84 return delegate.getPathIterator(at, flatness);
/openjdk7/jdk/src/share/classes/sun/java2d/pisces/
H A DPiscesRenderingEngine.java132 AffineTransform at,
142 strokeTo(src, at, bs, thin, norm, antialias, consumer);
146 AffineTransform at,
156 lw = userSpaceLineWidth(at, 0.5f);
158 lw = userSpaceLineWidth(at, 1.0f);
164 at,
175 private float userSpaceLineWidth(AffineTransform at, float lw) { argument
179 if ((at.getType() & (AffineTransform.TYPE_GENERAL_TRANSFORM |
181 widthScale = Math.sqrt(at.getDeterminant());
184 double A = at
131 strokeTo(Shape src, AffineTransform at, BasicStroke bs, boolean thin, boolean normalize, boolean antialias, final PathConsumer2D consumer) argument
145 strokeTo(Shape src, AffineTransform at, BasicStroke bs, boolean thin, NormMode normalize, boolean antialias, PathConsumer2D pc2d) argument
241 strokeTo(Shape src, AffineTransform at, float width, NormMode normalize, int caps, int join, float miterlimit, float dashes[], float dashphase, PathConsumer2D pc2d) argument
535 getAATileGenerator(Shape s, AffineTransform at, Region clip, BasicStroke bs, boolean thin, boolean normalize, int bbox[]) argument
[all...]
/openjdk7/hotspot/src/share/vm/opto/
H A Dmemnode.hpp55 MemNode( Node *c0, Node *c1, Node *c2, const TypePtr* at )
58 debug_only(_adr_type=at; adr_type();)
60 MemNode( Node *c0, Node *c1, Node *c2, const TypePtr* at, Node *c3 ) argument
63 debug_only(_adr_type=at; adr_type();)
65 MemNode( Node *c0, Node *c1, Node *c2, const TypePtr* at, Node *c3, Node *c4) argument
68 debug_only(_adr_type=at; adr_type();)
143 LoadNode( Node *c, Node *mem, Node *adr, const TypePtr* at, const Type *rt ) argument
144 : MemNode(c,mem,adr,at), _type(rt) {
150 const TypePtr* at, const Type *rt, BasicType bt );
213 LoadBNode( Node *c, Node *mem, Node *adr, const TypePtr* at, cons argument
227 LoadUBNode(Node* c, Node* mem, Node* adr, const TypePtr* at, const TypeInt* ti = TypeInt::UBYTE ) argument
241 LoadUSNode( Node *c, Node *mem, Node *adr, const TypePtr* at, const TypeInt *ti = TypeInt::CHAR ) argument
255 LoadSNode( Node *c, Node *mem, Node *adr, const TypePtr* at, const TypeInt *ti = TypeInt::SHORT ) argument
269 LoadINode( Node *c, Node *mem, Node *adr, const TypePtr* at, const TypeInt *ti = TypeInt::INT ) argument
301 LoadLNode( Node *c, Node *mem, Node *adr, const TypePtr* at, const TypeLong *tl = TypeLong::LONG, bool require_atomic_access = false ) argument
334 LoadFNode( Node *c, Node *mem, Node *adr, const TypePtr* at, const Type *t = Type::FLOAT ) argument
346 LoadDNode( Node *c, Node *mem, Node *adr, const TypePtr* at, const Type *t = Type::DOUBLE ) argument
367 LoadPNode( Node *c, Node *mem, Node *adr, const TypePtr *at, const TypePtr* t ) argument
390 LoadNNode( Node *c, Node *mem, Node *adr, const TypePtr *at, const Type* t ) argument
412 LoadKlassNode( Node *c, Node *mem, Node *adr, const TypePtr *at, const TypeKlassPtr *tk ) argument
428 LoadNKlassNode( Node *c, Node *mem, Node *adr, const TypePtr *at, const TypeNarrowOop *tk ) argument
452 StoreNode( Node *c, Node *mem, Node *adr, const TypePtr* at, Node *val ) argument
456 StoreNode( Node *c, Node *mem, Node *adr, const TypePtr* at, Node *val, Node *oop_store ) argument
494 StoreBNode( Node *c, Node *mem, Node *adr, const TypePtr* at, Node *val ) argument
504 StoreCNode( Node *c, Node *mem, Node *adr, const TypePtr* at, Node *val ) argument
514 StoreINode( Node *c, Node *mem, Node *adr, const TypePtr* at, Node *val ) argument
531 StoreLNode( Node *c, Node *mem, Node *adr, const TypePtr* at, Node *val, bool require_atomic_access = false ) argument
552 StoreFNode( Node *c, Node *mem, Node *adr, const TypePtr* at, Node *val ) argument
561 StoreDNode( Node *c, Node *mem, Node *adr, const TypePtr* at, Node *val ) argument
570 StorePNode( Node *c, Node *mem, Node *adr, const TypePtr* at, Node *val ) argument
579 StoreNNode( Node *c, Node *mem, Node *adr, const TypePtr* at, Node *val ) argument
599 StoreCMNode( Node *c, Node *mem, Node *adr, const TypePtr* at, Node *val, Node *oop_store, int oop_alias_idx ) argument
768 GetAndSetPNode( Node *c, Node *mem, Node *adr, Node *val, const TypePtr* at, const Type* t ) argument
775 GetAndSetNNode( Node *c, Node *mem, Node *adr, Node *val, const TypePtr* at, const Type* t ) argument
[all...]
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiExtensions.cpp107 ext_funcs[i].func = _ext_functions->at(i)->func;
109 char *id = _ext_functions->at(i)->id;
116 char *desc = _ext_functions->at(i)->short_description;
126 jint param_count = _ext_functions->at(i)->param_count;
137 jvmtiParamInfo* src_params = _ext_functions->at(i)->params;
156 jint error_count = _ext_functions->at(i)->error_count;
166 memcpy(ext_funcs[i].errors, _ext_functions->at(i)->errors,
195 ext_events[i].extension_event_index = _ext_events->at(i)->extension_event_index;
197 char *id = _ext_events->at(i)->id;
204 char *desc = _ext_events->at(
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodeANewArray.java49 public static BytecodeANewArray at(Method method, int bci) { method in class:BytecodeANewArray
57 /** Like at, but returns null if the BCI is not at anewarray */
63 public static BytecodeANewArray at(BytecodeStream bcs) { method in class:BytecodeANewArray

Completed in 103 milliseconds

1234567891011>>