Home
last modified time | relevance | path

Searched refs:Rename (Results 1 – 25 of 466) sorted by relevance

12345678910>>...19

/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_KHR_video_queue.adoc52 ** Rename `VkVideoCapabilitiesFlagBitsKHR` to
67 ** Rename `VkQueueFamilyQueryResultStatusProperties2KHR` to
69 ** Rename `VkVideoQueueFamilyProperties2KHR` to
71 ** Rename `VkVideoProfileKHR` to `VkVideoProfileInfoKHR`
72 ** Rename `VkVideoProfilesKHR` to `VkVideoProfileListInfoKHR`
73 ** Rename `VkVideoGetMemoryPropertiesKHR` to
75 ** Rename `VkVideoBindMemoryKHR` to `VkBindVideoSessionMemoryInfoKHR`
84 ** Rename `VkVideoPictureResourceKHR` to `VkVideoPictureResourceInfoKHR`
85 ** Rename `VkVideoReferenceSlotKHR` to `VkVideoReferenceSlotInfoKHR`
87 ** Rename the `maxReferencePicturesSlotsCount` and
[all …]
DVK_EXT_video_encode_h264.adoc44 ** Rename `VkVideoEncodeH264CapabilitiesFlagsEXT` to
70 ** Rename `VkVideoEncodeH264ProfileEXT` to
72 ** Rename `VkVideoEncodeH264ReferenceListsEXT` to
74 ** Rename `VkVideoEncodeH264EmitPictureParametersEXT` to
76 ** Rename `VkVideoEncodeH264NaluSliceEXT` to
79 ** Rename `spsStdCount`, `pSpsStd`, `ppsStdCount`, and `pPpsStd` to
82 ** Rename `maxSpsStdCount` and `maxPpsStdCount` to `maxStdSPSCount` and
DVK_EXT_video_encode_h265.adoc59 ** Rename `VkVideoEncodeH265ProfileEXT` to
61 ** Rename `VkVideoEncodeH265ReferenceListsEXT` to
63 ** Rename `VkVideoEncodeH265EmitPictureParametersEXT` to
65 ** Rename `VkVideoEncodeH265NaluSliceSegmentEXT` to
68 ** Rename `vpsStdCount`, `pVpsStd`, `spsStdCount`, `pSpsStd`,
72 ** Rename `maxVpsStdCount`, `maxSpsStdCount`, and `maxPpsStdCount` to
DVK_KHR_video_decode_h264.adoc46 ** Rename `VkVideoDecodeH264FieldLayoutFlagsEXT` to
60 ** Rename `VkVideoDecodeH264ProfileEXT` to
62 ** Rename `VkVideoDecodeH264MvcEXT` to `VkVideoDecodeH264MvcInfoEXT`
67 ** Rename `spsStdCount`, `pSpsStd`, `ppsStdCount`, and `pPpsStd` to
70 ** Rename `maxSpsStdCount` and `maxPpsStdCount` to `maxStdSPSCount` and
73 ** Rename `slicesCount` and `pSlicesDataOffsets` to `sliceCount` and
DVK_KHR_video_encode_h264.adoc54 ** Rename `VkVideoEncodeH264CapabilitiesFlagsEXT` to
80 ** Rename `VkVideoEncodeH264ProfileEXT` to
82 ** Rename `VkVideoEncodeH264ReferenceListsEXT` to
84 ** Rename `VkVideoEncodeH264EmitPictureParametersEXT` to
86 ** Rename `VkVideoEncodeH264NaluSliceEXT` to
89 ** Rename `spsStdCount`, `pSpsStd`, `ppsStdCount`, and `pPpsStd` to
92 ** Rename `maxSpsStdCount` and `maxPpsStdCount` to `maxStdSPSCount` and
106 ** Rename `pCurrentPictureInfo` in `VkVideoEncodeH264VclFrameInfoEXT` to
108 ** Rename `pSliceHeaderStd` in `VkVideoEncodeH264NaluSliceInfoEXT` to
110 ** Rename `pReferenceFinalLists` in `VkVideoEncodeH264VclFrameInfoEXT` and
DVK_KHR_video_encode_h265.adoc69 ** Rename `VkVideoEncodeH265ProfileEXT` to
71 ** Rename `VkVideoEncodeH265ReferenceListsEXT` to
73 ** Rename `VkVideoEncodeH265EmitPictureParametersEXT` to
75 ** Rename `VkVideoEncodeH265NaluSliceSegmentEXT` to
78 ** Rename `vpsStdCount`, `pVpsStd`, `spsStdCount`, `pSpsStd`,
82 ** Rename `maxVpsStdCount`, `maxSpsStdCount`, and `maxPpsStdCount` to
96 ** Rename `pCurrentPictureInfo` in `VkVideoEncodeH265VclFrameInfoEXT` to
98 ** Rename `pSliceSegmentHeaderStd` in
100 ** Rename `pReferenceFinalLists` in `VkVideoEncodeH265VclFrameInfoEXT` and
DVK_KHR_video_decode_h265.adoc51 ** Rename `VkVideoDecodeH265ProfileEXT` to
54 ** Rename `vpsStdCount`, `pVpsStd`, `spsStdCount`, `pSpsStd`,
58 ** Rename `maxVpsStdCount`, `maxSpsStdCount`, and `maxPpsStdCount` to
61 ** Rename `slicesCount` and `pSlicesDataOffsets` to `sliceCount` and
64 ** Rename `slice` to `sliceSegment` in the APIs for better clarity
/third_party/typescript/src/testRunner/unittests/tsserver/
Drename.ts11 …l.RenameRequest, protocol.RenameResponse>(session, protocol.CommandTypes.Rename, protocolFileLocat…
22 …l.RenameRequest, protocol.RenameResponse>(session, protocol.CommandTypes.Rename, protocolFileLocat…
48 …l.RenameRequest, protocol.RenameResponse>(session, protocol.CommandTypes.Rename, protocolFileLocat…
79 …l.RenameRequest, protocol.RenameResponse>(session, protocol.CommandTypes.Rename, protocolFileLocat…
111 …l.RenameRequest, protocol.RenameResponse>(session, protocol.CommandTypes.Rename, protocolFileLocat…
145 …l.RenameRequest, protocol.RenameResponse>(session, protocol.CommandTypes.Rename, protocolFileLocat…
185 …l.RenameRequest, protocol.RenameResponse>(session, protocol.CommandTypes.Rename, protocolFileLocat…
223 …l.RenameRequest, protocol.RenameResponse>(session, protocol.CommandTypes.Rename, protocolFileLocat…
256 …l.RenameRequest, protocol.RenameResponse>(session, protocol.CommandTypes.Rename, protocolFileLocat…
/third_party/rust/crates/heck/
DCHANGELOG.md13 * Rename all traits from `SomeCase` to `ToSomeCase`, matching `std`s convention
15 * Rename `ToMixedCase` to `ToLowerCamelCase`
16 * Rename `ToCamelCase` to `ToUpperCamelCase`
/third_party/exfatprogs/
DNEWS12 * fsck.exfat: Rename '.' and '..' entry name to the one user want.
99 * Rename label.exfat to tune.exfat.
119 * Rename project name to exfatprogs.
/third_party/mesa3d/docs/relnotes/
D7.10.3.rst195 - apple: Rename glcontextmodes.[ch] to glxconfig.[ch]
196 - apple: Rename \__GLcontextModes to struct glx_config
197 - apple: Rename GLXcontext
199 - apple: Rename \_gl_context_modes_find_visual to
201 - apple: Rename GLXcontext
242 - i965: Rename various gen6 #defines to match the documentation.
/third_party/lzma/CPP/7zip/UI/FileManager/
DOverwriteDialog.rc37 PUSHBUTTON "A&uto Rename", IDB_AUTO_RENAME, bx1, by2, bSizeBig, bys
79 PUSHBUTTON "A&uto Rename", IDB_AUTO_RENAME, bx1, by2, bxs, bys
/third_party/NuttX/fs/vfs/
Dfs_rename.c182 if (!old_vnode->vop || !old_vnode->vop->Rename) in do_rename()
188 ret = old_vnode->vop->Rename(old_vnode, new_parent_vnode, oldname, newname); in do_rename()
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/deepImportChanges/
Derrors-for-.d.ts-change.js101 Change:: Rename property d to d2 of class C to initialize signatures
161 Change:: Rename property d2 to d of class C to revert back to original text
221 Change:: Rename property d to d2 of class C
Derrors-for-.d.ts-change-with-incremental.js170 Change:: Rename property d to d2 of class C to initialize signatures
299 Change:: Rename property d2 to d of class C to revert back to original text
428 Change:: Rename property d to d2 of class C
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/deepImportChanges/
Derrors-for-.d.ts-change-with-incremental.js172 Change:: Rename property d to d2 of class C to initialize signatures
299 Change:: Rename property d2 to d of class C to revert back to original text
426 Change:: Rename property d to d2 of class C
Derrors-for-.d.ts-change.js105 Change:: Rename property d to d2 of class C to initialize signatures
165 Change:: Rename property d2 to d of class C to revert back to original text
225 Change:: Rename property d to d2 of class C
Derrors-for-.ts-change-with-incremental.js210 Change:: Rename property d to d2 of class C to initialize signatures
356 Change:: Rename property d2 to d of class C to revert back to original text
502 Change:: Rename property d to d2 of class C
Derrors-for-.ts-change.js143 Change:: Rename property d to d2 of class C to initialize signatures
222 Change:: Rename property d2 to d of class C to revert back to original text
301 Change:: Rename property d to d2 of class C
/third_party/typescript/tests/baselines/reference/tscWatch/programUpdates/
Drename-a-module-file-and-rename-back-should-restore-the-states-for-inferred-projects.js80 Change:: Rename moduleFile to moduleFile1
131 Change:: Rename moduleFile1 back to moduleFile
Drename-a-module-file-and-rename-back-should-restore-the-states-for-configured-projects.js89 Change:: Rename moduleFile to moduleFile1
162 Change:: Rename moduleFile1 back to moduleFile
/third_party/typescript/.vscode/
Dsettings.template.json1 // Rename this file 'settings.json' or merge its
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/deepImportChanges/
Derrors-for-.d.ts-change.js101 Change:: Rename property d to d2 of class C to initialize signatures
168 Change:: Rename property d2 to d of class C to revert back to original text
230 Change:: Rename property d to d2 of class C
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/deepImportChanges/
Derrors-for-.ts-change-with-incremental.js192 Change:: Rename property d to d2 of class C to initialize signatures
348 Change:: Rename property d2 to d of class C to revert back to original text
487 Change:: Rename property d to d2 of class C
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/deepImportChanges/
Derrors-for-.d.ts-change-with-incremental.js171 Change:: Rename property d to d2 of class C to initialize signatures
317 Change:: Rename property d2 to d of class C to revert back to original text
446 Change:: Rename property d to d2 of class C

12345678910>>...19