/third_party/weston/libweston/backend-drm/ |
D | libbacklight.c | 211 enum backlight_type entry_type; in backlight_init() local 240 entry_type = BACKLIGHT_RAW; in backlight_init() 242 entry_type = BACKLIGHT_PLATFORM; in backlight_init() 244 entry_type = BACKLIGHT_FIRMWARE; in backlight_init() 252 if (entry_type != BACKLIGHT_RAW) in backlight_init() 272 if (entry_type == BACKLIGHT_RAW || in backlight_init() 273 entry_type == BACKLIGHT_FIRMWARE) { in backlight_init() 278 if (entry_type < type) in backlight_init() 281 type = entry_type; in backlight_init()
|
/third_party/boost/boost/flyweight/detail/ |
D | flyweight_core.hpp | 57 typedef typename core::entry_type entry_type; typedef 60 static const entry_type& entry(const handle_type& h) in entry() 86 typename TrackingPolicy::entry_type, 89 >::type entry_type; typedef in boost::flyweights::detail::flyweight_core 92 entry_type, 141 static const entry_type& entry(const base_handle_type& h) in entry() 180 entry_type e(x); in insert_rep() 203 entry_type e((rep_type(x))); in insert_value() 228 entry_type e(std::move(x)); in insert_rep() 247 entry_type e(rep_type(std::move(x))); in insert_value()
|
/third_party/openssl/crypto/ct/ |
D | ct_vfy.c | 47 if (sct->entry_type == CT_LOG_ENTRY_TYPE_NOT_SET) in sct_ctx_update() 49 if (sct->entry_type == CT_LOG_ENTRY_TYPE_PRECERT && sctx->ihash == NULL) in sct_ctx_update() 56 s2n(sct->entry_type, p); in sct_ctx_update() 61 if (sct->entry_type == CT_LOG_ENTRY_TYPE_X509) { in sct_ctx_update() 102 sct->entry_type == CT_LOG_ENTRY_TYPE_NOT_SET || in SCT_CTX_verify() 103 (sct->entry_type == CT_LOG_ENTRY_TYPE_PRECERT && sctx->ihash == NULL)) { in SCT_CTX_verify()
|
D | ct_sct.c | 31 sct->entry_type = CT_LOG_ENTRY_TYPE_NOT_SET; in SCT_new() 64 int SCT_set_log_entry_type(SCT *sct, ct_log_entry_type_t entry_type) in SCT_set_log_entry_type() argument 68 switch (entry_type) { in SCT_set_log_entry_type() 71 sct->entry_type = entry_type; in SCT_set_log_entry_type() 202 return sct->entry_type; in SCT_get_log_entry_type()
|
D | ct_b64.c | 64 ct_log_entry_type_t entry_type, uint64_t timestamp, in SCT_new_from_base64() argument 118 if (!SCT_set_log_entry_type(sct, entry_type)) in SCT_new_from_base64()
|
D | ct_local.h | 78 ct_log_entry_type_t entry_type; member
|
/third_party/boost/boost/flyweight/ |
D | assoc_container_factory.hpp | 57 >::type entry_type; typedef in boost::flyweights::assoc_container_factory_class 59 handle_type insert(const entry_type& x) in insert() 65 handle_type insert(entry_type&& x) in insert() 76 static const entry_type& entry(handle_type h){return *h;} in entry()
|
D | no_tracking.hpp | 29 struct entry_type struct
|
D | refcounted.hpp | 181 struct entry_type struct
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
D | MinidumpYAML.h | 62 using entry_type = EntryT; member 64 std::vector<entry_type> Entries; 66 explicit ListStream(std::vector<entry_type> Entries = {}) 267 llvm::MinidumpYAML::MemoryListStream::entry_type) 269 llvm::MinidumpYAML::ModuleListStream::entry_type) 271 llvm::MinidumpYAML::ThreadListStream::entry_type) 274 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::MinidumpYAML::MemoryListStream::entry_type) 275 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::MinidumpYAML::ModuleListStream::entry_type) 276 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::MinidumpYAML::ThreadListStream::entry_type)
|
/third_party/boost/libs/flyweight/test/ |
D | test_custom_factory.cpp | 31 struct entry_type struct in lu_factory_class 33 entry_type(const Entry& x_):x(x_),count(0){} in entry_type() function 39 typedef std::list<entry_type> container_type; 56 cont.push_back(entry_type(x)); in insert()
|
/third_party/skia/third_party/externals/brotli/research/ |
D | find_opt_references.cc | 39 typedef std::pair<int, std::vector<int> > entry_type; typedef 92 int left_lcp, entry_type* entry) { in GoLeft() 104 int right_ix, int right_lcp, entry_type* entry) { in GoRight() 117 int right_lcp, entry_type* entries) { in StoreReference() 164 void ProcessEntries(entry_type* entries, size_t size, FILE* fout) { in ProcessEntries() 169 entry_type& entry = entries[idx]; in ProcessEntries() 237 entry_type* entries; in main() 239 entries = new entry_type[input_size]; in main()
|
/third_party/boost/boost/process/ |
D | environment.hpp | 241 using entry_type = detail::entry <Char, base_type>; typedef in boost::process::basic_environment_impl 245 friend entry_type; 248 … = boost::transform_iterator< entry_maker, Char**, entry_type, entry_type>; 339 entry_type at( const string_type& key ) in at() 353 entry_type operator[](const string_type & key) in operator []() 359 return entry_type(string_type(key), *this); in operator []() 415 entry_type at( const string_type& key ); 419 entry_type operator[](const string_type & key); 451 struct entry_type struct in boost::process::basic_environment 535 entry_type at( const string_type& key ); [all …]
|
/third_party/jsoncpp/devtools/ |
D | antglob.py | 102 entry_type = FILE, argument 109 entry_type_filter = entry_type 146 entry_type = is_file and FILE_LINK or DIR_LINK 148 entry_type = is_file and FILE or DIR 150 if (entry_type & entry_type_filter) != 0:
|
/third_party/gstreamer/gstreamer/gst/ |
D | gsttoc.h | 91 #define GST_TOC_ENTRY_TYPE_IS_ALTERNATIVE(entry_type) (entry_type < 0) argument 99 #define GST_TOC_ENTRY_TYPE_IS_SEQUENCE(entry_type) (entry_type > 0) argument
|
/third_party/boost/libs/process/test/ |
D | cmd_test.cpp | 43 …[](const bp::native_environment::entry_type & e){return boost::to_upper_copy(e.get_name()) == "PAT… in BOOST_AUTO_TEST_CASE() 70 …[](const bp::native_environment::entry_type & e){return boost::to_upper_copy(e.get_name()) == "PAT… in BOOST_AUTO_TEST_CASE()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | MinidumpYAML.cpp | 276 void yaml::MappingTraits<ModuleListStream::entry_type>::mapping( in mapping() 277 IO &IO, ModuleListStream::entry_type &M) { in mapping() 301 void yaml::MappingTraits<MemoryListStream::entry_type>::mapping( in mapping() 302 IO &IO, MemoryListStream::entry_type &Range) { in mapping() 359 void yaml::MappingTraits<ThreadListStream::entry_type>::mapping( in mapping() 360 IO &IO, ThreadListStream::entry_type &T) { in mapping() 488 std::vector<MemoryListStream::entry_type> Ranges; in create() 501 std::vector<ModuleListStream::entry_type> Modules; in create() 537 std::vector<ThreadListStream::entry_type> Threads; in create()
|
D | MinidumpEmitter.cpp | 138 static void layout(BlobAllocator &File, MemoryListStream::entry_type &Range) { in layout() 142 static void layout(BlobAllocator &File, ModuleListStream::entry_type &M) { in layout() 149 static void layout(BlobAllocator &File, ThreadListStream::entry_type &T) { in layout()
|
/third_party/ltp/testcases/kernel/syscalls/getdents/ |
D | getdents01.c | 31 enum entry_type { enum 39 enum entry_type type;
|
/third_party/openssl/include/openssl/ |
D | ct.h | 133 ct_log_entry_type_t entry_type, 169 __owur int SCT_set_log_entry_type(SCT *sct, ct_log_entry_type_t entry_type);
|
/third_party/boost/boost/geometry/index/detail/rtree/ |
D | pack_create.hpp | 190 typedef std::pair<point_type, InIt> entry_type; in apply() typedef 192 template rebind_alloc<entry_type> temp_entry_allocator_type; in apply() 195 … boost::container::vector<entry_type, temp_entry_allocator_type> entries(temp_entry_allocator); in apply()
|
/third_party/node/src/ |
D | node_perf.cc | 389 PerformanceEntryType entry_type = ToPerformanceEntryTypeEnum(*type); in Notify() local 391 if (entry_type != NODE_PERFORMANCE_ENTRY_TYPE_INVALID && in Notify() 392 observers[entry_type]) { in Notify()
|
/third_party/openssl/doc/man3/ |
D | SCT_new.pod | 41 ct_log_entry_type_t entry_type, 53 int SCT_set_log_entry_type(SCT *sct, ct_log_entry_type_t entry_type);
|
/third_party/boost/boost/test/impl/ |
D | junit_log_formatter.ipp | 127 std::string entry_type; 129 entry_type = "failure"; 132 entry_type = "error"; 139 << "<" << entry_type 148 m_stream << "</" << entry_type << ">";
|
/third_party/f2fs-tools/fsck/ |
D | f2fs.h | 595 #define IS_SUM_NODE_SEG(footer) (footer.entry_type == SUM_TYPE_NODE) 596 #define IS_SUM_DATA_SEG(footer) (footer.entry_type == SUM_TYPE_DATA)
|