Searched defs:is (Results 226 - 242 of 242) sorted by relevance

12345678910

/openjdk7/jdk/src/share/classes/sun/tools/jar/
H A DMain.java5 * This code is free software; you can redistribute it and/or modify it
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
43 * (Java Archive) file format. The JAR format is based on the ZIP file
86 * Default is to use the time given in the archive.
98 throw new Error("Fatal: Resource for jar is missing");
817 * Computes the crc32 of a Manifest. This is necessary when the
818 * ZipOutputStream is in STORED mode.
827 * Computes the crc32 of a File. This is necessary when the
828 * ZipOutputStream is i
927 extractFile(InputStream is, ZipEntry e) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXMLSchemaLoader.java15 * distributed under the License is distributed on an "AS IS" BASIS,
89 * This class is designed to interact either with a proxy for a user application
91 * It is hoped that none of these "external" classes will therefore need to communicate directly
258 // is Schema Full Checking enabled
262 // if features/properties has not been changed, the value of this attribute is "false"
298 * This constractor is used by the XMLSchemaValidator. Additional properties, i.e. XMLEntityManager,
338 // entity manager is null if XMLSchemaValidator creates the loader
395 * @throws XMLConfigurationException Thrown when a feature is not
437 * @throws XMLConfigurationException Thrown when a property is not
490 /** Return the Locale the XMLGrammarLoader is usin
1101 load(LSInput is) argument
1114 loadInputList(LSInputList is) argument
1344 dom2xmlInputSource(LSInput is) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DDOMParserImpl.java15 * distributed under the License is distributed on an "AS IS" BASIS,
75 * This is Xerces DOM Builder class. It uses the abstract DOM
173 //Schema validation is false by default and hence there is no
174 //need to set it to false here. Also, schema validation is
219 // infoset parameter is true (its default value).
244 // REVISIT: by default Xerces assumes that input is certified.
245 // default is different from the one specified in the DOM spec
248 // Xerces datatype-normalization feature is on by default
249 // This is
971 parse(LSInput is) argument
1049 parseWithContext(LSInput is, Node cnode, short action) argument
1062 dom2xmlInputSource(LSInput is) argument
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/protocol/
H A DCorbaMessageMediatorImpl.java5 * This code is free software; you can redistribute it and/or modify it
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
435 public Exception unmarshalDIIUserException(String repoId, InputStream is) argument
453 eany.read_value(is, (TypeCode)tc);
525 * is present, it indicates the maximum stream format version we
526 * could use for the reply. If it isn't present, the default is
529 * This is only sent on requests. Clients can find out the
731 // When this thread is done working it will go back in pool.
749 // When using reader thread then wen this thread is
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/transport/
H A DSocketOrChannelConnectionImpl.java5 * This code is free software; you can redistribute it and/or modify it
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
130 // Start at some value other than zero since this is a magic
144 // This is a flag associated per connection telling us if the
165 // A message mediator used when shouldReadGiopHeaderOnly is
369 // REVISIT - make sure reader thread is killed.
375 // REVISIT - if this is called after purgeCalls then
376 // the state of the socket is ABORT so the writeLock
377 // in close throws an exception. It is ignore
655 readFully(java.io.InputStream is, byte[] buf, int offset, int size, long max_wait_time) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DPNGImageDecoder.java5 * This code is free software; you can redistribute it and/or modify it
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
37 /* this is changed
72 /* this is not needed
80 /* this is not needed
156 /* this is not needed
237 /* this is changed
241 /* this is not needed
250 InputStream is
810 PNGFilterInputStream(PNGImageDecoder owner, InputStream is) argument
[all...]
/openjdk7/jdk/test/java/lang/ProcessBuilder/
H A DBasic.java5 * This code is free software; you can redistribute it and/or modify it
9 * This code is distributed in the hope that it will be useful, but WITHOUT
12 * version 2 for more details (a copy is included in the LICENSE file that
179 if (Windows.is()) {
190 if (Windows.is()) {
277 if (EnglishUnix.is() &&
381 if (EnglishUnix.is() &&
394 if (EnglishUnix.is() &&
480 // parent's is used.
575 public static boolean is() { retur method in class:Basic.Windows
576 private static final boolean is = field in class:Basic.Windows
581 public static boolean is() { return is; } method in class:Basic.Unix
582 private static final boolean is = field in class:Basic.Unix
590 public static boolean is() { return is; } method in class:Basic.UnicodeOS
592 private static final boolean is = field in class:Basic.UnicodeOS
600 public static boolean is() { return is; } method in class:Basic.MacOSX
602 private static final boolean is = osName.contains("OS X"); field in class:Basic.MacOSX
628 private final static Boolean is = field in class:Basic.EnglishUnix
637 static boolean is() { return is; } method in class:Basic.EnglishUnix
2182 private final InputStream is; field in class:Basic.StreamAccumulator
2192 StreamAccumulator(InputStream is) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/security/jgss/krb5/
H A DKrb5Context.java5 * This code is free software; you can redistribute it and/or modify it
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
96 * receive tokens at the same time that it is sending tokens. Note
99 * order that they are generated. This is important when sequence
100 * checking of per-message tokens is enabled.
191 * these features. requestAnonymity is an exception where the
196 * establishment starts. i.e. when state is STATE_NEW
256 * establishment. Since this is fromm the client's perspective, it
266 * Is mutual authentication enabled? Since this is fro
550 initSecContext(InputStream is, int mechTokenSize) argument
739 acceptSecContext(InputStream is, int mechTokenSize) argument
953 wrap(InputStream is, OutputStream os, MessageProp msgProp) argument
1028 unwrap(InputStream is, byte[] outBuf, int outOffset, MessageProp msgProp) argument
1050 unwrap(InputStream is, OutputStream os, MessageProp msgProp) argument
1158 getMIC(InputStream is, OutputStream os, MessageProp msgProp) argument
1191 verifyMIC(InputStream is, byte[] inMsg, int msgOffset, int msgLen, MessageProp msgProp) argument
1207 verifyMIC(InputStream is, InputStream msgStr, MessageProp mProp) argument
[all...]
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/generator/
H A DWrapperGenerator.java5 * This code is free software; you can redistribute it and/or modify it
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
361 System.out.println(" real type is null");
468 * Description is used for name and type definition and has the following format:
774 if (tp.getReferencedType() instanceof AtomicType) { // Set for StructType is forbidden
810 " is not equal to the accumulated size " +acc_size_32 + " of the fields");
813 " is not equal to the accumulated size " +acc_size_64+" of the fields");
835 pw.println("// This file is an automatically generated file, please do not edit this file, modify the WrapperGenerator.java file instead !\n" );
907 private boolean readSizeInfo(InputStream is, boolea argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLEntityManager.java15 * distributed under the License is distributed on an "AS IS" BASIS,
61 * is a central component in a standard parser configuration and this
253 * Validation. This feature identifier is:
259 * External general entities. This feature identifier is:
265 * External parameter entities. This feature identifier is:
271 * Allow Java encoding names. This feature identifier is:
282 * Symbol table. This property identifier is:
288 * Error reporter. This property identifier is:
294 * Entity resolver. This property identifier is:
299 /** Stax Entity Resolver. This property identifier is XMLInputFactor
2822 RewindableInputStream(InputStream is) argument
[all...]
/openjdk7/jdk/src/share/classes/java/net/
H A DURI.java5 * This code is free software; you can redistribute it and/or modify it
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
56 * also supports scope_ids. The syntax and usage of scope_ids is described
76 * <p> An <i>absolute</i> URI specifies a scheme; a URI that is not absolute is
80 * <p> An <i>opaque</i> URI is an absolute URI whose scheme-specific part does
90 * <p> A <i>hierarchical</i> URI is either an absolute URI whose
92 * is, a URI that does not specify a scheme. Some examples of hierarchical
102 * <p> A hierarchical URI is subjec
1663 readObject(ObjectInputStream is) argument
[all...]
/openjdk7/jdk/src/share/back/
H A Dutil.c5 * This code is free software; you can redistribute it and/or modify it
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
352 * For primitive types, the type key is bounced back as is. Objects
427 * For primitive types, the type key is bounced back as is. Objects
557 * ... and the rest of the packet is identical for all commands
889 * thread running at the max priority, there is still a chance
983 * Signature is overwritte
1620 jboolean is; local
[all...]
/openjdk7/jdk/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/
H A DZipFileSystem.java33 * This source code is provided to illustrate the usage of a given feature
92 // is to use BAOS for better performance
272 for (InputStream is: copy)
273 is.close();
511 try { // try to obtain a writelock when the os is
518 InputStream is = getInputStream(e);
520 copyStream(is, os);
521 is.close();
546 throw new FileSystemException(getString(path), "is a directory", null);
554 // check for options of null type and option is a
1350 copyStream(InputStream is, OutputStream os) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/http/
H A DHttpURLConnection.java5 * This code is free software; you can redistribute it and/or modify it
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
113 * With the above system property set to true (default is false),
114 * when the response code is >=400, the HTTP handler will try to
117 * for reuse. The rationale behind this is that usually when the
130 * to be buffered; default is 300 ms
134 * default is 4k
156 * Additionally, any header starting with Sec- is
178 "Connection", /* close is allowe
2957 HttpInputStream(InputStream is) argument
2963 HttpInputStream(InputStream is, CacheRequest cacheRequest) argument
3234 InputStream is; field in class:HttpURLConnection.ErrorStream
3241 ErrorStream(ByteBuffer buf, InputStream is) argument
3248 getErrorStream(InputStream is, long cl, HttpClient http) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/security/tools/policytool/
H A DPolicyTool.java5 * This code is free software; you can redistribute it and/or modify it
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
66 // this is for case insensitive string comparisons
93 /* The public key alias information is stored here. */
197 // see if user is opening a NEW policy file
231 ("Warning.A.public.key.for.alias.signers.i.does.not.exist.Make.sure.a.KeyStore.is.properly.configured."));
286 ("Warning.A.public.key.for.alias.signers.i.does.not.exist.Make.sure.a.KeyStore.is.properly.configured."));
354 // if the call is successful, we can set the proper values
425 * If the principal already exists, it is no
1065 addNewComponent(Container container, Component component, int index, int gridx, int gridy, int gridwidth, int gridheight, double weightx, double weighty, int fill, Insets is) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDHandler.java15 * distributed under the License is distributed on an "AS IS" BASIS,
120 * The purpose of this class is to co-ordinate the construction of a
246 // this string gets appended to redefined names; it's purpose is to be
266 // They are keyed with a QName (that is, String("URI,localpart) and
303 // this hashtable is keyed on by XSDocumentInfo objects. Its values
308 // this hashtable is keyed on by a target namespace. Its values
311 // if an imprted schema has absent namespace, the value "null" is stored.
314 // if the importing schema has absent namespace, empty string is stored.
321 // Records which nodes are hidden when the input is a DOMInputSource.
345 // schema document. This combination is use
501 parseSchema(XMLInputSource is, XSDDescription desc, Map locationPairs) argument
[all...]
/openjdk7/hotspot/src/share/vm/adlc/
H A Dformssel.cpp5 * This code is free software; you can redistribute it and/or modify it
9 * This code is distributed in the hope that it will be useful, but WITHOUT
12 * version 2 for more details (a copy is included in the LICENSE file that
127 // Examine each component to see if it is a TEMP
247 // Return 'true' if this instruction is too complex to rematerialize.
249 // We can prove it is cheap if it has an empty encoding.
262 // Has an empty encoding if _size is a constant zero or there
360 // Check MatchRule to see if the first entry is the ideal "Return" node
397 // Check MatchRule to see if the first entry is the ideal "Call" node
447 // If this is no
1838 bool Effect::is(int use_def_kill_enum) const { function in class:Effect
2843 bool Component::is(int use_def_kill_enum) const { function in class:Component
[all...]

Completed in 124 milliseconds

12345678910