OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:obit
(Results
1 - 8
of
8
) sorted by null
/frameworks/native/libs/binder/
BpBinder.cpp
219
const Obituary&
obit
= mObituaries->itemAt(i);
local
220
if ((
obit
.recipient == recipient
221
|| (recipient == NULL &&
obit
.cookie == cookie))
222
&&
obit
.flags == flags) {
223
const uint32_t allFlags =
obit
.flags|flags;
276
void BpBinder::reportOneDeath(const Obituary&
obit
)
278
sp<DeathRecipient> recipient =
obit
.recipient.promote();
/frameworks/native/include/binder/
BpBinder.h
108
void reportOneDeath(const Obituary&
obit
);
/prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.6/
printers.py
181
obit
= 1
183
obit
= 0
188
return ('[%d]' % count,
obit
)
/prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.7/
printers.py
198
obit
= 1
200
obit
= 0
205
return ('[%d]' % count,
obit
)
/prebuilts/python/linux-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.6/
printers.py
181
obit
= 1
183
obit
= 0
188
return ('[%d]' % count,
obit
)
/prebuilts/python/linux-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.7/
printers.py
198
obit
= 1
200
obit
= 0
205
return ('[%d]' % count,
obit
)
/prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.8/
printers.py
209
obit
= 1
211
obit
= 0
216
return ('[%d]' % count,
obit
)
[
all
...]
/prebuilts/python/linux-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.8/
printers.py
209
obit
= 1
211
obit
= 0
216
return ('[%d]' % count,
obit
)
[
all
...]
Completed in 267 milliseconds