HomeSort by relevance Sort by last modified time
    Searched refs:checked (Results 226 - 250 of 894) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/TV/src/com/android/tv/dvr/ui/browse/
DvrDetailsFragment.java 254 public void onPinChecked(boolean checked, int type, String rating) {
257 if (checked
  /packages/services/Telephony/src/com/android/phone/
EditPhoneNumberPreference.java 353 public EditPhoneNumberPreference setToggled(boolean checked) {
354 mChecked = checked;
  /prebuilts/go/darwin-x86/src/compress/bzip2/
bit_reader.go 15 // be checked afterwards.
  /prebuilts/go/darwin-x86/src/os/
executable_path.go 11 // errWd will be checked later, if we need to use initWd
  /prebuilts/go/darwin-x86/src/time/
zoneinfo_android.go 65 // len(name) <= namesize is checked at function entry
  /prebuilts/go/linux-x86/src/compress/bzip2/
bit_reader.go 15 // be checked afterwards.
  /prebuilts/go/linux-x86/src/os/
executable_path.go 11 // errWd will be checked later, if we need to use initWd
  /prebuilts/go/linux-x86/src/time/
zoneinfo_android.go 65 // len(name) <= namesize is checked at function entry
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
AppRestrictionsFragment.java 173 public void setChecked(boolean checked) {
175 final boolean changed = mChecked != checked;
177 mChecked = checked;
179 persistBoolean(checked);
544 private void updateAllEntries(String prefKey, boolean checked) {
549 ((AppRestrictionsPreference) pref).setChecked(checked);
    [all...]
  /prebuilts/go/darwin-x86/src/go/types/
scope.go 115 // The results are guaranteed to be valid only if the type-checked
122 // The result is guaranteed to be valid only if the type-checked
131 // The result is guaranteed to be valid only if the type-checked
decl.go 44 return // already checked - nothing to do
149 // are more than one since that would mark them as checked
151 // if any, would not be checked.
291 // may add methods to already type-checked types. Add pre-existing methods
343 // function body must be type-checked after global declarations
  /prebuilts/go/linux-x86/src/go/types/
scope.go 115 // The results are guaranteed to be valid only if the type-checked
122 // The result is guaranteed to be valid only if the type-checked
131 // The result is guaranteed to be valid only if the type-checked
decl.go 44 return // already checked - nothing to do
149 // are more than one since that would mark them as checked
151 // if any, would not be checked.
291 // may add methods to already type-checked types. Add pre-existing methods
343 // function body must be type-checked after global declarations
  /external/python/cpython3/Tools/msi/bundle/bootstrap/
PythonBootstrapperApplication.cpp 266 BOOL checked, launcherChecked; local
343 checked = ThemeIsControlChecked(_theme, ID_INSTALL_LAUNCHER_ALL_USERS_CHECKBOX);
344 _engine->SetVariableNumeric(L"InstallLauncherAllUsers", checked);
350 checked = ThemeIsControlChecked(_theme, ID_CUSTOM_INSTALL_LAUNCHER_ALL_USERS_CHECKBOX);
351 _engine->SetVariableNumeric(L"InstallLauncherAllUsers", checked);
357 checked = ThemeIsControlChecked(_theme, ID_CUSTOM_INSTALL_ALL_USERS_CHECKBOX);
358 _engine->SetVariableNumeric(L"InstallAllUsers", checked);
361 ThemeControlEnable(_theme, ID_CUSTOM_BROWSE_BUTTON_LABEL, !checked);
362 if (checked) {
371 checked ? L"DefaultJustForMeTargetDir" : L"DefaultAllUsersTargetDir"
2803 BOOL checked = ThemeIsControlChecked(_theme, pControl->wId); local
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv84_video.c 755 int checked = screen->firmware_info.profiles_checked; local
758 if (!FIRMWARE_PRESENT(checked, VP_KERN)) {
767 if (!FIRMWARE_PRESENT(checked, BSP_KERN)) {
775 if (!FIRMWARE_PRESENT(checked, VP_H264_1)) {
789 if (!FIRMWARE_PRESENT(checked, VP_MPEG2)) {
  /frameworks/base/core/java/android/widget/
Switch.java 757 * Returns the text displayed when the button is in the checked state.
766 * Sets the text displayed when the button is in the checked state.
776 * Returns the text displayed when the button is not in the checked state.
785 * Sets the text displayed when the button is not in the checked state.
    [all...]
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
SwitchCompat.java 734 * Returns the text displayed when the button is in the checked state.
743 * Sets the text displayed when the button is in the checked state.
753 * Returns the text displayed when the button is not in the checked state.
762 * Sets the text displayed when the button is not in the checked state.
    [all...]
  /tools/test/connectivity/acts/framework/acts/test_utils/wifi/
wifi_retail_ap.py 438 config_item.first.checked)
455 if item.checked:
559 current_status = int(config_item.checked)
    [all...]
  /developers/build/prebuilts/gradle/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
AppRestrictionEnforcerFragment.java 148 public void onCheckedChanged(CompoundButton compoundButton, boolean checked) {
151 saveCanSayHello(getActivity(), checked); local
155 if (checked) {
  /developers/samples/android/admin/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
AppRestrictionEnforcerFragment.java 148 public void onCheckedChanged(CompoundButton compoundButton, boolean checked) {
151 saveCanSayHello(getActivity(), checked); local
155 if (checked) {
  /development/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/
AppRestrictionEnforcerFragment.java 148 public void onCheckedChanged(CompoundButton compoundButton, boolean checked) {
151 saveCanSayHello(getActivity(), checked); local
155 if (checked) {
  /external/python/cpython3/Lib/test/
test_signal.py 80 checked = set()
88 checked.add(sig)
90 self.assertTrue(checked)
    [all...]
  /external/v8/src/ia32/
disasm-ia32.cc 285 byte checked = vex_byte0_ == 0xc4 ? vex_byte2_ : vex_byte1_; local
286 return (checked & 4) == 0;
291 byte checked = vex_byte0_ == 0xc4 ? vex_byte2_ : vex_byte1_; local
292 return (checked & 3) == 0;
297 byte checked = vex_byte0_ == 0xc4 ? vex_byte2_ : vex_byte1_; local
298 return (checked & 3) == 1;
303 byte checked = vex_byte0_ == 0xc4 ? vex_byte2_ : vex_byte1_; local
304 return (checked & 3) == 2;
309 byte checked = vex_byte0_ == 0xc4 ? vex_byte2_ : vex_byte1_; local
310 return (checked & 3) == 3
335 byte checked = vex_byte0_ == 0xc4 ? vex_byte2_ : vex_byte1_; local
    [all...]
  /external/v8/src/x64/
disasm-x64.cc 362 byte checked = vex_byte0_ == VEX3_PREFIX ? vex_byte2_ : vex_byte1_; local
363 return (checked & 4) == 0;
368 byte checked = vex_byte0_ == VEX3_PREFIX ? vex_byte2_ : vex_byte1_; local
369 return (checked & 3) == 0;
374 byte checked = vex_byte0_ == VEX3_PREFIX ? vex_byte2_ : vex_byte1_; local
375 return (checked & 3) == 1;
380 byte checked = vex_byte0_ == VEX3_PREFIX ? vex_byte2_ : vex_byte1_; local
381 return (checked & 3) == 2;
386 byte checked = vex_byte0_ == VEX3_PREFIX ? vex_byte2_ : vex_byte1_; local
387 return (checked & 3) == 3
407 byte checked = vex_byte0_ == VEX3_PREFIX ? vex_byte2_ : vex_byte1_; local
    [all...]
  /libcore/luni/src/test/java/libcore/xml/
ExpatSaxParserTest.java 74 } catch (SAXException checked) { /* expected */ }
88 } catch (SAXException checked) { /* expected */ }
101 } catch (SAXException checked) { /* expected */ }

Completed in 1090 milliseconds

1 2 3 4 5 6 7 8 91011>>