Home
last modified time | relevance | path

Searched refs:checkbox (Results 1 – 25 of 155) sorted by relevance

1234567

/external/v8/tools/heap-stats/
Ddetails-selection.js230 for (let checkbox of this.querySelectorAll(
232 checkbox.checked =
233 this.selectedData.instance_type_data[checkbox.instance_type]
236 checkbox.instance_type, checkbox.checked,
237 this.selectedData.instance_type_data[checkbox.instance_type]
272 this.querySelectorAll('.instanceTypeSelectBox input').forEach(checkbox => {
273 let instanceType = checkbox.value;
276 let percentDiv = checkbox.parentNode.querySelector('.percentBackground');
285 .forEach(checkbox => tmp.push(checkbox.value));
348 .forEach(checkbox => checkbox.checked = false);
[all …]
/external/autotest/server/cros/ap_configurators/
Dwesterndigitaln600_ap_configurator.py205 checkbox = elements[0]
208 checkbox = elements[3]
213 checkbox.value_of_css_property('background-image')):
232 checkbox = elements[0]
235 checkbox = elements[3]
244 checkbox.value_of_css_property('background-image')):
245 checkbox.click()
249 elif not (image in checkbox.value_of_css_property('background-image')):
250 checkbox.click()
Ddlink_dir655_ap_configurator.py194 checkbox = self.driver.find_element_by_id('w_enable')
/external/adhd/scripts/mic_testing/frontend/
Danalysis.js135 var checkbox = document.createElement('input');
136 checkbox.setAttribute('type', 'checkbox');
137 checkbox.checked = true;
138 checkbox.onclick = function() {
139 setCurveVisible(checkbox, curve_id, 'all');
141 tdCheckbox.appendChild(checkbox);
177 this.setVisible = function(checkbox, id, channel) { argument
181 curveBuffer[index].channel[i].visible = checkbox.checked;
184 curveBuffer[index].channel[channel].visible = checkbox.checked;
479 function setCurveVisible(checkbox, id, channel) { argument
[all …]
/external/autotest/frontend/client/src/autotest/afe/
DCheckBoxPanelDisplay.java18 CheckBoxImpl checkbox = new CheckBoxImpl(); in generateCheckBox() local
22 table.setWidget(row, col, checkbox); in generateCheckBox()
24 return checkbox; in generateCheckBox()
/external/clang/www/demo/
Dindex.cgi196 print $c->checkbox(
202 print $c->checkbox(
207 print $c->checkbox(
215 print $c->checkbox(
220 print $c->checkbox(
/external/selinux/gui/
DbooleansPage.py117 checkbox = Gtk.CellRendererToggle()
118 checkbox.connect("toggled", self.boolean_toggled)
119 col = Gtk.TreeViewColumn('Active', checkbox, active=ACTIVE)
/external/doclava/res/assets/templates/assets/
Ddoclava-developer-reference.js11 function toggleApiLevelSelector(checkbox) { argument
15 if (checkbox.checked) {
/external/webrtc/tools/python_charts/
DREADME25 3. In the PyDev Project wizard, uncheck the "Use Default" checkbox for Project
/external/perfetto/ui/src/assets/
Drecord.scss195 input[type=checkbox]::after {
210 input[type=checkbox] {
252 } // checkbox
/external/autotest/frontend/client/src/autotest/afe/create/
DCreateJobViewPresenter.java303 ICheckBox checkbox = profilersPanel.generateCheckBox(); in populateProfilers() local
304 checkbox.setText(name); in populateProfilers()
305 checkbox.addClickHandler(new ClickHandler() { in populateProfilers()
312 profilersPanel.add(checkbox); in populateProfilers()
/external/okhttp/website/static/
Dbootstrap-combined.min.css9checkbox"]{cursor:pointer}input[type="search"]{-webkit-box-sizing:content-box;-moz-box-sizing:cont…
18 …0,0,0)}.page-header h1 small{display:block;line-height:20px}input[type="checkbox"],input[type="rad…
/external/doclava/res/assets/templates-sdk/assets/js/
Ddocs.js2435 var checkbox = $(ITEM_STR_.replace(/\{\{name\}\}/g, opts.filterName)
2440 checkbox[0].checked = true;
2444 item.append(checkbox);
2474 this.items_.find(':checked').each(function(i, checkbox) { argument
2479 var expression = $(checkbox).val();
2543 var checkbox = chip.data('item.dac-filter').find(':first-child')[0];
2544 checkbox.checked = false;
2545 this.changeStateForCheckbox(checkbox);
2561 Filter.prototype.changeStateForCheckbox = function(checkbox) { argument
2562 var item = $(checkbox).parent();
[all …]
/external/cldr/tools/scripts/web/
Dbugdiffs354 print $QUERY->checkbox(-name=>"include_attic",
356 print $QUERY->checkbox(-name=>"localdiff",
/external/python/cpython3/Lib/msilib/
D__init__.py480 def checkbox(self, name, x, y, w, h, attr, prop, text, next): member in Dialog
/external/python/cpython2/Lib/msilib/
D__init__.py478 def checkbox(self, name, x, y, w, h, attr, prop, text, next): member in Dialog
/external/doclava/res/assets/templates-sdk/assets/css/
Ddefault.css1622 .checkbox-group, .article form .radio-group {
1625 .checkbox-group input {
1632 .article form .checkbox-group, .article form .radio-group {
8486 .dac-form-radio, .dac-form-checkbox {
8492 .dac-form-radio-group, .dac-form-checkbox-group {
8496 …dac-form-checkbox-group + .dac-form-radio-group, .dac-form-radio-group + .dac-form-checkbox-group,…
8500 .dac-form-radio-button, .dac-form-checkbox-button {
8511 …tton::after, .dac-form-radio-button::before, .dac-form-checkbox-button::after, .dac-form-checkbox-…
8545 .dac-form-checkbox-button::before {
8554 .dac-form-checkbox-button::after {
[all …]
/external/python/cpython2/Lib/idlelib/
DHISTORY.txt229 - Menu items can now be have a checkbox (when the menu label starts
/external/python/cpython3/Lib/idlelib/
DHISTORY.txt229 - Menu items can now be have a checkbox (when the menu label starts
/external/python/cpython3/Doc/library/
Dcgi.rst220 <input type="checkbox" name="item" value="1" />
221 <input type="checkbox" name="item" value="2" />
/external/python/cpython2/Doc/library/
Dcgi.rst208 <input type="checkbox" name="item" value="1" />
209 <input type="checkbox" name="item" value="2" />
/external/python/cpython2/Tools/msi/
Dmsilib.py656 def checkbox(self, name, x, y, w, h, attr, prop, text, next): member in Dialog
Dmsi.py757 advanced.checkbox("CompilePyc", 135, 60, 230, 50, 3,
/external/ImageMagick/www/assets/
Dmagick.css6checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-l…
/external/python/cpython3/Tools/pynche/
DREADME334 - all settings of checkbox and radio button options in all windows

1234567