Home
last modified time | relevance | path

Searched refs:unify (Results 1 – 25 of 80) sorted by relevance

1234

/third_party/typescript_eslint/packages/eslint-plugin/src/rules/
Dunified-signatures.ts8 unify: Unify; property
93 const { unify, only2 } = failure; constant
94 switch (unify.kind) {
96 const { p0, p1 } = unify;
119 const { extraParameter, otherSignature } = unify;
153 const unify = compareSignatures( constant
158 if (unify !== undefined) {
159 result.push({ unify, only2: true });
166 const unify = compareSignatures( constant
171 if (unify !== undefined) {
[all …]
/third_party/gettext/gettext-tools/man/
Dmsguniq.x2 msguniq \- unify duplicate translations in message catalog
/third_party/mesa3d/src/compiler/glsl/
Dlower_jumps.cpp576 bool unify = true; in visit() local
585 unify = false; in visit()
587 if(unify) { in visit()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLiveIntervalUnion.h91 void unify(LiveInterval &VirtReg, const LiveRange &Range);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveIntervalUnion.cpp29 void LiveIntervalUnion::unify(LiveInterval &VirtReg, const LiveRange &Range) { in unify() function in LiveIntervalUnion
DLiveRegMatrix.cpp113 Matrix[Unit].unify(VirtReg, Range); in assign()
/third_party/boost/libs/convert/doc/
Dintroduction.qbk14 * to ['unify and to uniformly deploy] various conversion facilities ['through one consistent interf…
/third_party/quickjs/
DTODO7 - unify coding style and naming conventions
/third_party/mesa3d/docs/relnotes/
D12.0.5.rst81 - gallium/radeon: unify viewport emission code
D20.0.7.rst128 - radeonsi: unify and align down the max SSBO/TBO/UBO buffer binding
D21.2.0.rst3796 - zink: unify pipeline layout creation functions
3828 - zink: unify resource rebinding
3879 - zink: unify pipeline layout creation and move to descriptor_program_init
3937 - zink: unify code for updating res->bind_count values
3938 - zink: unify more resource bind count tracking code
4003 - zink: unify cached descriptor update code
4033 - zink: unify gfx shader create callbacks
4116 - anv: unify some draw state vertex constant emission
4132 - zink: unify/consolidate some barrier queuing
4135 - zink: unify fb surface unbinding
[all …]
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_util.cpp195 void Interval::unify(Interval &that) in unify() function in nv50_ir::Interval
Dnv50_ir_util.h431 void unify(Interval&); // clears source interval
/third_party/ffmpeg/doc/
Dlibav-merge.txt54 many work to do to unify them, and any help is very much welcome.
/third_party/boost/libs/test/doc/test_organization/
Dtyped_parametrized_tests.qbk65 type being tested. Since [link ref_CHANGE_LOG_3_12 __UTF__ v3.12], the framework tries to unify
/third_party/boost/libs/stl_interfaces/doc/
Dintro.qbk212 available in one template, but it is difficult to unify those two templates
/third_party/gettext/gettext-tools/doc/
Dmsguniq.texi11 @cindex unify duplicate translations
/third_party/python/Lib/idlelib/
DTODO.txt36 - unify class and path browsers
/third_party/unity/docs/
DThrowTheSwitchCodingStandard.md4 we try to follow these standards to unify our contributors' code into a cohesive
/third_party/cJSON/tests/unity/docs/
DThrowTheSwitchCodingStandard.md4 we try to follow these standards to unify our contributors' code into a cohesive
/third_party/flutter/skia/third_party/externals/wuffs/lang/check/
Dbounds.go570 func (q *checker) unify(branches [][]*a.Expr) error { func
642 return q.unify(branches)
/third_party/python/Doc/howto/
Dsorting.rst239 simplify and unify the language, eliminating the conflict between rich
/third_party/grpc/src/objective-c/GRPCClient/
DGRPCCallLegacy.m438 // TODO (mxyan): unify the error handlers of all Ops into a single closure.
/third_party/boost/libs/spirit/doc/karma/
Dcomplex.qbk211 number only. In order to simplify the overall grammar we strive to unify the
/third_party/json/doc/mkdocs/docs/home/
Dreleases.md452 …this may be a very special feature used by only few people, it allowed to unify all functions that…
661 :fire: To unify the interfaces and to improve similarity with the STL, the following functions are …
697 To unify the interfaces and to improve similarity with the STL, the following functions are now dep…
1069 …n **deprecated** and will be deleted with the next major release 3.0.0 to unify the interface of t…

1234