Home
last modified time | relevance | path

Searched defs:Modify (Results 1 – 7 of 7) sorted by relevance

/third_party/typescript/tests/cases/conformance/types/mapped/
DmappedTypeAsClauseRelationships.ts8 type Modify<T> = { [P in keyof T as P extends string? `bool${P}`: P]: T[P] }; alias
/third_party/mesa3d/ohos/
DmodifyDtsi.py27 class Modify(): class
/third_party/spirv-tools/source/opt/
Dremove_unused_interface_variables_pass.cpp70 void Modify() { in Modify() function in spvtools::opt::RemoveUnusedInterfaceVariablesContext
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dremove_unused_interface_variables_pass.cpp70 void Modify() { in Modify() function in spvtools::opt::RemoveUnusedInterfaceVariablesContext
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dremove_unused_interface_variables_pass.cpp70 void Modify() { in Modify() function in spvtools::opt::RemoveUnusedInterfaceVariablesContext
/third_party/cef/tests/ceftests/
Ddom_unittest.cc334 TEST(DOMTest, Modify) { in TEST() argument
/third_party/vk-gl-cts/modules/egl/
DteglImageFormatTests.cpp236 class Modify : public GLESAction class in deqp::egl::Image::GLESImageApi