/external/proguard/src/proguard/gui/ |
D | ProGuardGUI.java | 1119 if (boilerplateKeepCheckBoxes[index].isSelected()) in getProGuardConfiguration() 1129 if (boilerplateKeepNamesCheckBoxes[index].isSelected()) in getProGuardConfiguration() 1148 if (boilerplateNoSideEffectMethodCheckBoxes[index].isSelected()) in getProGuardConfiguration() 1173 …iguration.shrink = shrinkCheckBox .isSelected(); in getProGuardConfiguration() 1174 …Usage = printUsageCheckBox .isSelected() ? new File(pri… in getProGuardConfiguration() 1176 …iguration.optimize = optimizeCheckBox .isSelected(); in getProGuardConfiguration() 1177 …iguration.allowAccessModification = allowAccessModificationCheckBox .isSelected(); in getProGuardConfiguration() 1178 …iguration.mergeInterfacesAggressively = mergeInterfacesAggressivelyCheckBox .isSelected(); in getProGuardConfiguration() 1182 …iguration.obfuscate = obfuscateCheckBox .isSelected(); in getProGuardConfiguration() 1183 …Mapping = printMappingCheckBox .isSelected() ? new File(pri… in getProGuardConfiguration() [all …]
|
D | ClassSpecificationDialog.java | 433 boolean markClasses = !keepClassMembersRadioButton .isSelected(); in getKeepSpecification() 434 boolean markConditionally = keepClassesWithMembersRadioButton.isSelected(); in getKeepSpecification() 435 boolean markDescriptorClasses = keepDescriptorClassesCheckBox .isSelected(); in getKeepSpecification() 436 boolean allowShrinking = allowShrinkingCheckBox .isSelected(); in getKeepSpecification() 437 boolean allowOptimization = allowOptimizationCheckBox .isSelected(); in getKeepSpecification() 438 boolean allowObfuscation = allowObfuscationCheckBox .isSelected(); in getKeepSpecification() 531 if (radioButtons[0].isSelected()) in getClassSpecificationRadioButtons() 535 else if (radioButtons[1].isSelected()) in getClassSpecificationRadioButtons()
|
D | ClassSpecificationsPanel.java | 203 boolean isSelected, in getListCellRendererComponent() argument 215 if (isSelected) in getListCellRendererComponent()
|
D | MemberSpecificationsPanel.java | 224 boolean isSelected, in getListCellRendererComponent() argument 248 if (isSelected) in getListCellRendererComponent()
|
D | ClassPathPanel.java | 365 boolean isSelected, in getListCellRendererComponent() argument 401 if (isSelected) in getListCellRendererComponent()
|
D | FilterBuilder.java | 87 if (checkBox.isSelected()) in buildFilter()
|
D | TabbedPane.java | 95 setSelected(!this.isSelected()); in add()
|
D | MemberSpecificationDialog.java | 477 if (radioButtons[0].isSelected()) in getMemberSpecificationRadioButtons() 481 else if (radioButtons[1].isSelected()) in getMemberSpecificationRadioButtons()
|
/external/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/internal/ |
D | MigratorFrame.java | 296 if (radioJCL.isSelected()) { in actionPerformed() 298 } else if (radioLog4j.isSelected()) { in actionPerformed() 300 } else if (radioJUL.isSelected()) { in actionPerformed() 327 if (!radioJCL.isSelected() && !radioLog4j.isSelected() && !radioJUL.isSelected()) { in doSanityAnalysis() 339 if (!awareCheckBox.isSelected()) { in doSanityAnalysis()
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/ |
D | CFlatButton.java | 63 boolean isSelected = m_down | m_selected; in CFlatButton() 64 Color faceColor = isSelected ? COLOR_FACE_SELECTED : COLOR_FACE; in CFlatButton() 66 isSelected ? COLOR_BORDER_GRADIENT1_SELECTED : COLOR_BORDER_GRADIENT1; in CFlatButton() 68 isSelected ? COLOR_BORDER_GRADIENT2_SELECTED : COLOR_BORDER_GRADIENT2; in CFlatButton()
|
/external/jmonkeyengine/engine/src/desktop/com/jme3/app/ |
D | SettingsDialog.java | 370 boolean fullscreen = fullscreenBox.isSelected(); in verifyAndSaveCurrentSelection() 371 boolean vsync = vsyncBox.isSelected(); in verifyAndSaveCurrentSelection() 496 if (!fullscreenBox.isSelected()) { in updateDisplayChoices() 528 if (!fullscreenBox.isSelected()) { in updateResolutionChoices()
|
/external/skia/samplecode/ |
D | SampleDraw.cpp | 97 bool isSelected() const { return SkToBool(fFlags & kSelected_Flag); } in isSelected() function in Draw 111 if (this->isSelected()) { in draw() 362 if ((*iter)->isSelected()) { in onClick()
|
/external/droiddriver/src/io/appium/droiddriver/ |
D | UiElement.java | 120 boolean isSelected(); in isSelected() method
|
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/ |
D | RuleListController.java | 119 boolean isSelected, boolean hasFocus) { in getListCellRendererComponent() argument
|
D | TestCaseEditController.java | 603 boolean isSelected, boolean hasFocus) { in getListCellRendererComponent() argument 626 pane.setBackground(isSelected ? Color.LIGHT_GRAY : Color.WHITE); in getListCellRendererComponent()
|
/external/droiddriver/src/io/appium/droiddriver/uiautomation/ |
D | UiAutomationElement.java | 95 put(attribs, Attribute.SELECTED, node.isSelected()); in UiAutomationElement()
|
/external/droiddriver/src/io/appium/droiddriver/finders/ |
D | ByXPath.java | 166 setAttribute(element, Attribute.SELECTED, uiElement.isSelected()); in buildDomNode()
|
/external/droiddriver/src/io/appium/droiddriver/instrumentation/ |
D | ViewElement.java | 83 put(Attribute.SELECTED, view.isSelected()); in call()
|
/external/droiddriver/src/io/appium/droiddriver/base/ |
D | BaseUiElement.java | 142 public boolean isSelected() { in isSelected() method in BaseUiElement
|
/external/deqp/modules/gles31/functional/ |
D | es31fProgramInterfaceQueryTestCase.cpp | 176 bool isSelected (deUint32 caseFlags) const; 209 bool PropValidator::isSelected (deUint32 caseFlags) const in isSelected() function in deqp::gles31::Functional::__anoncbcbeee00111::PropValidator 2224 if (allProperties[propNdx].validator->isSelected(m_queryTarget.propFlags) && in iterate() 2276 if (allProperties[propNdx].validator->isSelected(m_queryTarget.propFlags) && in iterate() 2345 if (allProperties[propNdx].validator->isSelected(m_queryTarget.propFlags) && in iterate() 2411 if (allProperties[propNdx].validator->isSelected(m_queryTarget.propFlags) && in iterate() 2449 if (allProperties[propNdx].validator->isSelected(m_queryTarget.propFlags) && in iterate()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
D | ant.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/dexmaker/lib/ |
D | junit.jar | META-INF/
META-INF/MANIFEST.MF
junit/
junit/awtui/
junit/ ... |
/external/slf4j/integration/lib/ |
D | junit-3.8.1.jar | META-INF/
META-INF/MANIFEST.MF
junit/
junit/awtui/
junit/ ... |
/external/slf4j/log4j-over-slf4j/compatibility/lib/ |
D | junit-3.8.1.jar | META-INF/
META-INF/MANIFEST.MF
junit/
junit/awtui/
junit/ ... |
/external/jmonkeyengine/engine/src/test/jme3test/ |
D | TestChooser.java | 492 showSetting = showSettingCheck.isSelected();
|