Searched defs:identity (Results 1 - 25 of 26) sorted by relevance

12

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/identity/
H A DUniqueOrKey.java21 package com.sun.org.apache.xerces.internal.impl.xs.identity;
24 * Schema unique or key identity constraint.
25 * These two kinds of identity constraint have been combined to save
40 /** Constructs a unique or a key identity constraint. */
H A DFieldActivator.java21 package com.sun.org.apache.xerces.internal.impl.xs.identity;
41 * Start the value scope for the specified identity constraint. This
45 * @param identityConstraint The identity constraint.
81 * Ends the value scope for the specified identity constraint.
83 * @param identityConstraint The identity constraint.
H A DKeyRef.java21 package com.sun.org.apache.xerces.internal.impl.xs.identity;
26 * Schema key reference identity constraint.
64 * {referenced key} Required if {identity-constraint category} is keyref,
65 * forbidden otherwise. An identity-constraint definition with
66 * {identity-constraint category} equal to key or unique.
H A DValueStore.java21 package com.sun.org.apache.xerces.internal.impl.xs.identity;
27 * Interface for storing values associated to an identity constraint.
28 * Each value stored corresponds to a field declared for the identity
30 * is created for each identity constraint per element declaration in
31 * the instance document to store the information for this identity
34 * <strong>Note:</strong> The component performing identity constraint
37 * for performing the necessary checks required by each type of identity
H A DField.java21 package com.sun.org.apache.xerces.internal.impl.xs.identity;
33 * Schema identity constraint field.
71 } // getXPath():com.sun.org.apache.xerces.internal.impl.v1.schema.identity.XPath
73 /** Returns the identity constraint. */
H A DIdentityConstraint.java21 package com.sun.org.apache.xerces.internal.impl.xs.identity;
33 * Base class of Schema identity constraint.
69 // number of annotations in this identity constraint
87 /** Returns the identity constraint name. */
190 * {identity-constraint category} One of key, keyref or unique.
214 * {referenced key} Required if {identity-constraint category} is keyref,
215 * forbidden otherwise. An identity-constraint definition with
216 * {identity-constraint category} equal to key or unique.
H A DSelector.java21 package com.sun.org.apache.xerces.internal.impl.xs.identity;
33 * Schema identity constraint selector.
74 } // getXPath():com.sun.org.apache.xerces.internal.v1.schema.identity.XPath
76 /** Returns the identity constraint. */
106 * Schema identity constraint selector XPath expression.
244 /** Returns the identity constraint. */
H A DXPathMatcher.java21 package com.sun.org.apache.xerces.internal.impl.xs.identity;
/openjdk7/langtools/test/tools/javac/foreach/
H A DListOfListTest.java43 sum = identity(sum) + i;
51 static int identity(Integer i) { method in class:ListOfListTest
/openjdk7/jdk/src/share/classes/java/security/
H A DIdentityScope.java40 * expected, that different types of identity scopes will
107 * Constructs a new identity scope with the specified name.
116 * Constructs a new identity scope with the specified name and scope.
119 * @param scope the scope for the new identity scope.
121 * @exception KeyManagementException if there is already an identity
130 * Returns the system's identity scope.
132 * @return the system's identity scope, or {@code null} if none has been
146 * Sets the system's identity scope.
151 * as its argument to see if it's ok to set the identity scope.
157 * setting the identity scop
218 addIdentity(Identity identity) argument
229 removeIdentity(Identity identity) argument
[all...]
H A DIdentity.java66 * The name for this identity.
73 * The public key for this identity.
80 * Generic, descriptive information about the identity.
87 * The scope of the identity.
94 * The certificates for this identity.
108 * Constructs an identity with the specified name and scope.
110 * @param name the identity name.
111 * @param scope the scope of the identity.
113 * @exception KeyManagementException if there is already an identity
126 * Constructs an identity wit
333 equals(Object identity) argument
363 identityEquals(Identity identity) argument
[all...]
/openjdk7/jdk/test/javax/management/mxbean/
H A DPropertyNamesTest.java56 Point point1 = pointproxy.identity(point);
68 Evolve evolve1 = evolveProxy.identity(evolve);
86 mbs.invoke(evolvedName, "identity", new Object[] {evolvedData},
114 Point identity(Point x); method in interface:PropertyNamesTest.PointMXBean
118 public Point identity(Point x) { method in class:PropertyNamesTest.PointImpl
159 Evolve identity(Evolve x); method in interface:PropertyNamesTest.EvolveMXBean
163 public Evolve identity(Evolve x) { method in class:PropertyNamesTest.EvolveImpl
H A DRandomMXBeanTest.java48 public int identity(int x); method in interface:RandomMXBeanTest.StupidMXBean
56 public int identity(int x) { method in class:RandomMXBeanTest.StupidImpl
141 System.out.println("One = " + proxy.identity(1));
/openjdk7/jdk/test/java/awt/Paint/
H A DPgramUserBoundsTest.java49 static AffineTransform identity = new AffineTransform(); field in class:PgramUserBoundsTest
63 g2d.setTransform(identity);
67 g2d.setTransform(identity);
71 g2d.setTransform(identity);
/openjdk7/jdk/test/java/security/Identity/
H A DEqualsHashCodeContract.java37 Identity i1=new MyIdentity("identity",
39 Identity i2=new MyIdentity("identity",
41 Identity i3=new MyIdentity("identity",
135 public void addIdentity(Identity identity) { argument
138 public void removeIdentity(Identity identity) { argument
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMDefaultBaseTraversers.java40 * identity indices within their logic, for efficiency's sake. Be very
51 * @param dtmIdentity The DTM identity ID for this DTM.
73 * @param dtmIdentity The DTM identity ID for this DTM.
342 * @param axisRoot The root identity of the axis.
434 int identity = makeNodeIdentity(context);
436 int firstMatch = getNextIndexed(identity, _firstch(identity),
522 * @param axisRoot The root identity of the axis.
523 * @param identity The node in question.
527 protected abstract boolean isAfterAxis(int axisRoot, int identity); argument
594 getFirstPotential(int identity) argument
637 isDescendant(int subtreeRootIdentity, int identity) argument
652 isAfterAxis(int axisRoot, int identity) argument
774 getFirstPotential(int identity) argument
1618 getFirstPotential(int identity) argument
1690 getFirstPotential(int identity) argument
[all...]
H A DDTMDefaultBaseIterators.java46 * @param dtmIdentity The DTM identity ID for this DTM.
68 * @param dtmIdentity The DTM identity ID for this DTM.
1088 * The node identity of _startNode for this iterator
1257 /* _currentNode precedes candidates. This is the identity, not the handle! */
1852 * Tell if this node identity is a descendant. Assumes that
1862 * @param identity The index number of the node in question.
1865 protected boolean isDescendant(int identity) argument
1867 return (_parent(identity) >= _startNode) || (_startNode == identity);
H A DDTMDefaultBase.java53 /** The identity of the root node. */
122 /** The document identity number(s). If we have overflowed the addressing
126 /** The mask for the identity.
162 * @param dtmIdentity The DTM identity ID for this DTM.
182 * @param dtmIdentity The DTM identity ID for this DTM.
317 * @param identity The node identity index.
319 protected void indexNode(int expandedTypeID, int identity) argument
334 index[index[0]] = identity;
351 * to the identity argumen
422 getNextNodeIdentity(int identity) argument
461 _type(int identity) argument
479 _exptype(int identity) argument
502 _level(int identity) argument
524 _firstch(int identity) argument
557 _nextsib(int identity) argument
589 _prevsib(int identity) argument
616 _parent(int identity) argument
1072 getFirstAttributeIdentity(int identity) argument
1230 getNextAttributeIdentity(int identity) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/security/
H A DMBeanServerFileAccessController.java353 "for this identity should be similar to: " + READWRITE +
393 String identity = (String) entry.getKey();
395 Access access = Parser.parseAccess(identity, accessString);
396 accessMap.put(identity, access);
406 private final String identity; // just for better error messages field in class:MBeanServerFileAccessController.Parser
417 private Parser(String identity, String s) { argument
418 this.identity = identity;
428 static Access parseAccess(String identity, String s) { argument
429 return new Parser(identity,
[all...]
/openjdk7/jdk/src/share/classes/java/lang/
H A DClassValue.java266 * This ClassValue's identity, expressed as an opaque object.
271 final Identity identity = new Identity(); field in class:ClassValue
430 Entry<T> e = (Entry<T>) get(classValue.identity);
436 put(classValue.identity, e);
444 put(classValue.identity, e);
453 put(classValue.identity, e);
466 Entry<T> e0 = (Entry<T>) get(classValue.identity);
470 remove(classValue.identity);
478 put(classValue.identity, e);
493 if (remove(classValue.identity) !
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/dom2dtm/
H A DDOM2DTM.java113 * @param dtmIdentity The DTM identity ID for this DTM.
181 * @return The index identity of the node that was added.
608 int identity = makeNodeIdentity(nodeHandle);
610 return (Node) m_nodes.elementAt(identity);
614 * Get a Node from an identity index.
626 * Get the next node identity value in the list, and call the iterator
629 * @param identity The node identity (index).
630 * @return identity+1, or DTM.NULL.
632 protected int getNextNodeIdentity(int identity) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/
H A DSAX2DTM.java213 * @param dtmIdentity The DTM identity ID for this DTM.
236 * @param dtmIdentity The DTM identity ID for this DTM.
305 * Get the data or qualified name for the given node identity.
307 * @param identity The node identity.
311 protected int _dataOrQName(int identity) argument
314 if (identity < m_size)
315 return m_dataOrQName.elementAt(identity);
326 else if (identity < m_size)
327 return m_dataOrQName.elementAt(identity);
719 getNextNodeIdentity(int identity) argument
[all...]
H A DSAX2DTM2.java618 * The node identity of _startNode for this iterator
815 /* _currentNode precedes candidates. This is the identity, not the handle! */
1546 * Tell if this node identity is a descendant. Assumes that
1556 * @param identity The index number of the node in question.
1559 protected final boolean isDescendant(int identity) argument
1561 return (_parent2(identity) >= _startNode) || (_startNode == identity);
1903 public final int _exptype(int identity) argument
1905 return m_exptype.elementAt(identity);
1921 * @param identity
1924 _exptype2(int identity) argument
1940 _nextsib2(int identity) argument
1956 _firstch2(int identity) argument
1972 _parent2(int identity) argument
1988 _type2(int identity) argument
2523 getFirstAttributeIdentity(int identity) argument
2565 getNextAttributeIdentity(int identity) argument
[all...]
/openjdk7/jdk/src/share/classes/java/lang/invoke/
H A DMethodHandles.java105 * When the {@code Lookup} factory object is created, the identity of the lookup class is
1640 * <p>The returned method handle is equivalent to {@code identity(type).bindTo(value)}.
1654 return insertArguments(identity(type), 0, w.convert(value, type));
1656 return identity(type).bindTo(type.cast(value));
1668 MethodHandle identity(Class<?> type) { method in class:MethodHandles
1672 return ValueConversions.identity();
1674 return ValueConversions.identity(Wrapper.forPrimitiveType(type));
1866 * Null arguments in the array are treated as identity functions,
/openjdk7/jdk/test/java/lang/invoke/6998541/
H A DTest6998541.java45 private static final String NAME = "identity";
496 private static boolean identity(boolean v) { return v; } method in class:Test6998541
497 private static byte identity(byte v) { return v; } method in class:Test6998541
498 private static char identity(char v) { return v; } method in class:Test6998541
499 private static short identity(short v) { return v; } method in class:Test6998541
500 private static int identity(int v) { return v; } method in class:Test6998541
501 private static long identity(long v) { return v; } method in class:Test6998541
502 private static float identity(float v) { return v; } method in class:Test6998541
503 private static double identity(double v) { return v; } method in class:Test6998541
504 private static void identity() {} method in class:Test6998541
[all...]

Completed in 79 milliseconds

12