HomeSort by relevance Sort by last modified time
    Searched refs:type_ (Results 151 - 175 of 656) sorted by null

1 2 3 4 5 67 8 91011>>

  /art/runtime/gc/space/
region_space.h 296 state_(RegionState::kRegionStateAllocated), type_(RegionType::kRegionTypeToSpace),
306 type_ = RegionType::kRegionTypeNone;
322 return type_;
393 return type_ == RegionType::kRegionTypeFromSpace;
397 return type_ == RegionType::kRegionTypeToSpace;
401 return type_ == RegionType::kRegionTypeUnevacFromSpace;
405 return type_ == RegionType::kRegionTypeNone;
413 type_ = RegionType::kRegionTypeFromSpace;
423 type_ = RegionType::kRegionTypeUnevacFromSpace;
431 type_ = RegionType::kRegionTypeToSpace
499 RegionType type_; \/\/ The region type (see RegionType). member in class:art::gc::space::FINAL::Region
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/loadmacho/
ldmacho.go 75 type_ int
118 type_ uint8
134 type_ uint8
191 func unpackcmd(p []byte, m *ldMachoObj, c *ldMachoCmd, type_ uint, sz uint) int {
195 c.type_ = int(type_)
197 switch type_ {
334 r.type_ = uint8(v & 0xF)
350 r.type_ = uint8(v)
410 s.type_ = p[4
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/loadmacho/
ldmacho.go 75 type_ int
118 type_ uint8
134 type_ uint8
191 func unpackcmd(p []byte, m *ldMachoObj, c *ldMachoCmd, type_ uint, sz uint) int {
195 c.type_ = int(type_)
197 switch type_ {
334 r.type_ = uint8(v & 0xF)
350 r.type_ = uint8(v)
410 s.type_ = p[4
    [all...]
  /external/tensorflow/tensorflow/contrib/tensorrt/convert/
convert_nodes.cc 119 : shape_(shape), type_(type), values_(values), empty_weight_flag_(false) {
124 : shape_(), type_(type), values_(nullptr), empty_weight_flag_(true) {}
128 type_(rhs.type_),
140 TF_CHECK_OK(ConvertDType(type_, &trt_type));
152 int type_size = tensorflow::DataTypeSize(this->type_);
160 tensorflow::DataType type_; member in class:tensorflow::tensorrt::convert::__anon39442::TRT_ShapedWeights
288 CHECK_EQ(iweights.type_, oweights->type_);
300 switch (iweights.type_) {
    [all...]
  /art/runtime/
gc_root.h 59 // Only used by hprof. thread_id_ and type_ are only used by hprof.
64 : type_(type), thread_id_(thread_id) {
70 return type_;
76 os << "Type=" << type_ << " thread_id=" << thread_id_;
81 const RootType type_; member in class:art::RootInfo
  /external/deqp/framework/opengl/
gluDrawUtil.hpp 166 PrimitiveList (PrimitiveType type_, int numElements_)
167 : type (type_)
174 PrimitiveList (PrimitiveType type_, int numElements_, IndexType indexType_, const void* indices_)
175 : type (type_)
  /external/drm_hwcomposer/
drmconnector.h 78 uint32_t type_; member in class:android::DrmConnector
drmmode.h 76 uint32_t type_ = 0; member in class:android::DrmMode
drmplane.h 64 uint32_t type_; member in class:android::DrmPlane
  /external/libchrome/base/
observer_list.h 147 ObserverListBase() : notify_depth_(0), type_(NOTIFY_ALL) {}
149 : notify_depth_(0), type_(type) {}
175 NotificationType type_; member in class:base::ObserverListBase
193 max_index_(list->type_ == NOTIFY_ALL ? std::numeric_limits<size_t>::max()
  /external/protobuf/src/google/protobuf/util/internal/
default_value_objectwriter.h 167 const google::protobuf::Type* type() const { return type_; }
169 void set_type(const google::protobuf::Type* type) { type_ = type; }
197 const google::protobuf::Type* type_; member in class:google::protobuf::util::converter::DefaultValueObjectWriter::Node
249 const google::protobuf::Type& type_; member in class:google::protobuf::util::converter::DefaultValueObjectWriter
  /external/python/cpython2/Lib/multiprocessing/
reduction.py 181 def fromfd(fd, family, type_, proto=0):
182 s = socket.fromfd(fd, family, type_, proto)
191 def rebuild_socket(reduced_handle, family, type_, proto):
193 _sock = fromfd(fd, family, type_, proto)
  /external/syslinux/com32/gplinclude/
cpuid.h 124 #define STRUCT_MEMBERS(type_, name_, comment_) type_ name_;
126 #define STRUCT_MEMBER_NAMES(type_, name_, comment_) #name_ ,
128 #define STRUCTURE_MEMBER_OFFSETS(type_, name_, comment_) \
  /external/v8/src/arm64/
instrument-arm64.h 49 CounterType type_; member in class:v8::internal::Counter
  /external/vixl/src/aarch64/
instrument-aarch64.h 74 CounterType type_; member in class:vixl::aarch64::Counter
  /external/vulkan-validation-layers/demos/smoke/
Simulation.h 71 std::uniform_int_distribution<> type_; member in class:Path
  /external/webp/src/dec/
vp8li_dec.h 36 VP8LImageTransformType type_; // transform type. member in struct:VP8LTransform
  /external/webrtc/webrtc/base/
dbus.cc 237 connection_ = GetSymbols()->dbus_g_bus_get_private()(monitor_->type_,
323 : type_(type),
326 ASSERT(type_ == DBUS_BUS_SYSTEM || type_ == DBUS_BUS_SESSION);
dbus.h 158 DBusBusType type_; member in class:rtc::DBusMonitor
multipart.h 72 std::string type_, boundary_; member in class:rtc::MultipartStream
  /frameworks/base/tools/aapt2/format/
Container.h 77 ContainerEntryType type_ = ContainerEntryType::kResTable; member in class:aapt::ContainerReaderEntry
  /hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
HidReport.h 36 HidReport(uint32_t type_, uint32_t data, const HidGlobal &global, const HidLocal &local);
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
reduction.py 181 def fromfd(fd, family, type_, proto=0):
182 s = socket.fromfd(fd, family, type_, proto)
191 def rebuild_socket(reduced_handle, family, type_, proto):
193 _sock = fromfd(fd, family, type_, proto)
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
reduction.py 181 def fromfd(fd, family, type_, proto=0):
182 s = socket.fromfd(fd, family, type_, proto)
191 def rebuild_socket(reduced_handle, family, type_, proto):
193 _sock = fromfd(fd, family, type_, proto)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
reduction.py 181 def fromfd(fd, family, type_, proto=0):
182 s = socket.fromfd(fd, family, type_, proto)
191 def rebuild_socket(reduced_handle, family, type_, proto):
193 _sock = fromfd(fd, family, type_, proto)

Completed in 1200 milliseconds

1 2 3 4 5 67 8 91011>>