/aosp_15_r20/external/mesa3d/src/freedreno/vulkan/ |
H A D | tu_knl_drm_msm.cc | 127 uint64_t val = 1; in tu_drm_get_priorities() local 753 tu_queue_submit_create_locked(struct tu_queue *queue, in tu_queue_submit_create_locked() 860 tu_queue_submit_finish(struct tu_queue *queue, struct tu_msm_queue_submit *submit) in tu_queue_submit_finish() 884 tu_queue_build_msm_gem_submit_cmds(struct tu_queue *queue, in tu_queue_build_msm_gem_submit_cmds() 927 tu_queue_submit_locked(struct tu_queue *queue, struct tu_msm_queue_submit *submit) in tu_queue_submit_locked() 1101 msm_queue_submit(struct tu_queue *queue, struct vk_queue_submit *submit) in msm_queue_submit()
|
/aosp_15_r20/external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/ |
H A D | NonBlockingThreadPool.h | 96 unsigned val = EncodePartition(start, end); in SetStealPartitions() local 179 inline void DecodePartition(unsigned val, unsigned* start, unsigned* limit) { in DecodePartition() 191 inline void SetStealPartition(size_t i, unsigned val) { in SetStealPartition() 232 Queue queue; member
|
/aosp_15_r20/frameworks/av/media/libstagefright/rtsp/ |
H A D | AMPEG4ElementaryAssembler.cpp | 71 AString val; in GetIntegerAttribute() local 216 List<sp<ABuffer> > *queue = source->queue(); in addPacket() local
|
H A D | AMPEG4AudioAssembler.cpp | 449 AString val; in AMPEG4AudioAssembler() local 496 List<sp<ABuffer> > *queue = source->queue(); in addPacket() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineDepthRangeUnrestrictedTests.cpp | 859 const VkQueue queue = m_context.getUniversalQueue(); in iterate() local 872 const VkQueue queue = m_context.getUniversalQueue(); in verifyTestResult() local 1115 const VkQueue queue = m_context.getUniversalQueue(); in iterate() local 1177 const VkQueue queue = m_context.getUniversalQueue(); in verifyTestResult() local 1422 for (int val = 0; val < DE_LENGTH_OF_ARRAY(clearValues); val++) in createDepthRangeUnrestrictedTests() local
|
/aosp_15_r20/packages/services/Mms/src/com/android/mms/service/ |
D | MmsService.java | 673 final int queue = request.getQueueType(); in addToRunningRequestQueueSynchronized() local 898 final Integer val = statusValues.getAsInteger(MESSAGE_STATUS_READ); in updateMessageStatus() local 904 final Integer val = statusValues.getAsInteger(MESSAGE_STATUS_SEEN); in updateMessageStatus() local
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/net/ |
H A D | toeplitz.c | 132 int queue = rx_hash % cfg_num_queues; in verify_rss() local 342 int fd, val; in create_ring() local 384 int fd, val; in setup_sink() local
|
/aosp_15_r20/libcore/tools/openjdk-analyzer/src/libcore/tools/analyzer/openjdk/ |
H A D | DependencyAnalyzer.java | 340 Queue<String> queue = new LinkedList<>(); in getClassNodes() local 363 ClassNode val = classNodes.get(className); in getClassNode() local 388 ClassNode val = classNodes.get(className); in hasClass() local
|
/aosp_15_r20/external/v4l2_codec2/v4l2/ |
H A D | V4L2Device.cpp | 90 V4L2ExtCtrl::V4L2ExtCtrl(uint32_t id, int32_t val) : V4L2ExtCtrl(id) { in V4L2ExtCtrl() 326 base::WeakPtr<V4L2Queue> queue) in V4L2BufferRefBase() 396 base::WeakPtr<V4L2Queue> queue) in V4L2WritableBufferRef() 613 base::WeakPtr<V4L2Queue> queue) in V4L2ReadableBuffer() 696 base::WeakPtr<V4L2Queue> queue) { in CreateWritableRef() 701 base::WeakPtr<V4L2Queue> queue) { in CreateReadableRef() 1135 scoped_refptr<V4L2Queue> queue = V4L2QueueFactory::createQueue( in getQueue() local
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_device.c | 291 int val = INT_MAX; in min_vertex_pipeline_param() local 1602 destroy_pipelines(struct lvp_queue *queue) in destroy_pipelines() 1615 struct lvp_queue *queue = container_of(vk_queue, struct lvp_queue, vk); in lvp_queue_submit() local 1666 lvp_queue_init(struct lvp_device *device, struct lvp_queue *queue, in lvp_queue_init() 1696 lvp_queue_finish(struct lvp_queue *queue) in lvp_queue_finish()
|
/aosp_15_r20/external/grpc-grpc/src/ruby/ext/grpc/ |
H A D | rb_call.c | 84 grpc_completion_queue* queue; member 396 static int grpc_rb_md_ary_fill_hash_cb(VALUE key, VALUE val, VALUE md_ary_obj) { in grpc_rb_md_ary_fill_hash_cb() 470 static int grpc_rb_md_ary_capacity_hash_cb(VALUE key, VALUE val, in grpc_rb_md_ary_capacity_hash_cb() 547 static int grpc_rb_call_check_op_keys_hash_cb(VALUE key, VALUE val, in grpc_rb_call_check_op_keys_hash_cb()
|
/aosp_15_r20/prebuilts/devtools/tools/lib/ |
HD | commons-logging-1.1.1.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/aosp_15_r20/external/pytorch/torch/csrc/jit/codegen/fuser/ |
H A D | compiler.cpp | 108 std::vector<const Value*> queue{output}; in getInputDependencies() local 112 const Value* val = queue.back(); in getInputDependencies() local
|
/aosp_15_r20/frameworks/base/core/java/android/os/CombinedMessageQueue/ |
H A D | MessageQueue.java | 1977 private int dumpPriorityQueue(ConcurrentSkipListSet<MessageNode> queue, Printer pw, in dumpPriorityQueue() 2041 private int dumpPriorityQueue(ConcurrentSkipListSet<MessageNode> queue, in dumpPriorityQueue() 2473 private static int numQueued(long val) { in numQueued() 2477 private static int numCancelled(long val) { in numCancelled() 2729 private boolean priorityQueueHasMessage(ConcurrentSkipListSet<MessageNode> queue, Handler h, in priorityQueueHasMessage()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawIndirectTest.cpp | 72 for (auto &val : junk) in JunkData() local 656 const vk::VkQueue queue = m_context.getUniversalQueue(); in iterate() local 1079 const vk::VkQueue queue = m_context.getUniversalQueue(); in iterate() local
|
H A D | vktDrawConcurrentTests.cpp | 113 VkQueue queue; in iterate() member 258 uint32_t val = rnd.getUint32(); in iterate() local
|
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/external/commons-logging/commons-logging/1.2/ |
HD | commons-logging-1.2.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/aosp_15_r20/prebuilts/tools/common/google-api-java-client/1.33.2/libs/ |
HD | commons-logging-1.2.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/aosp_15_r20/prebuilts/tools/common/google-api-java-client/1.31.3/libs/ |
HD | commons-logging-1.2.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/aosp_15_r20/external/mesa3d/include/CL/ |
H A D | opencl.hpp | 6247 cl_int setExecInfo(cl_kernel_exec_info param_name, const T& val) in setExecInfo() 6258 …_int setExecInfo(typename detail::param_traits<detail::cl_kernel_exec_info, name>::param_type& val) in setExecInfo() 7605 CommandQueue(const CommandQueue& queue) : detail::Wrapper<cl_type>(queue) {} in CommandQueue() 7610 CommandQueue& operator = (const CommandQueue &queue) in operator =() 7619 …CommandQueue(CommandQueue&& queue) CL_HPP_NOEXCEPT_ : detail::Wrapper<cl_type>(std::move(queue)) {} in CommandQueue() function in cl::CommandQueue 7624 CommandQueue& operator = (CommandQueue &&queue) in operator =() 8985 DeviceCommandQueue(const DeviceCommandQueue& queue) : detail::Wrapper<cl_type>(queue) {} in DeviceCommandQueue() 8990 DeviceCommandQueue& operator = (const DeviceCommandQueue &queue) in operator =() 8999 …DeviceCommandQueue(DeviceCommandQueue&& queue) CL_HPP_NOEXCEPT_ : detail::Wrapper<cl_type>(std::mo… in DeviceCommandQueue() function in cl::DeviceCommandQueue 9004 DeviceCommandQueue& operator = (DeviceCommandQueue &&queue) in operator =() [all …]
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageSampleDrawnCubeFaceTests.cpp | 244 const VkQueue queue = m_context.getUniversalQueue(); in iterate() local 478 const IVec4 val = IVec4(ptr[0], ptr[1], ptr[2], ptr[3]); in iterate() local
|
/aosp_15_r20/external/webrtc/p2p/base/ |
H A D | pseudo_tcp.cc | 144 inline void long_to_bytes(uint32_t val, void* buf) { in long_to_bytes() 148 inline void short_to_bytes(uint16_t val, void* buf) { in short_to_bytes() 480 uint32_t PseudoTcp::queue(const char* data, uint32_t len, bool bCtrl) { in queue() function in cricket::PseudoTcp
|
/aosp_15_r20/external/federated-compute/fcp/tensorflow/ |
H A D | append_slices_op.cc | 244 void Add(tensorflow::StringPiece key, tensorflow::StringPiece val) override { in Add() 365 std::priority_queue<Element, Container, Comparator>& queue) { in PopWithElement()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ |
H A D | vktShaderLibrary.cpp | 116 for (vector<Value>::const_iterator val = uniforms.begin(); val != uniforms.end(); ++val) in genUniformBlock() local 172 const Value &val = spec.values.inputs[ndx]; in genVertexShader() local 195 const Value &val = spec.values.inputs[ndx]; in genVertexShader() local 212 const Value &val = valueBlock.outputs[ndx]; in genCompareOp() local 261 const Value &val = spec.values.outputs[ndx]; in genFragmentShader() local 313 const Value &val = spec.values.inputs[ndx]; in specializeVertexShader() local 337 const Value &val = spec.values.outputs[ndx]; in specializeVertexShader() local 392 const Value &val = spec.values.inputs[ndx]; in specializeFragmentShader() local 417 const Value &val = spec.values.outputs[ndx]; in specializeFragmentShader() local 451 const Value &val = specParams.caseSpec.values.inputs[ndx]; in generateVertexSpecialization() local [all …]
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/progs/ |
H A D | map_ptr_kern.c | 120 const __u32 val = 1; in check_hash() local 154 __u32 *val = bpf_map_lookup_elem(array, &key); in check_array() local 582 struct bpf_queue_stack *queue = (struct bpf_queue_stack *)&m_queue; in check_queue() local
|