Searched refs:prefixes (Results 51 - 75 of 83) sorted by relevance

1234

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DJAXPNamespaceContextWrapper.java72 public void setDeclaredPrefixes(List prefixes) { argument
73 fPrefixes = prefixes;
109 // There may be duplicate prefixes in the list so we
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/
H A DArithmeticDecoder.java48 return factory.newArithmeticInstruction(name, rtlOperation, op1, op2, op3, size, prefixes);
H A DFloatDecoder.java224 public Instruction decode(byte[] bytesArray, int index, int instrStartIndex, int segmentOverride, int prefixes, X86InstructionFactory factory) { argument
227 this.prefixes = prefixes;
246 instr = instrDecoder.decode(bytesArray, byteIndex, instrStartIndex, segmentOverride, prefixes, factory);
H A DX86Disassembler.java1514 int prefixes = 0;
1518 prefixes = getPrefixes();
1534 //SSE: SSE instructions have reserved use of 0xF2, 0xF3, 0x66 prefixes
1535 if ((prefixes & PREFIX_REPNZ) != 0) {
1537 } else if ((prefixes & PREFIX_REPZ) != 0) {
1539 } else if ((prefixes & PREFIX_DATA) != 0) {
1549 instr = instrDecoder.decode(code, byteIndex, instrStartIndex, segmentOverride, prefixes, factory);
1565 int prefixes = 0;
1572 prefixes |= PREFIX_REPZ;
1575 prefixes |
[all...]
H A DGRPDecoder.java301 public Instruction decode(byte[] bytesArray, int index, int instrStartIndex, int segmentOverride, int prefixes, X86InstructionFactory factory) { argument
304 this.prefixes = prefixes;
312 instr = instrDecoder.decode(bytesArray, byteIndex, instrStartIndex, segmentOverride, prefixes, factory);
/openjdk7/langtools/test/tools/javac/diags/
H A DCheckResourceKeys.java115 String[] prefixes = {
126 for (int i = 0; i < prefixes.length && s == null; i++) {
127 if (rk.startsWith(prefixes[i])) {
128 s = rk.substring(prefixes[i].length());
H A DCheckExamples.java108 List<String> rows = new ArrayList<String>(Arrays.asList(Counts.prefixes));
193 static String[] prefixes = { field in class:CheckExamples.Counts
203 for (String p: prefixes) {
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xinclude/
H A DMultipleScopeNamespaceSupport.java71 String[] prefixes = new String[fNamespaceSize];
72 fPrefixes = prefixes;
190 * are then used for searching for namespaces and prefixes.
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orb/
H A DDataCollectorBase.java272 // Only allow reading of system properties with ORB prefixes.
274 // Note that other prefixes are fine in other contexts; it is only
323 // For each prefix in prefixes, For each name in propertyNames,
326 private void findPropertiesByPrefix( Set prefixes, argument
331 Iterator iter = prefixes.iterator() ;
453 // Return only those element of prefixes for which hasCORBAPrefix
455 private Set getCORBAPrefixes( final Set prefixes )
458 Iterator iter = prefixes.iterator() ;
/openjdk7/jdk/src/share/classes/sun/instrument/
H A DInstrumentationImpl.java222 String[] prefixes = mgr.getNativeMethodPrefixes();
223 setNativeMethodPrefixes(mNativeAgent, prefixes, mgr.isRetransformable());
271 setNativeMethodPrefixes(long nativeAgent, String[] prefixes, boolean isRetransformable); argument
/openjdk7/jaxp/src/org/xml/sax/helpers/
H A DNamespaceSupport.java256 * prefixes after popping a context, unless you push another
279 * Declare a Namespace prefix. All prefixes must be declared
284 * interpret prefixes against (potentially redefined) prefixes.
298 * This asymmetry exists to make it easier to look up prefixes
329 * the prefixes currently declared. The return value will be the
396 * Return an enumeration of all prefixes whose declarations are
405 * @return An enumeration of prefixes (never empty).
416 * Return one of the prefixes mapped to a Namespace URI.
420 * want all of the prefixes, us
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/txw2/
H A DNamespaceSupport.java256 * prefixes after popping a context, unless you push another
279 * Declare a Namespace prefix. All prefixes must be declared
284 * interpret prefixes against (potentially redefined) prefixes.
298 * This asymmetry exists to make it easier to look up prefixes
329 * the prefixes currently declared. The return value will be the
396 * Return an enumeration of all prefixes whose declarations are
405 * @return An enumeration of prefixes (never empty).
416 * Return one of the prefixes mapped to a Namespace URI.
420 * want all of the prefixes, us
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/util/
H A DNamespaceSupport.java208 * prefixes after popping a context, unless you push another
266 * This asymmetry exists to make it easier to look up prefixes
293 * prefixes currently declared. The return value will be the
358 * Return an enumeration of all prefixes currently declared.
364 * @return An enumeration of all prefixes declared in the
375 * Return one of the prefixes mapped to a Namespace URI.
379 * want all of the prefixes, use the {@link #getPrefixes}
387 * @return One of the prefixes currently mapped to the URI supplied,
398 * Return an enumeration of all prefixes currently declared for a URI.
400 * <p>This method returns prefixes mappe
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DLiteralElement.java207 * and assembles a list of all prefixes that (for the given node) maps
216 Enumeration prefixes = mapping.keys();
217 while (prefixes.hasMoreElements()) {
218 String prefix = (String)prefixes.nextElement();
262 // Handle xsl:extension-element-prefixes
266 // Handle xsl:exclude-result-prefixes
290 // are listed in the xsl:stylesheet element's *-prefixes attributes
309 // Handle xsl:extension-element-prefixes
313 // Handle xsl:exclude-result-prefixes
H A DSyntaxTreeNode.java220 * in scope. The prefixes must be passed in as a Hashtable that maps
221 * namespace prefixes (String objects) to namespace URIs (also String).
292 Enumeration prefixes = _prefixMapping.keys();
293 while (prefixes.hasMoreElements()) {
294 prefix = (String)prefixes.nextElement();
H A DStylesheet.java132 * Mapping between extension URIs and their prefixes.
493 private void extensionURI(String prefixes, SymbolTable stable) { argument
494 if (prefixes != null) {
495 StringTokenizer tokens = new StringTokenizer(prefixes);
512 final String extensionPrefixes = getAttribute("extension-element-prefixes");
567 final String excludePrefixes = getAttribute("exclude-result-prefixes");
568 final String extensionPrefixes = getAttribute("extension-element-prefixes");
/openjdk7/jdk/test/javax/management/mxbean/
H A DMXBeanTest.java520 private static final String[] prefixes = { field in class:MXBeanTest
530 for (int i = 0; i < prefixes.length; i++) {
531 if (n.startsWith(prefixes[i]))
532 return n.substring(prefixes[i].length());
542 for (int i = 0; i < prefixes.length; i++) {
543 if (n.startsWith(prefixes[i]))
/openjdk7/jaxp/src/com/sun/xml/internal/stream/writers/
H A DXMLStreamWriterImpl.java1769 *and the following attributes have their prefixes replaced with a new prefix
1829 // because prefixes aren't interned
2094 Vector prefixes = null;
2106 prefixes = internalContext.getPrefixes(uri);
2109 if ((prefixes == null) && (itr != null)) {
2111 } else if ((prefixes != null) && (itr == null)) {
2112 return new ReadOnlyIterator(prefixes.iterator());
2113 } else if ((prefixes != null) && (itr != null)) {
2123 if (!prefixes.contains(ob)) {
2124 prefixes
[all...]
/openjdk7/jdk/src/share/instrument/
H A DJPLISAgent.c1466 * Set the prefixes used to wrap native methods (so they can be instrumented).
1469 * One a given call, this function handles either the prefixes for retransformable
1492 /* allocate the native to hold the native prefixes */
1493 const char** prefixes = (const char**) allocate(jvmtienv, local
1499 errorOccurred = (prefixes == NULL || originForRelease == NULL);
1536 prefixes[inx] = prefix;
1543 err = (*jvmtienv)->SetNativeMethodPrefixes(jvmtienv, inx, (char**)prefixes);
1548 (*jnienv)->ReleaseStringUTFChars(jnienv, originForRelease[i], prefixes[i]);
1551 deallocate(jvmtienv, (void*)prefixes);
/openjdk7/hotspot/src/share/vm/prims/
H A DnativeLookup.cpp326 // Check if there are any JVM TI prefixes which have been applied to the native method name.
334 char** prefixes = JvmtiExport::get_all_native_method_prefixes(&prefix_count); local
339 char* prefix = prefixes[i];
372 // JVM TI prefixes which have been applied to the native method name.
H A DjvmtiEnvBase.cpp365 JvmtiEnvBase::set_native_method_prefixes(jint prefix_count, char** prefixes) { argument
377 // there are prefixes, allocate an array to hold them, and fill it
383 char* prefix = prefixes[i];
391 prefix = os::strdup(prefixes[i]);
405 // now that we know the new prefixes have been successfully installed we can
418 // Collect all the prefixes which have been set in any JVM TI environments
420 // order of environments and the order of prefixes within each environment.
435 char** prefixes = env->get_native_method_prefixes(); local
439 char* prefix = prefixes[j];
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/vocab/
H A DSerializerVocabulary.java120 addToTable(v.prefixes.iterator(), prefix);
H A DParserVocabulary.java168 addToTable(v.prefixes.iterator(), prefix, prefixMap);
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DBaseMarkupSerializer.java185 * Association between namespace URIs (keys) and prefixes (values).
382 state.prefixes = null;
1857 state.prefixes = _prefixes;
1876 //_prefixes = _elementStates[ _elementStateCount ].prefixes;
1920 if ( _elementStates[ i ].prefixes != null ) {
1921 prefix = (String) _elementStates[ i ].prefixes.get( namespaceURI );
1961 * Check a node to determine if it contains unbound namespace prefixes.
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/tools/
H A DVocabularyGenerator.java127 addToTable(prefix, _v.prefixes, _serializerVocabulary.prefix, _parserVocabulary.prefix);

Completed in 5443 milliseconds

1234