Searched defs:flag (Results 51 - 75 of 139) sorted by relevance

123456

/openjdk7/jdk/src/share/native/sun/management/
H A DThreadImpl.c33 (JNIEnv *env, jclass cls, jboolean flag)
35 jmm_interface->SetBoolAttribute(env, JMM_THREAD_CONTENTION_MONITORING, flag);
40 (JNIEnv *env, jclass cls, jboolean flag)
42 jmm_interface->SetBoolAttribute(env, JMM_THREAD_CPU_TIME, flag);
47 (JNIEnv *env, jclass cls, jboolean flag)
49 jmm_interface->SetBoolAttribute(env, JMM_THREAD_ALLOCATED_MEMORY, flag);
32 Java_sun_management_ThreadImpl_setThreadContentionMonitoringEnabled0(JNIEnv *env, jclass cls, jboolean flag) argument
39 Java_sun_management_ThreadImpl_setThreadCpuTimeEnabled0(JNIEnv *env, jclass cls, jboolean flag) argument
46 Java_sun_management_ThreadImpl_setThreadAllocatedMemoryEnabled0(JNIEnv *env, jclass cls, jboolean flag) argument
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DLinuxDosFileAttributeView.java253 private void updateDosAttribute(int flag, boolean enable) throws IOException { argument
261 newValue |= flag;
263 newValue &= ~flag;
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/
H A DDTMManager.java176 * specified source. If the unique flag is true, a new instance will
279 * @param whatToShow This flag specifies which node types may appear in
286 * @param entityReferenceExpansion The value of this flag determines
315 * Get a flag indicating whether an incremental transform is desired
325 * Set a flag indicating whether an incremental transform is desired
326 * This flag should have the same value as the FEATURE_INCREMENTAL feature
338 * Get a flag indicating whether the transformation phase should
350 * Set a flag indicating whether the transformation phase should
353 * This flag should have the same value as the FEATURE_SOURCE_LOCATION feature
372 public void setServicesMechnism(boolean flag) { argument
[all...]
/openjdk7/jdk/src/share/classes/javax/net/ssl/
H A DSSLEngine.java1174 * @param flag true indicates that sessions may be created; this
1179 public abstract void setEnableSessionCreation(boolean flag); argument
/openjdk7/jdk/src/share/classes/javax/swing/
H A DTimer.java370 * @param flag <code>true</code> to enable logging
373 public static void setLogTimers(boolean flag) { argument
374 logTimers = flag;
453 * If <code>flag</code> is <code>false</code>,
457 * @param flag specify <code>false</code> to make the timer
460 public void setRepeats(boolean flag) { argument
461 repeats = flag;
492 * @param flag specify <code>false</code> to turn off coalescing
494 public void setCoalesce(boolean flag) { argument
496 coalesce = flag;
[all...]
H A DDefaultListSelectionModel.java333 * Sets the value of the leadAnchorNotificationEnabled flag.
336 public void setLeadAnchorNotificationEnabled(boolean flag) { argument
337 leadAnchorNotificationEnabled = flag;
341 * Returns the value of the <code>leadAnchorNotificationEnabled</code> flag.
345 * Setting the flag to false causes a narrowing of the event's bounds to
355 * @return the value of the <code>leadAnchorNotificationEnabled</code> flag
H A DToolTipManager.java103 * @param flag true to enable the tip, false otherwise
105 public void setEnabled(boolean flag) { argument
106 enabled = flag;
107 if (!flag) {
/openjdk7/jdk/src/share/classes/javax/swing/table/
H A DDefaultTableColumnModel.java403 * @param flag true if column selection will be allowed, false otherwise
405 public void setColumnSelectionAllowed(boolean flag) { argument
406 columnSelectionAllowed = flag;
/openjdk7/jdk/src/share/classes/java/io/
H A DStreamTokenizer.java418 * If the flag argument is true, this tokenizer treats end of lines
429 * If the <code>flag</code> is false, end-of-line characters are
432 * @param flag <code>true</code> indicates that end-of-line characters
439 public void eolIsSignificant(boolean flag) { argument
440 eolIsSignificantP = flag;
445 * If the flag argument is <code>true</code>, this stream tokenizer
449 * If the flag argument is <code>false</code>, then C-style comments
452 * @param flag <code>true</code> indicates to recognize and ignore
455 public void slashStarComments(boolean flag) { argument
456 slashStarCommentsP = flag;
472 slashSlashComments(boolean flag) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/management/relation/
H A DRelationSupport.java701 * Returns an internal flag specifying if the object is still handled by
708 public void setRelationServiceManagementFlag(Boolean flag) argument
711 if (flag == null) {
715 myInRelServFlg.set(flag);
/openjdk7/jdk/src/share/classes/java/awt/
H A DMediaTracker.java288 * If the value of the <code>load</code> flag is <code>true</code>,
504 * If the value of the <code>load</code> flag is <code>true</code>,
872 void setStatus(int flag) { argument
874 status = flag;
/openjdk7/hotspot/src/share/vm/adlc/
H A Dfilebuff.cpp195 if( skip != -1 ) { // The no-start-indicating flag
287 void FileBuff::file_error(int flag, int linenum, const char *fmt, ...) argument
292 switch (flag) {
293 case 0: _AD._warnings += _AD.emit_msg(0, flag, linenum, fmt, args);
294 case 1: _AD._syntax_errs += _AD.emit_msg(0, flag, linenum, fmt, args);
295 case 2: _AD._semantic_errs += _AD.emit_msg(0, flag, linenum, fmt, args);
/openjdk7/jdk/src/share/back/
H A DinStream.c94 jbyte flag = 0; local
95 (void)readBytes(stream, &flag, sizeof(flag));
99 return flag ? JNI_TRUE : JNI_FALSE;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/org/glassfish/gmbal/
H A DManagedObjectManagerNOPImpl.java144 public void setRuntimeDebug(boolean flag) { argument
172 public void setJMXRegistrationDebug(boolean flag) { argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/packaging/mime/internet/
H A DBMMimeMultipart.java140 * byte stream. The <code>parsed</code> flag is set to false. When
194 * appropriate MimeBodyParts. The <code>parsed</code> flag is
758 public void setLazyAttachments(boolean flag) { argument
759 lazyAttachments = flag;
/openjdk7/jdk/test/sun/security/ssl/sanity/pluggability/
H A DMySSLSocketFacImpl.java96 public void setEnableSessionCreation(boolean flag) {} argument
/openjdk7/jdk/test/tools/pack200/pack200-verifier/src/sun/tools/pack/verify/
H A DGlobals.java85 static void setCheckJarClassOrdering(boolean flag) { argument
86 _checkJarClassOrdering = flag;
97 static boolean setBitWiseClassCompare(boolean flag) { argument
98 return _bitWiseClassCompare = flag;
101 public static boolean setIgnoreCompileAttributes(boolean flag) { argument
102 return _ignoreCompileAttributes = flag;
105 static boolean setIgnoreDebugAttributes(boolean flag) { argument
106 return _ignoreDebugAttributes = flag;
109 static boolean setIgnoreUnknownAttributes(boolean flag) { argument
110 return _ignoreUnknownAttributes = flag;
113 setValidateClass(boolean flag) argument
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DAccessFlags.java187 private static String flagToModifier(int flag, Kind t) { argument
188 switch (flag) {
218 private static String flagToName(int flag, Kind t) { argument
219 switch (flag) {
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/main/
H A DMain.java186 public Option getOption(String flag) { argument
188 if (option.matches(flag))
215 String flag = flags[ac];
220 if (flag.length() > 0) {
224 int firstOptionToCheck = flag.charAt(0) == '-' ? 0 : recognizedOptions.length-1;
226 if (recognizedOptions[j].matches(flag)) {
234 error("err.invalid.flag", flag);
240 error("err.req.arg", flag);
245 if (option.process(options, flag, operan
[all...]
/openjdk7/jdk/src/share/native/java/util/zip/
H A DZipFile.c90 int flag = 0; local
93 if (mode & OPEN_READ) flag |= O_RDONLY;
94 if (mode & OPEN_DELETE) flag |= JVM_O_DELETE;
101 zfd = winFileHandleOpen(env, name, flag);
107 zfd = JVM_Open(path, flag, 0);
214 return ze->flag;
/openjdk7/jdk/src/share/native/sun/awt/splashscreen/
H A Dsplashscreen_gif.c168 int flag = pExtension[0]; local
173 if (flag & GIF_TRANSPARENT) {
179 (flag >> GIF_DISPOSE_SHIFT) & GIF_DISPOSE_MASK;
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DBaseSSLSocketImpl.java355 public final void setSoLinger(boolean flag, int linger) argument
358 super.setSoLinger(flag, linger);
360 self.setSoLinger(flag, linger);
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DXPathParser.java906 public void setMultiDocument(boolean flag) { argument
907 _xsltc.setMultiDocument(flag);
910 public void setCallsNodeset(boolean flag) { argument
911 _xsltc.setCallsNodeset(flag);
914 public void setHasIdCall(boolean flag) { argument
915 _xsltc.setHasIdCall(flag);
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DKeyIndex.java87 public void setRestartable(boolean flag) { argument
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/protocol/giopmsgheaders/
H A DMessageBase.java77 // This is only used when the giopDebug flag is
465 // Note: Currently we use response_expected flag to decide if the
532 // Note: Currently we use response_expected flag to decide if the
733 * Set a flag in the given buffer (fragment bit, byte order bit, etc)
735 public static void setFlag(ByteBuffer byteBuffer, int flag) { argument
737 b |= flag;
742 * Clears a flag in the given buffer
744 public static void clearFlag(byte[] buf, int flag) { argument
745 buf[6] &= (0xFF ^ flag);
748 private static void AreFragmentsAllowed(byte major, byte minor, byte flag, argument
[all...]

Completed in 176 milliseconds

123456