OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Core
(Results
126 - 150
of
223
) sorted by null
1
2
3
4
5
6
7
8
9
/external/eigen/bench/
vdw_new.cpp
2
#include <Eigen/
Core
>
benchmarkSlice.cpp
5
#include <Eigen/
Core
>
quatmul.cpp
2
#include <Eigen/
Core
>
/external/eigen/doc/examples/
class_VectorBlock.cpp
1
#include <Eigen/
Core
>
/external/mesa3d/src/gallium/drivers/radeon/
loader.cpp
11
#include <llvm-c/
Core
.h>
/external/chromium/chrome/common/net/
url_fetcher.h
233
// Only used by URLFetcherTest, returns the number of URLFetcher::
Core
objects
237
class
Core
;
239
scoped_refptr<
Core
> core_;
/external/chromium_org/mojo/apps/js/
mojo_runner_delegate.cc
13
#include "mojo/apps/js/bindings/
core
.h"
49
AddBuiltinModule(js::
Core
::kModuleName, js::
Core
::GetTemplate);
/external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/
ps_interface.cc
15
DEFINE_INTERFACE_FUNC(
Core
)
44
REQUEST_INTERFACE(
Core
,
CORE
)
/external/chromium_org/net/socket/
tcp_socket_win.h
92
class
Core
;
125
// The
core
of the socket that can live longer than the socket itself. We pass
128
scoped_refptr<
Core
> core_;
tcp_socket_win.cc
126
// destroyed while an operation is in progress, the
Core
is detached and it
129
class TCPSocketWin::
Core
: public base::RefCounted<
Core
> {
131
explicit
Core
(TCPSocketWin* socket);
155
friend class base::RefCounted<
Core
>;
159
explicit ReadDelegate(
Core
*
core
) : core_(
core
) {}
166
Core
* const core_;
171
explicit WriteDelegate(
Core
* core) : core_(core) {
[
all
...]
ssl_client_socket_nss.h
111
// NSS and network task runners. Not every call needs to happen on the
Core
112
class
Core
;
162
scoped_refptr<
Core
> core_;
/external/chromium_org/ppapi/shared_impl/
thread_aware_callback.h
30
class
Core
;
33
scoped_refptr<
Core
> core_;
/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
...]
udp_socket_win.h
171
class
Core
;
236
// The
core
of the socket that can live longer than the socket itself. We pass
239
scoped_refptr<
Core
> core_;
/frameworks/compile/mclinker/
Android.mk
14
lib/
Core
\
/external/chromium/chrome/browser/sync/
test_profile_sync_service.h
57
virtual void InitCore(const
Core
::DoInitializeOptions& options);
/external/chromium_org/ppapi/tests/
test_scrollbar.cc
40
pp::
Core
*
core
= pp::Module::Get()->
core
();
local
43
core
->GetTimeTicks(),
/external/eigen/demos/mandelbrot/
mandelbrot.h
13
#include <Eigen/
Core
>
/external/eigen/unsupported/Eigen/src/Splines/
SplineFwd.h
13
#include <Eigen/
Core
>
/external/linux-tools-perf/scripts/perl/
check-perf-trace.pl
12
use Perf::Trace::
Core
;
wakeup-latency.pl
18
use Perf::Trace::
Core
;
/external/linux-tools-perf/scripts/python/
check-perf-trace.py
16
from
Core
import *
sctop.py
17
from
Core
import *
syscall-counts-by-pid.py
14
from
Core
import *
syscall-counts.py
15
from
Core
import *
Completed in 698 milliseconds
1
2
3
4
5
6
7
8
9