HomeSort by relevance Sort by last modified time
    Searched full:checkbox (Results 476 - 500 of 1370) sorted by null

<<11121314151617181920>>

  /tools/loganalysis/tests/src/com/android/loganalysis/parser/
SmartMonkeyLogParserTest.java 42 "2013-03-04 12:33:37.336: [ 0](Seq: 0)-Clicking: CheckBox (760,194)",
73 "2013-03-04 12:33:37.336: [ 0](Seq: 0)-Clicking: CheckBox (760,194)",
107 "2013-03-04 12:33:37.336: [ 0](Seq: 0)-Clicking: CheckBox (760,194)",
130 "2013-03-04 12:33:37.336: [ 0](Seq: 0)-Clicking: CheckBox (760,194)",
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/VarCheckHiiLib/
VarCheckHiiGen.c     [all...]
  /developers/build/prebuilts/gradle/JobScheduler/Application/src/main/res/layout/
sample_main.xml 193 <CheckBox
213 <CheckBox
  /developers/build/prebuilts/gradle/WearAccessibilityApp/Wearable/src/main/res/values/
strings.xml 85 <string name="checkbox">Checkbox</string>
  /developers/samples/android/background/JobScheduler/Application/src/main/res/layout/
sample_main.xml 193 <CheckBox
213 <CheckBox
  /developers/samples/android/wearable/wear/WearAccessibilityApp/Wearable/src/main/res/values/
strings.xml 85 <string name="checkbox">Checkbox</string>
  /development/samples/browseable/JobScheduler/res/layout/
sample_main.xml 193 <CheckBox
213 <CheckBox
  /development/vndk/tools/sourcedr/sourcedr/templates/
index.html 44 <input type="checkbox" name="is_regex2" id="is_regex2">
52 <input type="checkbox" name="is_regex" id="is_regex">
  /external/androidplot/Examples/DemoApp/res/layout/
bar_plot_example.xml 103 <CheckBox android:id="@+id/s1CheckBox"
108 <CheckBox android:id="@+id/s2CheckBox"
orientation_sensor_example.xml 87 <CheckBox android:id="@+id/hwAccelerationCb"
93 <CheckBox android:id="@+id/showFpsCb"
  /frameworks/base/media/tests/ScoAudioTest/res/layout/
scoaudiotest.xml 123 <CheckBox
128 <CheckBox
  /frameworks/base/tests/OneMedia/src/com/android/onemedia/
OnePlayerActivity.java 37 import android.widget.CheckBox;
58 private CheckBox mHasVideo;
  /frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/build/intermediates/classes/debug/com/android/layoutlib/test/myapplication/
R$id.class 
  /frameworks/support/samples/Support7Demos/src/main/res/layout/
appcompat_widgets_buttons.xml 51 <CheckBox
54 android:text="CheckBox"/>
  /frameworks/support/work/integration-tests/testapp/src/main/java/androidx/work/integration/testapp/
MainActivity.java 29 import android.widget.CheckBox;
147 CheckBox keep = findViewById(R.id.keep);
  /packages/apps/DeskClock/res/layout/
alarm_time_expanded.xml 52 <CheckBox
97 <CheckBox
  /packages/apps/Email/res/xml/
services.xml 47 syncCalendar: whether this service is capable of syncing a calendar (offering a checkbox)
48 syncContacts: whether this service is capable of syncing contacts (offering a checkbox)
  /packages/apps/PackageInstaller/res/layout/
grant_permissions.xml 57 <CheckBox
68 </CheckBox>
  /packages/experimental/KBars/app/src/main/java/js/kbars/
FitSystemWindowsActivity.java 13 import android.widget.CheckBox;
73 private class FlagCheckBox extends CheckBox {
  /packages/services/Car/car_product/overlay/packages/apps/PackageInstaller/res/layout/
grant_permissions.xml 50 <CheckBox
63 </CheckBox>
  /external/swiftshader/src/Main/
SwiftConfig.cpp 395 html += "<tr><td>Enable SSE:</td><td><input name = 'enableSSE' type='checkbox'" + (config.enableSSE ? checked : empty) + " disabled='disabled' title='If checked enables the use of SSE instruction set extentions if supported by the CPU.'></td></tr>";
396 html += "<tr><td>Enable SSE2:</td><td><input name = 'enableSSE2' type='checkbox'" + (config.enableSSE2 ? checked : empty) + " title='If checked enables the use of SSE2 instruction set extentions if supported by the CPU.'></td></tr>";
397 html += "<tr><td>Enable SSE3:</td><td><input name = 'enableSSE3' type='checkbox'" + (config.enableSSE3 ? checked : empty) + " title='If checked enables the use of SSE3 instruction set extentions if supported by the CPU.'></td></tr>";
398 html += "<tr><td>Enable SSSE3:</td><td><input name = 'enableSSSE3' type='checkbox'" + (config.enableSSSE3 ? checked : empty) + " title='If checked enables the use of SSSE3 instruction set extentions if supported by the CPU.'></td></tr>";
399 html += "<tr><td>Enable SSE4.1:</td><td><input name = 'enableSSE4_1' type='checkbox'" + (config.enableSSE4_1 ? checked : empty) + " title='If checked enables the use of SSE4.1 instruction set extentions if supported by the CPU.'></td></tr>";
423 html += "<tr><td>Disable SwiftConfig server:</td><td><input name = 'disableServer' type='checkbox'" + (config.disableServer == true ? checked : empty) + " title='If checked disables the web browser based control panel.'></td></tr>";
424 html += "<tr><td>Force windowed mode:</td><td><input name = 'forceWindowed' type='checkbox'" + (config.forceWindowed == true ? checked : empty) + " title='If checked prevents the application from switching to full-screen mode.'></td></tr>";
425 html += "<tr><td>Complementary depth buffer:</td><td><input name = 'complementaryDepthBuffer' type='checkbox'" + (config.complementaryDepthBuffer == true ? checked : empty) + " title='If checked causes 1 - z to be stored in the depth buffer.'></td></tr>";
426 html += "<tr><td>Post alpha blend sRGB conversion:</td><td><input name = 'postBlendSRGB' type='checkbox'" + (config.postBlendSRGB == true ? checked : empty) + " title='If checked alpha blending is performed in linear color space.'></td></tr>";
427 html += "<tr><td>Exact color rounding:</td><td><input name = 'exactColorRounding' type='checkbox'" + (config.exactColorRounding == true ? checked : empty) + " title='If checked color rounding is (…)
    [all...]
  /external/autotest/frontend/client/src/autotest/afe/create/
CreateJobViewDisplay.java 30 import com.google.gwt.user.client.ui.CheckBox;
61 * - When the fetch tests from build checkbox is unchecked (by default), the tests
63 * - You can only check the checkbox if a build is selected in the test source build
108 private CheckBox parseFailedRepair = new CheckBox();
  /external/autotest/frontend/client/src/autotest/moblab/
DutManagementView.java 13 import com.google.gwt.user.client.ui.CheckBox;
33 private CheckBox poolCheckBox;
125 if (((CheckBox)dutInfoTable.getWidget(i, SELECTION_COLUMN)).getValue()) {
148 poolCheckBox = new CheckBox();
268 dutInfoTable.setWidget(row, SELECTION_COLUMN, new CheckBox());
  /external/autotest/frontend/client/src/autotest/tko/
SpreadsheetView.java 37 import com.google.gwt.user.client.ui.CheckBox;
72 private CheckBox showIncomplete = new CheckBox("Show incomplete tests");
73 private CheckBox showOnlyLatest = new CheckBox("Show only latest test per cell");
TableView.java 32 import com.google.gwt.user.client.ui.CheckBox;
110 private CheckBox groupCheckbox = new CheckBox("Group by these columns and show counts");
111 private CheckBox statusGroupCheckbox =
112 new CheckBox("Group by these columns and show pass rates");

Completed in 672 milliseconds

<<11121314151617181920>>