/third_party/typescript/tests/baselines/reference/ |
D | conditionalTypesSimplifyWhenTrivial.types | 2 const fn1 = <Params>( 3 >fn1 : <Params>(params: Pick<Params, Exclude<keyof Params, never>>) => Params 4 …Params>( params: Pick<Params, Exclude<keyof Params, never>>,): Params => params : <Params>(para… 6 params: Pick<Params, Exclude<keyof Params, never>>, 7 >params : Pick<Params, Exclude<keyof Params, never>> 9 ): Params => params; 10 >params : Pick<Params, Exclude<keyof Params, never>> 26 const fn3 = <Params>( 27 >fn3 : <Params>(params: Pick<Params, Extract<keyof Params, keyof Params>>) => Params 28 …Params>( params: Pick<Params, Extract<keyof Params, keyof Params>>,): Params => params : <Param… [all …]
|
D | conditionalTypesSimplifyWhenTrivial.symbols | 2 const fn1 = <Params>( 4 >Params : Symbol(Params, Decl(conditionalTypesSimplifyWhenTrivial.ts, 0, 13)) 6 params: Pick<Params, Exclude<keyof Params, never>>, 9 >Params : Symbol(Params, Decl(conditionalTypesSimplifyWhenTrivial.ts, 0, 13)) 11 >Params : Symbol(Params, Decl(conditionalTypesSimplifyWhenTrivial.ts, 0, 13)) 13 ): Params => params; 14 >Params : Symbol(Params, Decl(conditionalTypesSimplifyWhenTrivial.ts, 0, 13)) 34 const fn3 = <Params>( 36 >Params : Symbol(Params, Decl(conditionalTypesSimplifyWhenTrivial.ts, 9, 13)) 38 params: Pick<Params, Extract<keyof Params, keyof Params>>, [all …]
|
D | conditionalTypesSimplifyWhenTrivial.js | 2 const fn1 = <Params>( 3 params: Pick<Params, Exclude<keyof Params, never>>, 4 ): Params => params; 11 const fn3 = <Params>( 12 params: Pick<Params, Extract<keyof Params, keyof Params>>, 13 ): Params => params; 26 const fn5 = <Params>( 27 params: Pick<Params, ExcludeWithDefault<keyof Params, never>>, 28 ): Params => params; 35 const fn7 = <Params>( [all …]
|
D | genericObjectSpreadResultInSwitch.types | 2 type Params = { 3 >Params : { foo: string; } & ({ tag: 'a'; type: number; } | { tag: 'b'; type: string; }) 14 const getType = <P extends Params>(params: P) => { 15 >getType : <P extends Params>(params: P) => Omit<P, "foo"> 16 ><P extends Params>(params: P) => { const { // Omit foo, ...rest } = par… 28 >params : Params 35 declare const params: Params; 36 >params : Params 40 >params : Params 52 >getType : <P extends Params>(params: P) => Omit<P, "foo"> [all …]
|
D | genericObjectSpreadResultInSwitch.symbols | 2 type Params = { 3 >Params : Symbol(Params, Decl(genericObjectSpreadResultInSwitch.ts, 0, 0)) 14 const getType = <P extends Params>(params: P) => { 17 >Params : Symbol(Params, Decl(genericObjectSpreadResultInSwitch.ts, 0, 0)) 37 declare const params: Params; 39 >Params : Symbol(Params, Decl(genericObjectSpreadResultInSwitch.ts, 0, 0))
|
/third_party/typescript/tests/cases/compiler/ |
D | conditionalTypesSimplifyWhenTrivial.ts | 2 const fn1 = <Params>( 3 params: Pick<Params, Exclude<keyof Params, never>>, 4 ): Params => params; 11 const fn3 = <Params>( 12 params: Pick<Params, Extract<keyof Params, keyof Params>>, 13 ): Params => params; 26 const fn5 = <Params>( 27 params: Pick<Params, ExcludeWithDefault<keyof Params, never>>, 28 ): Params => params; 35 const fn7 = <Params>( [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyRuntimeLibcallSignatures.cpp | 515 SmallVectorImpl<wasm::ValType> &Params) { in getLibcallSignature() argument 517 assert(Params.empty()); in getLibcallSignature() 528 Params.push_back(wasm::ValType::F32); in getLibcallSignature() 532 Params.push_back(wasm::ValType::F64); in getLibcallSignature() 536 Params.push_back(wasm::ValType::I32); in getLibcallSignature() 540 Params.push_back(wasm::ValType::I64); in getLibcallSignature() 544 Params.push_back(wasm::ValType::I32); in getLibcallSignature() 548 Params.push_back(wasm::ValType::F32); in getLibcallSignature() 552 Params.push_back(wasm::ValType::F64); in getLibcallSignature() 556 Params.push_back(wasm::ValType::I32); in getLibcallSignature() [all …]
|
D | WebAssemblyMachineFunctionInfo.cpp | 47 SmallVectorImpl<MVT> &Params, in computeSignatureVTs() argument 59 Params.push_back(PtrVT); in computeSignatureVTs() 63 computeLegalValueVTs(F, TM, Param, Params); in computeSignatureVTs() 65 Params.push_back(PtrVT); in computeSignatureVTs() 76 const SmallVectorImpl<MVT> &Params) { in signatureFromMVTs() argument 79 valTypesFromMVTs(Params, Sig->Params); in signatureFromMVTs()
|
/third_party/node/deps/v8/include/cppgc/internal/ |
D | write-barrier.h | 43 struct Params { struct 65 Params& params); argument 68 static V8_INLINE Type GetWriteBarrierType(const void* slot, Params& params, 71 static V8_INLINE Type GetWriteBarrierType(const void* value, Params& params); 73 static V8_INLINE void DijkstraMarkingBarrier(const Params& params, 76 const Params& params, const void* first_element, size_t element_size, 78 static V8_INLINE void SteeleMarkingBarrier(const Params& params, 81 static V8_INLINE void GenerationalBarrier(const Params& params, 84 const Params& params, const void* inner_pointer); 86 static V8_INLINE void GenerationalBarrier(const Params& params, in GenerationalBarrier() [all …]
|
/third_party/skia/third_party/externals/spirv-cross/shaders/asm/frag/ |
D | loop-header-to-continue.asm.frag | 13 OpName %Params "Params" 14 OpMemberName %Params 0 "TextureSize" 15 OpMemberName %Params 1 "Params1" 16 OpMemberName %Params 2 "Params2" 17 OpMemberName %Params 3 "Params3" 18 OpMemberName %Params 4 "Params4" 19 OpMemberName %Params 5 "Bloom" 28 OpMemberDecorate %Params 0 Offset 0 29 OpMemberDecorate %Params 1 Offset 16 30 OpMemberDecorate %Params 2 Offset 32 [all …]
|
/third_party/skia/third_party/externals/dawn/src/tests/ |
D | ParamGenerator.h | 24 template <typename ParamStruct, typename... Params> 26 using ParamTuple = std::tuple<std::vector<Params>...>; 27 using Index = std::array<size_t, sizeof...(Params)>; 29 static constexpr auto s_indexSequence = std::make_index_sequence<sizeof...(Params)>{}; 49 ParamGenerator(std::vector<Params>... params) : mParams(params...), mIsEmpty(false) { in ParamGenerator() 126 template <typename Param, typename... Params> 128 std::initializer_list<Params>&&... params) { in MakeParamGenerator() 129 return ParamGenerator<Param, AdapterTestParam, Params...>( in MakeParamGenerator() 131 std::forward<std::initializer_list<Params>&&>(params)...); in MakeParamGenerator() 133 template <typename Param, typename... Params> [all …]
|
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/ |
D | log.go | 59 Params *json.RawMessage `json:"params,omitempty"` member 161 if v.ID != nil && v.Method != "" && v.Params != nil { 163 fmt.Fprintf(&buf, "Params: %s%s", *v.Params, eor) 165 } else if v.ID != nil && v.Method == "" && v.Params == nil { 175 } else if v.ID == nil && v.Method != "" && v.Params != nil { 177 if v.Params != nil { 178 p = string(*v.Params) 185 tmfmt, v.ID != nil, v.Method, v.Params != nil, 188 if v.Params != nil { 189 p = string(*v.Params) [all …]
|
D | tsserver.go | 82 if err := json.Unmarshal(*r.Params, ¶ms); err != nil { 92 if err := json.Unmarshal(*r.Params, ¶ms); err != nil { 107 if err := json.Unmarshal(*r.Params, ¶ms); err != nil { 117 if err := json.Unmarshal(*r.Params, ¶ms); err != nil { 127 if err := json.Unmarshal(*r.Params, ¶ms); err != nil { 137 if err := json.Unmarshal(*r.Params, ¶ms); err != nil { 147 if err := json.Unmarshal(*r.Params, ¶ms); err != nil { 157 if err := json.Unmarshal(*r.Params, ¶ms); err != nil { 167 if err := json.Unmarshal(*r.Params, ¶ms); err != nil { 177 if err := json.Unmarshal(*r.Params, ¶ms); err != nil { [all …]
|
D | tsclient.go | 49 if err := json.Unmarshal(*r.Params, ¶ms); err != nil { 59 if err := json.Unmarshal(*r.Params, ¶ms); err != nil { 69 if err := json.Unmarshal(*r.Params, ¶ms); err != nil { 79 if err := json.Unmarshal(*r.Params, ¶ms); err != nil { 88 if r.Params != nil { 99 if err := json.Unmarshal(*r.Params, ¶ms); err != nil { 110 if err := json.Unmarshal(*r.Params, ¶ms); err != nil { 121 if err := json.Unmarshal(*r.Params, ¶ms); err != nil { 132 if err := json.Unmarshal(*r.Params, ¶ms); err != nil { 143 if err := json.Unmarshal(*r.Params, ¶ms); err != nil {
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/ |
D | log.go | 59 Params *json.RawMessage `json:"params,omitempty"` member 161 if v.ID != nil && v.Method != "" && v.Params != nil { 163 fmt.Fprintf(&buf, "Params: %s%s", *v.Params, eor) 165 } else if v.ID != nil && v.Method == "" && v.Params == nil { 175 } else if v.ID == nil && v.Method != "" && v.Params != nil { 177 if v.Params != nil { 178 p = string(*v.Params) 185 tmfmt, v.ID != nil, v.Method, v.Params != nil, 188 if v.Params != nil { 189 p = string(*v.Params) [all …]
|
D | tsserver.go | 82 if err := json.Unmarshal(*r.Params, ¶ms); err != nil { 92 if err := json.Unmarshal(*r.Params, ¶ms); err != nil { 107 if err := json.Unmarshal(*r.Params, ¶ms); err != nil { 117 if err := json.Unmarshal(*r.Params, ¶ms); err != nil { 127 if err := json.Unmarshal(*r.Params, ¶ms); err != nil { 137 if err := json.Unmarshal(*r.Params, ¶ms); err != nil { 147 if err := json.Unmarshal(*r.Params, ¶ms); err != nil { 157 if err := json.Unmarshal(*r.Params, ¶ms); err != nil { 167 if err := json.Unmarshal(*r.Params, ¶ms); err != nil { 177 if err := json.Unmarshal(*r.Params, ¶ms); err != nil { [all …]
|
D | tsclient.go | 49 if err := json.Unmarshal(*r.Params, ¶ms); err != nil { 59 if err := json.Unmarshal(*r.Params, ¶ms); err != nil { 69 if err := json.Unmarshal(*r.Params, ¶ms); err != nil { 79 if err := json.Unmarshal(*r.Params, ¶ms); err != nil { 88 if r.Params != nil { 99 if err := json.Unmarshal(*r.Params, ¶ms); err != nil { 110 if err := json.Unmarshal(*r.Params, ¶ms); err != nil { 121 if err := json.Unmarshal(*r.Params, ¶ms); err != nil { 132 if err := json.Unmarshal(*r.Params, ¶ms); err != nil { 143 if err := json.Unmarshal(*r.Params, ¶ms); err != nil {
|
/third_party/spirv-tools/utils/vscode/src/lsp/protocol/ |
D | log.go | 59 Params *json.RawMessage `json:"params,omitempty"` member 161 if v.ID != nil && v.Method != "" && v.Params != nil { 163 fmt.Fprintf(&buf, "Params: %s%s", *v.Params, eor) 165 } else if v.ID != nil && v.Method == "" && v.Params == nil { 175 } else if v.ID == nil && v.Method != "" && v.Params != nil { 177 if v.Params != nil { 178 p = string(*v.Params) 185 tmfmt, v.ID != nil, v.Method, v.Params != nil, 188 if v.Params != nil { 189 p = string(*v.Params) [all …]
|
D | tsserver.go | 82 if err := json.Unmarshal(*r.Params, ¶ms); err != nil { 92 if err := json.Unmarshal(*r.Params, ¶ms); err != nil { 107 if err := json.Unmarshal(*r.Params, ¶ms); err != nil { 117 if err := json.Unmarshal(*r.Params, ¶ms); err != nil { 127 if err := json.Unmarshal(*r.Params, ¶ms); err != nil { 137 if err := json.Unmarshal(*r.Params, ¶ms); err != nil { 147 if err := json.Unmarshal(*r.Params, ¶ms); err != nil { 157 if err := json.Unmarshal(*r.Params, ¶ms); err != nil { 167 if err := json.Unmarshal(*r.Params, ¶ms); err != nil { 177 if err := json.Unmarshal(*r.Params, ¶ms); err != nil { [all …]
|
/third_party/vk-gl-cts/modules/egl/ |
D | teglRobustnessTests.cpp | 207 class Params class in deqp::egl::__anon831676ed0111::RobustnessTestCase 210 Params (void) {} in Params() function in deqp::egl::__anon831676ed0111::RobustnessTestCase::Params 212 Params (const string& name, 218 Params (const string& name, 247 …sTestCase (EglTestContext& eglTestCtx, const char* name, const char* description, Params params); 253 Params m_params; 267 RobustnessTestCase::Params::Params (const string& name, in Params() function in deqp::egl::__anon831676ed0111::RobustnessTestCase::Params 280 RobustnessTestCase::Params::Params (const string& name, in Params() function in deqp::egl::__anon831676ed0111::RobustnessTestCase::Params 306 …nessTestCase (EglTestContext& eglTestCtx, const char* name, const char* description, Params params) in RobustnessTestCase() 366 glu::ApiType paramsToApiType (const RobustnessTestCase::Params& params) in paramsToApiType() [all …]
|
/third_party/skia/third_party/externals/spirv-cross/shaders-reflection/asm/comp/ |
D | pointer-to-array-of-physical-pointer.asm.comp | 18 OpName %Params "Params" 19 OpMemberName %Params 0 "x" 20 OpMemberName %Params 1 "y" 25 OpMemberDecorate %Params 0 Offset 0 26 OpMemberDecorate %Params 1 Offset 16 27 OpDecorate %Params Block 41 %Params = OpTypeStruct %float %ptr_array_ptr 46 %_ptr_Uniform_Params = OpTypePointer Uniform %Params
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | InlineSimple.cpp | 41 InlineParams Params; member in __anon29850c450111::SimpleInliner 44 SimpleInliner() : LegacyInlinerBase(ID), Params(llvm::getInlineParams()) { in SimpleInliner() 48 explicit SimpleInliner(InlineParams Params) in SimpleInliner() argument 49 : LegacyInlinerBase(ID), Params(std::move(Params)) { in SimpleInliner() 73 cast<CallBase>(*CS.getInstruction()), Params, TTI, GetAssumptionCache, in getInlineCost() 113 Pass *llvm::createFunctionInliningPass(InlineParams &Params) { in createFunctionInliningPass() argument 114 return new SimpleInliner(Params); in createFunctionInliningPass()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/ |
D | Inliner.h | 96 InlinerPass(InlineParams Params = getInlineParams()) 97 : Params(std::move(Params)) {} in Params() function 100 : Params(std::move(Arg.Params)), in InlinerPass() 107 InlineParams Params;
|
/third_party/skia/src/core/ |
D | SkVMBlitter.h | 61 struct Params { struct 70 Params withCoverage(Coverage c) const; argument 73 static Params EffectiveParams(const SkPixmap& device, 78 static skvm::Color DstColor(skvm::Builder* p, const Params& params); 79 static void BuildProgram(skvm::Builder* p, const Params& params, 81 static Key CacheKey(const Params& params, 100 const Params fParams;
|
/third_party/mesa3d/src/mesa/main/ |
D | points.c | 124 if (TEST_EQ_3V(ctx->Point.Params, params)) in _mesa_PointParameterfv() 128 COPY_3V(ctx->Point.Params, params); in _mesa_PointParameterfv() 129 ctx->Point._Attenuated = (ctx->Point.Params[0] != 1.0F || in _mesa_PointParameterfv() 130 ctx->Point.Params[1] != 0.0F || in _mesa_PointParameterfv() 131 ctx->Point.Params[2] != 0.0F); in _mesa_PointParameterfv() 212 ctx->Point.Params[0] = 1.0; in _mesa_init_point() 213 ctx->Point.Params[1] = 0.0; in _mesa_init_point() 214 ctx->Point.Params[2] = 0.0; in _mesa_init_point()
|