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

1 2 3 4 56 7 8 91011>>

  /external/v8/src/base/
cpu.h 43 int type() const { return type_; }
124 int type_; member in class:v8::base::final
  /system/bt/vendor_libs/test_vendor_lib/src/
packet.cc 31 : type_(type), header_(std::move(header)) {
106 serial_data_type_t Packet::GetType() const { return type_; }
  /system/core/init/
descriptors.h 42 const std::string& type() const { return type_; }
50 std::string type_; member in class:android::init::DescriptorInfo
  /art/tools/veridex/
flow_analysis.h 50 type_(nullptr) {}
52 : source_(source), value_(0), reference_(reference), type_(type) {}
58 : source_(source), value_(value), reference_(reference), type_(type) {}
62 const VeriClass* GetType() const { return type_; }
80 if (type_ == VeriClass::class_) {
102 const VeriClass* type_; member in class:art::RegisterValue
  /external/nos/test/system-test-harness/src/
cavptests.cc 28 #define ASSERT_MSG_TYPE(msg, type_) \
29 do{if(type_ != APImessageID::NOTICE && msg.type == APImessageID::NOTICE){ \
32 ASSERT_EQ(msg.type, type_) \
36 ASSERT_EQ(msg.type, type_) \
40 #define ASSERT_SUBTYPE(msg, type_) \
43 EXPECT_EQ(subtype, type_)
  /external/webrtc/webrtc/base/
sslidentity.cc 40 type_ = KT_ECDSA;
43 type_ = KT_RSA;
67 if (type_ == KT_RSA) {
71 } else if (type_ == KT_ECDSA) {
78 RTC_DCHECK(type_ == KT_RSA);
83 RTC_DCHECK(type_ == KT_ECDSA);
firewallsocketserver.cc 25 : AsyncSocketAdapter(socket), server_(server), type_(type) {
29 if (type_ == SOCK_STREAM) {
45 if (type_ == SOCK_DGRAM) {
60 if (type_ == SOCK_DGRAM) {
102 int type_; member in class:rtc::FirewallSocket
flags.cc 32 type_(type),
45 switch (type_) {
95 Type2String(type_));
96 PrintFlagValue(type_, &default_);
99 PrintFlagValue(type_, variable_);
sslsocketfactory.cc 32 type_(type), detect_(NULL) {
81 Attach(factory_->CreateProxySocket(detect_->proxy(), family_, type_));
93 int type_; member in class:rtc::ProxySocketAdapter
sslidentity.h 156 KeyType type() const { return type_; }
159 KeyType type_; member in class:rtc::KeyParams
  /toolchain/binutils/binutils-2.27/gold/
attributes.cc 49 if (Object_attribute::attribute_type_has_int_value(this->type_))
51 if (Object_attribute::attribute_type_has_string_value(this->type_))
61 if (Object_attribute::attribute_type_has_int_value(this->type_)
64 if (Object_attribute::attribute_type_has_string_value(this->type_)
67 if (Object_attribute::attribute_type_has_no_default(this->type_))
98 if (Object_attribute::attribute_type_has_int_value(this->type_))
103 if (Object_attribute::attribute_type_has_string_value(this->type_))
  /art/runtime/
hidden_api.cc 82 type_ = kField; member in namespace:art::hiddenapi
93 type_ = kMethod;
97 if (type_ == kField) {
100 DCHECK_EQ(type_, kMethod);
137 LOG(WARNING) << "Accessing hidden " << (type_ == kField ? "field " : "method ")
  /external/compiler-rt/lib/tsan/rtl/
tsan_mutex.cc 215 type_ = type;
229 cur_thread()->internal_deadlock_detector.Lock(type_);
254 cur_thread()->internal_deadlock_detector.Unlock(type_);
260 cur_thread()->internal_deadlock_detector.Lock(type_);
282 cur_thread()->internal_deadlock_detector.Unlock(type_);
  /prebuilts/misc/common/swig/include/2.0.11/chicken/
chicken.swg 38 %define SIMPLE_TYPEMAP(type_, from_scheme, to_scheme, checker, convtype, storage_)
40 %typemap(in) type_
42 swig_barf (SWIG_BARF1_BAD_ARGUMENT_TYPE, "Argument #$argnum is not of type 'type_'");
48 %typemap(in) const type_ & ($*1_ltype temp)
50 swig_barf (SWIG_BARF1_BAD_ARGUMENT_TYPE, "Argument #$argnum is not of type 'type_'");
56 %typemap(varin) type_
58 swig_barf (SWIG_BARF1_BAD_ARGUMENT_TYPE, "Cannot use '$1_ltype' for variable '$name' of type 'type_'");
64 %typemap(out) type_
71 %typemap(out) const type_ &
77 %typemap(varout) type_
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
elf.go 351 type_ uint16
371 type_ uint32
387 type_ uint32
560 if e.type_ == PT_LOAD {
564 out.Write32(e.type_)
575 if e.type_ == PT_LOAD {
579 out.Write32(e.type_)
591 out.Write32(e.type_)
604 out.Write32(e.type_)
690 out.Write16(ehdr.type_)
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
elf.go 351 type_ uint16
371 type_ uint32
387 type_ uint32
560 if e.type_ == PT_LOAD {
564 out.Write32(e.type_)
575 if e.type_ == PT_LOAD {
579 out.Write32(e.type_)
591 out.Write32(e.type_)
604 out.Write32(e.type_)
690 out.Write16(ehdr.type_)
    [all...]
  /external/protobuf/src/google/protobuf/util/internal/
default_value_objectwriter.cc 64 type_(type),
194 type_(type),
289 if (type_ == NULL || type_->name() == kAnyType ||
290 type_->name() == kStructType || type_->name() == kTimestampType ||
291 type_->name() == kDurationType || type_->name() == kStructValueType) {
302 for (int i = 0; i < type_->fields_size(); ++i) {
303 const google::protobuf::Field& field = type_->fields(i)
    [all...]
  /external/v8/src/
bootstrapper.h 20 explicit SourceCodeCache(Script::Type type): type_(type), cache_(NULL) { }
55 Script::cast(shared->script())->set_type(type_);
59 Script::Type type_; member in class:v8::internal::BASE_EMBEDDED
  /art/openjdkjvmti/
ti_method.cc 631 : found_(false), jslot_(slot), pc_(pc), descriptor_(out_descriptor), type_(out_type) {
633 *type_ = art::Primitive::kPrimVoid;
647 *type_ = art::Primitive::GetType(entry.descriptor_[0]);
657 art::Primitive::Type* type_; member in struct:openjdkjvmti::CommonLocalVariableClosure::GetLocalVariableInfoContext
688 type_(type),
693 if (result_ == OK && type_ == art::Primitive::kPrimNot) {
712 return type_ == art::Primitive::kPrimInt ? OK : ERR(TYPE_MISMATCH);
717 return type_ == slot_type ? OK : ERR(TYPE_MISMATCH);
726 switch (type_) {
743 type_ == art::Primitive::kPrimFloat ? art::kFloatVReg : art::kIntVReg
771 art::Primitive::Type type_; member in class:openjdkjvmti::GetLocalVariableClosure
905 art::Primitive::Type type_; member in class:openjdkjvmti::SetLocalVariableClosure
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/allegrocl/
inout_typemaps.i 13 %define INOUT_TYPEMAP(type_, OUTresult_, INbind_)
15 %typemap(lin,numinputs=0) type_ *OUTPUT, type_ &OUTPUT
22 %typemap(in) type_ *INPUT, type_ &INPUT
25 %typemap(ctype) type_ *INPUT, type_ &INPUT "$*1_ltype";
32 %typemap(lin,numinputs=1) type_ *INOUT, type_ &INOUT
  /external/drm_hwcomposer/
drmplane.cpp 54 type_ = (uint32_t)type;
141 return type_;
  /external/google-breakpad/src/common/linux/
synth_elf.h 144 : Section(section), type_(type), addr_(addr), offset_(offset)
148 uint32_t type_; member in struct:google_breakpad::synth_elf::ELF::ElfSection
  /external/libmojo/device/bluetooth/
bluetooth_advertisement.h 67 AdvertisementType type() { return type_; }
102 AdvertisementType type_; member in class:device::BluetoothAdvertisement::Data
  /external/strace/linux/x86_64/
arch_kvm.c 70 # define PRINT_FIELD_KVM_SREGS_STRUCT(prefix_, where_, type_, field_) \
71 kvm_ioctl_decode_regs_ ## type_(prefix_ #field_, &(where_)->field_)
  /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) {

Completed in 945 milliseconds

1 2 3 4 56 7 8 91011>>