OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:authorizer
(Results
1 - 16
of
16
) sorted by null
/external/javasqlite/src/main/java/SQLite/
Authorizer.java
4
* Callback interface for SQLite's
authorizer
function.
7
public interface
Authorizer
{
Database.java
567
* Set
authorizer
function. Only available in SQLite 2.7.6 and
570
* @param auth the
authorizer
function
573
public void set_authorizer(
Authorizer
auth) {
579
private native void _set_authorizer(
Authorizer
auth);
/external/autotest/client/site_tests/firmware_TouchMTB/
spreadsheet.py
241
authorizer
= SpreadsheetAuthorizer()
242
if not
authorizer
.authorize(self.ss_client):
440
authorizer
= SpreadsheetAuthorizer()
441
if not
authorizer
.authorize(ss_client):
/external/javasqlite/src/main/native/
sqlite_jni.h
173
* Signature: (LSQLite/
Authorizer
;)V
sqlite_jni.c
58
jobject ai; /*
Authorizer
object */
[
all
...]
/external/sqlite/dist/orig/
sqlite3.c
[
all
...]
sqlite3.h
[
all
...]
/external/sqlite/dist/
sqlite3.c
[
all
...]
sqlite3.h
[
all
...]
/prebuilts/gdb/darwin-x86/lib/python2.7/sqlite3/test/
dbapi.py
810
def
authorizer
(*args):
function in function:ClosedConTests.CheckClosedSetAuthorizer
813
con.set_authorizer(
authorizer
)
/prebuilts/gdb/linux-x86/lib/python2.7/sqlite3/test/
dbapi.py
810
def
authorizer
(*args):
function in function:ClosedConTests.CheckClosedSetAuthorizer
813
con.set_authorizer(
authorizer
)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/
dbapi.py
810
def
authorizer
(*args):
function in function:ClosedConTests.CheckClosedSetAuthorizer
813
con.set_authorizer(
authorizer
)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/
dbapi.py
810
def
authorizer
(*args):
function in function:ClosedConTests.CheckClosedSetAuthorizer
813
con.set_authorizer(
authorizer
)
/cts/tools/dex-tools/dex/
classes0.out.dex
49
public abstract interface class SQLite.
Authorizer
extends java.lang.Object
523
SQLite.
Authorizer
)
642
SQLite.
Authorizer
)
[
all
...]
/external/autotest/client/site_tests/desktopui_GmailLatency/
url_fetch_test
url_fetch_test.arm
Completed in 637 milliseconds