HomeSort by relevance Sort by last modified time
    Searched refs:attr_ (Results 1 - 12 of 12) sorted by null

  /system/extras/simpleperf/
event_fd.h 57 const perf_event_attr& attr() const { return attr_; }
88 : attr_(attr),
107 const perf_event_attr attr_; member in class:EventFd
InplaceSamplerClient.cpp 43 : attr_(attr), pid_(pid), tids_(tids), got_start_profiling_reply_msg_(false) {
44 if (attr_.freq) {
45 sample_freq_ = attr_.sample_freq;
47 sample_freq_ = std::max(1u, static_cast<uint32_t>(1000000000 / attr_.sample_period));
101 if (attr_.sample_type & PERF_SAMPLE_CALLCHAIN) {
153 CommRecord r(attr_, pid_, tid, p, Id(), time);
166 MmapRecord r(attr_, false, pid_, pid_, start, len, pgoff, p, Id(), time);
182 SampleRecord r(attr_, Id(), ips[0], pid_, tid, time, 0, period, ips);
InplaceSamplerClient.h 46 const perf_event_attr attr_; member in class:InplaceSamplerClient
  /external/tensorflow/tensorflow/core/distributed_runtime/
tensor_coding_test.cc 36 attr_.set_device_type("CPU");
39 const DeviceAttributes& attributes() const override { return attr_; }
46 DeviceAttributes attr_; member in class:tensorflow::DummyDevice
  /frameworks/base/tools/aapt2/test/
Builders.cpp 160 : attr_(util::make_unique<Attribute>(android::ResTable_map::TYPE_ANY)) {
164 attr_->type_mask = typeMask;
169 attr_->SetWeak(weak);
174 attr_->symbols.push_back(
180 return std::move(attr_);
Builders.h 125 std::unique_ptr<Attribute> attr_; member in class:aapt::test::AttributeBuilder
  /external/tensorflow/tensorflow/core/framework/
resource_mgr_test.cc 206 attr_.set_name(name);
213 const DeviceAttributes& attributes() const override { return attr_; }
216 DeviceAttributes attr_; member in class:tensorflow::StubDevice
  /external/clang/test/SemaCXX/
warn-unused-private-field.cpp 120 int attr_ __attribute__((unused)); member in class:A
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_posix_libcdep.cc 307 void AdjustStackSize(void *attr_) {
308 pthread_attr_t *attr = (pthread_attr_t *)attr_;
  /external/protobuf/php/ext/google/protobuf/
upb.h 3783 mutable HandlerAttributes attr_; member in class:upb::HandlerAttributes::upb::BufferHandle::upb::Handlers::upb::Handler
    [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.h 4479 mutable HandlerAttributes attr_; member in class:upb::HandlerAttributes::upb::BufferHandle::upb::Handlers::upb::Handler
    [all...]
  /art/dex2oat/
dex2oat.cc 512 CHECK_WATCH_DOG_PTHREAD_CALL(pthread_attr_init, (&attr_), reason);
513 CHECK_WATCH_DOG_PTHREAD_CALL(pthread_create, (&pthread_, &attr_, &CallBack, this), reason);
514 CHECK_WATCH_DOG_PTHREAD_CALL(pthread_attr_destroy, (&attr_), reason);
600 pthread_attr_t attr_; member in class:art::WatchDog
    [all...]

Completed in 235 milliseconds