OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Core
(Results
51 - 58
of
58
) sorted by null
1
2
3
/external/chromium_org/net/socket/
tcp_socket_win.cc
128
// destroyed while an operation is in progress, the
Core
is detached and it
131
class TCPSocketWin::
Core
: public base::RefCounted<
Core
> {
133
explicit
Core
(TCPSocketWin* socket);
157
friend class base::RefCounted<
Core
>;
161
explicit ReadDelegate(
Core
*
core
) : core_(
core
) {}
168
Core
* const core_;
173
explicit WriteDelegate(
Core
* core) : core_(core) {
[
all
...]
ssl_client_socket_nss.cc
161
// Used by SSLClientSocketNSS::
Core
to indicate there is no read result
275
// SSLClientSocketNSS::
Core
.
284
// SSLClientSocketNSS::
Core
.
294
// from within the SSLClientSocketNSS::
Core
.
296
//
Core
is backed by an IOBuffer. If the "const char*" is bound via
491
// SSLClientSocketNSS::
Core
provides a thread-safe, ref-counted
core
that is
501
// Threading within SSLClientSocketNSS and SSLClientSocketNSS::
Core
:
504
// such as signing, creating certificates, or locating private keys, the
Core
536
// SSLClientSocketNSS
Core
(Transport Socket
1282
Core*
core
= reinterpret_cast<Core*>(arg);
local
1312
Core*
core
= reinterpret_cast<Core*>(arg);
local
1524
Core*
core
= reinterpret_cast<Core*>(arg);
local
1550
Core*
core
= reinterpret_cast<Core*>(arg);
local
1638
Core*
core
= reinterpret_cast<Core*>(arg);
local
2304
Core*
core
= reinterpret_cast<Core*>(arg);
local
[
all
...]
/external/chromium_org/net/udp/
udp_socket_win.cc
38
// is destroyed while an operation is in progress, the
Core
is detached and it
41
class UDPSocketWin::
Core
: public base::RefCounted<
Core
> {
43
explicit
Core
(UDPSocketWin* socket);
64
friend class base::RefCounted<
Core
>;
68
explicit ReadDelegate(
Core
*
core
) : core_(
core
) {}
75
Core
* const core_;
80
explicit WriteDelegate(
Core
* core) : core_(core) {
[
all
...]
/external/chromium_org/net/dns/
mdns_client_impl.h
102
// The
core
object exists while the MDnsClient is listening, and is deleted
105
// invalidate the
core
.
106
class
Core
: public base::SupportsWeakPtr<
Core
>, MDnsConnection::Delegate {
108
explicit
Core
(MDnsClientImpl* client);
109
virtual ~
Core
();
111
// Initialize the
core
. Returns true on success.
164
DISALLOW_COPY_AND_ASSIGN(
Core
);
186
Core
*
core
() { return core_.get();
function in class:net::MDnsClientImpl
[
all
...]
/external/deqp/framework/platform/win32/
tcuWGL.hpp
4
* drawElements Quality Program Tester
Core
152
* \brief
Core
WGL API
154
* \note Created API objects depend on
Core
object being live. User is
155
* resposible of keeping
Core
live as long as there are API objects
158
class
Core
161
Core
(HINSTANCE instance);
162
~
Core
(void);
171
Core
(const
Core
& other);
172
Core
& operator= (const Core& other)
[
all
...]
tcuWGL.cpp
2
* drawElements Quality Program Tester
Core
114
// WGL
core
140
//
Core
191
// Load WGL
core
.
203
throw ResourceError("Failed to load
core
WGL functions");
251
//
Core
253
Core
::
Core
(HINSTANCE instance)
258
Core
::~
Core
(void
[
all
...]
/external/lldb/include/lldb/Core/
ArchSpec.h
24
/// @class ArchSpec ArchSpec.h "lldb/
Core
/ArchSpec.h"
35
enum
Core
306
Core
396
Core
m_core;
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-core-3.2.1.jar
Completed in 565 milliseconds
1
2
3