Home
last modified time | relevance | path

Searched refs:getDescription (Results 1 – 25 of 133) sorted by relevance

123456

/third_party/libphonenumber/java/internal/prefixmapper/test/com/google/i18n/phonenumbers/prefixmapper/
DFlyweightMapStorageTest.java62 assertEquals("Paris", mapStorage.getDescription(0)); in testReadFromSortedMap()
63 assertSame(mapStorage.getDescription(0), mapStorage.getDescription(1)); in testReadFromSortedMap()
65 assertEquals("Marseille", mapStorage.getDescription(2)); in testReadFromSortedMap()
66 assertSame(mapStorage.getDescription(2), mapStorage.getDescription(3)); in testReadFromSortedMap()
73 assertEquals("", mapStorage.getDescription(4)); in testReadFromSortedMapSupportsEmptyDescription()
74 assertSame(mapStorage.getDescription(4), mapStorage.getDescription(5)); in testReadFromSortedMapSupportsEmptyDescription()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DPass.cpp58 static std::string getDescription(const Module &M) { in getDescription() function
64 return Gate.isEnabled() && !Gate.shouldRunPass(this, getDescription(M)); in skipModule()
162 static std::string getDescription(const Function &F) { in getDescription() function
168 if (Gate.isEnabled() && !Gate.shouldRunPass(this, getDescription(F))) in skipFunction()
/third_party/vk-gl-cts/modules/egl/
DteglCreateSurfaceTests.cpp364 …windowGroup->addChild(new CreateWindowSurfaceCase(m_eglTestCtx, i->getName(), i->getDescription(),… in init()
379 …pixmapGroup->addChild(new CreatePixmapSurfaceCase(m_eglTestCtx, i->getName(), i->getDescription(),… in init()
394 …Group->addChild(new CreatePbufferSurfaceCase(m_eglTestCtx, i->getName(), i->getDescription(), *i)); in init()
409 …windowGroup->addChild(new CreateWindowSurfaceCase(m_eglTestCtx, i->getName(), i->getDescription(),… in init()
424 …pixmapGroup->addChild(new CreatePixmapSurfaceCase(m_eglTestCtx, i->getName(), i->getDescription(),… in init()
439 …windowGroup->addChild(new CreateWindowSurfaceCase(m_eglTestCtx, i->getName(), i->getDescription(),… in init()
454 …pixmapGroup->addChild(new CreatePixmapSurfaceCase(m_eglTestCtx, i->getName(), i->getDescription(),… in init()
DteglRobustnessTests.cpp227 const string& getDescription (void) const { return m_description; } in getDescription() function in deqp::egl::__anon831676ed0111::RobustnessTestCase::Params
1706 …ild (new BasicResetCase(eglTestCtx, test.getName().c_str(), (test.getDescription() + resetScena… in createRobustnessTests()
1709 …Child (new BasicResetCase(eglTestCtx, test.getName().c_str(), (test.getDescription() + resetScena… in createRobustnessTests()
1712 …ild (new BasicResetCase(eglTestCtx, test.getName().c_str(), (test.getDescription() + resetScena… in createRobustnessTests()
1715 …Child (new BasicResetCase(eglTestCtx, test.getName().c_str(), (test.getDescription() + resetScena… in createRobustnessTests()
1718 …ild (new BasicResetCase(eglTestCtx, test.getName().c_str(), (test.getDescription() + resetScena… in createRobustnessTests()
1721 …Child (new BasicResetCase(eglTestCtx, test.getName().c_str(), (test.getDescription() + resetScena… in createRobustnessTests()
1768 …ild (new BasicResetCase(eglTestCtx, test.getName().c_str(), (test.getDescription() + resetScena… in createRobustnessTests()
1771 …Child (new BasicResetCase(eglTestCtx, test.getName().c_str(), (test.getDescription() + resetScena… in createRobustnessTests()
1774 …ild (new BasicResetCase(eglTestCtx, test.getName().c_str(), (test.getDescription() + resetScena… in createRobustnessTests()
[all …]
DteglQuerySurfaceTests.cpp706 …p->addChild(new QuerySurfaceSimpleWindowCase(m_eglTestCtx, i->getName(), i->getDescription(), *i)); in init()
721 …p->addChild(new QuerySurfaceSimplePixmapCase(m_eglTestCtx, i->getName(), i->getDescription(), *i)); in init()
736 …->addChild(new QuerySurfaceSimplePbufferCase(m_eglTestCtx, i->getName(), i->getDescription(), *i)); in init()
757 …windowGroup->addChild(new SurfaceAttribWindowCase(m_eglTestCtx, i->getName(), i->getDescription(),… in init()
772 …pixmapGroup->addChild(new SurfaceAttribPixmapCase(m_eglTestCtx, i->getName(), i->getDescription(),… in init()
787 …Group->addChild(new SurfaceAttribPbufferCase(m_eglTestCtx, i->getName(), i->getDescription(), *i)); in init()
DteglSimpleConfigCase.hpp70 const char* getDescription (void) const { return m_description.c_str(); } in getDescription() function in deqp::egl::NamedFilterList
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachinePassRegistry.h63 StringRef getDescription() const { return Description; } in getDescription() function
111 Node->getDescription()); in Add()
152 Node->getDescription()); in initialize()
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/
Dangle_deqp_libtester_main.cpp163 std::cout << "Not supported! " << result.getDescription() << std::endl; in deqp_libtester_run()
166 std::cout << "Quality warning! " << result.getDescription() << std::endl; in deqp_libtester_run()
169 std::cout << "Compatiblity warning! " << result.getDescription() << std::endl; in deqp_libtester_run()
/third_party/libphonenumber/java/internal/prefixmapper/src/com/google/i18n/phonenumbers/prefixmapper/
DPhonePrefixMapStorageStrategy.java52 public abstract String getDescription(int index); in getDescription() method in PhonePrefixMapStorageStrategy
103 .append(getDescription(i)) in toString()
/third_party/python/Lib/unittest/test/
Dtest_result.py327 result.getDescription(self),
335 result.getDescription(self._subtest),
341 result.getDescription(self._subtest),
349 result.getDescription(self._subtest),
359 result.getDescription(self._subtest),
368 result.getDescription(self._subtest),
377 result.getDescription(self._subtest),
387 result.getDescription(self),
399 result.getDescription(self._subtest),
412 result.getDescription(self),
[all …]
/third_party/vk-gl-cts/framework/common/
DtcuTestCase.hpp121 const char* getDescription (void) const { return m_description.c_str(); } in getDescription() function in tcu::TestNode
195 const std::string& getDescription (void) const { DE_ASSERT(isComplete()); return m_description; } in getDescription() function in tcu::TestStatus
DtcuTestHierarchyUtil.cpp72 attribs[numAttribs++] = qpSetStringAttrib("Description", node->getDescription()); in writeXmlCaselist()
94 const string description = node->getDescription(); in writeXmlCaselist()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fFboCompletenessTests.cpp278 static string getDescription (const NumLayersParams& params);
289 string NumLayersParams::getDescription (const NumLayersParams& params) in getDescription() function in deqp::gles3::Functional::NumLayersParams
352 static string getDescription (const NumSamplesParams& params);
378 string NumSamplesParams::getDescription (const NumSamplesParams& params) in getDescription() function in deqp::gles3::Functional::NumSamplesParams
/third_party/python/Lib/unittest/
Drunner.py44 def getDescription(self, test): member in TextTestResult
54 self.stream.write(self.getDescription(test))
122 self.stream.writeln("%s: %s" % (flavour,self.getDescription(test)))
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
DglcSubgroupsTestsUtils.hpp253 << result.getDescription() << ")." << tcu::TestLog::EndMessage; in iterate()
256 m_testCtx.setTestResult(result.getCode(), result.getDescription().c_str()); in iterate()
275 << result.getDescription() << ")." << tcu::TestLog::EndMessage; in iterate()
276 m_testCtx.setTestResult(result.getCode(), result.getDescription().c_str()); in iterate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DRegionPass.cpp281 static std::string getDescription(const Region &R) { in getDescription() function
288 if (Gate.isEnabled() && !Gate.shouldRunPass(this, getDescription(R))) in skipRegion()
/third_party/typescript/tests/cases/projects/VisibilityOfCrosssModuleTypeUsage/
Dfs.ts9 public getDescription() { method in RM
/third_party/typescript/tests/baselines/reference/project/visibilityOfTypeUsedAcrossModules/node/
Dfs.js10 RM.prototype.getDescription = function () { method in RM
/third_party/typescript/tests/baselines/reference/project/visibilityOfTypeUsedAcrossModules/amd/
Dfs.js11 RM.prototype.getDescription = function () { method in RM
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
DvktYCbCrUtil.cpp136 for (deUint32 planeNdx = 0; planeNdx < imageData.getDescription().numPlanes; ++planeNdx) in allocateStagingBuffers()
169 for (deUint32 planeNdx = 0; planeNdx < imageData.getDescription().numPlanes; ++planeNdx) in allocateAndWriteStagingBuffers()
181 for (deUint32 planeNdx = 0; planeNdx < imageData->getDescription().numPlanes; ++planeNdx) in readStagingBuffers()
299 for (deUint32 planeNdx = 0; planeNdx < imageData->getDescription().numPlanes; ++planeNdx) in fillRandom()
319 const PlanarFormatDescription& formatInfo = imageData->getDescription(); in fillGradient()
344 for (deUint32 planeNdx = 0; planeNdx < imageData->getDescription().numPlanes; ++planeNdx) in fillZero()
392 const PlanarFormatDescription& formatDesc = imageData.getDescription(); in uploadImage()
398 for (deUint32 planeNdx = 0; planeNdx < imageData.getDescription().numPlanes; ++planeNdx) in uploadImage()
491 const PlanarFormatDescription& formatDesc = imageData.getDescription(); in fillImageMemory()
573 const PlanarFormatDescription& formatDesc = imageData->getDescription(); in downloadImage()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.cpp136 for (deUint32 planeNdx = 0; planeNdx < imageData.getDescription().numPlanes; ++planeNdx) in allocateStagingBuffers()
169 for (deUint32 planeNdx = 0; planeNdx < imageData.getDescription().numPlanes; ++planeNdx) in allocateAndWriteStagingBuffers()
181 for (deUint32 planeNdx = 0; planeNdx < imageData->getDescription().numPlanes; ++planeNdx) in readStagingBuffers()
299 for (deUint32 planeNdx = 0; planeNdx < imageData->getDescription().numPlanes; ++planeNdx) in fillRandom()
319 const PlanarFormatDescription& formatInfo = imageData->getDescription(); in fillGradient()
344 for (deUint32 planeNdx = 0; planeNdx < imageData->getDescription().numPlanes; ++planeNdx) in fillZero()
392 const PlanarFormatDescription& formatDesc = imageData.getDescription(); in uploadImage()
398 for (deUint32 planeNdx = 0; planeNdx < imageData.getDescription().numPlanes; ++planeNdx) in uploadImage()
491 const PlanarFormatDescription& formatDesc = imageData.getDescription(); in fillImageMemory()
573 const PlanarFormatDescription& formatDesc = imageData->getDescription(); in downloadImage()
[all …]
/third_party/node/deps/icu-small/source/tools/genrb/
Dprscmnts.h44 getDescription( const UChar* source, int32_t srcLen,
/third_party/skia/third_party/externals/icu/source/tools/genrb/
Dprscmnts.h44 getDescription( const UChar* source, int32_t srcLen,
/third_party/icu/icu4c/source/tools/genrb/
Dprscmnts.h44 getDescription( const UChar* source, int32_t srcLen,
/third_party/node/deps/icu-small/source/i18n/unicode/
Dnumsys.h169 virtual UnicodeString getDescription() const;

123456