Home
last modified time | relevance | path

Searched refs:type_ (Results 1 – 25 of 79) sorted by relevance

1234

/netbsd-src/external/bsd/unbound/dist/pythonmod/examples/
H A Davahi-resolver.py238 def __init__(self, callback, name, type_, timeout=None, getone=True): argument
246 …f.browser_path = avahi.RecordBrowserNew(IF_UNSPEC, PROTO_UNSPEC, name, dns.rdataclass.IN, type_, 0)
250 % (name, dns.rdatatype.to_text(type_), getone, timeout))
266 def itemNew(self, interface, protocol, name, class_, type_, rdata, flags): argument
268 self.records.append((name, class_, type_, rdata))
272 def itemRemove(self, interface, protocol, name, class_, type_, rdata, flags): argument
274 self.records.remove((name, class_, type_, rdata))
420 name, class_, type_, rdata = rec
426 dns.rdatatype.to_text(type_),
427 dns.rdata.from_wire(class_, type_, wire, 0, len(wire), None))
[all …]
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
H A Dtsan_test_util_posix.cc94 , type_(type) { in Mutex()
104 if (type_ == Normal) in Init()
107 else if (type_ == Spin) in Init()
110 else if (type_ == RW) in Init()
118 CHECK(type_ == Normal); in StaticInit()
127 if (type_ == Normal) in Destroy()
130 else if (type_ == Spin) in Destroy()
133 else if (type_ == RW) in Destroy()
139 if (type_ == Normal) in Lock()
142 else if (type_ == Spin) in Lock()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-test-part.h65 : type_(a_type), in TestPartResult()
72 Type type() const { return type_; } in type()
91 bool skipped() const { return type_ == kSkip; } in skipped()
94 bool passed() const { return type_ == kSuccess; } in passed()
97 bool nonfatally_failed() const { return type_ == kNonFatalFailure; } in nonfatally_failed()
100 bool fatally_failed() const { return type_ == kFatalFailure; } in fatally_failed()
106 Type type_;
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dattributes.h78 : type_(0), int_value_(0), string_value_() in Object_attribute()
83 : type_(oa.type_), int_value_(oa.int_value_), string_value_(oa.string_value_) in Object_attribute()
93 this->type_ = source.type_;
102 { return this->type_; } in type()
107 { this->type_ = type; } in set_type()
197 int type_; variable
H A Dattributes.cc49 if (Object_attribute::attribute_type_has_int_value(this->type_)) in size()
51 if (Object_attribute::attribute_type_has_string_value(this->type_)) in size()
61 if (Object_attribute::attribute_type_has_int_value(this->type_) in is_default_attribute()
64 if (Object_attribute::attribute_type_has_string_value(this->type_) in is_default_attribute()
67 if (Object_attribute::attribute_type_has_no_default(this->type_)) in is_default_attribute()
98 if (Object_attribute::attribute_type_has_int_value(this->type_)) in write()
103 if (Object_attribute::attribute_type_has_string_value(this->type_)) in write()
H A Doutput.cc731 : address_(address), local_sym_index_(GSYM_CODE), type_(type), in Output_reloc()
736 gold_assert(this->type_ == type); in Output_reloc()
753 : address_(address), local_sym_index_(GSYM_CODE), type_(type), in Output_reloc()
759 gold_assert(this->type_ == type); in Output_reloc()
779 : address_(address), local_sym_index_(local_sym_index), type_(type), in Output_reloc()
787 gold_assert(this->type_ == type); in Output_reloc()
805 : address_(address), local_sym_index_(local_sym_index), type_(type), in Output_reloc()
814 gold_assert(this->type_ == type); in Output_reloc()
830 : address_(address), local_sym_index_(SECTION_CODE), type_(type), in Output_reloc()
835 gold_assert(this->type_ == type); in Output_reloc()
[all …]
H A Dresolve.cc101 this->type_ = sym.get_st_type(); in override_base()
970 this->type_ = from->type_; in clone()
1064 this->type_ = from->type_; in override_base_with_special()
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dattributes.h78 : type_(0), int_value_(0), string_value_() in Object_attribute()
83 : type_(oa.type_), int_value_(oa.int_value_), string_value_(oa.string_value_) in Object_attribute()
93 this->type_ = source.type_;
102 { return this->type_; } in type()
107 { this->type_ = type; } in set_type()
197 int type_; variable
H A Dattributes.cc49 if (Object_attribute::attribute_type_has_int_value(this->type_)) in size()
51 if (Object_attribute::attribute_type_has_string_value(this->type_)) in size()
61 if (Object_attribute::attribute_type_has_int_value(this->type_) in is_default_attribute()
64 if (Object_attribute::attribute_type_has_string_value(this->type_) in is_default_attribute()
67 if (Object_attribute::attribute_type_has_no_default(this->type_)) in is_default_attribute()
98 if (Object_attribute::attribute_type_has_int_value(this->type_)) in write()
103 if (Object_attribute::attribute_type_has_string_value(this->type_)) in write()
H A Doutput.cc732 : address_(address), local_sym_index_(GSYM_CODE), type_(type), in Output_reloc()
737 gold_assert(this->type_ == type); in Output_reloc()
754 : address_(address), local_sym_index_(GSYM_CODE), type_(type), in Output_reloc()
760 gold_assert(this->type_ == type); in Output_reloc()
780 : address_(address), local_sym_index_(local_sym_index), type_(type), in Output_reloc()
788 gold_assert(this->type_ == type); in Output_reloc()
806 : address_(address), local_sym_index_(local_sym_index), type_(type), in Output_reloc()
815 gold_assert(this->type_ == type); in Output_reloc()
831 : address_(address), local_sym_index_(SECTION_CODE), type_(type), in Output_reloc()
836 gold_assert(this->type_ == type); in Output_reloc()
[all …]
H A Dresolve.cc101 this->type_ = sym.get_st_type(); in override_base()
970 this->type_ = from->type_; in clone()
1064 this->type_ = from->type_; in override_base_with_special()
/netbsd-src/common/include/prop/
H A Dprop_ingest.h59 #define PROP_INGEST(key_, type_, handler_) \ argument
61 .pite_type = type_ , \
65 #define PROP_INGEST_OPTIONAL(key_, type_, handler_) \ argument
67 .pite_type = type_ , \
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Dlibgccjit++.h155 field new_field (type type_, const std::string &name,
158 field new_bitfield (type type_, int width, const std::string &name,
168 param new_param (type type_,
182 type type_,
200 rvalue new_struct_ctor (type type_,
205 rvalue new_array_ctor (type type_,
209 rvalue new_union_ctor (type type_,
323 type type_,
393 lvalue new_local (type type_,
496 rvalue cast_to (type type_,
[all …]
H A Djit-recording.h206 type *type_);
211 type *type_);
1099 type *type_) in rvalue() argument
1102 m_type (type_), in rvalue()
1106 gcc_assert (type_); in rvalue()
1171 type *type_) in lvalue() argument
1172 : rvalue (ctxt, loc, type_), in lvalue()
1703 type *type_) in cast() argument
1704 : rvalue (ctxt, loc, type_), in cast()
1730 type *type_) in bitcast() argument
[all …]
H A Djit-playback.cc206 get_tree_node_for_type (enum gcc_jit_types type_) in get_tree_node_for_type() argument
208 switch (type_) in get_tree_node_for_type()
252 type_); in get_tree_node_for_type()
268 type_); in get_tree_node_for_type()
303 type_); in get_tree_node_for_type()
313 get_type (enum gcc_jit_types type_) in get_type() argument
315 tree type_node = get_tree_node_for_type (type_); in get_type()
1352 playback::type *type_) in build_cast() argument
1363 tree t_dst_type = type_->as_tree (); in build_cast()
1415 playback::type *type_) in new_cast() argument
[all …]
H A Djit-playback.h182 type *type_);
187 type *type_);
288 type *type_);
294 get_tree_node_for_type (enum gcc_jit_types type_);
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_mutex.cc213 type_ = type; in Mutex()
227 cur_thread()->internal_deadlock_detector.Lock(type_); in Lock()
252 cur_thread()->internal_deadlock_detector.Unlock(type_); in Unlock()
258 cur_thread()->internal_deadlock_detector.Lock(type_); in ReadLock()
280 cur_thread()->internal_deadlock_detector.Unlock(type_); in ReadUnlock()
H A Dtsan_mutex.h57 MutexType type_; variable
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_mutex.cc215 type_ = type; in Mutex()
229 cur_thread()->internal_deadlock_detector.Lock(type_); in Lock()
254 cur_thread()->internal_deadlock_detector.Unlock(type_); in Unlock()
260 cur_thread()->internal_deadlock_detector.Lock(type_); in ReadLock()
282 cur_thread()->internal_deadlock_detector.Unlock(type_); in ReadUnlock()
H A Dtsan_mutex.h59 MutexType type_; variable
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Dlibgccjit++.h154 field new_field (type type_, const std::string &name,
157 field new_bitfield (type type_, int width, const std::string &name,
167 param new_param (type type_,
181 type type_,
308 type type_,
375 lvalue new_local (type type_,
471 rvalue cast_to (type type_,
757 context::new_field (type type_, const std::string &name, location loc) in new_field() argument
761 type_.get_inner_type (), in new_field()
766 context::new_bitfield (type type_, int width, const std::string &name, in new_bitfield() argument
[all …]
H A Djit-recording.h195 type *type_);
1016 type *type_) in rvalue() argument
1019 m_type (type_), in rvalue()
1023 gcc_assert (type_); in rvalue()
1088 type *type_) in lvalue() argument
1089 : rvalue (ctxt, loc, type_) in lvalue()
1524 type *type_) in cast() argument
1525 : rvalue (ctxt, loc, type_), in cast()
1550 type *type_,
1812 local (function *func, location *loc, type *type_, string *name) in local() argument
[all …]
/netbsd-src/external/bsd/kyua-cli/dist/utils/text/
H A Dtemplates.cpp100 type_descriptor(const statement_type type_, in type_descriptor()
102 : type(type_), n_arguments(n_arguments_) in type_descriptor()
149 statement_def(const statement_type& type_, in statement_def() argument
151 type(type_), arguments(arguments_) in statement_def()
157 if (descriptor.type == type_) { in statement_def()
/netbsd-src/external/bsd/kyua-cli/dist/engine/
H A Dtest_result.cpp44 engine::test_result::test_result(const result_type type_, in test_result() argument
46 _type(type_), in test_result()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_mutex.cpp218 void CheckedMutex::LockImpl(uptr pc) { deadlock_detector.Lock(type_, pc); } in LockImpl()
220 void CheckedMutex::UnlockImpl() { deadlock_detector.Unlock(type_); } in UnlockImpl()

1234