Home
last modified time | relevance | path

Searched refs:newId (Results 1 – 25 of 27) sorted by relevance

12

/third_party/jsframework/runtime/main/model/
Ddirective.ts390 const newId = handler.call(vm); constant
391 if (newId || newId === 0) {
392 setElementId(el, newId);
393 vm._ids[newId] = map;
395 watch(vm, handler, (newId) => {
396 if (newId) {
397 setElementId(el, newId);
398 vm._ids[newId] = map;
/third_party/vk-gl-cts/modules/glshared/
DglsLifetimeTests.cpp1181 const GLuint newId = replaceName(elementType, elementId, log()); in iterate() local
1182 const Name newElement (elementType, newId); in iterate()
1184 attacher.initAttachment(newSeed, newId); in iterate()
1189 attacher.attach(newId, *container); in iterate()
1191 attacher.detach(newId, *container); in iterate()
1263 const GLuint newId = replaceName(elementType, elementId, log()); in iterate() local
1264 const Name newElement (elementType, newId); in iterate()
1267 << "Creating a new object " << newId in iterate()
1273 attacher.initAttachment(newSeed, newId); in iterate()
1274 m_outputAttacher.drawAttachment(newId, newSurface); in iterate()
[all …]
/third_party/glslang/SPIRV/
DSPVRemapper.h213 inline spv::Id localId(spv::Id id, spv::Id newId);
225 bool isNewIdMapped(spv::Id newId) const { return isMapped(newId); } in isNewIdMapped() argument
DSPVRemapper.cpp271 spv::Id spirvbin_t::localId(spv::Id id, spv::Id newId) in localId() argument
283 if (newId != unmapped && newId != unused) { in localId()
296 if (isNewIdMapped(newId)) { in localId()
297 error(std::string("ID already used in module: ") + std::to_string(newId)); in localId()
301 msg(4, 4, std::string("map: ") + std::to_string(id) + " -> " + std::to_string(newId)); in localId()
302 setMapped(newId); in localId()
303 largestNewId = std::max(largestNewId, newId); in localId()
306 return idMapL[id] = newId; in localId()
/third_party/typescript/tests/cases/fourslash/
DcompletionListInUnclosedTypeArguments.ts33 isNewIdentifierLocation: marker.data && marker.data.newId || false,
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dinline_pass.cpp169 uint32_t newId = context()->TakeNextId(); in CloneAndMapLocals() local
170 if (newId == 0) { in CloneAndMapLocals()
173 get_decoration_mgr()->CloneDecorations(callee_var_itr->result_id(), newId); in CloneAndMapLocals()
174 var_inst->SetResultId(newId); in CloneAndMapLocals()
178 (*callee2caller)[callee_var_itr->result_id()] = newId; in CloneAndMapLocals()
/third_party/spirv-tools/source/opt/
Dinline_pass.cpp169 uint32_t newId = context()->TakeNextId(); in CloneAndMapLocals() local
170 if (newId == 0) { in CloneAndMapLocals()
173 get_decoration_mgr()->CloneDecorations(callee_var_itr->result_id(), newId); in CloneAndMapLocals()
174 var_inst->SetResultId(newId); in CloneAndMapLocals()
178 (*callee2caller)[callee_var_itr->result_id()] = newId; in CloneAndMapLocals()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dinline_pass.cpp169 uint32_t newId = context()->TakeNextId(); in CloneAndMapLocals() local
170 if (newId == 0) { in CloneAndMapLocals()
173 get_decoration_mgr()->CloneDecorations(callee_var_itr->result_id(), newId); in CloneAndMapLocals()
174 var_inst->SetResultId(newId); in CloneAndMapLocals()
178 (*callee2caller)[callee_var_itr->result_id()] = newId; in CloneAndMapLocals()
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Dinline_pass.cpp149 uint32_t newId = TakeNextId(); in CloneAndMapLocals() local
150 var_inst->SetResultId(newId); in CloneAndMapLocals()
151 (*callee2caller)[callee_var_itr->result_id()] = newId; in CloneAndMapLocals()
/third_party/typescript/tests/cases/conformance/types/keyof/
DkeyofAndIndexedAccess.ts493 const newId: T[K] | undefined = idMapping[obj[idField]]; constant
494 if (newId) {
495 obj[idField] = newId;
/third_party/typescript/src/compiler/transformers/
Ddeclarations.ts1134 … const newId = factory.createUniqueName("_default", GeneratedIdentifierFlags.Optimistic); constant
1140 …const varDecl = factory.createVariableDeclaration(newId, /*exclamationToken*/ undefined, resolver.…
1143 …eturn [statement, factory.updateExportAssignment(input, input.decorators, input.modifiers, newId)];
1455 … const newId = factory.createUniqueName(`${oldId}_base`, GeneratedIdentifierFlags.Optimistic); constant
1461 …const varDecl = factory.createVariableDeclaration(newId, /*exclamationToken*/ undefined, resolver.…
1467 …ause, map(clause.types, t => factory.updateExpressionWithTypeArguments(t, newId, visitNodes(t.type…
/third_party/typescript/tests/baselines/reference/
DkeyofAndIndexedAccess.js491 const newId: T[K] | undefined = idMapping[obj[idField]]; constant
492 if (newId) {
493 obj[idField] = newId;
992 var newId = idMapping[obj[idField]];
993 if (newId) {
994 obj[idField] = newId;
DkeyofAndIndexedAccess.types1753 const newId: T[K] | undefined = idMapping[obj[idField]];
1754 >newId : T[K] | undefined
1761 if (newId) {
1762 >newId : T[K] | undefined
1764 obj[idField] = newId;
1765 >obj[idField] = newId : T[K]
1769 >newId : T[K]
DkeyofAndIndexedAccess.symbols1790 const newId: T[K] | undefined = idMapping[obj[idField]];
1791 >newId : Symbol(newId, Decl(keyofAndIndexedAccess.ts, 489, 13))
1798 if (newId) {
1799 >newId : Symbol(newId, Decl(keyofAndIndexedAccess.ts, 489, 13))
1801 obj[idField] = newId;
1804 >newId : Symbol(newId, Decl(keyofAndIndexedAccess.ts, 489, 13))
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
Dintermediate.h420 void setId(int newId) { id = newId; } in setId() argument
/third_party/icu/icu4c/source/test/intltest/
Dtranstst.cpp4094 char newId[256]={'\0'}; in TestAllCodepoints() local
4115 uprv_strcpy(newId,"[:"); in TestAllCodepoints()
4116 uprv_strcat(newId,id); in TestAllCodepoints()
4117 uprv_strcat(newId,":];NFD"); in TestAllCodepoints()
4123 if(uprv_strcmp(newId,oldId)!=0){ in TestAllCodepoints()
4124 Transliterator* t = Transliterator::createInstance(newId,UTRANS_FORWARD,pe,status); in TestAllCodepoints()
4137 uprv_strcpy(oldId,newId); in TestAllCodepoints()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DBuildSPIRV.cpp512 spirv::IdRef newId = mNextAvailableId; in getNewId() local
517 spirv::WriteDecorate(&mSpirvDecorations, newId, decoration, {}); in getNewId()
520 return newId; in getNewId()
/third_party/glslang/glslang/Include/
Dintermediate.h1316 virtual void switchId(long long newId) { id = newId; } in switchId() argument
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.cpp3349 long long newId = texSymbol->getId(); in handleSamplerTextureCombine() local
3356 newId = textureShadowEntry->second->get(shadowMode); in handleSamplerTextureCombine()
3362 if (newId == -1) { in handleSamplerTextureCombine()
3372 newId = newTexture->getUniqueId(); in handleSamplerTextureCombine()
3375 assert(newId != -1); in handleSamplerTextureCombine()
3377 if (textureShadowVariant.find(newId) == textureShadowVariant.end()) in handleSamplerTextureCombine()
3378 textureShadowVariant[newId] = textureShadowVariant[texSymbol->getId()]; in handleSamplerTextureCombine()
3380 textureShadowVariant[newId]->set(shadowMode, newId); in handleSamplerTextureCombine()
3386 texSymbol->switchId(newId); in handleSamplerTextureCombine()
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DTransliteratorTest.java2558 String newId ="[:"+id+":];NFD"; in TestScriptAllCodepoints() local
2560 Transliterator t = Transliterator.getInstance(newId); in TestScriptAllCodepoints()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
DTransliteratorTest.java2561 String newId ="[:"+id+":];NFD"; in TestScriptAllCodepoints() local
2563 Transliterator t = Transliterator.getInstance(newId); in TestScriptAllCodepoints()
/third_party/typescript/lib/
Dtsc.js81372 var newId = factory.createUniqueName("_default", 16);
81378 …var varDecl = factory.createVariableDeclaration(newId, undefined, resolver.createTypeOfExpression(…
81381 …eturn [statement, factory.updateExportAssignment(input, input.decorators, input.modifiers, newId)];
DtypingsInstaller.js99727 var newId = factory.createUniqueName("_default", 16 /* Optimistic */);
99733 …var varDecl = factory.createVariableDeclaration(newId, /*exclamationToken*/ undefined, resolver.cr…
99736 …eturn [statement, factory.updateExportAssignment(input, input.decorators, input.modifiers, newId)];
DtypescriptServices.js99932 var newId = factory.createUniqueName("_default", 16 /* Optimistic */);
99938 …var varDecl = factory.createVariableDeclaration(newId, /*exclamationToken*/ undefined, resolver.cr…
99941 …eturn [statement, factory.updateExportAssignment(input, input.decorators, input.modifiers, newId)];
Dtsserverlibrary.js99932 var newId = factory.createUniqueName("_default", 16 /* Optimistic */);
99938 …var varDecl = factory.createVariableDeclaration(newId, /*exclamationToken*/ undefined, resolver.cr…
99941 …eturn [statement, factory.updateExportAssignment(input, input.decorators, input.modifiers, newId)];

12