/third_party/python/Lib/distutils/ |
H A D | dist.py | 562 negative_opt.update(cmd_class.negative_opt)
|
/third_party/python/Lib/test/ |
H A D | test_site.py | 86 sysconfig._CONFIG_VARS.update(self.old_vars)
|
H A D | test_wsgiref.py | 564 expected.update({
|
/third_party/skia/gn/ |
H A D | gn_to_cmake.py | 19 The first is recommended, as it will auto-update. 584 dependencies.update(project.targets.get(object_dependency).get('deps', [])) 660 # If a build file has changed, this will update CMakeLists.ext if
|
/third_party/skia/modules/skparagraph/src/ |
H A D | Run.h | 602 void update(SkScalar a, SkScalar d, SkScalar l) { in InternalLineMetrics() function
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
H A D | vktMeshShaderSmokeTests.cpp | 471 updateBuilder.update(vkd, device); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineImage2DViewOf3DTests.cpp | 520 // Write descriptor update. in iterate() 545 descriptorSetUpdateBuilder.update(vk, device); in iterate()
|
H A D | vktPipelineMultisampleBaseResolveAndPerSampleFetch.cpp | 542 .update(deviceInterface, device); in iterate()
|
H A D | vktPipelineNoPositionTests.cpp | 605 updateBuilder.update(vkd, device); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/ |
H A D | vktRasterizationFragShaderSideEffectsTests.cpp | 419 updateBuilder.update(vkd, device); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
H A D | vktRayTracingBuildLargeTests.cpp | 431 .update(vkd, device); in runTest()
|
H A D | vktRayTracingBuildTests.cpp | 507 .update(vkd, device); in runTest()
|
H A D | vktRayTracingDirectionTests.cpp | 508 updateBuilder.update(vkd, device); in iterate() 742 // Sometimes, update matrix after building the lop level AS and before submitting the command buffer. in createDirectionLengthTests()
|
H A D | vktRayTracingMemGuaranteeTests.cpp | 701 .update(vkd, device); in runTest()
|
H A D | vktRayTracingOpacityMicromapTests.cpp | 646 updateBuilder.update(vkd, device); in iterate()
|
H A D | vktRayTracingPipelineLibraryTests.cpp | 651 .update(vkd, device); in runTest()
|
H A D | vktRayTracingTraversalControlTests.cpp | 679 .update(vkd, device); in runTest()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassUnusedAttachmentSparseFillingTests.cpp | 467 builder.update(vk, vkDevice); in InputAttachmentSparseFillingTestInstance()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsmComputeShaderCase.cpp | 299 builder.update(vkdi, device); in createDescriptorSet()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/ |
H A D | vktTessellationCoordinatesTests.cpp | 708 .update(vk, device);
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/ |
H A D | vktYCbCrStorageImageWriteTests.cpp | 237 .update(vkd, device);
|
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/ |
H A D | pfpsp.S | 1559 # address register was the stack pointer used from user mode, then let's update 1722 # three instruction exceptions don't update the stack pointer. so, if the 1723 # exception occurred from user mode, then simply update a7 and exit normally. 1885 mov.l EXC_A7(%a6),%a0 # update user a7 1982 mov.l EXC_A7(%a6),%a0 # update user a7 2116 mov.l EXC_A7(%a6),%a0 # update user a7 2548 addi.l &0xc,EXC_EXTWPTR(%a6) # update extension word pointer 2749 mov.l %a0,%usp # update usp 3500 bsr.l _calc_ea_fout # find the correct ea,update An 3521 bsr.l _calc_ea_fout # find the correct ea,update A [all...] |
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/ |
H A D | pfpsp.S | 1559 # address register was the stack pointer used from user mode, then let's update 1722 # three instruction exceptions don't update the stack pointer. so, if the 1723 # exception occurred from user mode, then simply update a7 and exit normally. 1885 mov.l EXC_A7(%a6),%a0 # update user a7 1982 mov.l EXC_A7(%a6),%a0 # update user a7 2116 mov.l EXC_A7(%a6),%a0 # update user a7 2548 addi.l &0xc,EXC_EXTWPTR(%a6) # update extension word pointer 2749 mov.l %a0,%usp # update usp 3500 bsr.l _calc_ea_fout # find the correct ea,update An 3521 bsr.l _calc_ea_fout # find the correct ea,update A [all...] |
/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | bifrost_compile.c | 495 enum bi_update update = BI_UPDATE_STORE; in bi_emit_load_vary() local 541 sample, source_format, update, vecsize, in bi_emit_load_vary() 544 I = bi_ld_var_imm_to(b, dest, src0, regfmt, sample, update, in bi_emit_load_vary() 564 sample, source_format, update, in bi_emit_load_vary() 571 update, vecsize); in bi_emit_load_vary() 5231 * We only do this on Valhall, as Bifrost has to update the RSD for in bi_compile_variant()
|
/kernel/linux/linux-5.10/crypto/ |
H A D | streebog_generic.c | 1052 .update = streebog_update, 1064 .update = streebog_update,
|