OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Shared
(Results
1 - 12
of
12
) sorted by null
/frameworks/av/include/media/
SingleStateQueue.h
34
struct
Shared
{
54
Mutator(
Shared
*
shared
);
69
Shared
* const mShared;
74
Observer(
Shared
*
shared
);
83
Shared
* const mShared;
87
SingleStateQueue(void /*
Shared
*/ *
shared
);
90
static size_t size() { return sizeof(
Shared
); }
[
all
...]
/frameworks/av/include/media/nbaio/
NBLog.h
17
// Non-blocking event logger intended for safe communication between processes via
shared
memory
60
// representation of a single log entry in
shared
memory
71
// located in
shared
memory
72
struct
Shared
{
73
Shared
() : mRear(0) { }
74
/*virtual*/ ~
Shared
() { }
89
Timeline(size_t size, void *
shared
= NULL);
104
Shared
* const mShared; // pointer to
shared
memory
114
Writer(); // dummy nop implementation without
shared
memor
[
all
...]
/external/chromium_org/chrome/browser/extensions/
extension_system.cc
95
// ExtensionSystemImpl::
Shared
98
ExtensionSystemImpl::
Shared
::
Shared
(Profile* profile)
102
ExtensionSystemImpl::
Shared
::~
Shared
() {
105
void ExtensionSystemImpl::
Shared
::InitPrefs() {
142
void ExtensionSystemImpl::
Shared
::RegisterManagementPolicyProviders() {
161
void ExtensionSystemImpl::
Shared
::Init(bool extensions_enabled) {
261
void ExtensionSystemImpl::
Shared
::Shutdown() {
270
StateStore* ExtensionSystemImpl::
Shared
::state_store()
[
all
...]
extension_system.h
48
// related to extensions. Most objects are
shared
between normal
134
// Implementation details: non-
shared
services are owned by
136
// instances. A private
Shared
class (also a BrowserContextKeyedService,
137
// but with a
shared
instance for incognito) keeps the common services.
148
virtual ExtensionService* extension_service() OVERRIDE; //
shared
149
virtual ManagementPolicy* management_policy() OVERRIDE; //
shared
150
virtual UserScriptMaster* user_script_master() OVERRIDE; //
shared
152
virtual StateStore* state_store() OVERRIDE; //
shared
153
virtual StateStore* rules_store() OVERRIDE; //
shared
155
OVERRIDE; //
shared
[
all
...]
/external/llvm/utils/TableGen/
DAGISelMatcherOpt.cpp
275
// starting nodes into a
shared
matcher.
368
Matcher *
Shared
= Optn;
379
Shared
->setNext(new ScopeMatcher(&EqualMatchers[0], EqualMatchers.size()));
382
FactorNodes(
Shared
->getNextPtr());
384
NewOptionsToMatch.push_back(
Shared
);
/external/llvm/lib/MC/MCParser/
COFFAsmParser.cpp
156
Shared
= 1 << 4,
201
case 's': //
shared
section
202
SecFlags |=
Shared
| InitData;
247
if (SecFlags &
Shared
)
314
// s:
Shared
section
/external/llvm/lib/TableGen/
Record.cpp
84
BitRecTy BitRecTy::
Shared
;
85
IntRecTy IntRecTy::
Shared
;
86
StringRecTy StringRecTy::
Shared
;
87
DagRecTy DagRecTy::
Shared
;
131
static std::vector<BitsRecTy*>
Shared
;
132
if (Sz >=
Shared
.size())
133
Shared
.resize(Sz + 1);
134
BitsRecTy *&Ty =
Shared
[Sz];
[
all
...]
/external/llvm/include/llvm/TableGen/
Record.h
144
static BitRecTy
Shared
;
151
static BitRecTy *get() { return &
Shared
; }
220
static IntRecTy
Shared
;
227
static IntRecTy *get() { return &
Shared
; }
257
static StringRecTy
Shared
;
264
static StringRecTy *get() { return &
Shared
; }
333
static DagRecTy
Shared
;
340
static DagRecTy *get() { return &
Shared
; }
[
all
...]
/external/dropbear/libtomcrypt/
crypt.tex
[
all
...]
/frameworks/base/services/java/com/android/server/
MountService.java
139
public static final int
Shared
= 7;
547
* the volume is
shared
(runtime restart while ums enabled)
550
VolumeState.
Shared
);
748
} else if (st == VolumeState.
Shared
) {
750
Slog.i(TAG, "Media
shared
on daemon connection");
[
all
...]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
mtypes.h
[
all
...]
/external/mesa3d/src/mesa/main/
mtypes.h
[
all
...]
Completed in 1210 milliseconds