Searched refs:Connection (Results 1 - 25 of 496) sorted by relevance

1234567891011>>

/external/clang/test/CodeGen/
H A D2002-03-12-StructInitialize.c8 } Connection; typedef in typeref:struct:Connection_Type
10 Connection link[3]
H A D2002-03-12-StructInitializer.c12 } Connection; typedef in typeref:struct:Connection_Type
14 Connection link[3]
/external/smack/src/org/jivesoftware/smack/
H A DConnectionCreationListener.java24 * Implementors of this interface will be notified when a new {@link Connection}
26 * the server. Use {@link Connection#addConnectionCreationListener(ConnectionCreationListener)}
39 public void connectionCreated(Connection connection);
/external/smack/src/org/jivesoftware/smackx/pubsub/
H A DCollectionNode.java22 import org.jivesoftware.smack.Connection;
26 CollectionNode(Connection connection, String nodeId)
/external/chromium/app/sql/
H A Dtransaction.h13 class Connection;
21 explicit Transaction(Connection* connection);
46 Connection* connection_;
H A Dconnection.cc62 Connection::StatementRef::StatementRef()
67 Connection::StatementRef::StatementRef(Connection* connection,
74 Connection::StatementRef::~StatementRef() {
80 void Connection::StatementRef::Close() {
88 Connection::Connection() function in class:sql::Connection
97 Connection::~Connection() {
101 bool Connection
[all...]
H A Dmeta_table.h15 class Connection;
24 static bool DoesTableExist(Connection* db);
29 bool Init(Connection* db, int version, int compatible_version);
76 Connection* db_;
/external/chromium_org/sql/test/
H A Derror_callback_support.h24 ScopedErrorCallback(sql::Connection* db,
25 const sql::Connection::ErrorCallback& cb);
29 sql::Connection* db_;
H A Dtest_helpers.h21 class Connection;
58 size_t CountSQLTables(sql::Connection* db) WARN_UNUSED_RESULT;
61 size_t CountSQLIndices(sql::Connection* db) WARN_UNUSED_RESULT;
65 size_t CountTableColumns(sql::Connection* db, const char* table)
70 bool CountTableRows(sql::Connection* db, const char* table, size_t* count);
80 // TODO(shess): sql::Connection::IntegrityCheck() is basically the
82 std::string IntegrityCheck(sql::Connection* db) WARN_UNUSED_RESULT;
H A Derror_callback_support.cc16 sql::Connection* db,
17 const sql::Connection::ErrorCallback& cb)
/external/chromium_org/sql/
H A Dtransaction.h13 class Connection;
22 // Nested transactions are supported. See sql::Connection::BeginTransaction
24 explicit Transaction(Connection* connection);
49 Connection* connection_;
H A Dmeta_table.h15 class Connection;
24 static bool DoesTableExist(Connection* db);
38 static void RazeIfDeprecated(Connection* db, int deprecated_version);
44 bool Init(Connection* db, int version, int compatible_version);
94 Connection* db_;
H A Drecovery.h83 Connection* connection,
112 sql::Connection* db() { return &recover_db_; }
155 explicit Recovery(Connection* connection);
173 Connection* db_; // Original database connection.
174 Connection recover_db_; // Recovery connection.
H A Dconnection.cc133 Connection::ErrorIgnorerCallback* Connection::current_ignorer_cb_ = NULL;
136 bool Connection::ShouldIgnoreSqliteError(int error) {
143 void Connection::SetErrorIgnorer(Connection::ErrorIgnorerCallback* cb) {
149 void Connection::ResetErrorIgnorer() {
160 Connection::StatementRef::StatementRef(Connection* connection,
170 Connection::StatementRef::~StatementRef() {
176 void Connection
197 Connection::Connection() function in class:sql::Connection
[all...]
/external/chromium_org/chrome/browser/predictors/
H A Dpredictor_table_base.h12 class Connection;
30 void Initialize(sql::Connection* db);
32 sql::Connection* DB();
42 sql::Connection* db_;
/external/chromium_org/ppapi/proxy/
H A Dconnection.h19 struct Connection { struct in namespace:ppapi::proxy
20 Connection() : browser_sender(0), function in struct:ppapi::proxy::Connection
25 Connection(IPC::Sender* browser, IPC::Sender* renderer) function in struct:ppapi::proxy::Connection
31 Connection(IPC::Sender* browser, IPC::Sender* renderer, int routing_id) function in struct:ppapi::proxy::Connection
/external/chromium/chrome/browser/history/
H A Din_memory_database.h36 virtual sql::Connection& GetDB();
43 sql::Connection db_;
H A Darchived_database.h44 virtual sql::Connection& GetDB();
56 sql::Connection db_;
/external/smack/src/org/jivesoftware/smackx/muc/
H A DInvitationListener.java23 import org.jivesoftware.smack.Connection;
39 * @param conn the Connection that received the invitation.
46 public abstract void invitationReceived(Connection conn, String room, String inviter, String reason,
/external/smack/src/org/jivesoftware/smackx/ping/
H A DServerPingTask.java22 import org.jivesoftware.smack.Connection;
29 private WeakReference<Connection> weakConnection;
34 protected ServerPingTask(Connection connection) {
35 this.weakConnection = new WeakReference<Connection>(connection);
39 Connection connection = weakConnection.get();
/external/chromium_org/components/precache/core/
H A Dprecache_url_table.h15 class Connection;
32 bool Init(sql::Connection* db);
54 sql::Connection* db_;
/external/chromium_org/components/webdata/common/
H A Dweb_database_table.h12 class Connection;
36 virtual bool Init(sql::Connection* db, sql::MetaTable* meta_table);
59 sql::Connection* db_;
H A Dweb_database_table.cc13 bool WebDatabaseTable::Init(sql::Connection* db, sql::MetaTable* meta_table) {
/external/chromium_org/chrome/browser/extensions/activity_log/
H A Ddatabase_string_table.h15 class Connection;
39 bool Initialize(sql::Connection* connection);
45 bool StringToInt(sql::Connection* connection,
53 bool IntToString(sql::Connection* connection, int64 id, std::string* value);
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dturnserver.h102 class Connection { class in class:cricket::TurnServer
104 Connection() : proto_(PROTO_UDP), socket_(NULL) {} function in class:cricket::TurnServer::Connection
105 Connection(const talk_base::SocketAddress& src,
110 bool operator==(const Connection& t) const;
111 bool operator<(const Connection& t) const;
123 typedef std::map<Connection, Allocation*> AllocationMap;
135 void HandleStunMessage(Connection* conn, const char* data, size_t size);
136 void HandleBindingRequest(Connection* conn, const StunMessage* msg);
137 void HandleAllocateRequest(Connection* conn, const TurnMessage* msg,
141 bool CheckAuthorization(Connection* con
[all...]

Completed in 2257 milliseconds

1234567891011>>