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

  /libcore/sqlite-jdbc/src/main/java/SQLite/
Authorizer.java 10 * Callback to authorize access.
22 public int authorize(int what, String arg1, String arg2, String arg3, method in interface:Authorizer
  /external/bluetooth/bluez/test/
simple-agent 28 def Authorize(self, device, uuid):
29 print "Authorize (%s, %s)" % (device, uuid)
30 authorize = raw_input("Authorize connection (yes/no): ")
31 if (authorize == "yes"):
  /external/dnsmasq/contrib/dynamic-dnsmasq/
dynamic-dnsmasq.pl 126 if ( authorize($user, $pass, $cgi{'hostname'}, $cgi{'myip'}) == 0 ) {
158 sub authorize { subroutine
  /libcore/luni/src/test/java/tests/SQLite/
DatabaseTest.java 1790 public int authorize(int action, String arg1, String arg2, String arg3, method in class:DatabaseTest.AuthorizerCallback
    [all...]

Completed in 334 milliseconds