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

  /system/extras/simpleperf/
InplaceSamplerClient.h 46 const perf_event_attr attr_; member in class:InplaceSamplerClient
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
  /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.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
  /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...]
  /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...]

Completed in 837 milliseconds