/aosp_15_r20/external/mesa3d/src/gallium/frontends/clover/api/ |
H A D | transfer.cpp | 38 vector(const size_t *p) { in vector() 977 for (void *p : range(svm_pointers, num_svm_pointers)) { in free_queue() local 984 clover::EnqueueSVMFree(cl_command_queue d_q, in EnqueueSVMFree() 1033 clEnqueueSVMFree(cl_command_queue d_q, in clEnqueueSVMFree() 1303 auto p = q.context().find_svm_allocation(ptr); in clEnqueueSVMMigrateMem() local
|
/aosp_15_r20/external/OpenCL-CLHPP/tests/ |
H A D | test_openclhpp.cpp | 949 cl::CommandQueue queue(context); in testCommandQueueFromSpecifiedContext() local 1176 cl::Platform p(make_platform_id(0)); in testPlatformWithZeroDevices() local 1294 cl::CommandQueue queue(make_command_queue(0)); in testBufferConstructorQueueIterator() local 1998 cl::CommandQueue queue(queue_expect); in testCopyHostToBuffer() local 2421 cl::Platform p(make_platform_id(1)); in testSetDefaultPlatform() local 2433 cl::Platform p(make_platform_id(2)); in testSetDefaultPlatformTwice() local 2643 cl::Pipe p(c, 16, 32); in testCreatePipe() local 3019 cl::Platform p(make_platform_id(1)); in testPlatformExtendedVersioning_3_0() local 3036 cl::Platform p(make_platform_id(1)); in testPlatformExtendedVersioning_KHR() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/compute/ |
H A D | vktComputeWorkgroupMemoryExplicitLayoutTests.cpp | 192 const VkQueue queue = context.getUniversalQueue(); in runCompute() local 417 CheckSupportParams p; in checkSupport() local 747 CheckSupportParams p; in checkSupport() local 1013 CheckSupportParams p; in checkSupport() local
|
H A D | vktComputeCooperativeMatrixTests.cpp | 374 const VkCooperativeMatrixPropertiesKHR *p = &properties[i]; in checkSupport() local 1190 VkCooperativeMatrixPropertiesKHR *p = &properties[i]; in iterate() local 1209 VkCooperativeMatrixPropertiesKHR *p = &properties[i]; in iterate() local 1525 const VkQueue queue = m_context.getUniversalQueue(); in iterate() local
|
/aosp_15_r20/external/wpa_supplicant_8/src/ap/ |
H A D | ap_drv_ops.c | 136 u8 *start, *p; in hostapd_build_ap_extra_ies() local 143 u8 *start, *p; in hostapd_build_ap_extra_ies() local 162 u8 *start, *p; in hostapd_build_ap_extra_ies() local 730 int hostapd_set_tx_queue_params(struct hostapd_data *hapd, int queue, int aifs, in hostapd_set_tx_queue_params()
|
H A D | ap_config.c | 937 struct hs20_osu_provider *p; in hostapd_config_free_bss() local 1528 static int hostapd_config_check_cw(struct hostapd_config *conf, int queue) in hostapd_config_check_cw()
|
/aosp_15_r20/external/clang/test/Analysis/ |
H A D | malloc.c | 45 int *p = malloc(12); in f1() local 50 int *p = malloc(12); in f2() local 56 int *p = malloc(12); in f2_realloc_0() local 62 int *p = malloc(12); in f2_realloc_1() local 68 char *p = (char*)malloc(size); in reallocNotNullPtr() local 76 int *p = alloca(sizeof(int)); in allocaTest() local 80 int *p = _alloca(sizeof(int)); in winAllocaTest() local 84 int *p = __builtin_alloca(sizeof(int)); in allocaBuiltinTest() local 95 char *p = malloc(12); in reallocFails() local 105 char *p = malloc(12); in reallocSizeZero1() local [all …]
|
/aosp_15_r20/external/mdnsresponder/mDNSShared/ |
H A D | dnssd_clientstub.c | 486 DNSServiceOp **p = &(*ref)->next; // Append ourselves to end of primary's list in ConnectToServer() local 1030 DNSServiceOp **p = &sdRef->primary->next; in DNSServiceRefDeallocate() local 1076 DNSServiceOp *p = sdRef; in DNSServiceRefDeallocate() local 1642 DNSRecord **p; in DNSServiceRegisterRecord() local 1715 DNSRecord **p; in DNSServiceAddRecord() local 1835 DNSRecord **p = &sdRef->rec; in DNSServiceRemoveRecord() local 1963 dispatch_queue_t queue in DNSServiceSetDispatchQueue()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ray_query/ |
H A D | vktRayQueryMiscTests.cpp | 197 const auto queue = m_context.getUniversalQueue(); in iterate() local 933 const VkQueue queue = m_context.getUniversalQueue(); in iterate() local 1078 HelperInvocationsParams p; in addHelperInvocationsTests() local
|
/aosp_15_r20/external/ethtool/ |
H A D | ethtool.c | 253 int *p = info[idx].wanted_val; in parse_generic_cmdline() local 263 s32 *p = info[idx].wanted_val; in parse_generic_cmdline() local 270 u8 *p = info[idx].wanted_val; in parse_generic_cmdline() local 275 u16 *p = info[idx].wanted_val; in parse_generic_cmdline() local 280 u32 *p = info[idx].wanted_val; in parse_generic_cmdline() local 286 u64 *p = info[idx].wanted_val; in parse_generic_cmdline() local 293 u16 *p = info[idx].wanted_val; in parse_generic_cmdline() local 300 u32 *p = info[idx].wanted_val; in parse_generic_cmdline() local 312 u32 *p; in parse_generic_cmdline() local 1430 int queue = i * 32; in dump_per_queue_coalesce() local [all …]
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/spir/ |
H A D | run_services.cpp | 87 char *temp_str, *p; in get_kernel_name() local 728 void run_kernel( cl_kernel kernel, cl_command_queue queue, WorkSizeInfo &ws, TestResult& result ) in run_kernel()
|
/aosp_15_r20/external/grpc-grpc/src/ruby/ext/grpc/ |
H A D | rb_call.c | 84 grpc_completion_queue* queue; member 98 static void grpc_rb_call_destroy(void* p) { in grpc_rb_call_destroy()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ycbcr/ |
H A D | vktYCbCrStorageImageWriteTests.cpp | 83 … [result](const std::pair<vk::VkFormat, vk::VkFormat> &p) { return p.first == result; }); in getPlaneCompatibleFormatForWriting() 219 const VkQueue queue = context.getUniversalQueue(); in testStorageImageWrite() local
|
/aosp_15_r20/external/mesa3d/src/nouveau/vulkan/ |
H A D | nvk_cmd_draw.c | 106 nvk_push_draw_state_init(struct nvk_queue *queue, struct nv_push *p) in nvk_push_draw_state_init() 592 struct nv_push *p = nvk_cmd_buffer_push(cmd, 2 + len_dw); in nvk_cmd_flush_gfx_root_desc() local 605 struct nv_push *p = nvk_cmd_buffer_push(cmd, 5); in nvk_cmd_buffer_begin_graphics() local 810 struct nv_push *p = nvk_cmd_buffer_push(cmd, NVK_MAX_RTS * 12 + 29); in nvk_CmdBeginRendering() local 1216 struct nv_push *p = nvk_cmd_buffer_push(cmd, 2); in nvk_CmdEndRendering() local 1416 struct nv_push *p = nvk_cmd_buffer_push(cmd, 10); in nvk_flush_shaders() local 1493 struct nv_push *p = nvk_cmd_buffer_push(cmd, 8); in nvk_flush_shaders() local 1502 struct nv_push *p = nvk_cmd_buffer_push(cmd, 5 + n); in nvk_flush_shaders() local 1524 struct nv_push *p = nvk_cmd_buffer_push(cmd, 6); in nvk_flush_shaders() local 1622 struct nv_push *p = nvk_cmd_buffer_push(cmd, 258); in nvk_flush_vi_state() local [all …]
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/ |
H A D | vktTransformFeedbackSimpleTests.cpp | 976 const VkQueue queue = deviceHelper.getQueue(); in iterate() local 1067 const VkQueue queue = deviceHelper.getQueue(); in iterate() local 1313 const VkQueue queue = deviceHelper.getQueue(); in iterate() local 1568 const VkQueue queue = deviceHelper.getQueue(); in iterate() local 1756 const VkQueue queue = deviceHelper.getQueue(); in iterate() local 1941 const VkQueue queue = deviceHelper.getQueue(); in iterate() local 2092 const VkQueue queue = deviceHelper.getQueue(); in iterate() local 2268 const VkQueue queue = deviceHelper.getQueue(); in iterate() local 2429 const VkQueue queue = deviceHelper.getQueue(); in iterate() local 2603 const VkQueue queue = deviceHelper.getQueue(); in iterate() local [all …]
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/20/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | ScheduledThreadPoolExecutor.java | 313 long p = period; in setNextRunTime() local 980 private RunnableScheduledFuture<?>[] queue = field in ScheduledThreadPoolExecutor.DelayedWorkQueue
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/concurrent/ |
H A D | ScheduledThreadPoolExecutor.java | 313 long p = period; in setNextRunTime() local 980 private RunnableScheduledFuture<?>[] queue = field in ScheduledThreadPoolExecutor.DelayedWorkQueue
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | ScheduledThreadPoolExecutor.java | 313 long p = period; in setNextRunTime() local 980 private RunnableScheduledFuture<?>[] queue = field in ScheduledThreadPoolExecutor.DelayedWorkQueue
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingPipelineFlagsTests.cpp | 113 tcu::Vec3 rotateCcwZ(const tcu::Vec3 &p, const tcu::Vec3 ¢er, const float &radians) in rotateCcwZ() 121 bool pointInRect2D(const tcu::Vec3 &p, const tcu::Vec3 &p0, const tcu::Vec3 &p1) in pointInRect2D() 126 uint32_t computeEffectiveShaderGroupCount(const TestParams &p) in computeEffectiveShaderGroupCount() 558 auto makeStdBeginEnd(T *p, uint32_t n) -> std::pair<R, R> in makeStdBeginEnd() 1321 const VkQueue queue = m_context.getUniversalQueue(); in iterate() local 1548 TestParams p; in createPipelineFlagsTests() local
|
/aosp_15_r20/prebuilts/tools/common/m2/repository/io/reactivex/rxjava2/rxjava/2.2.9/ |
HD | rxjava-2.2.9.jar | ... emitting
io.reactivex.internal.util.AppendOnlyLinkedArrayList queue
volatile boolean done
public void <init> (org ... |
/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tensorflow_core_proto_cpp_lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/tensorflow/core/protobuf/ |
D | eager_service.pb.h | 5529 const ::tensorflow::ServerDef* p = _impl_.server_def_; in _internal_server_def() local 5570 auto* p = CreateMaybeMessage<::tensorflow::ServerDef>(GetArenaForAllocation()); in _internal_mutable_server_def() local 5649 const ::tensorflow::VersionDef* p = _impl_.version_def_; in _internal_version_def() local 5690 auto* p = CreateMaybeMessage<::tensorflow::VersionDef>(GetArenaForAllocation()); in _internal_mutable_version_def() local 5871 const ::tensorflow::ServerDef* p = _impl_.server_def_; in _internal_server_def() local 5912 auto* p = CreateMaybeMessage<::tensorflow::ServerDef>(GetArenaForAllocation()); in _internal_mutable_server_def() local 6107 inline const ::tensorflow::eager::QueueItem& EnqueueRequest::queue(int index) const { in queue() function 6120 EnqueueRequest::queue() const { in queue() function 6282 const ::tensorflow::eager::Operation* p = _impl_.operation_; in _internal_operation() local 6323 auto* p = CreateMaybeMessage<::tensorflow::eager::Operation>(GetArenaForAllocation()); in _internal_mutable_operation() local [all …]
|
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/analytics-library/tracker/ |
HD | tools.analytics-tracker.jar | ... atomic.AtomicBoolean flushScheduled
private final java.util.Queue pendingEvents
public void <init> (java.util ... |
/aosp_15_r20/external/wmediumd/wmediumd/ |
H A D | wmediumd.c | 250 u8 *p; in frame_select_queue_80211() local 468 struct wqueue *queue; in queue_frame() local 688 struct wqueue *queue; in wmediumd_remove_client() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineColorWriteEnableTests.cpp | 380 const auto queue = m_context.getUniversalQueue(); in iterate() local 1574 const VkQueue queue = m_context.getUniversalQueue(); in iterate() local 1836 TestParams p; in createColorWriteEnable2Tests() local
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/surface/ |
H A D | completion_queue.cc | 163 non_polling_poller* p = reinterpret_cast<non_polling_poller*>(pollset); in non_polling_poller_kick() local 181 non_polling_poller* p = reinterpret_cast<non_polling_poller*>(pollset); in non_polling_poller_shutdown() local 269 CqEventQueue queue; member
|