Searched refs:TRUE (Results 276 - 300 of 620) sorted by relevance

<<11121314151617181920>>

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djdcoefct.c264 (JDIMENSION) compptr->v_samp_factor, TRUE);
451 smoothing_useful = TRUE;
518 last_row = TRUE;
533 first_row = TRUE;
712 ((j_common_ptr) cinfo, JPOOL_IMAGE, TRUE,
H A Djccoefct.c140 * Returns TRUE if the iMCU row is completed, FALSE if suspended.
221 return TRUE;
266 (JDIMENSION) compptr->v_samp_factor, TRUE);
339 * Returns TRUE if the iMCU row is completed, FALSE if suspended.
398 return TRUE;
H A Djcsample.c473 boolean smoothok = TRUE;
494 downsample->pub.need_context_rows = TRUE;
507 downsample->pub.need_context_rows = TRUE;
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmscgats.c429 return TRUE;
433 return TRUE;
453 return TRUE;
469 return TRUE;
508 return TRUE;
967 return TRUE;
1012 return TRUE;
1154 return TRUE;
1161 return TRUE;
1351 return TRUE;
[all...]
H A Dcmsgamma.c110 return TRUE;
133 return TRUE;
977 st = TRUE;
1036 return TRUE;
1055 return TRUE;
1069 if (n < 2) return TRUE;
1101 return TRUE;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DXML11DTDConfiguration.java409 fFeatures.put(NAMESPACES, Boolean.TRUE);
410 fFeatures.put(EXTERNAL_GENERAL_ENTITIES, Boolean.TRUE);
411 fFeatures.put(EXTERNAL_PARAMETER_ENTITIES, Boolean.TRUE);
413 fFeatures.put(LOAD_EXTERNAL_DTD, Boolean.TRUE);
414 fFeatures.put(PARSER_SETTINGS, Boolean.TRUE);
942 if (fFeatures.get(NAMESPACES) == Boolean.TRUE) {
1014 if (fFeatures.get(NAMESPACES) == Boolean.TRUE) {
H A DNonValidatingConfiguration.java295 fFeatures.put(PARSER_SETTINGS, Boolean.TRUE);
296 fFeatures.put(NAMESPACES, Boolean.TRUE);
608 if (fFeatures.get(NAMESPACES) == Boolean.TRUE) {
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalLookAndFeel.java140 return (value == null || Boolean.TRUE.equals(value));
847 "FileChooser.usesSingleFilePane", Boolean.TRUE,
1094 "ScrollBar.allowsAbsolutePositioning", Boolean.TRUE,
1262 "Menu.borderPainted", Boolean.TRUE,
1279 "MenuItem.borderPainted", Boolean.TRUE,
1342 "CheckBoxMenuItem.borderPainted", Boolean.TRUE,
1355 "RadioButtonMenuItem.borderPainted", Boolean.TRUE,
H A DMetalTitlePane.java502 closeButton.putClientProperty("paintActive", Boolean.TRUE);
515 iconifyButton.putClientProperty("paintActive", Boolean.TRUE);
523 toggleButton.putClientProperty("paintActive", Boolean.TRUE);
543 Boolean activeB = isActive ? Boolean.TRUE : Boolean.FALSE;
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Choice.cpp171 c->m_backgroundColorSet = TRUE;
270 mouseCapture = TRUE;
412 sm_isMouseMoveInList = TRUE;
461 SetRestoreFocus(TRUE);
489 skipNextMouseUp = TRUE;
608 c->SendMessage(WM_SETREDRAW, (WPARAM)TRUE, 0);
609 InvalidateRect(c->GetHWnd(), NULL, TRUE);
H A Dawt_Scrollbar.cpp147 c->m_backgroundColorSet = TRUE;
165 ms_isInsideMouseFilter != TRUE &&
176 ms_isInsideMouseFilter = TRUE;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/encoding/
H A DSOAPBindingCodec.java89 private enum TriState {UNSET,TRUE,FALSE} enum constant in enum:SOAPBindingCodec.TriState
313 decodeFirst = TriState.TRUE;
323 return decodeFirst == TriState.TRUE;
/openjdk7/jdk/src/windows/native/java/net/
H A DDualStackPlainDatagramSocketImpl.c80 int fd, rv, opt=0, t=TRUE;
146 int t = TRUE;
331 retry = TRUE;
/openjdk7/jdk/test/java/util/Formatter/
H A DBasicDateTime.java386 test("%B", "TRUE", true);
388 test("%b", "true", Boolean.TRUE);
390 test("%B", "TRUE", Boolean.TRUE);
447 Boolean.TRUE);
H A DBasicDoubleObject.java386 test("%B", "TRUE", true);
388 test("%b", "true", Boolean.TRUE);
390 test("%B", "TRUE", Boolean.TRUE);
447 Boolean.TRUE);
H A DBasicFloatObject.java386 test("%B", "TRUE", true);
388 test("%b", "true", Boolean.TRUE);
390 test("%B", "TRUE", Boolean.TRUE);
447 Boolean.TRUE);
/openjdk7/jdk/test/javax/security/auth/PrivateCredentialPermission/
H A DSubset.java100 creds.add(Boolean.TRUE);
178 creds1.add(Boolean.TRUE);
578 s.getPrivateCredentials().add(Boolean.TRUE);
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/util/
H A DSecuritySupport.java194 return f.exists() ? Boolean.TRUE : Boolean.FALSE;
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DFunctionAvailableCall.java95 return getResult() ? Boolean.TRUE : Boolean.FALSE;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DCaseInsensitiveMap.java105 mapBuilt = Boolean.TRUE;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/
H A DSAXParserFactoryImpl.java193 features.put(name, value ? Boolean.TRUE : Boolean.FALSE);
/openjdk7/jdk/src/share/classes/javax/rmi/ssl/
H A DSslRMIServerSocketFactory.java347 (needClientAuth ? Boolean.TRUE.hashCode() : Boolean.FALSE.hashCode()) +
/openjdk7/jdk/src/share/classes/javax/swing/
H A DAbstractAction.java121 return Boolean.TRUE.equals(a.getValue(Action.SELECTED_KEY));
H A DDefaultCellEditor.java135 comboBox.putClientProperty("JComboBox.isTableCellEditor", Boolean.TRUE);
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthEditorPaneUI.java48 private Boolean localTrue = Boolean.TRUE;

Completed in 296 milliseconds

<<11121314151617181920>>