/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | RadioButtonTest.java | 3 import android.widget.RadioButton; 18 RadioButton radioButton = new RadioButton(null); in canBeExplicitlyChecked() 30 RadioButton radioButton = new RadioButton(null); in canBeToggledBetweenCheckedState() 42 RadioButton radioButton = new RadioButton(null); in canBeClickedToToggleCheckedState() 54 RadioButton radioButton1 = new RadioButton(null); in shouldInformRadioGroupThatItIsChecked() 56 RadioButton radioButton2 = new RadioButton(null); in shouldInformRadioGroupThatItIsChecked()
|
/external/autotest/frontend/client/src/autotest/common/table/ |
D | RadioButtonSetFilter.java | 7 import com.google.gwt.user.client.ui.RadioButton; 15 private Vector<RadioButton> buttons; 34 RadioButton radioButton = new RadioButton(name, label); in addRadioButon() 58 selected = Integer.parseInt(((RadioButton) event.getSource()).getFormValue()); in onValueChange()
|
/external/pdfium/core/fpdfdoc/ |
D | cpdf_formcontrol.cpp | 37 GetType() == CPDF_FormField::RadioButton); in GetOnStateName() 56 GetType() == CPDF_FormField::RadioButton); in SetOnStateName() 98 GetType() == CPDF_FormField::RadioButton); in GetCheckedAPState() 100 if (GetType() == CPDF_FormField::RadioButton || in GetCheckedAPState() 114 GetType() == CPDF_FormField::RadioButton); in GetExportValue() 116 if (GetType() == CPDF_FormField::RadioButton || in GetExportValue() 131 GetType() == CPDF_FormField::RadioButton); in IsChecked() 139 GetType() == CPDF_FormField::RadioButton); in IsDefaultChecked() 151 GetType() == CPDF_FormField::RadioButton); in CheckControl()
|
D | cpdf_formfield.cpp | 116 m_Type = RadioButton; in SyncFieldFlags() 166 case CPDF_FormField::RadioButton: { in ResetField() 254 case RadioButton: in GetFieldType() 303 if (GetType() == CheckBox || GetType() == RadioButton) in GetValue() 346 case RadioButton: { in SetValue() 712 ASSERT(GetType() == CheckBox || GetType() == RadioButton); in CheckControl() 766 ASSERT(GetType() == CheckBox || GetType() == RadioButton); in GetCheckValue() 784 ASSERT(GetType() == CheckBox || GetType() == RadioButton); in SetCheckValue()
|
D | cpdf_formfield.h | 48 RadioButton, enumerator
|
D | cpdf_interform.cpp | 1246 pField->GetType() == CPDF_FormField::RadioButton) { in ExportToFDF()
|
/external/autotest/frontend/client/src/autotest/tko/ |
D | MetricsPlotFrontend.java | 17 import com.google.gwt.user.client.ui.RadioButton; 35 private RadioButton noNormalizeMultiple = 36 new RadioButton("normalize", "No normalization (multiple subplots)"); 37 private RadioButton noNormalizeSingle = 38 new RadioButton("normalize", "No normalization (single plot)"); 39 private RadioButton normalizeFirst = new RadioButton("normalize", "First data point"); 40 private RadioButton normalizeSeries = new RadioButton("normalize", "Specified series:"); 42 private RadioButton normalizeX = new RadioButton("normalize", "Specified X-axis value:");
|
D | FilterSelector.java | 17 import com.google.gwt.user.client.ui.RadioButton; 76 private RadioButton all; 77 private RadioButton any; 89 all = new RadioButton("booleanOp" + id, "all of"); in FilterSelector() 90 any = new RadioButton("booleanOp" + id, "any of"); in FilterSelector()
|
/external/autotest/frontend/client/src/autotest/afe/ |
D | JobOwnerFilter.java | 17 import com.google.gwt.user.client.ui.RadioButton; 27 private RadioButton allUsersRadio, selectUserRadio; 33 allUsersRadio = new RadioButton(radioGroupName, "All users"); in JobOwnerFilter() 34 selectUserRadio = new RadioButton(radioGroupName); in JobOwnerFilter()
|
D | IRadioButton.java | 5 import com.google.gwt.user.client.ui.RadioButton; 10 public static class RadioButtonImpl extends RadioButton implements IRadioButton {
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowRadioButton.java | 4 import android.widget.RadioButton; 13 @Implements(RadioButton.class)
|
/external/skia/tools/viewer/ |
D | Viewer.cpp | 1009 ImGui::RadioButton("Raster", &newBackend, sk_app::Window::kRaster_BackendType); in drawImGui() 1011 ImGui::RadioButton("OpenGL", &newBackend, sk_app::Window::kNativeGL_BackendType); in drawImGui() 1014 ImGui::RadioButton("Vulkan", &newBackend, sk_app::Window::kVulkan_BackendType); in drawImGui() 1031 ImGui::RadioButton("0", &sampleCount, 0); ImGui::SameLine(); in drawImGui() 1032 ImGui::RadioButton("4", &sampleCount, 4); ImGui::SameLine(); in drawImGui() 1033 ImGui::RadioButton("8", &sampleCount, 8); ImGui::SameLine(); in drawImGui() 1034 ImGui::RadioButton("16", &sampleCount, 16); in drawImGui() 1045 if (ImGui::RadioButton(gPathRendererNames[x].c_str(), prevPr == x)) { in drawImGui() 1054 ImGui::RadioButton("Software", true); in drawImGui() 1099 if (ImGui::RadioButton(label, mode == fColorMode)) { in drawImGui()
|
/external/sonivox/jet_tools/JetCreator/ |
D | JetCtrls.py | 81 class JetRadioButton(wx.RadioButton): 84 wx.RadioButton.__init__(self, parent, id=id, label=label, pos=pos, size=size) 93 wx.RadioButton.SetValue(self, val) 95 wx.RadioButton.SetValue(self, val) 97 wx.RadioButton.SetValue(self, False)
|
/external/autotest/client/site_tests/desktopui_SonicExtension/extension_pages/ |
D | extension_pages.py | 67 return web_elements.RadioButton(self._driver, element_id, name)
|
D | web_elements.py | 116 class RadioButton(WebElements): class
|
/external/autotest/frontend/client/src/autotest/public/ |
D | afeclient.css | 339 .radio-chooser .gwt-RadioButton {
|
/external/robolectric/v1/lib/main/ |
D | android.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/external/robolectric/v3/runtime/ |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |