HomeSort by relevance Sort by last modified time
    Searched full:checked (Results 26 - 50 of 5090) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium-trace/catapult/tracing/third_party/devscripts/
README.chromium 10 A .vanilla file is checked in so that our patched version can be easily
12 Having a .patch file checked in was too inconvenient to keep up to date.
  /external/chromium-trace/catapult/tracing/tracing/ui/base/
checkbox.html 40 this.checked = this.$.checkbox.checked;
49 this.$.checkbox.checked = this.checked_;
82 this.checked = tr.b.Settings.get(
95 get checked() {
99 set checked(checked) {
100 this.checked_ = checked;
  /frameworks/base/core/java/android/preference/
TwoStatePreference.java 71 * Sets the checked state and saves it to the {@link SharedPreferences}.
73 * @param checked The checked state.
75 public void setChecked(boolean checked) {
77 final boolean changed = mChecked != checked;
79 mChecked = checked;
81 persistBoolean(checked);
90 * Returns the checked state.
92 * @return The checked state.
105 * Sets the summary to be shown when checked
255 boolean checked; field in class:TwoStatePreference.SavedState
    [all...]
  /frameworks/support/v7/preference/src/android/support/v7/preference/
TwoStatePreference.java 69 * Sets the checked state and saves it to the {@link android.content.SharedPreferences}.
71 * @param checked The checked state.
73 public void setChecked(boolean checked) {
75 final boolean changed = mChecked != checked;
77 mChecked = checked;
79 persistBoolean(checked);
88 * Returns the checked state.
90 * @return The checked state.
103 * Sets the summary to be shown when checked
260 boolean checked; field in class:TwoStatePreference.SavedState
    [all...]
  /dalvik/dx/tests/032-bb-live-code/
info.txt 5 branch are checked for liveness as well.
  /dalvik/dx/tests/035-dex-instance-var/
info.txt 3 file are not checked for correctness. This test is of a classfile with
  /dalvik/dx/tests/036-dex-static-var/
info.txt 3 file are not checked for correctness. This test is of a classfile with
  /dalvik/dx/tests/037-dex-static-final-var/
info.txt 3 file are not checked for correctness. This test is of a classfile with
  /dalvik/dx/tests/038-dex-instance-method/
info.txt 3 file are not checked for correctness. This test is of a classfile with
  /dalvik/dx/tests/039-dex-static-method/
info.txt 3 file are not checked for correctness. This test is of a classfile with
  /dalvik/dx/tests/041-dex-abstract-method/
info.txt 3 file are not checked for correctness. This test is of a classfile with
  /dalvik/dx/tests/042-dex-ignore-result/
info.txt 3 file are not checked for correctness. This test is of the case of a
  /dalvik/dx/tests/043-dex-two-classes/
info.txt 3 file are not checked for correctness. This test just makes sure that
  /dalvik/dx/tests/050-dex-checkcast/
info.txt 2 checked cast expressions get converted reasonably.
  /dalvik/dx/tests/089-dex-define-object/
info.txt 4 not checked for correctness.
  /development/ndk/platforms/android-4/samples/san-angeles/
default.properties 4 # This file must be checked in Version Control Systems.
  /development/ndk/platforms/android-5/samples/hello-gl2/
default.properties 4 # This file must be checked in Version Control Systems.
  /development/ndk/platforms/android-8/samples/bitmap-plasma/
default.properties 4 # This file must be checked in Version Control Systems.
  /development/ndk/platforms/android-9/samples/native-activity/
default.properties 4 # This file must be checked in Version Control Systems.
  /development/ndk/platforms/android-9/samples/native-plasma/
default.properties 4 # This file must be checked in Version Control Systems.
  /development/ndk/samples/hello-jni/
default.properties 4 # This file must be checked in Version Control Systems.
  /development/ndk/samples/hello-jni/tests/
default.properties 4 # This file must be checked in Version Control Systems.
  /development/ndk/samples/hello-neon/
default.properties 4 # This file must be checked in Version Control Systems.
  /development/ndk/samples/two-libs/
default.properties 4 # This file must be checked in Version Control Systems.
  /development/ndk/samples/two-libs/tests/
default.properties 4 # This file must be checked in Version Control Systems.

Completed in 1388 milliseconds

12 3 4 5 6 7 8 91011>>