Home
last modified time | relevance | path

Searched refs:add (Results 5951 - 5975 of 8340) sorted by relevance

1...<<231232233234235236237238239240>>...334

/third_party/python/Tools/unicode/
H A Dmakeunicodedata.py19 # 2002-11-25 mvl add UNIDATA_VERSION
20 # 2004-05-29 perky add east asian width information
21 # 2006-03-10 mvl update to Unicode 4.1; add UCD 3.2 delta
22 # 2008-06-11 gb add PRINTABLE_MASK for Atsuo Ishimoto's ascii() patch
23 # 2011-10-21 ezio add support for name aliases and named sequences
24 # 2012-01 benjamin add full case mappings
163 # add entry to index and item tables
498 # add entry to index and item tables
1089 table[char].binary_properties.add(p)
1095 table[char].binary_properties.add('Line_Brea
[all...]
/third_party/openssl/util/perl/OpenSSL/
H A DOrdinals.pm436 =item B<< $ordinals->add SOURCE, NAME, TYPE, LIST >>
449 sub add { subroutine
458 my $verbsig = "add('$name' , '$type' , [ " . join(', ', @defs) . " ])";
460 croak __PACKAGE__."->add got a bad type '$type'"
470 print STDERR "DEBUG[",__PACKAGE__,":add] $verbsig\n",
490 print STDERR "DEBUG[",__PACKAGE__,"::add] $verbsig\n", map { "\t".$_->to_string()."\n" } @items
494 # If an alias was defined beforehand, add an item for it now
590 croak "$name has an alias already (trying to add alias $alias)\n",
/third_party/python/Lib/
H A Dshutil.py961 tar.add(base_dir, arcname, filter=_set_uid_gid)
1521 seen.add(normdir)
H A Dpickletools.py863 double, and "add a half and chop" rounding is used to reduce
1504 there are more than that, "add a half and chop" rounding is used to
1721 where pyset has been modified via pyset.add(item_i) = item_i for i in
2339 oldids.add(arg)
2343 oldids.add(idx)
2414 Optional arg 'annotate' if nonzero instructs dis() to add short
H A Ddifflib.py290 junk.add(elt)
301 popular.add(elt)
1388 format_key -- '+' return first line in list with "add" markup around
1392 '?' return first line in list with add/delete/change
1424 # Handle case of add/delete entire line
1463 # corresponding add/delete lines get a matching blank line so
1471 # in delete block, add block coming: we do NOT want to get
1495 # in add block, delete block coming: we do NOT want to get
1496 # caught up on blank lines yet, just process the add line
1501 # will be leaving an add bloc
[all...]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkResourceInterface.cpp731 it->add(m_currentTestPath); in createGraphicsPipelines()
823 it->add(m_currentTestPath); in createComputePipelines()
H A DvkWsiUtil.cpp258 // Update this function if you add more WSI implementations in createSurface()
1179 dst.glslSources.add("tri-vert") << glu::VertexSource( in getPrograms()
1197 dst.glslSources.add("tri-frag") << glu::FragmentSource( in getPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
H A DvktComputeIndirectComputeDispatchTests.cpp625 programCollection.glslSources.add("indirect_dispatch_" + m_name + "_verify") << glu::ComputeSource(verifyProgramString); in initPrograms()
799 programCollection.glslSources.add("indirect_dispatch_" + m_name + "_generate") << glu::ComputeSource(computeString); in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawInstancedTests.cpp376 programCollection.glslSources.add("InstancedDrawVert") << glu::VertexSource(m_vertexShader); in initPrograms()
377 programCollection.glslSources.add("InstancedDrawFrag") << glu::FragmentSource(m_fragmentShader); in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateComputeTests.cpp818 programCollection.glslSources.add("comp") << glu::ComputeSource(comp.str()); in initPrograms()
833 programCollection.glslSources.add("vert") << glu::VertexSource(vert.str()); in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageMismatchedWriteOpTests.cpp670 %add = OpIAdd %sint %mul %s_id_x in getProgramCodeAndVariables()
671 OpStore %index %add in getProgramCodeAndVariables()
761 programCollection.spirvAsmSources.add("comp") in initPrograms()
780 programCollection.spirvAsmSources.add("comp") in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryExternalMemoryHostTests.cpp1063 sources.glslSources.add("position_only.vert") in init()
1075 sources.glslSources.add("only_color_out.frag") in init()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/
H A DvktQueryPoolConcurrentTests.cpp870 programCollection.glslSources.add("frag") << glu::FragmentSource(fragSrc.c_str());
872 programCollection.glslSources.add("vert") << glu::VertexSource("#version 430\n"
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassDitheringTests.cpp199 sourceCollections.glslSources.add("color_vert") << glu::VertexSource( in initPrograms()
210 sourceCollections.glslSources.add("color_frag") << glu::FragmentSource( in initPrograms()
H A DvktRenderPassUnusedClearAttachmentTests.cpp286 sourceCollections.glslSources.add("vert_shader") << glu::VertexSource( in initPrograms()
321 sourceCollections.glslSources.add("frag_shader") << glu::FragmentSource(fragmentSource.str()); in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustness1VertexAccessTests.cpp946 programCollection.glslSources.add("vertex-test") << glu::VertexSource(vertexTestSource.str()); in initPrograms()
947 programCollection.glslSources.add("fragment-test") << glu::FragmentSource( in initPrograms()
H A DvktRobustnessVertexAccessTests.cpp366 programCollection.glslSources.add("vertex") << glu::VertexSource(vertexShaderSource.str()); in initPrograms()
377 programCollection.glslSources.add("fragment") << glu::FragmentSource(fragmentShaderSource.str()); in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsm64bitCompareTests.cpp1739 programCollection.spirvAsmSources.add(sourceNames.find(m_params.stage)->second) << SpirvTemplateManager::getTemplate(m_params.dataType, m_params.stage).specialize(replacements); in initPrograms()
1743 programCollection.glslSources.add("vert") << glu::VertexSource(VertShaderPassThrough); in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiDisplayControlTests.cpp931 dst.glslSources.add("quad-vert") << glu::VertexSource( in initPrograms()
941 dst.glslSources.add("quad-frag") << glu::FragmentSource( in initPrograms()
H A DvktWsiDisplayTimingTests.cpp1134 dst.glslSources.add("quad-vert") << glu::VertexSource( in init()
1144 dst.glslSources.add("quad-frag") << glu::FragmentSource( in init()
H A DvktWsiIncrementalPresentTests.cpp769 // add an extra unused swapchain in generateSwapchainConfigs()
1109 dst.glslSources.add("quad-vert") << glu::VertexSource( in init()
1119 dst.glslSources.add("quad-frag") << glu::FragmentSource( in init()
H A DvktWsiSharedPresentableImageTests.cpp1043 dst.glslSources.add("quad-vert") << glu::VertexSource( in init()
1055 dst.glslSources.add("quad-frag") << glu::FragmentSource( in init()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/
H A DvktComputeIndirectComputeDispatchTests.cpp617 programCollection.glslSources.add("indirect_dispatch_" + m_name + "_verify") << glu::ComputeSource(verifyProgramString); in initPrograms()
787 programCollection.glslSources.add("indirect_dispatch_" + m_name + "_generate") << glu::ComputeSource(computeString); in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawInstancedTests.cpp359 programCollection.glslSources.add("InstancedDrawVert") << glu::VertexSource(m_vertexShader); in initPrograms()
360 programCollection.glslSources.add("InstancedDrawFrag") << glu::FragmentSource(m_fragmentShader); in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/
H A DvktDynamicStateComputeTests.cpp803 programCollection.glslSources.add("comp") << glu::ComputeSource(comp.str()); in initPrograms()
818 programCollection.glslSources.add("vert") << glu::VertexSource(vert.str()); in initPrograms()

Completed in 54 milliseconds

1...<<231232233234235236237238239240>>...334