HomeSort by relevance Sort by last modified time
    Searched defs:kLive (Results 1 - 7 of 7) 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;
  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxer.hpp     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvmuxer.hpp     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
mkvmuxer.hpp     [all...]

Completed in 429 milliseconds