HomeSort by relevance Sort by last modified time
    Searched refs:canExecute (Results 1 - 25 of 26) sorted by null

1 2

  /external/apache-harmony/luni/src/test/api/unix/org/apache/harmony/luni/tests/java/io/
UnixFileTest.java 126 * @tests java.io.File#canExecute()
131 assertFalse(testFile.canExecute());
133 assertTrue(testFile.canExecute());
135 assertTrue(testFile.canExecute());
138 assertFalse(testFile.canExecute());
140 assertFalse(testFile.canExecute());
143 assertTrue(testFile.canExecute());
146 assertTrue(testDir.canExecute());
149 assertTrue(testDir.canExecute());
151 assertFalse(testDir.canExecute());
    [all...]
  /cts/tests/tests/permission/src/android/permission/cts/
FileSystemPermissionTest.java 143 assertFalse(f.canExecute());
151 assertFalse(f.canExecute());
159 assertFalse(f.canExecute());
167 assertFalse(f.canExecute());
182 assertFalse(f.canExecute());
478 if (f.canRead() || f.canWrite() || f.canExecute()) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
SdkToolsLocator.java 85 if (!f.canExecute()) {
  /cts/tests/tests/net/src/android/net/cts/
VpnServiceTest.java 116 assertFalse(file.canExecute());
  /external/chromium/chrome/browser/resources/bookmark_manager/js/
main.js 914 * Helper function that updates the canExecute and labels for the open like
957 e.canExecute = selectionCount > 0 && !!selectedItem;
958 if (isFolder && e.canExecute) {
990 document.addEventListener('canExecute', function(e) {
995 e.canExecute = true;
1000 * Helper function for handling canExecute for the list and the tree.
1015 e.canExecute = false;
1017 e.canExecute = list.dataModel.length > 0;
1030 e.canExecute = !isRecentOrSearch;
1042 // Update canExecute for the commands when the list is the active element
    [all...]
  /external/llvm/include/llvm/Support/
PathV1.h 417 bool canExecute() const;
507 /// available for execution so that the canExecute() method will return
    [all...]
  /libcore/luni/src/test/java/libcore/java/io/
FileTest.java 85 assertFalse(f.canExecute());
  /external/chromium/chrome/browser/resources/ntp/
apps.js 309 document.addEventListener('canExecute', function(e) {
312 e.canExecute = currentApp && currentApp['options_url'];
315 e.canExecute = true;
318 e.canExecute = !currentApp['can_uninstall'];
  /libcore/luni/src/main/java/java/io/
File.java 258 public boolean canExecute() {
    [all...]
  /external/llvm/tools/llvm-ld/
llvm-ld.cpp 618 if (!prog.canExecute()) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 
org.eclipse.debug.core_3.6.0.v20100519.jar 
org.eclipse.text_3.5.0.v20100601-1300.jar 
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.commands_3.4.0.I20080509-2000.jar 
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 
  /external/chromium/chrome/browser/resources/file_manager/js/
file_manager.js 459 'canExecute', this.onRenameCanExecute_.bind(this));
461 'canExecute', this.onDeleteCanExecute_.bind(this));
554 * Force the canExecute events to be dispatched.
565 event.canExecute =
582 event.canExecute =
    [all...]
  /external/clang/lib/Driver/
Driver.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 

Completed in 1133 milliseconds

1 2