/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/ |
D | TestMultipleParagraphs.java | 212 gotLevels = bidi.getLevels(); in testMultipleParagraphs() 236 gotLevels = bidiLine.getLevels(); in testMultipleParagraphs() 266 gotLevels = bidi.getLevels(); in testMultipleParagraphs() 292 gotLevels = bidiLine.getLevels(); in testMultipleParagraphs() 325 gotLevels = bidi.getLevels(); in testMultipleParagraphs() 363 gotLevels = bidi.getLevels(); in testMultipleParagraphs() 396 gotLevels = bidi.getLevels(); in testMultipleParagraphs() 443 gotLevels = bidi.getLevels(); in testMultipleParagraphs()
|
D | TestInverse.java | 129 printUnicode(src.toCharArray(), bidi.getLevels()); in _testInverseBidi() 155 printUnicode(visualLTR.toCharArray(), bidi.getLevels()); in _testInverseBidi() 165 printUnicode(logicalDest.toCharArray(), bidi.getLevels()); in _testInverseBidi()
|
D | BiDiConformanceTest.java | 79 byte actualLevels[] = ubidi.getLevels(); in TestBidiTest() 254 byte[] actualLevels = ubidi.getLevels(); in TestBidiCharacterTest()
|
D | TestBidi.java | 234 levels = bidi.getLevels(); in _testReordering() 427 byte[] levels = bidi.getLevels(); in doMisc()
|
D | BidiTest.java | 335 byte[] levels = bidi.getLevels();
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/ |
D | TestMultipleParagraphs.java | 208 gotLevels = bidi.getLevels(); in testMultipleParagraphs() 232 gotLevels = bidiLine.getLevels(); in testMultipleParagraphs() 262 gotLevels = bidi.getLevels(); in testMultipleParagraphs() 288 gotLevels = bidiLine.getLevels(); in testMultipleParagraphs() 321 gotLevels = bidi.getLevels(); in testMultipleParagraphs() 359 gotLevels = bidi.getLevels(); in testMultipleParagraphs() 392 gotLevels = bidi.getLevels(); in testMultipleParagraphs() 439 gotLevels = bidi.getLevels(); in testMultipleParagraphs()
|
D | TestInverse.java | 125 printUnicode(src.toCharArray(), bidi.getLevels()); in _testInverseBidi() 151 printUnicode(visualLTR.toCharArray(), bidi.getLevels()); in _testInverseBidi() 161 printUnicode(logicalDest.toCharArray(), bidi.getLevels()); in _testInverseBidi()
|
D | BiDiConformanceTest.java | 75 byte actualLevels[] = ubidi.getLevels(); in TestBidiTest() 250 byte[] actualLevels = ubidi.getLevels(); in TestBidiCharacterTest()
|
D | TestBidi.java | 230 levels = bidi.getLevels(); in _testReordering() 423 byte[] levels = bidi.getLevels(); in doMisc()
|
D | BidiTest.java | 331 byte[] levels = bidi.getLevels();
|
/external/deqp/framework/common/ |
D | tcuTexture.hpp | 494 const ConstPixelBufferAccess* getLevels (void) const { return m_levels; } in getLevels() function in tcu::Texture1DView 545 const ConstPixelBufferAccess* getLevels (void) const { return m_levels; } in getLevels() function in tcu::Texture2DView 614 const ConstPixelBufferAccess* getLevels (void) const { return &m_access[0]; } in getLevels() function in tcu::TextureLevelPyramid 615 const PixelBufferAccess* getLevels (void) { return &m_access[0]; } in getLevels() function in tcu::TextureLevelPyramid 843 const ConstPixelBufferAccess* getLevels (void) const { return m_levels; } in getLevels() function in tcu::Texture1DArrayView 870 const ConstPixelBufferAccess* getLevels (void) const { return m_levels; } in getLevels() function in tcu::Texture2DArrayView 1027 const ConstPixelBufferAccess* getLevels (void) const { return m_levels; } in getLevels() function in tcu::Texture3DView 1106 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/opencv3/modules/cudaimgproc/src/ |
D | generalized_hough.cpp | 468 int getLevels() const { return levels_; } in getLevels() function in __anon161a480f0211::GeneralizedHoughBallardImpl 595 int getLevels() const { return levels_; } in getLevels() function in __anon161a480f0311::GeneralizedHoughGuilImpl
|
/external/opencv3/modules/imgproc/src/ |
D | generalized_hough.cpp | 356 int getLevels() const { return levels_; } in getLevels() function in __anon1ec0d8f20211::GeneralizedHoughBallardImpl 531 int getLevels() const { return levels_; } in getLevels() function in __anon1ec0d8f20311::GeneralizedHoughGuilImpl
|
/external/opencv3/modules/imgproc/include/opencv2/ |
D | imgproc.hpp | 798 virtual int getLevels() const = 0; 816 virtual int getLevels() const = 0;
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | Bidi.java | 3691 System.arraycopy(getLevels(), 0, saveLevels, 0, this.length); in setParaRunsOnly() 4788 public byte[] getLevels() in getLevels() method in Bidi 4794 return BidiLine.getLevels(this); in getLevels()
|
D | BidiLine.java | 247 static byte[] getLevels(Bidi bidi) in getLevels() method in BidiLine
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | Bidi.java | 3654 System.arraycopy(getLevels(), 0, saveLevels, 0, this.length); in setParaRunsOnly() 4728 public byte[] getLevels() in getLevels() method in Bidi 4734 return BidiLine.getLevels(this); in getLevels()
|
D | BidiLine.java | 248 static byte[] getLevels(Bidi bidi) in getLevels() method in BidiLine
|
/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/llvm/lib/Transforms/Scalar/ |
D | LoopInterchange.cpp | 131 unsigned Levels = D->getLevels(); in populateDependencyMatrix()
|
/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/modules/glshared/ |
D | glsTextureTestUtil.cpp | 115 return tcu::Texture1DView(numLevels, view.getLevels()+clampedBase); in getSubView() 123 return tcu::Texture2DView(numLevels, view.getLevels()+clampedBase); in getSubView() 144 return tcu::Texture3DView(numLevels, view.getLevels()+clampedBase); in getSubView() 152 return tcu::TextureCubeArrayView(numLevels, view.getLevels()+clampedBase); in getSubView()
|
/external/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 170 for (unsigned Level = 1; Level <= D->getLevels(); Level++) { in dumpExampleDependence() 590 unsigned Levels = getLevels(); in dump()
|