/external/chromium/net/http/ |
partial_data.cc | 41 // A core object that can be detached from the Partialdata object at destruction 43 class PartialData::Core { 45 // Build a new core object. Lifetime management is automatic. 46 static Core* CreateCore(PartialData* owner) { 47 return new Core(owner); 61 explicit Core(PartialData* owner); 62 ~Core(); 69 net::CompletionCallbackImpl<Core> callback_; 70 DISALLOW_COPY_AND_ASSIGN(Core); 73 PartialData::Core::Core(PartialData* owner 174 Core* core = Core::CreateCore(this); local [all...] |
partial_data.h | 119 class Core; 138 Core* core_;
|
/external/chromium_org/net/http/ |
partial_data.cc | 30 // A core object that can be detached from the Partialdata object at destruction 32 class PartialData::Core { 34 // Build a new core object. Lifetime management is automatic. 35 static Core* CreateCore(PartialData* owner) { 36 return new Core(owner); 50 explicit Core(PartialData* owner); 51 ~Core(); 59 DISALLOW_COPY_AND_ASSIGN(Core); 62 PartialData::Core::Core(PartialData* owner 172 Core* core = Core::CreateCore(this); local [all...] |
partial_data.h | 118 class Core; 137 Core* core_;
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
lp_bld.h | 49 #include <llvm-c/Core.h>
|
/external/eigen/bench/ |
benchmarkX.cpp | 5 #include <Eigen/Core>
|
benchmarkXcwise.cpp | 4 #include <Eigen/Core>
|
benchmark.cpp | 5 #include <Eigen/Core>
|
/external/eigen/doc/examples/ |
Tutorial_simple_example_dynamic_size.cpp | 1 #include <Eigen/Core>
|
class_Block.cpp | 1 #include <Eigen/Core>
|
class_CwiseUnaryOp.cpp | 1 #include <Eigen/Core>
|
class_FixedBlock.cpp | 1 #include <Eigen/Core>
|
class_FixedVectorBlock.cpp | 1 #include <Eigen/Core>
|
/external/linux-tools-perf/scripts/perl/ |
failed-syscalls.pl | 10 use Perf::Trace::Core;
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld.h | 49 #include <llvm-c/Core.h>
|
/external/chromium_org/net/dns/ |
mdns_client_impl.cc | 166 MDnsClientImpl::Core::Core(MDnsClientImpl* client) 170 MDnsClientImpl::Core::~Core() { 174 bool MDnsClientImpl::Core::Init(MDnsSocketFactory* socket_factory) { 178 bool MDnsClientImpl::Core::SendQuery(uint16 rrtype, std::string name) { 189 void MDnsClientImpl::Core::HandlePacket(DnsResponse* response, 277 void MDnsClientImpl::Core::NotifyNsecRecord(const RecordParsed* record) { 309 void MDnsClientImpl::Core::OnConnectionError(int error) { 313 void MDnsClientImpl::Core::AlertListeners [all...] |
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/chromium/net/socket/ |
tcp_client_socket_win.h | 73 class Core; 116 // The core of the socket that can live longer than the socket itself. We pass 119 scoped_refptr<Core> core_;
|
tcp_client_socket_win.cc | 62 // is destroyed while an operation is in progress, the Core is detached and it 65 class TCPClientSocketWin::Core : public base::RefCounted<Core> { 67 explicit Core(TCPClientSocketWin* socket); 100 friend class base::RefCounted<Core>; 104 explicit ReadDelegate(Core* core) : core_(core) {} 111 Core* const core_; 116 explicit WriteDelegate(Core* core) : core_(core) { [all...] |
/external/chromium_org/google_apis/gaia/ |
gaia_oauth_client.h | 120 class Core; 121 scoped_refptr<Core> core_;
|
/external/chromium_org/jingle/glue/ |
pseudotcp_adapter.h | 22 // can be deleted during callbacks, while PseudoTcp cannot, the core of the 81 class Core; 83 scoped_refptr<Core> core_;
|
/external/chromium_org/sync/notifier/ |
non_blocking_invalidator.h | 33 // InvalidationHandler to "observe" our Core via WeakHandle. 63 class Core; 69 scoped_refptr<Core> core_;
|
/hardware/ti/omap4xxx/domx/domx/omx_rpc/src/ |
omx_rpc_utils.c | 81 char Core[MAX_CORENAME_LENGTH]; 98 Core[i] = *str; 102 Core[i] = '\0'; 111 DOMX_DEBUG(" CORE NAME RECOVERED: %s", Core); 118 if (strcmp(Core, Core_Array[i]) == 0) 144 /* Implementation returns only current core ID - But this is a place holder to abstract out the 145 default server and other additional servers available on the current core. This additional servers 201 * @brief This function gets the target core id by parsing the component name. 203 * <OMX>.<Company Name>.<Core Name>.<Domain>.<Component Details> wit [all...] |
/external/chromium/chrome/browser/sync/glue/ |
sync_backend_host.h | 159 // See the implementation and Core::DoShutdown for details. 260 class Core : public base::RefCountedThreadSafe<SyncBackendHost::Core>, 265 explicit Core(SyncBackendHost* backend); 267 // SyncManager::Observer implementation. The Core just acts like an air 375 // 3) Destroy this Core. That will delete syncapi components in a safe order 379 // Posts a config request on the core thread. 425 friend class base::RefCountedThreadSafe<SyncBackendHost::Core>; 428 virtual ~Core(); 473 // Called from Core::OnSyncCycleCompleted to handle updating fronten [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
loader.cpp | 11 #include <llvm-c/Core.h>
|