/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/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/kotlinx.coroutines/kotlinx-coroutines-core/common/src/selects/ |
D | Select.kt | 116 public val isSelected: Boolean constant 278 assert { isSelected } // "Must be selected first" in next() 314 if (!isSelected) initCancellability() in next() 333 if (isSelected) newRegistration.dispose() in next() 363 override val isSelected: Boolean get() = _state.loop { state -> in next() constant 374 if (!isSelected) { in next() 377 if (!isSelected) return // all ok - still not selected in next()
|
D | SelectUnbiased.kt | 43 if (!instance.isSelected) { in handleBuilderException()
|
/external/perfetto/ui/src/tracks/chrome_slices/ |
D | frontend.ts | 98 const isSelected = currentSelection && constant 107 hslForSlice(name, highlighted || isSelected); 125 if (isSelected) { 160 if (isSelected) {
|
/external/perfetto/ui/src/common/ |
D | colorizer.ts | 154 sliceName: string, isSelected: boolean|null): [number, number, number] { 159 const lightness = isSelected ? 30 : hash(sliceName + 'x', 40) + 40;
|
/external/perfetto/ui/src/tracks/thread_state/ |
D | frontend.ts | 86 const isSelected = currentSelection && constant 108 if (isSelected) {
|
/external/google-java-format/idea_plugin/src/com/google/googlejavaformat/intellij/ |
D | GoogleJavaFormatConfigurable.java | 82 settings.setEnabled(enable.isSelected() ? EnabledState.ENABLED : getDisabledState()); in apply() 103 return enable.isSelected() != settings.isEnabled() in isModified()
|
/external/perfetto/ui/src/tracks/heap_profile/ |
D | frontend.ts | 63 const isSelected = selection !== null && constant 65 const strokeWidth = isSelected ? 3 : 0;
|
/external/perfetto/ui/src/tracks/cpu_profile/ |
D | frontend.ts | 66 const isSelected = selection !== null && constant 68 const strokeWidth = isSelected ? 3 : 0;
|
/external/autotest/frontend/client/src/autotest/common/table/ |
D | BooleanFilter.java | 20 public boolean isSelected() { in isSelected() method in BooleanFilter
|
/external/perfetto/ui/src/frontend/ |
D | notes_panel.ts | 111 const isSelected = selection !== null && constant 125 isSelected); 128 ctx, left, size.height, note.color, note.noteType, isSelected);
|
D | track_panel.ts | 38 function isSelected(id: string) { function 110 i: isSelected(attrs.trackState.id) ? CHECKBOX : BLANK_CHECKBOX, 111 tooltip: isSelected(attrs.trackState.id) ?
|
/external/google-java-format/core/src/test/resources/com/google/googlejavaformat/java/testdata/ |
D | B24202287.input | 28 true /* isSelected */,
|
D | B24202287.output | 28 true /* isSelected */,
|
/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
|