Home
last modified time | relevance | path

Searched refs:add (Results 3451 - 3475 of 5906) sorted by relevance

1...<<131132133134135136137138139140>>...237

/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
H A Djidctred-mmx.asm325 add esi, byte 4*SIZEOF_JCOEF ; coef_block
326 add edx, byte 4*SIZEOF_ISLOW_MULT_TYPE ; quantptr
327 add edi, byte 4*DCTSIZE*SIZEOF_JCOEF ; wsptr
/third_party/skia/third_party/externals/libpng/
H A Dpngset.c1115 * on trying to add sPLT chunks. in png_set_sPLT()
1305 * TODO: add a png_app_warning in 1.7 in png_set_unknown_chunk_location()
1344 add_one_chunk(png_bytep list, unsigned int count, png_const_bytep add, int keep) in add_one_chunk() argument
1349 * the list, otherwise add it to the list. in add_one_chunk()
1353 if (memcmp(list, add, 4) == 0) in add_one_chunk()
1364 memcpy(list, add, 4); in add_one_chunk()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-buffer.cc258 hb_buffer_t::add (hb_codepoint_t codepoint, in add() function in hb_buffer_t
1297 buffer->add (codepoint, cluster); in hb_buffer_add()
1594 buffer->add (u, old_next - (const T *) text); in hb_buffer_add_utf()
1616 * @item_offset: The offset of the first character to add to the @buffer.
1617 * @item_length: The number of characters to add to the @buffer, or -1 for the
1642 * @item_offset: The offset of the first character to add to the @buffer
1643 * @item_length: The number of characters to add to the @buffer, or -1 for the
1668 * @item_offset: The offset of the first character to add to the @buffer
1669 * @item_length: The number of characters to add to the @buffer, or -1 for the
1695 * @item_offset: the offset of the first character to add t
[all...]
H A Dhb-ot-glyf-table.hh160 /* As a special case when all glyph in the font are empty, add a zero byte in serialize()
982 void add (const contour_point_t &p) in add() function
1020 void consume_point (const contour_point_t &point) { bounds.add (point); } in consume_point()
1115 gids_to_retain->add (gid); in add_gid_and_children()
/third_party/skia/third_party/externals/icu/source/data/
H A Dmakedata.mak320 echo pnames.icu ubidi.icu ucase.icu uprops.icu nfc.nrm > "$(ICUOUT)\icu4j\add.txt"
321 "$(ICUPBIN)\icupkg" "$(ICUOUT)\$(ICUPKG).dat" "$(ICUOUT)\icu4j\$(U_ICUDATA_NAME)b.dat" -a "$(ICUOUT)\icu4j\add.txt" -s "$(ICUBLD_PKG)" -x * -tb -d "$(ICUOUT)\icu4j\$(ICU4J_DATA_DIRNAME)"
328 # - add the uni-core-data to the ICU package
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
H A DInstructionSelectorImpl.h785 assert(OutMIs[NewInsnID] && "Attempted to add to undefined instruction"); in executeMatchTable()
786 OutMIs[NewInsnID].add(State.MIs[OldInsnID]->getOperand(OpIdx)); in executeMatchTable()
799 assert(OutMIs[NewInsnID] && "Attempted to add to undefined instruction"); in executeMatchTable()
804 OutMIs[NewInsnID].add(MO); in executeMatchTable()
817 assert(OutMIs[NewInsnID] && "Attempted to add to undefined instruction"); in executeMatchTable()
830 assert(OutMIs[InsnID] && "Attempted to add to undefined instruction"); in executeMatchTable()
841 assert(OutMIs[InsnID] && "Attempted to add to undefined instruction"); in executeMatchTable()
853 assert(OutMIs[InsnID] && "Attempted to add to undefined instruction"); in executeMatchTable()
866 assert(OutMIs[InsnID] && "Attempted to add to undefined instruction"); in executeMatchTable()
878 assert(OutMIs[InsnID] && "Attempted to add t in executeMatchTable()
[all...]
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DCodedInputStreamTest.java99 input.add(rb);
116 input.add(rb);
565 // Now add one to take us over the limit in testParseMessagesOver2G()
1209 maliciousCapture.add(b); in testMaliciousInputStream()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderSyncTests.cpp547 programCollection.glslSources.add("task") << glu::TaskSource(task.str()); in initPrograms()
583 programCollection.glslSources.add("mesh") << glu::MeshSource(mesh.str()); in initPrograms()
608 programCollection.glslSources.add("frag") << glu::FragmentSource(frag.str()); in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineDescriptorLimitsTests.cpp787 sourceCollections.glslSources.add("vert") << glu::VertexSource(vertexSrc.str()); in initPrograms()
803 sourceCollections.glslSources.add("test") << glu::FragmentSource(testSrc.str()); in initPrograms()
821 sourceCollections.glslSources.add("test") << glu::ComputeSource(testSrc.str()); in initPrograms()
H A DvktPipelineStencilTests.cpp312 sourceCollections.glslSources.add("color_vert") << glu::VertexSource( in initPrograms()
323 sourceCollections.glslSources.add("color_frag") << glu::FragmentSource( in initPrograms()
334 sourceCollections.glslSources.add("color_vert") << glu::VertexSource( in initPrograms()
H A DvktPipelineMultisampleTests.cpp947 sources.glslSources.add("color_vert") << glu::VertexSource(vertexSource.str()); in initMultisamplePrograms()
948 sources.glslSources.add("color_frag") << glu::FragmentSource(fragmentSource); in initMultisamplePrograms()
975 sources.glslSources.add("color_vert") << glu::VertexSource(vertexSource.str()); in initSampleShadingPrograms()
976 sources.glslSources.add("color_frag") << glu::FragmentSource(fragmentSource); in initSampleShadingPrograms()
1007 sources.glslSources.add("quad_vert") << glu::VertexSource(vertexSource); in initSampleShadingPrograms()
1008 sources.glslSources.add("copy_sample_frag") << glu::FragmentSource(fragmentSource); in initSampleShadingPrograms()
1039 sources.glslSources.add("color_vert") << glu::VertexSource(vertexSource.str()); in initAlphaToCoverageColorUnusedAttachmentPrograms()
1040 sources.glslSources.add("color_frag") << glu::FragmentSource(fragmentSource); in initAlphaToCoverageColorUnusedAttachmentPrograms()
1860 programCollection.glslSources.add("color_vert") << glu::VertexSource(vertexSource);
1861 programCollection.glslSources.add("color_fra
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
H A DvktProtectedMemShaderImageAccessTests.cpp140 case ATOMIC_OPERATION_ADD: return "add"; in getAtomicOperationCaseName()
317 programCollection.glslSources.add("vert") << glu::VertexSource(vert); in initPrograms()
391 programCollection.glslSources.add("frag") << glu::FragmentSource(tcu::StringTemplate(frag.str()).specialize(fragParams)); in initPrograms()
462 programCollection.glslSources.add("comp") << glu::ComputeSource(tcu::StringTemplate(comp.str()).specialize(compParams)); in initPrograms()
H A DvktProtectedMemStorageBufferTests.cpp103 case ATOMIC_ADD: return "add"; in getSSBOAtomicTypeString()
373 programCollection.glslSources.add("vert") << glu::VertexSource(vertexShader); in initPrograms()
374 programCollection.glslSources.add("TestShader") << glu::FragmentSource(tcu::StringTemplate(shaderTemplateStr).specialize(shaderParam)); in initPrograms()
381 programCollection.glslSources.add("TestShader") << glu::ComputeSource(tcu::StringTemplate(shaderTemplateStr).specialize(shaderParam)); in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/query_pool/
H A DvktQueryPoolPerformanceTests.cpp1222 programCollection.glslSources.add("comp") in initPrograms()
1235 programCollection.glslSources.add("frag") in initPrograms()
1243 programCollection.glslSources.add("vert") in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/
H A DvktRayQueryMiscTests.cpp148 programCollection.glslSources.add("comp") << glu::ComputeSource(updateRayTracingGLSL(src.str())) << buildOptions; in initPrograms()
572 programs.glslSources.add("vert") << glu::VertexSource(vertexCode) << buildOptions; in initPrograms()
665 programs.glslSources.add("frag") << glu::FragmentSource(fragmentCode.specialize(m)) << buildOptions; in initPrograms()
H A DvktRayQueryOpacityMicromapTests.cpp270 programCollection.glslSources.add("vert") << glu::VertexSource(vert.str()) << buildOptions; in initPrograms()
285 programCollection.glslSources.add("rgen") << glu::RaygenSource(updateRayTracingGLSL(rgen.str())) << buildOptions; in initPrograms()
302 programCollection.glslSources.add("comp") << glu::ComputeSource(updateRayTracingGLSL(comp.str())) << buildOptions; in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/
H A DvktRobustnessBufferAccessTests.cpp586 programCollection.glslSources.add("compute") << glu::ComputeSource(computeShaderSource.str()); in initBufferAccessPrograms()
629 programCollection.glslSources.add("vertex") << glu::VertexSource(vertexShaderSource.str()); in initBufferAccessPrograms()
661 programCollection.glslSources.add("fragment") << glu::FragmentSource(fragmentShaderSource.str()); in initBufferAccessPrograms()
/third_party/ffmpeg/libavcodec/x86/
H A Dvp9intrapred_16bpp.asm653 add dstq, strideq
712 add dstq, strideq
769 add dstq, strideq
824 add dstq, strideq
1862 add dstq, strideq
1934 add dstq, strideq
1979 add dstq, strideq
2128 add dstq, strideq
2178 add dst8q, mstrideq
2224 add dst
[all...]
/third_party/python/Lib/test/
H A Dtest_decimal.py184 self.skipped_test_ids.add('pwsx803')
185 self.skipped_test_ids.add('pwsx805')
187 self.skipped_test_ids.add('powx4302')
188 self.skipped_test_ids.add('powx4303')
189 self.skipped_test_ids.add('powx4342')
190 self.skipped_test_ids.add('powx4343')
192 self.skipped_test_ids.add('pwmx325')
193 self.skipped_test_ids.add('pwmx326')
427 # as above, but add traps cumulatively, to check precedence
3038 d = c.add(Decima
[all...]
/third_party/json/tests/abi/include/nlohmann/
H A Djson_v3_10_5.hpp4466 // The Addition to the STD Namespace is required to add
5929 // add null at given key and store the reference for later
5983 object to which we can add elements
6116 // add discarded value at given key and store the reference for later
6230 @param[in] v value to add to the JSON value we build during parsing
6239 object to which we can add elements
6622 add(current);
6629 add(current);
6689 add('\"');
6693 add('\\');
[all...]
/third_party/json/single_include/nlohmann/
H A Djson.hpp5287 // The Addition to the STD Namespace is required to add
6814 // add null at given key and store the reference for later
6874 object to which we can add elements
7007 // add discarded value at given key and store the reference for later
7121 @param[in] v value to add to the JSON value we build during parsing
7130 object to which we can add elements
7521 add(current);
7528 add(current);
7588 add('\"');
7592 add('\\');
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingAccelerationStructuresTests.cpp1239 programCollection.glslSources.add("rgen") << glu::RaygenSource(updateRayTracingGLSL(css.str())) << buildOptions; in initPrograms()
1272 programCollection.glslSources.add("chit") << glu::ClosestHitSource(updateRayTracingGLSL(css.str())) << buildOptions; in initPrograms()
1288 programCollection.glslSources.add("ahit") << glu::AnyHitSource(updateRayTracingGLSL(css.str())) << buildOptions; in initPrograms()
1321 programCollection.glslSources.add("isect") << glu::IntersectionSource(updateRayTracingGLSL(css.str())) << buildOptions; in initPrograms()
1353 programCollection.glslSources.add("miss") << glu::MissSource(updateRayTracingGLSL(css.str())) << buildOptions; in initPrograms()
1380 programCollection.glslSources.add("rgen_depth") << glu::RaygenSource(updateRayTracingGLSL(css.str())) << buildOptions; in initPrograms()
1394 programCollection.glslSources.add("chit_depth") << glu::ClosestHitSource(updateRayTracingGLSL(css.str())) << buildOptions; in initPrograms()
1408 programCollection.glslSources.add("miss_depth") << glu::MissSource(updateRayTracingGLSL(css.str())) << buildOptions; in initPrograms()
1738 programCollection.spirvAsmSources.add("rgen_depth") << spvBuildOptions << rgen.str(); in initPrograms()
1754 programCollection.glslSources.add("chit_dept in initPrograms()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingAccelerationStructuresTests.cpp1039 programCollection.glslSources.add("rgen") << glu::RaygenSource(updateRayTracingGLSL(css.str())) << buildOptions; in initPrograms()
1072 programCollection.glslSources.add("chit") << glu::ClosestHitSource(updateRayTracingGLSL(css.str())) << buildOptions; in initPrograms()
1088 programCollection.glslSources.add("ahit") << glu::AnyHitSource(updateRayTracingGLSL(css.str())) << buildOptions; in initPrograms()
1121 programCollection.glslSources.add("isect") << glu::IntersectionSource(updateRayTracingGLSL(css.str())) << buildOptions; in initPrograms()
1153 programCollection.glslSources.add("miss") << glu::MissSource(updateRayTracingGLSL(css.str())) << buildOptions; in initPrograms()
1180 programCollection.glslSources.add("rgen_depth") << glu::RaygenSource(updateRayTracingGLSL(css.str())) << buildOptions; in initPrograms()
1194 programCollection.glslSources.add("chit_depth") << glu::ClosestHitSource(updateRayTracingGLSL(css.str())) << buildOptions; in initPrograms()
1208 programCollection.glslSources.add("miss_depth") << glu::MissSource(updateRayTracingGLSL(css.str())) << buildOptions; in initPrograms()
1538 programCollection.spirvAsmSources.add("rgen_depth") << spvBuildOptions << rgen.str(); in initPrograms()
1554 programCollection.glslSources.add("chit_dept in initPrograms()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Drender_picker_base.cpp143 data_->SetChangeCallback([weak = WeakClaim(this)](const std::string& tag, bool add, uint32_t index, bool notify) { in Update()
146 refPtr->HandleColumnChange(tag, add, index, notify); in Update()
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dnet_diag_wrapper.cpp73 constexpr const char *IFCONFIG_OPTION_ADD_IPV6 = "add";
244 int32_t NetDiagWrapper::UpdateInterfaceConfig(const NetDiagIfaceConfig &config, const std::string &ifaceName, bool add) in UpdateInterfaceConfig() argument
247 if (add) { in UpdateInterfaceConfig()

Completed in 71 milliseconds

1...<<131132133134135136137138139140>>...237