/external/v8/tools/turbolizer/src/ |
D | selection.ts | 24 select(s, isSelected) { 28 if (isSelected == undefined) { 29 isSelected = !this.selection.has(this.stringKey(i)); 31 if (isSelected) { 39 isSelected(i): boolean { method in MySelection
|
D | text-view.ts | 126 const isSelected = view.blockSelection.isSelected(blockId); constant 128 mkVisible.consider(element, isSelected); 129 element.classList.toggle("selected", isSelected);
|
D | code-view.ts | 96 const isSelected = this.selection.isKeySelected(sp); constant 97 mkVisible.consider(el, isSelected); 98 el.classList.toggle("selected", isSelected);
|
D | graph-view.ts | 120 if (graph.state.selection.isSelected(n)) n.visible = true; 124 … (graph.state.selection.isSelected(e.source) && graph.state.selection.isSelected(e.target)); 465 if (!graph.state.selection.isSelected(n)) { 474 if (graph.state.selection.isSelected(n)) { 863 if (state.selection.isSelected(n)) return true; 917 if (graph.state.selection.isSelected(n)) {
|
/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/autotest/frontend/client/src/autotest/common/ui/ |
D | MultiListSelectPresenter.java | 97 private boolean isSelected() { in isSelected() method in MultiListSelectPresenter.Item 212 if (item.isSelected() && !selectedItems.contains(item)) { 226 if (item.isSelected()) { 239 if (item.isSelected()) { 262 if (item.isSelected()) { 271 if (!item.isSelected()) { 315 if (!item.isSelected()) { 322 if (item.isSelected() && !selectedNames.contains(item.name)) { 456 if (item.isSelected()) { 484 if (!item.isSelected()) { [all …]
|
/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/perfetto/ui/src/frontend/ |
D | notes_panel.ts | 91 const isSelected = selection !== null && selection.kind === 'NOTE' && constant 98 this.drawFlag(ctx, left, size.height, note.color, isSelected); 99 } else if (isSelected) {
|
/external/autotest/frontend/client/src/autotest/common/table/ |
D | BooleanFilter.java | 20 public boolean isSelected() { in isSelected() method in BooleanFilter
|
/external/droiddriver/src/io/appium/droiddriver/ |
D | UiElement.java | 124 boolean isSelected(); in isSelected() method
|
/external/autotest/frontend/client/src/autotest/afe/ |
D | HostTableDecorator.java | 88 if (lockedFilter.isActive() && lockedFilter.isSelected()) { in updateLockedByEnabled()
|
/external/antlr/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/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/translit/ |
D | TransliteratorInputMethod.java | 690 boolean isSelected, in getListCellRendererComponent() argument 696 if (isSelected) { 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/instrumentation/ |
D | ViewElement.java | 152 put(Attribute.SELECTED, view.isSelected()); in call()
|
/external/droiddriver/src/io/appium/droiddriver/finders/ |
D | ByXPath.java | 166 setAttribute(element, Attribute.SELECTED, uiElement.isSelected()); in buildDomNode()
|
/external/universal-tween-engine/java/applets/src/aurelienribon/tweenengine/applets/ |
D | TweenApplet.java | 92 boolean isYoyo = yoyoChk.isSelected(); in generateCode() 164 boolean isYoyo = yoyoChk.isSelected();
|