Searched refs:source (Results 426 - 450 of 878) sorted by relevance

<<11121314151617181920>>

/openjdk7/langtools/test/tools/javac/
H A DT6361619.java36 import com.sun.source.util.*;
38 import com.sun.source.util.Trees;
H A DT6855236.java38 import com.sun.source.tree.*;
39 import com.sun.source.util.*;
/openjdk7/langtools/test/tools/javac/processing/model/element/
H A DTestResourceVariable.java41 import com.sun.source.tree.*;
42 import com.sun.source.util.*;
/openjdk7/langtools/test/tools/javadoc/T4994049/
H A DT4994049.java61 File source = new File(tmpSrc, file);
63 new String[]{ source.getPath() } );
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DDefaultXMLDocumentHandler.java267 * source must have some way of determining that the text containing
837 /** Sets the document source. */
838 public void setDocumentSource(XMLDocumentSource source) { argument
839 fDocumentSource = source;
842 /** Returns the document source. */
849 // set the source of this handler
850 public void setDTDSource(XMLDTDSource source) { argument
851 fDTDSource = source;
854 // return the source from which this handler derives its events
861 // set content model source
862 setDTDContentModelSource(XMLDTDContentModelSource source) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DAbstractXMLDocumentParser.java63 /** Document source*/
66 /** DTD source*/
69 /** DTD content model source*/
200 * source must have some way of determining that the text containing
348 /** Sets the document source */
349 public void setDocumentSource(XMLDocumentSource source){ argument
350 fDocumentSource = source;
353 /** Returns the document source */
634 // set the source of this handler
635 public void setDTDSource(XMLDTDSource source) { argument
791 setDTDContentModelSource(XMLDTDContentModelSource source) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DStylesheetPIHandler.java124 Source source = (Source) m_stylesheets.elementAt(sz-1);
125 return source;
156 Source source = null;
217 source = m_uriResolver.resolve(href, m_baseID);
222 source = new SAXSource(new InputSource(href));
303 m_stylesheets.addElement(source);
/openjdk7/jaxp/src/org/w3c/dom/bootstrap/
H A DDOMImplementationRegistry.java186 DOMImplementationSource source =
188 sources.addElement(source);
210 DOMImplementationSource source =
212 DOMImplementation impl = source.getDOMImplementation(features);
235 DOMImplementationSource source =
238 source.getDOMImplementationList(features);
266 * @param s The source to be registered, may not be <code>null</code>
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DScreenMenuBar.java138 final Object source = e.getSource();
139 if (!(source instanceof JMenuItem)) return;
140 setChildVisible((JMenuItem)source, true);
150 final Object source = e.getSource();
151 if (!(source instanceof JMenuItem)) return;
152 setChildVisible((JMenuItem)source, false);
/openjdk7/jdk/src/macosx/native/apple/applescript/
H A DAppleScriptEngine.m139 NSString *source = JNFJavaToNSString(env, ascript);
142 NSLog(@"evalScript(source:\"%@\" context: %@)", source, ncontext);
145 AppleScriptExecutionContext *scriptInvocationCtx = [[[AppleScriptExecutionContext alloc] initWithSource:source context:ncontext] autorelease];
/openjdk7/jdk/test/com/sun/crypto/provider/Cipher/RSA/
H A DTestOAEP_KAT.java193 private byte[] source; field in class:MyRandom
196 MyRandom(byte[] source) { argument
197 this.source = (byte[]) source.clone();
202 if (bytes.length > source.length - count) {
205 System.arraycopy(source, count, bytes, 0, bytes.length);
/openjdk7/jdk/src/share/classes/sun/security/util/
H A DDebug.java217 StringBuffer source = new StringBuffer(args);
228 Matcher matcher = pattern.matcher(source);
239 source = left;
252 matcher = pattern.matcher(source);
263 source = left;
266 target.append(source.toString().toLowerCase(Locale.ENGLISH));
/openjdk7/langtools/test/tools/javac/generics/
H A DOverrideBridge.java44 import com.sun.source.util.JavacTask;
76 String source; field in class:OverrideBridge.JavaSource
80 source = sourceStub.replace("#B", implB.impl).replace("#C", implC.impl).replace("#D", implD.impl);
85 return source;
108 JavaSource source = new JavaSource(implB, implC, implD);
110 Arrays.asList("-d", destPath), null, Arrays.asList(source));
/openjdk7/jdk/src/share/classes/java/text/
H A DMessageFormat.java30 * The original version of this source code and documentation is copyrighted
134 * bundle source files) which strings will be processed by {@code MessageFormat}.
940 * If the source is null, return an empty array.
942 public Object[] parse(String source, ParsePosition pos) { argument
943 if (source == null) {
963 source, sourceOffset, len)) {
980 next = source.length();
982 next = source.indexOf(pattern.substring(patternOffset, tempLength),
990 String strValue= source.substring(sourceOffset,next);
993 = source
1031 parse(String source) argument
1064 parseObject(String source, ParsePosition pos) argument
1541 copyAndFixQuotes(String source, int start, int end, StringBuilder target) argument
[all...]
/openjdk7/jdk/src/share/classes/java/nio/file/
H A DFiles.java1127 * except if the source and target are the {@link #isSameFile same} file, in
1154 * copied to the target file if supported by both the source and target
1173 * its file attributes have not been copied from the source file. When the
1181 * name as the source file:
1183 * Path source = ...
1185 * Files.copy(source, newdir.resolve(source.getFileName());
1188 * @param source
1192 * provider to the source path)
1213 * method is invoked to check read access to the source fil
1219 copy(Path source, Path target, CopyOption... options) argument
1339 move(Path source, Path target, CopyOption... options) argument
2727 copy(InputStream source, OutputStream sink) argument
2889 copy(Path source, OutputStream out) argument
2902 read(InputStream source, int initialSize) argument
[all...]
/openjdk7/jdk/src/solaris/native/sun/nio/ch/
H A DNet.c46 #define IP_ADD_SOURCE_MEMBERSHIP 70 /* join a source-specific group */
47 #define IP_DROP_SOURCE_MEMBERSHIP 71 /* drop a single source */
48 #define IP_BLOCK_SOURCE 72 /* block a source */
49 #define IP_UNBLOCK_SOURCE 73 /* unblock a source */
55 #define MCAST_JOIN_SOURCE_GROUP 82 /* join a source-specific group */
56 #define MCAST_LEAVE_SOURCE_GROUP 83 /* leave a single source */
57 #define MCAST_BLOCK_SOURCE 84 /* block a source */
58 #define MCAST_UNBLOCK_SOURCE 85 /* unblock a source */
78 struct sockaddr_storage gsr_source; /* source address */
89 #define COPY_INET6_ADDRESS(env, source, targe
97 initGroupSourceReq(JNIEnv* env, jbyteArray group, jint index, jbyteArray source, struct my_group_source_req* req) argument
431 Java_sun_nio_ch_Net_joinOrDrop4(JNIEnv *env, jobject this, jboolean join, jobject fdo, jint group, jint interf, jint source) argument
469 Java_sun_nio_ch_Net_blockOrUnblock4(JNIEnv *env, jobject this, jboolean block, jobject fdo, jint group, jint interf, jint source) argument
496 Java_sun_nio_ch_Net_joinOrDrop6(JNIEnv *env, jobject this, jboolean join, jobject fdo, jbyteArray group, jint index, jbyteArray source) argument
537 Java_sun_nio_ch_Net_blockOrUnblock6(JNIEnv *env, jobject this, jboolean block, jobject fdo, jbyteArray group, jint index, jbyteArray source) argument
[all...]
/openjdk7/jdk/src/windows/native/sun/nio/ch/
H A DNet.c67 #define COPY_INET6_ADDRESS(env, source, target) \
68 (*env)->GetByteArrayRegion(env, source, 0, 16, target)
353 jint group, jint interf, jint source)
360 if (source == 0) {
368 mreq_source.imr_sourceaddr.s_addr = htonl(source);
386 jint group, jint interf, jint source)
393 mreq_source.imr_sourceaddr.s_addr = htonl(source);
409 * given IPv6 group, interface index, and IPv6 source address
417 jbyteArray source)
430 COPY_INET6_ADDRESS(env, source, (jbyt
352 Java_sun_nio_ch_Net_joinOrDrop4(JNIEnv *env, jobject this, jboolean join, jobject fdo, jint group, jint interf, jint source) argument
385 Java_sun_nio_ch_Net_blockOrUnblock4(JNIEnv *env, jobject this, jboolean block, jobject fdo, jint group, jint interf, jint source) argument
412 setGroupSourceReqOption(JNIEnv* env, jobject fdo, int opt, jbyteArray group, jint index, jbyteArray source) argument
436 Java_sun_nio_ch_Net_joinOrDrop6(JNIEnv *env, jobject this, jboolean join, jobject fdo, jbyteArray group, jint index, jbyteArray source) argument
460 Java_sun_nio_ch_Net_blockOrUnblock6(JNIEnv *env, jobject this, jboolean block, jobject fdo, jbyteArray group, jint index, jbyteArray source) argument
[all...]
/openjdk7/jdk/src/share/classes/java/awt/event/
H A DMouseEvent.java464 * specified source component,
472 * <tt>MouseEvent(source, id, when, modifiers, x, y, clickCount, popupTrigger, button)</tt>
475 * int, int, int, boolean, int) MouseEvent}(source, id, when, modifiers,
477 * where xAbs and yAbs defines as source's location on screen plus
479 * xAbs and yAbs are set to zero if the source is not showing.
481 * <code>IllegalArgumentException</code> if <code>source</code>
484 * @param source The <code>Component</code> that originated the event
529 * @throws IllegalArgumentException if <code>source</code> is null
538 * @throws IllegalArgumentException if <code>source</code> is null
550 public MouseEvent(Component source, in argument
616 MouseEvent(Component source, int id, long when, int modifiers, int x, int y, int clickCount, boolean popupTrigger) argument
729 MouseEvent(Component source, int id, long when, int modifiers, int x, int y, int xAbs, int yAbs, int clickCount, boolean popupTrigger, int button) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/model/
H A DCClassInfo.java137 public CClassInfo(Model model,JPackage pkg, String shortName, Locator location, QName typeName, QName elementName, XSComponent source, CCustomizations customizations) { argument
138 this(model,model.getPackage(pkg),shortName,location,typeName,elementName,source,customizations);
141 public CClassInfo(Model model,CClassInfoParent p, String shortName, Locator location, QName typeName, QName elementName, XSComponent source, CCustomizations customizations) { argument
142 super(model,source,location,customizations);
152 BIFactoryMethod factoryMethod = Ring.get(BGMBuilder.class).getBindInfo(source).get(BIFactoryMethod.class);
162 public CClassInfo(Model model,JCodeModel cm, String fullName, Locator location, QName typeName, QName elementName, XSComponent source, CCustomizations customizations) { argument
163 super(model,source,location,customizations);
/openjdk7/jdk/src/windows/native/java/lang/
H A DProcessImpl_md.c44 extractExecutablePath(JNIEnv *env, char *source) argument
49 if ((p = strchr(source, ' ')) == NULL)
50 return source;
53 if (((r = strchr(source, '"')) == NULL) || (r > p)) {
55 return source;
61 return source;
63 return source;
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/iio/
H A DOutputImageTests.java4 * Redistribution and use in source and binary forms, with or without
8 * - Redistributions of source code must retain the above copyright
33 * This source code is provided to illustrate the usage of a given feature
258 // an ImageOutputStream from a FileChannel source,
345 public void imageStarted(ImageWriter source, int imageIndex) {} argument
346 public void imageProgress(ImageWriter source, argument
348 public void imageComplete(ImageWriter source) {} argument
349 public void thumbnailStarted(ImageWriter source, argument
351 public void thumbnailProgress(ImageWriter source, argument
353 public void thumbnailComplete(ImageWriter source) {} argument
354 writeAborted(ImageWriter source) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DXMLDTDLoader.java12 * Redistribution and use in source and binary forms, with or without
16 * 1. Redistributions of source code must retain the above copyright
455 * entity pointed to by source.
457 * @param source the location of the entity which forms
463 public Grammar loadGrammar(XMLInputSource source) argument
467 String eid = XMLEntityManager.expandSystemId(source.getSystemId(), source.getBaseSystemId(), fStrictURI);
468 XMLDTDDescription desc = new XMLDTDDescription(source.getPublicId(), source.getSystemId(), source
[all...]
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsComboBoxUI.java92 Object source = event.getSource();
94 if (source instanceof JComboBox) {
95 rv = (JComboBox) source;
96 } else if (source instanceof XPComboBoxButton) {
97 rv = ((XPComboBoxButton) source)
120 Object source = null;
122 && (source = e.getSource()) instanceof JComboBox
123 && ((JComboBox) source).getUI() instanceof
125 JComboBox comboBox = (JComboBox) source;
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/parser/
H A DScanner.java69 /** The source language setting.
71 private Source source; field in class:Scanner
138 source = fac.source;
139 allowBinaryLiterals = source.allowBinaryLiterals();
140 allowHexFloats = source.allowHexFloats();
141 allowUnderscoresInLiterals = source.allowUnderscoresInLiterals();
344 lexError("unsupported.underscore.lit", source.name);
371 lexError("unsupported.fp.lit", source.name);
796 lexError("unsupported.binary.lit", source
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/util/
H A DLog.java93 /** Print multiple errors for same source locations.
220 * source file name and source code position of the error is added to the set.
236 return source == null ? null : source.getFile();
260 * source name and pos.
296 /** Print the faulty source code line and point to the error.
300 String line = (source == null ? null : source.getLine(pos));
303 int col = source
[all...]

Completed in 147 milliseconds

<<11121314151617181920>>