OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kLive
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
mediastreaminterface.h
81
kLive
,
98
kLive
= 1, // Track alive
/external/chromium_org/third_party/tcmalloc/vendor/src/
heap-profile-table.h
224
bool live() const { return bucket_rep &
kLive
; }
226
bucket_rep = (bucket_rep & ~uintptr_t(
kLive
)) | (l ?
kLive
: 0);
238
static const int
kLive
= 1;
240
static const int kMask =
kLive
| kIgnore;
/external/chromium_org/base/strings/
string_util_unittest.cc
[
all
...]
/external/chromium_org/third_party/tcmalloc/chromium/src/
heap-profile-table.h
250
bool live() const { return bucket_rep &
kLive
; }
252
bucket_rep = (bucket_rep & ~uintptr_t(
kLive
)) | (l ?
kLive
: 0);
270
static const int
kLive
= 1;
272
static const int kMask =
kLive
| kIgnore;
Completed in 868 milliseconds