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

<<11121314151617181920>>

  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/matchers/
CompoundButtonCheckedMatcher.java 21 description.appendText("to be [" + (expected ? "checked" : "unchecked") + "]");
  /external/tpm2/
CommandCodeAttributes_fp.h 26 BOOL IsSessionAllowed(TPM_CC commandCode // IN: the command to be checked
  /external/v8/test/test262/
README 2 into the v8 test harness. The tests are checked out as a dependency from
  /external/webrtc/talk/app/webrtc/androidtests/
ant.properties 3 # This file must be checked into Version Control Systems, as it is
project.properties 4 # This file must be checked in Version Control Systems.
  /external/webrtc/webrtc/examples/androidapp/
ant.properties 3 # This file must be checked into Version Control Systems, as it is
project.properties 4 # This file must be checked in Version Control Systems.
  /external/webrtc/webrtc/examples/androidtests/
ant.properties 3 # This file must be checked into Version Control Systems, as it is
project.properties 4 # This file must be checked in Version Control Systems.
  /frameworks/base/core/java/android/util/
AndroidException.java 20 * Base class for all checked exceptions thrown by the Android frameworks.
  /frameworks/base/core/java/com/android/internal/view/menu/
MenuView.java 80 * checked, for that use {@link #setChecked}.
88 * @param checked Whether the checkbox should be checked
90 public void setChecked(boolean checked);
  /frameworks/base/docs/html/guide/topics/ui/controls/
checkbox.jd 66 // Is the view now checked?
67 boolean checked = ((CheckBox) view).isChecked();
72 if (checked)
78 if (checked)
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/
project.properties 4 # This file must be checked in Version Control Systems.
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/
project.properties 4 # This file must be checked in Version Control Systems.
  /frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/src/main/res/layout/
layout.xml 15 android:checked="true"
  /frameworks/opt/setupwizard/library/eclair-mr1/res/values/
attrs.xml 21 <attr name="android:checked" />
  /frameworks/support/v7/appcompat/src/android/support/v7/view/menu/
MenuView.java 77 * checked, for that use {@link #setChecked}.
85 * @param checked Whether the checkbox should be checked
87 public void setChecked(boolean checked);
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/utils/
IoUtils.java 24 * Closes 'closeable', ignoring any checked exceptions. Does nothing if 'closeable' is null.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
kvm_para.h 12 * paravirtualization, the appropriate feature bit should be checked.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
ColumnDialog.java 81 Object[] checked = mViewer.getCheckedElements(); local
82 mSelectedColumns = new LintColumn[checked.length];
83 for (int i = 0, n = checked.length; i < n; i++) {
84 mSelectedColumns[i] = (LintColumn) checked[i];
  /sdk/testapps/aidlTest/libWithAidl/
ant.properties 3 # This file must be checked in Version Control Systems, as it is
  /sdk/testapps/aidlTest/mainProject/
ant.properties 3 # This file must be checked in Version Control Systems, as it is
project.properties 4 # This file must be checked in Version Control Systems.
  /sdk/testapps/basicProjectWithAidl/
ant.properties 3 # This file must be checked into Version Control Systems, as it is
  /sdk/testapps/buildConfigTest/app/
ant.properties 3 # This file must be checked into Version Control Systems, as it is

Completed in 873 milliseconds

<<11121314151617181920>>