/third_party/python/Lib/ |
H A D | pathlib.py | 50 """A flavour implements a particular (platform-specific) set of path 123 drive_letters = set('abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ') 404 yielded = set()
|
H A D | difflib.py | 139 Optional arg autojunk should be set to False to disable the 250 # For each element x in b, set b2j[x] to a list of the indices in 285 self.bjunk = junk = set() 295 self.bpopular = popular = set() 629 # viewing a and b as multisets, set matches to the cardinality 750 First we set up the texts, sequences of individual single-line strings 1101 lines of context. The number of context lines is set by 'n' which 1110 For inputs that do not have trailing newlines, set the lineterm 1186 lines of context. The number of context lines is set by 'n' which 1195 For inputs that do not have trailing newlines, set th [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/ |
H A D | vktComputeIndirectComputeDispatchTests.cpp | 66 #include <set> 77 std::set<std::string> excludedExtensions (coreExtensions.begin(), coreExtensions.end()); in removeCoreExtensions() 492 // Bind descriptor set in iterate() 606 << "layout(set = 0, binding = 0, std430) buffer Result\n" in initPrograms() 709 // Create descriptor set in fillIndirectBufferData() 724 // Bind descriptor set in fillIndirectBufferData() 768 << "layout(set = 0, binding = 0, std430) buffer Out\n" in initPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineInterfaceMatchingTests.cpp | 42 #include <set> 131 // helper function that check if specified pipeline is in set of pipelines 132 bool isPipelineOneOf(PipelineType pipelineType, std::set<PipelineType> pipelines) in isPipelineOneOf() 392 // two texels, if test passed then r channel should be set to 255 in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
H A D | vktWsiPresentIdWaitTests.cpp | 46 #include <set> 55 using std::set; 442 // This structure represents a set of present operations to be run followed by a set of wait operations to be run after them.
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/ |
H A D | vktComputeCooperativeMatrixTests.cpp | 50 #include <set> 351 css << "layout(set=0, binding=4) buffer Params { InputA inputA; InputB inputB; InputC inputC; Output outputO; } params;\n"; in initPrograms() 355 css << "layout(set=0, binding=0) coherent buffer InputA { " << typeStrA << " x[]; } inputA;\n"; in initPrograms() 356 css << "layout(set=0, binding=1) coherent buffer InputB { " << typeStrB << " x[]; } inputB;\n"; in initPrograms() 357 css << "layout(set=0, binding=2) coherent buffer InputC { " << typeStrC << " x[]; } inputC;\n"; in initPrograms() 358 css << "layout(set=0, binding=3) coherent buffer Output { " << typeStrO << " x[]; } outputO;\n"; in initPrograms() 710 set<TestTuple> typeSizes[2]; in iterate()
|
H A D | vktComputeIndirectComputeDispatchTests.cpp | 64 #include <set> 75 std::set<std::string> excludedExtensions (coreExtensions.begin(), coreExtensions.end()); in removeCoreExtensions() 488 // Bind descriptor set in iterate() 598 << "layout(set = 0, binding = 0, std430) buffer Result\n" in initPrograms() 698 // Create descriptor set in fillIndirectBufferData() 713 // Bind descriptor set in fillIndirectBufferData() 756 << "layout(set = 0, binding = 0, std430) buffer Out\n" in initPrograms()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/ |
H A D | DisplayEGL.cpp | 904 void DisplayEGL::setBlobCacheFuncs(EGLSetBlobFuncANDROID set, EGLGetBlobFuncANDROID get) in setBlobCacheFuncs() argument 908 mEGL->setBlobCacheFuncsANDROID(set, get); in setBlobCacheFuncs()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
H A D | FrameCapture.h | 274 using FenceSyncSet = std::set<GLsync>; 277 using ResourceSet = std::set<GLuint>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | MachineFunction.cpp | 155 Properties.set(MachineFunctionProperties::Property::IsSSA); in init() 156 Properties.set(MachineFunctionProperties::Property::TracksLiveness); in init() 178 // FIXME: Shouldn't use pref alignment if explicit alignment is set on F. in init() 325 // If BlockNo is already taken, set that block's number to -1. in RenumberBlocks()
|
H A D | MachineSink.cpp | 126 /// Record of debug variables that have had their locations set in the 794 // Copy DBG_VALUE operand and set the original to undef. We then check to in attemptDebugCopyProp() 1023 RegsToClearKillFlags.set(MO.getReg()); // Remember to clear kill flags. in SinkInstruction() 1114 return MachineFunctionProperties().set( 1154 // If BB is set here, Reg is live-in to at least two sinkable successors, in getSingleLiveInSuccBB()
|
H A D | WinEHPrepare.cpp | 550 // the last need to set the following one as its TryParentState. in calculateClrEHStateNumbers() 1231 U.set(Load); in replaceUseWithLoad() 1237 U.set(Load); in replaceUseWithLoad()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFVerifier.cpp | 22 #include <set> 645 for (const std::pair<const uint64_t, std::set<uint64_t>> &Pair : in verifyDebugInfoReferences()
|
/third_party/vk-gl-cts/external/amber/src/src/ |
H A D | pipeline.cc | 20 #include <set> 121 std::set<std::string> seen; in SetShaderOptimizations() 124 return Result("duplicate optimization flag (" + opt + ") set on shader"); in SetShaderOptimizations() 785 // 2. Find or create the buffer for the descriptor set and binding pair. in GenerateOpenCLPodBuffers() 844 // Ensure no buffer was previously bound for this descriptor set and in GenerateOpenCLPodBuffers() 851 " to PoD args at descriptor set " + in GenerateOpenCLPodBuffers() 857 // Add a new buffer for this descriptor set and binding. in GenerateOpenCLPodBuffers()
|
/third_party/skia/src/gpu/ |
H A D | GrBackendSurface.cpp | 329 // If we have a ycbcr we remove it from the backend format and set the VkFormat to in makeTexture2D() 766 fMutableState->set(state); in setMutableState() 976 , fFramebufferOnly(false) // TODO: set this from mtlInfo.fTexture->framebufferOnly in GrBackendRenderTarget() 1241 fMutableState->set(state); in setMutableState()
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
H A D | Renderer.cpp | 295 data->stencil[0].set(pipelineState.getFrontStencil().reference, pipelineState.getFrontStencil().compareMask, pipelineState.getFrontStencil().writeMask); in draw() 296 data->stencil[1].set(pipelineState.getBackStencil().reference, pipelineState.getBackStencil().compareMask, pipelineState.getBackStencil().writeMask); in draw()
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
H A D | Shader.cpp | 23 #include <set> 1519 std::set<int> calledFunctions;
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | amd_ext_to_khr.cpp | 17 #include <set> 58 // extended instruction set that corresponds to the trinary instruction being 931 std::set<std::string> ext_to_remove = {"SPV_AMD_shader_ballot", in Process()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | amd_ext_to_khr.cpp | 17 #include <set> 58 // extended instruction set that corresponds to the trinary instruction being 931 std::set<std::string> ext_to_remove = {"SPV_AMD_shader_ballot", in Process()
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/ |
H A D | jchuff-sse2.asm | 109 ; %2 (optional) - extra instructions to execute after nbits has been set 111 ; Upon completion, free_bits will be set to the number of remaining bits from
|
/third_party/skia/src/pdf/ |
H A D | SkPDFGradientShader.cpp | 698 bbox.set(state.fBBox); in make_function_shader() 797 // warning: does not set fHash on new key. (Both callers need to change fields.) 908 gradientPatternMap.set(std::move(key), pdfShader); in find_pdf_shader()
|
/third_party/python/Lib/test/ |
H A D | test_gc.py | 652 self.assertTrue(gc.is_tracked(set())) 832 self.assertEqual(set(st), 1319 # What we've set up: c0, c1, and c2 are all trash now. c0 is in 1388 # What we've set up: d0, c1, and c2 are all trash now. d0 is in
|
H A D | test_operator.py | 50 actual_all = set(operator.__all__) 51 computed_all = set()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LoopInterchange.cpp | 1272 U.set(NewI); 1337 Op.set(NewBB);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | GCNHazardRecognizer.cpp | 31 #include <set> 471 BV.set(*RUI); in addRegUnits() 532 // If the set of defs and uses intersect then we cannot add this instruction in checkSoftClauseHazards() 700 // of their dmask set. in createsVALUHazard()
|