HomeSort by relevance Sort by last modified time
    Searched refs:type_ (Results 126 - 150 of 564) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/libchrome/sandbox/win/src/
crosscall_params.h 67 ArgType type_; member in struct:sandbox::ParamInfo
258 param_info_[index].type_ = type;
  /external/webrtc/webrtc/base/
sslidentity.h 156 KeyType type() const { return type_; }
159 KeyType type_; member in class:rtc::KeyParams
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
  /external/webrtc/webrtc/voice_engine/test/auto_test/fakes/
conference_transport.h 108 enum Type { Rtp, Rtcp, } type_; member in struct:voetest::ConferenceTransport::Packet
112 : type_(type), len_(len), send_time_ms_(time_ms) {
  /art/runtime/gc/space/
region_space.h 259 state_(RegionState::kRegionStateAllocated), type_(RegionType::kRegionTypeToSpace),
269 type_ = RegionType::kRegionTypeNone;
285 return type_;
353 return type_ == RegionType::kRegionTypeFromSpace;
357 return type_ == RegionType::kRegionTypeToSpace;
361 return type_ == RegionType::kRegionTypeUnevacFromSpace;
365 return type_ == RegionType::kRegionTypeNone;
370 type_ = RegionType::kRegionTypeFromSpace;
376 type_ = RegionType::kRegionTypeUnevacFromSpace;
382 type_ = RegionType::kRegionTypeToSpace
459 RegionType type_; \/\/ The region type (see RegionType). member in class:art::gc::space::FINAL::Region
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
ldmacho.go 62 type_ int
105 type_ uint8
121 type_ uint8
178 func unpackcmd(p []byte, m *ldMachoObj, c *ldMachoCmd, type_ uint, sz uint) int {
182 c.type_ = int(type_)
184 switch type_ {
324 r.type_ = uint8(v & 0xF)
340 r.type_ = uint8(v)
402 s.type_ = p[4
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
ldmacho.go 62 type_ int
105 type_ uint8
121 type_ uint8
178 func unpackcmd(p []byte, m *ldMachoObj, c *ldMachoCmd, type_ uint, sz uint) int {
182 c.type_ = int(type_)
184 switch type_ {
324 r.type_ = uint8(v & 0xF)
340 r.type_ = uint8(v)
402 s.type_ = p[4
    [all...]
  /art/runtime/
gc_root.h 58 // Only used by hprof. thread_id_ and type_ are only used by hprof.
63 : type_(type), thread_id_(thread_id) {
69 return type_;
75 os << "Type=" << type_ << " thread_id=" << thread_id_;
80 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/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
  /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 1127 milliseconds

1 2 3 4 56 7 8 91011>>