HomeSort by relevance Sort by last modified time
    Searched refs:privileges (Results 1 - 22 of 22) sorted by null

  /libcore/luni/src/test/java/tests/java/sql/
DatabaseMetaDataNotSupportedTest.java 137 // grant SELECT privileges
155 // revoke SELECT privileges
166 assertFalse("No SELECT privileges", userMeta.allTablesAreSelectable());
169 // revoke CREATE privileges
296 @KnownFailure("not supported. Privileges are not supported.")
456 @KnownFailure("not supported. Privileges are not supported.")
459 // case 1. Get privileges when no privilegies exist for one table
460 ResultSet privileges = meta.getTablePrivileges(conn.getCatalog(), "%", local
462 assertFalse("Some privilegies exist", privileges.next());
463 privileges.close()
    [all...]
  /external/autotest/site_utils/
mysql_bootstrap.py 13 we ssh into A2 and execute the grant privileges command for (A1_user,
20 "GRANT privileges on <db> to 'A1_user'@A1 identified by 'A1_pass';"
37 "GRANT privileges on <db> to 'A1_user'@(gateway address)
158 # Confirm the default user has at least database read privileges. Note if
159 # the default user has *only* read privileges everything else will still
173 "GRANT ALL PRIVILEGES ON *.* to '%(new_user)s'@'%(new_host)s' "
174 "IDENTIFIED BY '%(new_pass)s'; FLUSH PRIVILEGES;")
  /prebuilts/go/darwin-x86/src/internal/testenv/
testenv_windows.go 45 return false, ": you don't have enough privileges to create symlinks"
  /prebuilts/go/linux-x86/src/internal/testenv/
testenv_windows.go 45 return false, ": you don't have enough privileges to create symlinks"
  /external/ltp/testcases/realtime/
README 37 Most of the tests need the user to have a privileges that allow
  /prebuilts/go/darwin-x86/src/syscall/
syscall_linux_test.go 37 // after we drop privileges
security_windows.go 296 // privileges. The system uses the token to control access to securable
  /prebuilts/go/linux-x86/src/syscall/
syscall_linux_test.go 37 // after we drop privileges
security_windows.go 296 // privileges. The system uses the token to control access to securable
  /prebuilts/go/darwin-x86/src/os/
os_windows_test.go 308 err = windows.LookupPrivilegeValue(nil, privStr, &tp.Privileges[0].Luid)
313 tp.Privileges[0].Attributes = windows.SE_PRIVILEGE_ENABLED
455 t.Skip("you don't have enough privileges to add network share")
  /prebuilts/go/linux-x86/src/os/
os_windows_test.go 308 err = windows.LookupPrivilegeValue(nil, privStr, &tp.Privileges[0].Luid)
313 tp.Privileges[0].Attributes = windows.SE_PRIVILEGE_ENABLED
455 t.Skip("you don't have enough privileges to add network share")
  /external/google-breakpad/autotools/
ltmain.sh     [all...]
  /external/google-tv-pairing-protocol/cpp/
libtool     [all...]
ltmain.sh     [all...]
  /external/libmtp/
ltmain.sh     [all...]
  /external/libnetfilter_conntrack/
ltmain.sh     [all...]
  /external/libnfnetlink/
ltmain.sh     [all...]
  /external/libogg/
ltmain.sh     [all...]
  /external/libusb-compat/
ltmain.sh     [all...]
  /external/libvorbis/
ltmain.sh     [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/
build.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/go/
build.go     [all...]

Completed in 761 milliseconds