Home
last modified time | relevance | path

Searched refs:Overwrite (Results 1 - 14 of 14) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A DjsxComplexSignatureHasApplicabilityError.js16 > = Overwrite<
46 export type Overwrite<T, U> = Omit<T, keyof T & keyof U> & U;
H A DramdaToolsNoInfinite2.js192 declare module "Object/Overwrite" {
193 export type Overwrite<O extends object, O1 extends object> = {
237 import { Overwrite } from "Object/Overwrite";
240 export type Naked<L extends List> = Overwrite<Required<L>, L>;
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/
H A Dtsprotocol.go3053 /*Overwrite defined:
3054 * Overwrite existing file. Overwrite wins over `ignoreIfExists`
3056 Overwrite bool `json:"overwrite,omitempty"`
3090 /*Overwrite defined:
3091 * Overwrite target if existing. Overwrite wins over `ignoreIfExists`
3093 Overwrite bool `json:"overwrite,omitempty"`
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
H A Dtsprotocol.go3053 /*Overwrite defined:
3054 * Overwrite existing file. Overwrite wins over `ignoreIfExists`
3056 Overwrite bool `json:"overwrite,omitempty"`
3090 /*Overwrite defined:
3091 * Overwrite target if existing. Overwrite wins over `ignoreIfExists`
3093 Overwrite bool `json:"overwrite,omitempty"`
/third_party/spirv-tools/utils/vscode/src/lsp/protocol/
H A Dtsprotocol.go3053 /*Overwrite defined:
3054 * Overwrite existing file. Overwrite wins over `ignoreIfExists`
3056 Overwrite bool `json:"overwrite,omitempty"`
3090 /*Overwrite defined:
3091 * Overwrite target if existing. Overwrite wins over `ignoreIfExists`
3093 Overwrite bool `json:"overwrite,omitempty"`
/third_party/node/deps/v8/src/d8/
H A Dd8.h394 void Overwrite(T value) { value_ = value; } in Overwrite() function in v8::ShellOptions::DisallowReassignment
H A Dd8.cc5538 options.compile_options.Overwrite( in Main()
5540 options.code_cache_options.Overwrite( in Main()
5546 options.compile_options.Overwrite( in Main()
/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction-selector.h152 void Overwrite(FlagsCondition condition) { condition_ = condition; } in Overwrite() function in v8::internal::compiler::final
/third_party/skia/third_party/externals/angle2/tools/flex-bison/third_party/skeletons/
H A Dyacc.c111 # MIN to MAX (included). Overwrite the version from c.m4, which
/third_party/vulkan-loader/loader/
H A Dunknown_ext_chain_gas_x86.S99 mov [esp + 4], ecx # Overwrite the wrapped VkPhysicalDevice with the unwrapped one (on the stack)
H A Dunknown_ext_chain_masm.asm80 mov [esp + 4], ecx ; Overwrite the wrapped VkPhysicalDevice with the unwrapped one (on the stack)
/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dinstruction-selector-arm64.cc2248 cont->Overwrite(MapForFlagSettingBinop(cond)); in MaybeReplaceCmpZeroWithFlagSettingBinop()
2256 cont->Overwrite(MapForFlagSettingBinop(cond)); in MaybeReplaceCmpZeroWithFlagSettingBinop()
2344 cont->Overwrite(MapForTbz(cond)); in TryEmitCbzOrTbz()
2391 cont->Overwrite(MapForCbz(cond)); in TryEmitCbzOrTbz()
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dinstruction-selector-arm.cc1905 cont->Overwrite(MapForFlagSettingBinop(cond)); in MaybeReplaceCmpZeroWithFlagSettingBinop()
1912 cont->Overwrite(MapForFlagSettingBinop(cond)); in MaybeReplaceCmpZeroWithFlagSettingBinop()
/third_party/ffmpeg/libavcodec/arm/
H A Dvp9itxfm_16bpp_neon.S1412 @ Overwrite the idct16 coeffs with the stored ones for idct32

Completed in 41 milliseconds