/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/ |
D | TestMultipleParagraphs.java | 213 gotLevels = bidi.getLevels(); in testMultipleParagraphs() 237 gotLevels = bidiLine.getLevels(); in testMultipleParagraphs() 267 gotLevels = bidi.getLevels(); in testMultipleParagraphs() 293 gotLevels = bidiLine.getLevels(); in testMultipleParagraphs() 326 gotLevels = bidi.getLevels(); in testMultipleParagraphs() 364 gotLevels = bidi.getLevels(); in testMultipleParagraphs() 397 gotLevels = bidi.getLevels(); in testMultipleParagraphs() 444 gotLevels = bidi.getLevels(); in testMultipleParagraphs()
|
D | TestInverse.java | 130 printUnicode(src.toCharArray(), bidi.getLevels()); in _testInverseBidi() 156 printUnicode(visualLTR.toCharArray(), bidi.getLevels()); in _testInverseBidi() 166 printUnicode(logicalDest.toCharArray(), bidi.getLevels()); in _testInverseBidi()
|
D | BiDiConformanceTest.java | 77 byte actualLevels[] = ubidi.getLevels(); in TestBidiTest() 253 byte[] actualLevels = ubidi.getLevels(); in TestBidiCharacterTest()
|
D | TestBidi.java | 235 levels = bidi.getLevels(); in _testReordering() 428 byte[] levels = bidi.getLevels(); in doMisc()
|
D | BidiFmwk.java | 333 byte[] levels = bidi.getLevels();
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/ |
D | TestMultipleParagraphs.java | 214 gotLevels = bidi.getLevels(); in testMultipleParagraphs() 238 gotLevels = bidiLine.getLevels(); in testMultipleParagraphs() 268 gotLevels = bidi.getLevels(); in testMultipleParagraphs() 294 gotLevels = bidiLine.getLevels(); in testMultipleParagraphs() 327 gotLevels = bidi.getLevels(); in testMultipleParagraphs() 365 gotLevels = bidi.getLevels(); in testMultipleParagraphs() 398 gotLevels = bidi.getLevels(); in testMultipleParagraphs() 445 gotLevels = bidi.getLevels(); in testMultipleParagraphs()
|
D | TestInverse.java | 131 printUnicode(src.toCharArray(), bidi.getLevels()); in _testInverseBidi() 157 printUnicode(visualLTR.toCharArray(), bidi.getLevels()); in _testInverseBidi() 167 printUnicode(logicalDest.toCharArray(), bidi.getLevels()); in _testInverseBidi()
|
D | BiDiConformanceTest.java | 78 byte actualLevels[] = ubidi.getLevels(); in TestBidiTest() 254 byte[] actualLevels = ubidi.getLevels(); in TestBidiCharacterTest()
|
D | TestBidi.java | 236 levels = bidi.getLevels(); in _testReordering() 429 byte[] levels = bidi.getLevels(); in doMisc()
|
D | BidiFmwk.java | 334 byte[] levels = bidi.getLevels();
|
/external/deqp/framework/common/ |
D | tcuTexture.hpp | 496 const ConstPixelBufferAccess* getLevels (void) const { return m_levels; } in getLevels() function in tcu::Texture1DView 547 const ConstPixelBufferAccess* getLevels (void) const { return m_levels; } in getLevels() function in tcu::Texture2DView 616 const ConstPixelBufferAccess* getLevels (void) const { return &m_access[0]; } in getLevels() function in tcu::TextureLevelPyramid 617 const PixelBufferAccess* getLevels (void) { return &m_access[0]; } in getLevels() function in tcu::TextureLevelPyramid 857 const ConstPixelBufferAccess* getLevels (void) const { return m_levels; } in getLevels() function in tcu::Texture1DArrayView 884 const ConstPixelBufferAccess* getLevels (void) const { return m_levels; } in getLevels() function in tcu::Texture2DArrayView 1041 const ConstPixelBufferAccess* getLevels (void) const { return m_levels; } in getLevels() function in tcu::Texture3DView 1120 const ConstPixelBufferAccess* getLevels (void) const { return m_levels; } in getLevels() function in tcu::TextureCubeArrayView
|
D | tcuTexture.cpp | 3130 , m_view (getNumLevels(), getLevels()) in Texture1D() 3137 , m_view (getNumLevels(), getLevels()) in Texture1D() 3149 m_view = Texture1DView(getNumLevels(), getLevels()); in operator =() 3173 , m_view (getNumLevels(), getLevels()) in Texture2D() 3181 , m_view (getNumLevels(), getLevels()) in Texture2D() 3194 m_view = Texture2DView(getNumLevels(), getLevels()); in operator =() 3494 , m_view (getNumLevels(), getLevels()) in Texture1DArray() 3502 , m_view (getNumLevels(), getLevels()) in Texture1DArray() 3515 m_view = Texture1DArrayView(getNumLevels(), getLevels()); in operator =() 3540 , m_view (getNumLevels(), getLevels()) in Texture2DArray() [all …]
|
/external/llvm/include/llvm/Analysis/ |
D | DependenceAnalysis.h | 159 virtual unsigned getLevels() const { return 0; } in getLevels() function 245 unsigned getLevels() const override { return Levels; } in getLevels() function
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | BidiTransform.java | 336 byte[] levels = bidi.getLevels(); in mirror()
|
D | Bidi.java | 3695 System.arraycopy(getLevels(), 0, saveLevels, 0, this.length); in setParaRunsOnly() 4792 public byte[] getLevels() in getLevels() method in Bidi 4798 return BidiLine.getLevels(this); in getLevels()
|
D | BidiLine.java | 249 static byte[] getLevels(Bidi bidi) in getLevels() method in BidiLine
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | BidiTransform.java | 329 byte[] levels = bidi.getLevels(); in mirror()
|
D | Bidi.java | 3659 System.arraycopy(getLevels(), 0, saveLevels, 0, this.length); in setParaRunsOnly() 4733 public byte[] getLevels() in getLevels() method in Bidi 4739 return BidiLine.getLevels(this); in getLevels()
|
D | BidiLine.java | 250 static byte[] getLevels(Bidi bidi) in getLevels() method in BidiLine
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopInterchange.cpp | 130 unsigned Levels = D->getLevels(); in populateDependencyMatrix()
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceContext.hpp | 125 …const tcu::ConstPixelBufferAccess* getLevels (void) const { return &m_access[0]; … in getLevels() function in sglr::rc::TextureLevelArray
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureGatherTests.cpp | 401 return tcu::Texture2DView(1, view.getLevels() + level); in getOneLevelSubView() 406 return tcu::Texture2DArrayView(1, view.getLevels() + level); in getOneLevelSubView()
|
/external/deqp/framework/opengl/ |
D | gluTextureTestUtil.cpp | 108 return tcu::Texture1DView(numLevels, view.getLevels()+clampedBase); in getSubView() 116 return tcu::Texture2DView(numLevels, view.getLevels()+clampedBase); in getSubView() 137 return tcu::Texture3DView(numLevels, view.getLevels()+clampedBase); in getSubView() 145 return tcu::TextureCubeArrayView(numLevels, view.getLevels()+clampedBase); in getSubView()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderTextureGatherTests.cpp | 446 return tcu::Texture2DView(1, view.getLevels() + level); in getOneLevelSubView() 451 return tcu::Texture2DArrayView(1, view.getLevels() + level); in getOneLevelSubView()
|
/external/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 176 for (unsigned Level = 1; Level <= D->getLevels(); Level++) { in dumpExampleDependence() 585 unsigned Levels = getLevels(); in dump()
|