/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setschedpolicy/ |
D | 2-1.c | 39 static int priorities[3]; variable 78 if (!priorities[0]) in thread_func() 79 priorities[0] = sp.sched_priority; in thread_func() 80 else if (!priorities[1]) in thread_func() 81 priorities[1] = sp.sched_priority; in thread_func() 83 priorities[2] = sp.sched_priority; in thread_func() 196 if (priorities[0] != PRIO_HIGH) in main() 198 priorities[0], PRIO_HIGH); in main() 199 else if (priorities[1] != PRIO_MED) in main() 201 priorities[1], PRIO_MED); in main() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
D | vktGlobalPriorityQueueUtils.cpp | 44 QueueGlobalPriorities priorities, in findQueueFamilyIndex() argument 84 matches = priorities.any(prios); in findQueueFamilyIndex() 85 else matches = priorities.all(prios); in findQueueFamilyIndex() 109 m_priorities.insert(source.priorities[i]); in QueueGlobalPriorities() 111 QueueGlobalPriorities::QueueGlobalPriorities (std::initializer_list<Priority> priorities) in QueueGlobalPriorities() argument 113 for (auto i = priorities.begin(); i != priorities.end(); ++i) in QueueGlobalPriorities() 156 res.priorities[std::distance(start, i)] = *i; in make()
|
D | vktGlobalPriorityQueueUtils.hpp | 49 QueueGlobalPriorities (std::initializer_list<Priority> priorities); 66 QueueGlobalPriorities priorities = QueueGlobalPriorities::full(),
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
D | vktGlobalPriorityQueueUtils.cpp | 44 QueueGlobalPriorities priorities, in findQueueFamilyIndex() argument 84 matches = priorities.any(prios); in findQueueFamilyIndex() 85 else matches = priorities.all(prios); in findQueueFamilyIndex() 109 m_priorities.insert(source.priorities[i]); in QueueGlobalPriorities() 111 QueueGlobalPriorities::QueueGlobalPriorities (std::initializer_list<Priority> priorities) in QueueGlobalPriorities() argument 113 for (auto i = priorities.begin(); i != priorities.end(); ++i) in QueueGlobalPriorities() 156 res.priorities[std::distance(start, i)] = *i; in make()
|
D | vktGlobalPriorityQueueUtils.hpp | 49 QueueGlobalPriorities (std::initializer_list<Priority> priorities); 66 QueueGlobalPriorities priorities = QueueGlobalPriorities::full(),
|
/third_party/toybox/toys/posix/ |
D | logger.c | 56 *priorities[] = {"emerg", "alert", "crit", "error", "warning", "notice", in logger_main() local 76 priority = arrayfind(s1, priorities, ARRAY_LEN(priorities)); in logger_main()
|
/third_party/node/deps/npm/node_modules/negotiator/lib/ |
D | charset.js | 134 var priorities = provided.map(function getPriority(type, index) { 139 return priorities.filter(isQuality).sort(compareSpecs).map(function getCharset(priority) { 140 return provided[priorities.indexOf(priority)];
|
D | encoding.js | 149 var priorities = provided.map(function getPriority(type, index) { 154 return priorities.filter(isQuality).sort(compareSpecs).map(function getEncoding(priority) { 155 return provided[priorities.indexOf(priority)];
|
D | language.js | 144 var priorities = provided.map(function getPriority(type, index) { 149 return priorities.filter(isQuality).sort(compareSpecs).map(function getLanguage(priority) { 150 return provided[priorities.indexOf(priority)];
|
D | mediaType.js | 174 var priorities = provided.map(function getPriority(type, index) { 179 return priorities.filter(isQuality).sort(compareSpecs).map(function getType(priority) { 180 return provided[priorities.indexOf(priority)];
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/ |
D | GLX_SGIX_visual_select_group.txt | 35 priorities that glXChooseVisual or glXChooseFBConfig defines. 38 The visual selection priorities of all the visuals in one category 40 The visual selection priorities in one category follow the rules 99 selection priorities than the ones in (i+1)-th category. If a matching
|
/third_party/openGLES/extensions/SGIX/ |
D | GLX_SGIX_visual_select_group.txt | 35 priorities that glXChooseVisual or glXChooseFBConfig defines. 38 The visual selection priorities of all the visuals in one category 40 The visual selection priorities in one category follow the rules 99 selection priorities than the ones in (i+1)-th category. If a matching
|
/third_party/EGL/extensions/EXT/ |
D | EGL_EXT_config_select_group.txt | 45 different config selection categories. The config selection priorities of 47 other categories. The config selection priorities in one category follow
|
/third_party/node/doc/contributing/ |
D | technical-values.md | 1 # Technical values and their priorities 3 The project uses these technical values to establish priorities and guide
|
/third_party/lzma/DOC/ |
D | installer.txt | 134 Small SFX uses 3 levels of priorities to select file to execute: 137 2) File extension priorities (from high to low priority order): 139 3) File name priorities (from high to low priority order):
|
/third_party/mesa3d/src/virtio/virtio-gpu/ |
D | drm_hw.h | 21 uint32_t priorities; member
|
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | VK_KHR_global_priority.adoc | 18 In Vulkan, users can specify device-scope queue priorities. 22 priorities supported by a queue family, and then set a priority when
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/ |
D | Threading.inc | 113 // priorities of the thread so that it can perform background work without 116 // priorities of the thread as they were before the thread entered background
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_get_priority_min/ |
D | coverage.txt | 7 1 YES max and min priorities are taken from the system (AIX)
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_texture_object.txt | 71 const clampf* priorities); 181 texture object. PrioritizeTexturesEXT sets the priorities of the <n> 182 texture objects in <textures> to the values in <priorities>. Each 253 When PushAttrib is called with TEXTURE_BIT enabled, the priorities, 258 values, then the bound texture objects have their priorities, border 288 n*4 LISTofFLOAT32 priorities
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_texture_object.txt | 71 const clampf* priorities); 181 texture object. PrioritizeTexturesEXT sets the priorities of the <n> 182 texture objects in <textures> to the values in <priorities>. Each 253 When PushAttrib is called with TEXTURE_BIT enabled, the priorities, 258 values, then the bound texture objects have their priorities, border 288 n*4 LISTofFLOAT32 priorities
|
/third_party/node/doc/contributing/maintaining/ |
D | maintaining-single-executable-application-support.md | 4 priorities identified for the success of Node.js. 82 …]: https://github.com/nodejs/node/blob/main/doc/contributing/technical-priorities.md#single-execut…
|
D | maintaining-web-assembly.md | 5 [top technical priorities](https://github.com/nodejs/node/blob/main/doc/contributing/technical-prio…
|
/third_party/nghttp2/doc/ |
D | programmers-guide.rst | 482 Stream priorities 491 RFC 7540 priorities, and instead it enables RFC 9218 Extensible 493 to convey the stream priorities to a remote endpoint: Priority header 507 For the purpose of smooth migration from RFC 7540 priorities, client 519 Server has an optional mechanism to fallback to RFC 7540 priorities. 521 1, it completely disables RFC 7540 priorities and no fallback. By 524 falls back to RFC 7540 priorities if it sends
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | validationGL11_autogen.h | 52 const GLfloat *priorities);
|