Home
last modified time | relevance | path

Searched refs:getId (Results 1 – 25 of 117) sorted by relevance

12345

/third_party/vk-gl-cts/android/cts/runner/src/com/drawelements/deqp/runner/
DBatchRunConfiguration.java44 public String getId() { in getId() method in BatchRunConfiguration
84 return getId().equals(((BatchRunConfiguration)other).getId()); in equals()
90 return getId().hashCode(); in hashCode()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DEraRules.java42 UResourceBundle calendarTypeRes = calendarDataRes.get(calType.getId()); in getInstance()
57 …new ICUException("Invalid era rule key:" + eraIdxStr + " in era rule data for " + calType.getId()); in getInstance()
60 … throw new ICUException("Era rule key:" + eraIdxStr + " in era rule data for " + calType.getId() in getInstance()
65 … "Duplicated era rule for rule key:" + eraIdxStr + " in era rule data for " + calType.getId()); in getInstance()
79 + calType.getId()); in getInstance()
102 … "Era data for " + eraIdxStr + " in era rule data for " + calType.getId() in getInstance()
108 + calType.getId()); in getInstance()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DEraRules.java44 UResourceBundle calendarTypeRes = calendarDataRes.get(calType.getId()); in getInstance()
59 … new ICUException("Invald era rule key:" + eraIdxStr + " in era rule data for " + calType.getId()); in getInstance()
62 … throw new ICUException("Era rule key:" + eraIdxStr + " in era rule data for " + calType.getId() in getInstance()
67 … "Dupulicated era rule for rule key:" + eraIdxStr + " in era rule data for " + calType.getId()); in getInstance()
81 + calType.getId()); in getInstance()
104 … "Era data for " + eraIdxStr + " in era rule data for " + calType.getId() in getInstance()
110 + calType.getId()); in getInstance()
/third_party/vk-gl-cts/modules/egl/
DteglMultiThreadTests.cpp121 int getId (void) const { return m_id; } in getId() function in deqp::egl::TestThread
537 de::Random rnd (deInt32Hash(thread.getId() + 10435)); in runThread()
902 if (thread.getId() == 0) in runThread()
934 if (thread.getId() == 0) in runThread()
941 if (thread.getId() == 0) in runThread()
947 if (thread.getId() == 1) in runThread()
958 if (thread.getId() == 0) in runThread()
964 if (thread.getId() == 1) in runThread()
982 de::Random& rnd = (thread.getId() == 0 ? m_rnd0 : m_rnd1); in createDestroyObjects()
983 vector<EGLSurface>& pbuffers = (thread.getId() == 0 ? m_pbuffers0 : m_pbuffers1); in createDestroyObjects()
[all …]
/third_party/glslang/glslang/MachineIndependent/
Dlimits.cpp87 node->getLeft()->getAsSymbolNode()->getId() == loopId) { in visitBinary()
99 node->getOperand()->getAsSymbolNode()->getId() == loopId) { in visitUnary()
114 if (args[i]->getAsSymbolNode() && args[i]->getAsSymbolNode()->getId() == loopId) { in visitAggregate()
168 if (inductiveLoopIds.find(symbol->getId()) == inductiveLoopIds.end()) { in visitSymbol()
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
DglcSubgroupsTestsUtils.cpp389 GLuint getId() in getId() function
553 m_gl.framebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, img.getId(), 0); in bind2D()
1112 …rs[" << ndx << "](" << inputBuffers[ndx]->getType() << ", " << inputBuffers[ndx]->getId() << " ), " in makeTessellationEvaluationFrameBufferTest()
1118 gl.bindImageTexture(extraData[ndx].binding, inputBuffers[ndx]->getId(), in makeTessellationEvaluationFrameBufferTest()
1123 …gl.bindBufferBase(inputBuffers[ndx]->getType(), extraData[ndx].binding, inputBuffers[ndx]->getId()… in makeTessellationEvaluationFrameBufferTest()
1187 gl.bindBuffer(GL_ARRAY_BUFFER, vertexBuffer.getId()); in makeTessellationEvaluationFrameBufferTest()
1296 …rs[" << ndx << "](" << inputBuffers[ndx]->getType() << ", " << inputBuffers[ndx]->getId() << " ), " in makeGeometryFrameBufferTest()
1302 gl.bindImageTexture(extraData[ndx].binding, inputBuffers[ndx]->getId(), in makeGeometryFrameBufferTest()
1307 …gl.bindBufferBase(inputBuffers[ndx]->getType(), extraData[ndx].binding, inputBuffers[ndx]->getId()… in makeGeometryFrameBufferTest()
1383 gl.bindBuffer(GL_ARRAY_BUFFER, vertexBuffer.getId()); in makeGeometryFrameBufferTest()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPULibCalls.cpp553 getArgType(FInfo) == AMDGPULibFunc::F64 || !HasNative(FInfo.getId()) || in useNative()
558 if (FInfo.getId() == AMDGPULibFunc::EI_SINCOS) in useNative()
683 switch (FInfo.getId()) { in fold()
738 const TableRef tr = getOptTable(FInfo.getId()); in TDOFold()
804 !HasNative(FInfo.getId())) in replaceWithNative()
872 assert((FInfo.getId() == AMDGPULibFunc::EI_POW || in fold_pow()
873 FInfo.getId() == AMDGPULibFunc::EI_POWR || in fold_pow()
874 FInfo.getId() == AMDGPULibFunc::EI_POWN) && in fold_pow()
1037 needcopysign = (FInfo.getId() != AMDGPULibFunc::EI_POWR) && in fold_pow()
1041 needcopysign = needabs = FInfo.getId() != AMDGPULibFunc::EI_POWR && in fold_pow()
[all …]
DAMDGPULibFunc.h332 EFuncId getId() const { return FuncId; } in getId() function
372 EFuncId getId() const { return Impl->getId(); } in getId() function
/third_party/typescript/tests/baselines/reference/
DrecursiveClassReferenceTest.types46 getId():string;
47 >getId : () => string
63 public getId() { return "yo"; }
64 >getId : () => string
DrecursiveClassReferenceTest.sourcemap.txt76 > getId():string;
86 > public getId() { return "yo"; }
122 > public getId() { return "yo"; }
158 > public getId() { return "yo"; }
194 > public getId() { return "yo"; }
238 > public getId() { return "yo"; }
249 >>> StartFindAction.prototype.getId = function () { return "yo"; };
260 2 > getId
262 4 > public getId() {
343 > public getId() { return "yo"; }
[all …]
DrecursiveClassReferenceTest.js29 getId():string;
36 public getId() { return "yo"; }
134 StartFindAction.prototype.getId = function () { return "yo"; }; method in StartFindAction
DrecursiveClassReferenceTest.symbols57 getId():string;
58 >getId : Symbol(IAction.getId, Decl(recursiveClassReferenceTest.ts, 26, 32))
76 public getId() { return "yo"; }
77 >getId : Symbol(StartFindAction.getId, Decl(recursiveClassReferenceTest.ts, 32, 63))
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DValidateLimitations.cpp23 if (i->index.id == symbol->getId()) in IsLoopIndex()
31 if (i->index.id == symbol->getId()) { in MarkLoopForUnroll()
278 info->index.id = symbol->getId(); in validateForLoopInit()
305 if (symbol->getId() != info->index.id) { in validateForLoopCond()
372 if (symbol->getId() != info->index.id) { in validateForLoopExpr()
/third_party/typescript/tests/cases/compiler/
DrecursiveClassReferenceTest.ts30 getId():string; method
37 public getId() { return "yo"; }
/third_party/skia/third_party/externals/oboe/samples/audio-device/src/main/java/com/google/oboe/samples/audio_device/
DAudioDeviceListEntry.java40 public int getId() { in getId() method in AudioDeviceListEntry
87 listEntries.add(new AudioDeviceListEntry(info.getId(), info.getProductName() + " " + in createListFrom()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/audio_device/
DAudioDeviceListEntry.java40 public int getId() { in getId() method in AudioDeviceListEntry
87 listEntries.add(new AudioDeviceListEntry(info.getId(), info.getProductName() + " " + in createListFrom()
/third_party/skia/third_party/externals/spirv-tools/tools/sva/src/
Dast.js63 getId(name) { method in Module
129 this.value_ = this.module_.getId(this.name_);
/third_party/spirv-tools/tools/sva/src/
Dast.js63 getId(name) { method in Module
129 this.value_ = this.module_.getId(this.name_);
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/sva/src/
Dast.js63 getId(name) { method in Module
129 this.value_ = this.module_.getId(this.name_);
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_ssa.cpp361 if (work[bb->getId()] == iterCount) in convertToSSA()
363 work[bb->getId()] = iterCount; in convertToSSA()
377 if (hasAlready[dfBB->getId()] >= iterCount) in convertToSSA()
379 hasAlready[dfBB->getId()] = iterCount; in convertToSSA()
392 if (work[dfBB->getId()] < iterCount) { in convertToSSA()
393 work[dfBB->getId()] = iterCount; in convertToSSA()
Dnv50_ir_print.cpp653 PRINT(" %sBB:%i", colour[TXT_BRA], asFlow()->target.bb->getId()); in print()
831 BasicBlock::get(ei.getNode())->getId(), in visit()
834 INFO("BB:%i (%u instructions) - ", bb->getId(), bb->getInsnCount()); in visit()
837 INFO("idom = BB:%i, ", bb->idom()->getId()); in visit()
841 INFO("BB:%i ", BasicBlock::get(df)->getId()); in visit()
847 BasicBlock::get(ei.getNode())->getId(), in visit()
/third_party/libphonenumber/tools/java/common/src/com/google/i18n/phonenumbers/
DBuildMetadataFromXml.java145 String regionCode = metadata.getId(); in buildCountryCodeToRegionCodeMap()
258 String countryId = metadata.getId().length() > 0 ? metadata.getId() in loadInternationalFormat()
295 String countryId = metadata.getId().length() > 0 ? metadata.getId() in loadNationalFormat()
491 setPossibleLengthsGeneralDesc(generalDesc, metadata.getId(), element, isShortNumberMetadata); in setRelevantDescPatterns()
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/mapper/
DTransformsMapper.java156 String id = getId(source, target, variant); in writeRootIndexEntry()
164 String id = getId(target, source, variant); in writeRootIndexEntry()
200 private static String getId(String from, String to, Optional<String> variant) { in getId() method in TransformsMapper
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroInternal.h135 return cast<CoroIdInst>(CoroBegin->getId()); in getSwitchCoroId()
141 return cast<AnyCoroIdRetconInst>(CoroBegin->getId()); in getRetconCoroId()
/third_party/node/deps/npm/test/lib/utils/
Dlog-file.js13 const getId = (d = new Date()) => d.toISOString().replace(/[.:]/g, '_') function
23 const dateId = getId(cloneDate)
51 const id = getId()

12345