Home
last modified time | relevance | path

Searched defs:priority (Results 1 – 25 of 410) sorted by relevance

12345678910>>...17

/third_party/typescript/src/compiler/factory/
DemitHelpers.ts413 priority: 2, constant
427 priority: 3, constant
438 priority: 4, constant
451 priority: 1, constant
546 priority: 5, constant
565 priority: 0, constant
589 priority: 0, constant
717 priority: 6, constant
754 priority: 1, constant
769 priority: 1, constant
[all …]
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/python/
Dpybind_register.h43 …static void Register(const std::string &name, const uint8_t &priority, const PybindDefineFunc &fn)… in Register()
63 void RegisterFn(const std::string &name, const uint8_t &priority, const PybindDefineFunc &fn) { in RegisterFn()
70 …PybindDefineRegisterer(const std::string &name, const uint8_t &priority, const PybindDefineFunc &f… in PybindDefineRegisterer()
77 #define PYBIND_REGISTER(name, priority, define) PybindDefineRegisterer g_pybind_define_f_##name(#na… argument
/third_party/ltp/testcases/kernel/device-drivers/v4l/user_space/
Dtest_VIDIOC_PRIORITY.c33 int valid_priority(enum v4l2_priority priority) in valid_priority()
52 static void do_set_priority(enum v4l2_priority priority) in do_set_priority()
80 enum v4l2_priority priority) in do_set_invalid_priority()
138 enum v4l2_priority priority; in test_VIDIOC_G_PRIORITY_NULL() local
239 enum v4l2_priority priority; in test_VIDIOC_S_PRIORITY_NULL() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_unlock/
D3-1.c78 int priority; in fn_rd() local
113 int priority; in fn_wr_1() local
150 int priority; in fn_wr_2() local
192 int priority; in main() local
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_abort_sniffer.cpp94 void dng_priority_manager::Increment (dng_priority priority) in Increment()
105 void dng_priority_manager::Decrement (dng_priority priority) in Decrement()
127 void dng_priority_manager::Wait (dng_priority priority) in Wait()
156 dng_set_minimum_priority::dng_set_minimum_priority (dng_priority priority) in dng_set_minimum_priority()
/third_party/boost/boost/histogram/detail/
Dpriority.hpp19 struct priority : priority<(N - 1)> {}; struct
22 struct priority<0> {}; struct
/third_party/boost/libs/asio/example/cpp14/executors/
Dpriority_scheduler.cpp12 struct priority struct
15 static constexpr bool is_applicable_property_v =
18 static constexpr bool is_requirable = true;
19 static constexpr bool is_preferable = true;
21 using polymorphic_query_result_type = int;
23 int value() const { return value_; } in value()
25 int value_ = 1;
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_rdlock/
D2-3.c77 int priority; in fn_rd() local
108 int priority; in fn_wr() local
146 int priority; in main() local
D2-2.c77 int priority; in fn_rd() local
108 int priority; in fn_wr() local
145 int priority; in main() local
D2-1.c77 int priority; in fn_rd() local
108 int priority; in fn_wr() local
145 int priority; in main() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_post/
D8-1.c54 static int set_my_prio(int priority) in set_my_prio()
79 static int child_fn(int priority, int id) in child_fn()
121 int priority; in main() local
/third_party/flutter/skia/third_party/externals/sdl/src/
DSDL_log.c48 SDL_LogPriority priority; member
99 SDL_LogSetAllPriority(SDL_LogPriority priority) in SDL_LogSetAllPriority()
112 SDL_LogSetPriority(int category, SDL_LogPriority priority) in SDL_LogSetPriority()
243 SDL_LogMessage(int category, SDL_LogPriority priority, SDL_PRINTF_FORMAT_STRING const char *fmt, ..… in SDL_LogMessage()
267 SDL_LogMessageV(int category, SDL_LogPriority priority, const char *fmt, va_list ap) in SDL_LogMessageV()
316 SDL_LogOutput(void *userdata, int category, SDL_LogPriority priority, in SDL_LogOutput()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_getschedparam/
D1-1.c31 static int verify_param(pthread_attr_t * attr, int priority) in verify_param()
53 int priority; in main() local
/third_party/boost/boost/interprocess/ipc/
Dmessage_queue.hpp218 unsigned int priority;// Message priority member in boost::interprocess::ipcdetail::msg_hdr_t
498 msg_header & queue_free_msg(unsigned int priority) in queue_free_msg()
699 (const void *buffer, size_type buffer_size, unsigned int priority) in send()
704 (const void *buffer, size_type buffer_size, unsigned int priority) in try_send()
710 ,unsigned int priority, const boost::posix_time::ptime &abs_time) in timed_send()
722 unsigned int priority, const boost::posix_time::ptime &abs_time) in do_send()
822 size_type &recvd_size, unsigned int &priority) in receive()
828 size_type &recvd_size, unsigned int &priority) in try_receive()
834 size_type &recvd_size, unsigned int &priority, in timed_receive()
848 size_type &recvd_size, unsigned int &priority, in do_receive()
/third_party/mindspore/mindspore/ccsrc/runtime/device/
Dmemory_scheduler.cc41 void MemScheduler::SetMemPriority(const void *key, MemPriority priority) { mem_priority_[key] = pri… in SetMemPriority()
53 void MemScheduler::Init(const void *key, void *host_ptr, size_t mem_size, MemPriority priority) { in Init()
62 void *MemScheduler::GetOrMalloc(const void *key, size_t mem_size, MemPriority priority) { in GetOrMalloc()
98 auto priority = mem_priority_[event->key]; in PreCompute() local
336 MemPriority priority = kMemPriorityLow; in GenEvents() local
/third_party/vk-gl-cts/framework/delibs/depool/
DdePoolHeap.c32 int priority; member
36 DE_INLINE HeapItem HeapItem_create (int priority, int value) in HeapItem_create()
/third_party/flutter/skia/third_party/externals/sdl/src/thread/psp/
DSDL_systhread.c47 int priority = 32; in SDL_SYS_CreateThread() local
93 int SDL_SYS_SetThreadPriority(SDL_ThreadPriority priority) in SDL_SYS_SetThreadPriority()
/third_party/flutter/engine/flutter/fml/
Dlogging.cc69 LogLevel priority = LogLevel::LOG_DEBUG; in ~LogMessage() local
86 android_LogPriority priority = in ~LogMessage() local
/third_party/boost/libs/interprocess/test/
Dmessage_queue_test.cpp56 unsigned int priority = 0; in test_priority_order() local
168 unsigned int priority; in test_serialize_db() local
243 unsigned int priority; in receiver() local
308 unsigned int priority; in multireceive() local
/third_party/cef/libcef/common/
Dthread_impl.cc27 cef_thread_priority_t priority, in CreateThread()
60 cef_thread_priority_t priority, in Create()
/third_party/musl/src/misc/
Dsyslog.c82 static void _vsyslog(int priority, const char *message, va_list ap) in _vsyslog()
125 static void __vsyslog(int priority, const char *message, va_list ap) in __vsyslog()
136 void syslog(int priority, const char *message, ...) in syslog()
/third_party/musl/porting/liteos_a/user/src/misc/
Dsyslog.c86 static void _vsyslog(int priority, const char *message, va_list ap) in _vsyslog()
129 static void __vsyslog(int priority, const char *message, va_list ap) in __vsyslog()
140 void syslog(int priority, const char *message, ...) in syslog()
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/ge_runtime/
Dmodel_context.h26 ModelContext(uint32_t device_id, uint64_t session_id, int32_t priority, rtModel_t rt_model_handle, in ModelContext()
41 int32_t priority() const { return priority_; } in priority() function
/third_party/python/Lib/
Dsched.py62 def enterabs(self, time, priority, action, argument=(), kwargs=_sentinel): argument
78 def enter(self, delay, priority, action, argument=(), kwargs=_sentinel): argument
/third_party/iptables/include/linux/netfilter/
Dxt_CLASSIFY.h7 __u32 priority; member

12345678910>>...17