Home
last modified time | relevance | path

Searched refs:add (Results 3401 - 3425 of 8306) sorted by relevance

1...<<131132133134135136137138139140>>...333

/third_party/python/Lib/test/
H A Dtest_runpy.py88 # Impls are permitted to add extra names, so filter them out
569 expected_packages.add(pkg_name)
571 expected_packages.add(pkg_name + "." + name)
573 expected_modules.add(pkg_name + "." + name)
575 expected_packages.add(pkg_name)
576 expected_modules.add(pkg_name + ".runpy_test")
H A Dtest_getpath.py906 self._dirs.add(p)
977 _trail.add(link.casefold())
1075 self._xfiles.add(path)
1083 self._dirs.add(p)
1149 _trail.add(link)
/third_party/skia/third_party/externals/icu/source/common/
H A Drbbiscan.cpp131 add(9, 0xd).add(0x20).add(0x85).add(0x200e, 0x200f).add(0x2028, 0x2029); in RBBIRuleScanner()
335 // If this rule includes a look-ahead '/', add a endMark node to the in doParseActions()
726 // add the provided set to the hash table.
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DUnknownFieldSet.java1015 result.varint.add(value); in addVarint()
1024 result.fixed32.add(value); in addFixed32()
1033 result.fixed64.add(value); in addFixed64()
1042 result.lengthDelimited.add(value); in addLengthDelimited()
1051 result.group.add(value); in addGroup()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineNoPositionTests.cpp188 programCollection.glslSources.add("vert") << glu::VertexSource(vert.str()); in initPrograms()
229 programCollection.glslSources.add("tesc") << glu::TessellationControlSource(tesc.str()); in initPrograms()
267 programCollection.glslSources.add("tese") << glu::TessellationEvaluationSource(tese.str()); in initPrograms()
306 programCollection.glslSources.add("geom") << glu::GeometrySource(geom.str()); in initPrograms()
325 programCollection.glslSources.add("frag") << glu::FragmentSource(frag.str()); in initPrograms()
H A DvktPipelinePushConstantTests.cpp1295 sourceCollections.glslSources.add("color_vert") << glu::VertexSource(vertexSrc.str()); in initPrograms()
1319 sourceCollections.glslSources.add("color_tesc") << glu::TessellationControlSource(tessControlSrc.str()); in initPrograms()
1339 sourceCollections.glslSources.add("color_tese") << glu::TessellationEvaluationSource(tessEvaluationSrc.str()); in initPrograms()
1366 sourceCollections.glslSources.add("color_geom") << glu::GeometrySource(geometrySrc.str()); in initPrograms()
1442 sourceCollections.glslSources.add("color_frag") << glu::FragmentSource(fragmentSrc.str()); in initPrograms()
1446 // add a pass through fragment shader if it's not activated in push constant ranges in initPrograms()
1457 sourceCollections.glslSources.add("color_frag") << glu::FragmentSource(fragmentSrc.str()); in initPrograms()
1594 sourceCollections.glslSources.add("color_vert") << glu::VertexSource(source); in initPrograms()
1625 sourceCollections.glslSources.add("color_tesc") << glu::TessellationControlSource(source); in initPrograms()
1651 sourceCollections.glslSources.add("color_tes in initPrograms()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingBuildIndirectTests.cpp270 programCollection.glslSources.add("wr-asb") << glu::RaygenSource(updateRayTracingGLSL(css.str())) << buildOptions; in initPrograms()
293 programCollection.glslSources.add("wr-ast") << glu::RaygenSource(updateRayTracingGLSL(css.str())) << buildOptions; in initPrograms()
318 programCollection.glslSources.add("rgen") << glu::RaygenSource(updateRayTracingGLSL(css.str())) << buildOptions; in initPrograms()
335 programCollection.glslSources.add("chit") << glu::ClosestHitSource(updateRayTracingGLSL(css.str())) << buildOptions; in initPrograms()
351 programCollection.glslSources.add("miss") << glu::MissSource(updateRayTracingGLSL(css.str())) << buildOptions; in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelinePushConstantTests.cpp1293 sourceCollections.glslSources.add("color_vert") << glu::VertexSource(vertexSrc.str()); in initPrograms()
1317 sourceCollections.glslSources.add("color_tesc") << glu::TessellationControlSource(tessControlSrc.str()); in initPrograms()
1337 sourceCollections.glslSources.add("color_tese") << glu::TessellationEvaluationSource(tessEvaluationSrc.str()); in initPrograms()
1364 sourceCollections.glslSources.add("color_geom") << glu::GeometrySource(geometrySrc.str()); in initPrograms()
1440 sourceCollections.glslSources.add("color_frag") << glu::FragmentSource(fragmentSrc.str()); in initPrograms()
1444 // add a pass through fragment shader if it's not activated in push constant ranges in initPrograms()
1455 sourceCollections.glslSources.add("color_frag") << glu::FragmentSource(fragmentSrc.str()); in initPrograms()
1590 sourceCollections.glslSources.add("color_vert") << glu::VertexSource(source); in initPrograms()
1621 sourceCollections.glslSources.add("color_tesc") << glu::TessellationControlSource(source); in initPrograms()
1647 sourceCollections.glslSources.add("color_tes in initPrograms()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp316 NewMI.add(MI.getOperand(i)); in EmitInstrWithCustomInserter()
382 .add(MI.getOperand(0)) in EmitInstrWithCustomInserter()
383 .add(MI.getOperand(1)) in EmitInstrWithCustomInserter()
389 .add(MI.getOperand(0)) in EmitInstrWithCustomInserter()
390 .add(MI.getOperand(1)) in EmitInstrWithCustomInserter()
391 .add(MI.getOperand(2)) in EmitInstrWithCustomInserter()
397 .add(MI.getOperand(0)); in EmitInstrWithCustomInserter()
404 .add(MI.getOperand(1)) in EmitInstrWithCustomInserter()
409 .add(MI.getOperand(0)) in EmitInstrWithCustomInserter()
418 .add(M in EmitInstrWithCustomInserter()
[all...]
/drivers/hdf_core/framework/model/network/common/netdevice/
H A Dnet_device_impl.h33 int32_t (*add)(struct NetDeviceImpl *netDevice); member
/foundation/multimedia/camera_framework/services/camera_service/include/avcodec/common/
H A Dfixed_size_list.h33 void add(T value) in add() function in OHOS::CameraStandard::FixedSizeList
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/
H A Dvtp_instance.h44 static void UpdateSocketStreamCount(bool add);
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/include/
H A Djson_common.h38 static int Append(const JsonObject &src, const JsonObject &add, bool isReplace);
/kernel/linux/linux-5.10/arch/hexagon/include/asm/
H A Datomic.h135 ATOMIC_OPS(add)
151 * atomic_fetch_add_unless - add unless the number is a given value
153 * @a: amount to add
170 " %1 = add(%0, %3);" in atomic_fetch_add_unless()
/kernel/linux/linux-5.10/arch/arm/lib/
H A Dbacktrace-clang.S59 * add fp, sp, #x
111 add frame, sp, #24 @ switch to false frame
156 add sv_pc, sv_pc, #-4 @ get call instruction address
157 add sv_pc, sv_pc, #8 @ take care of prefetch
158 add sv_pc, sv_pc, r0, lsl #2@ find function start
/kernel/linux/linux-5.10/arch/arc/lib/
H A Dmemset.S19 add r3,r2,r0
/kernel/linux/linux-5.10/arch/nds32/lib/
H A Dclear_user.S17 add $r5, $r0, $r1
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dvdso_datapage.h124 add \ptr, \tmp, \ptr
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H A Dmdesc.h67 void (*add)(struct mdesc_handle *handle, u64 node, member
H A Datomic_64.h37 ATOMIC_OPS(add)
/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dhelpers.S12 add %g2, 1, %g2
/kernel/linux/linux-5.10/arch/arm/mach-mvebu/
H A Dpmsu_ll.S21 add r1, r1, r0
/kernel/linux/linux-5.10/arch/arm/boot/compressed/
H A Dhead-xscale.S23 add r3, r2, #0x10000 @ 64 kb is quite enough...
/kernel/linux/linux-5.10/arch/arm64/lib/
H A Dcopy_from_user.S58 add end, x0, x2
/kernel/linux/linux-6.6/arch/arc/lib/
H A Dmemset.S19 add r3,r2,r0

Completed in 23 milliseconds

1...<<131132133134135136137138139140>>...333