/third_party/pulseaudio/src/daemon/ |
D | ohos_daemon-conf.c | 111 ,.rlimit_fsize = { .value = 0, .is_set = false }, 112 .rlimit_data = { .value = 0, .is_set = false }, 113 .rlimit_stack = { .value = 0, .is_set = false }, 114 .rlimit_core = { .value = 0, .is_set = false } 116 ,.rlimit_rss = { .value = 0, .is_set = false } 119 ,.rlimit_nproc = { .value = 0, .is_set = false } 122 ,.rlimit_nofile = { .value = 256, .is_set = true } 125 ,.rlimit_memlock = { .value = 0, .is_set = false } 128 ,.rlimit_as = { .value = 0, .is_set = false } 131 ,.rlimit_locks = { .value = 0, .is_set = false } [all …]
|
D | daemon-conf.c | 111 ,.rlimit_fsize = { .value = 0, .is_set = false }, 112 .rlimit_data = { .value = 0, .is_set = false }, 113 .rlimit_stack = { .value = 0, .is_set = false }, 114 .rlimit_core = { .value = 0, .is_set = false } 116 ,.rlimit_rss = { .value = 0, .is_set = false } 119 ,.rlimit_nproc = { .value = 0, .is_set = false } 122 ,.rlimit_nofile = { .value = 256, .is_set = true } 125 ,.rlimit_memlock = { .value = 0, .is_set = false } 128 ,.rlimit_as = { .value = 0, .is_set = false } 131 ,.rlimit_locks = { .value = 0, .is_set = false } [all …]
|
/third_party/grpc/src/core/lib/slice/ |
D | slice_hash_table.h | 51 bool is_set; member 125 if (entry.is_set) { in ~SliceHashTable() 138 if (!entries_[idx].is_set) { in Add() 139 entries_[idx].is_set = true; in Add() 158 if (!entries_[idx].is_set) break; in Get() 180 if (!a.entries_[i].is_set) { in Cmp() 181 if (b.entries_[i].is_set) { in Cmp() 185 } else if (!b.entries_[i].is_set) { in Cmp()
|
/third_party/boost/boost/icl/type_traits/ |
D | is_set.hpp | 16 template <class Type> struct is_set struct 18 typedef is_set<Type> type; argument
|
D | is_key_container_of.hpp | 57 , mpl::or_<is_set<Type>, is_map<Type> >::value 78 , mpl::and_< mpl::or_<is_set<ObjectT>, is_map<ObjectT> >
|
D | has_set_semantics.hpp | 23 value = (mpl::or_< is_set<Type>
|
/third_party/grpc/src/python/grpcio_tests/tests/unit/ |
D | _server_wait_for_termination_test.py | 53 self.assertTrue(termination_event.is_set()) 71 self.assertTrue(termination_event.is_set()) 87 self.assertTrue(termination_event.is_set())
|
/third_party/boost/boost/icl/concept/ |
D | set_value.hpp | 21 inline typename enable_if<is_set<Type>, const typename Type::key_type>::type& 28 inline typename enable_if<is_set<Type>, typename Type::value_type>::type
|
/third_party/grpc/include/grpc/impl/codegen/ |
D | compression_types.h | 91 int is_set; member 99 int is_set; member
|
/third_party/boost/boost/icl/detail/ |
D | std_set.hpp | 21 struct is_set<std::set<Type> > struct 23 typedef is_set<std::set<Type> > type; argument
|
/third_party/grpc/src/ruby/ext/grpc/ |
D | rb_compression_options.c | 155 options->default_level.is_set = 1; in grpc_rb_compression_options_set_default_level() 222 options->default_algorithm.is_set = 1; in grpc_rb_compression_options_set_default_algorithm() 253 if (compression_options->default_level.is_set) { in grpc_rb_compression_options_to_hash() 259 if (compression_options->default_algorithm.is_set) { in grpc_rb_compression_options_to_hash() 317 if (wrapper->wrapped->default_algorithm.is_set) { in grpc_rb_compression_options_get_default_algorithm() 336 if (wrapper->wrapped->default_level.is_set) { in grpc_rb_compression_options_get_default_level()
|
/third_party/ltp/lib/ |
D | tst_kconfig.c | 96 static int is_set(const char *str, const char *val) in is_set() function 137 if (is_set(val, "is not set")) { in match() 146 if (is_set(val, "=y")) { in match() 151 if (is_set(val, "=m")) { in match()
|
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/LayerManagerControl/src/ |
D | input_commands.cpp | 88 t_ilm_bool is_set; variable 91 is_set = ILM_TRUE; 93 is_set = ILM_FALSE; 108 ilm_setInputFocus(surfaceIDs, num_surfaces, bitmask, is_set);
|
/third_party/boost/libs/container/test/ |
D | scoped_allocator_usage_test.cpp | 232 struct is_set struct 238 struct is_set< set<Key, Compare, Allocator> > argument 244 struct is_set< flat_set<Key, Compare, Allocator> > argument 250 struct is_set< multiset<Key, Compare, Allocator> > struct 256 struct is_set< flat_multiset<Key, Compare, Allocator> > argument 267 , bool Assoc = is_set<Container>::value || is_map<Container>::value argument
|
/third_party/boost/libs/icl/example/large_bitset_/ |
D | bits.hpp | 62 struct is_set<mini::bits<NaturalT> > struct 64 typedef is_set<mini::bits<NaturalT> > type; argument
|
/third_party/boost/boost/asio/detail/ |
D | posix_fd_set_adapter.hpp | 78 bool is_set(socket_type descriptor) const in is_set() function in boost::asio::detail::posix_fd_set_adapter 100 if (is_set(op_iter->first)) in perform()
|
/third_party/python/Lib/ |
D | threading.py | 529 def is_set(self): member in Event 533 isSet = is_set 844 if self._started.is_set(): 868 if self._started.is_set(): 1027 if not self._started.is_set(): 1102 if self._is_stopped or not self._started.is_set(): 1126 if self._started.is_set(): 1265 if not self.finished.is_set(): 1309 assert not self._is_stopped and self._started.is_set()
|
/third_party/grpc/src/python/grpcio_tests/tests_py3_only/unit/ |
D | _simple_stubs_test.py | 96 while not event.is_set(): 348 self.assertFalse(rpc_finished_event.is_set()) 349 self.assertFalse(rpc_failed_event.is_set()) 377 self.assertFalse(rpc_failed_event.is_set()) 378 self.assertTrue(rpc_finished_event.is_set())
|
/third_party/grpc/src/cpp/server/ |
D | server_builder.cc | 189 maybe_default_compression_level_.is_set = true; in SetDefaultCompressionLevel() 196 maybe_default_compression_algorithm_.is_set = true; in SetDefaultCompressionAlgorithm() 240 if (maybe_default_compression_level_.is_set) { in BuildAndStart() 244 if (maybe_default_compression_algorithm_.is_set) { in BuildAndStart()
|
/third_party/wayland-ivi-extension/ivi-layermanagement-api/ilmInput/src/ |
D | ilm_input.c | 250 ilmInputDevice bitmask, t_ilm_bool is_set) in ilm_setInputFocus() argument 262 && num_surfaces > 1 && is_set == ILM_TRUE) { in ilm_setInputFocus() 287 bitmask, is_set); in ilm_setInputFocus()
|
/third_party/boost/libs/unordered/test/helpers/ |
D | tracker.hpp | 57 template <typename X, bool is_set = test::is_set<X>::value,
|
D | metafunctions.hpp | 14 struct is_set : public boost::is_same<typename Container::key_type, struct
|
/third_party/boost/boost/icl/ |
D | separate_interval_set.hpp | 183 struct is_set<icl::separate_interval_set<DomainT,Compare,Interval,Alloc> > struct 185 typedef is_set<icl::separate_interval_set<DomainT,Compare,Interval,Alloc> > type; argument
|
/third_party/boost/libs/icl/test/test_type_traits_/ |
D | test_type_traits.cpp | 91 BOOST_CHECK( (is_set<std::set<int> >::value) ); in BOOST_AUTO_TEST_CASE() 95 BOOST_CHECK( (is_set<ICL_IMPL_SPACE::set<int> >::value) ); in BOOST_AUTO_TEST_CASE()
|
/third_party/grpc/include/grpcpp/impl/codegen/ |
D | call_op_set.h | 215 maybe_compression_level_.is_set = false; in CallOpSendInitialMetadata() 220 maybe_compression_level_.is_set = false; in SendInitialMetadata() 227 maybe_compression_level_.is_set = true; in set_compression_level() 242 op->data.send_initial_metadata.maybe_compression_level.is_set = in AddOp() 243 maybe_compression_level_.is_set; in AddOp() 244 if (maybe_compression_level_.is_set) { in AddOp() 277 bool is_set; member
|