HomeSort by relevance Sort by last modified time
    Searched refs:getLevels (Results 1 - 25 of 37) sorted by null

1 2

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
TestMultipleParagraphs.java 212 gotLevels = bidi.getLevels();
214 errln("Error on Bidi.getLevels");
236 gotLevels = bidiLine.getLevels();
238 errln("Error on bidiLine.getLevels");
266 gotLevels = bidi.getLevels();
268 errln("Error on Bidi.getLevels");
292 gotLevels = bidiLine.getLevels();
294 errln("Error on bidiLine.getLevels");
325 gotLevels = bidi.getLevels();
327 errln("Error on bidiLine.getLevels");
    [all...]
TestInverse.java 129 printUnicode(src.toCharArray(), bidi.getLevels());
155 printUnicode(visualLTR.toCharArray(), bidi.getLevels());
165 printUnicode(logicalDest.toCharArray(), bidi.getLevels());
BiDiConformanceTest.java 79 byte actualLevels[] = ubidi.getLevels();
254 byte[] actualLevels = ubidi.getLevels();
TestBidi.java 234 levels = bidi.getLevels();
237 errln("getLevels() in test " + testNumber + " failed");
427 byte[] levels = bidi.getLevels();
BidiTest.java 335 byte[] levels = bidi.getLevels();
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
TestMultipleParagraphs.java 208 gotLevels = bidi.getLevels();
210 errln("Error on Bidi.getLevels");
232 gotLevels = bidiLine.getLevels();
234 errln("Error on bidiLine.getLevels");
262 gotLevels = bidi.getLevels();
264 errln("Error on Bidi.getLevels");
288 gotLevels = bidiLine.getLevels();
290 errln("Error on bidiLine.getLevels");
321 gotLevels = bidi.getLevels();
323 errln("Error on bidiLine.getLevels");
    [all...]
TestInverse.java 125 printUnicode(src.toCharArray(), bidi.getLevels());
151 printUnicode(visualLTR.toCharArray(), bidi.getLevels());
161 printUnicode(logicalDest.toCharArray(), bidi.getLevels());
BiDiConformanceTest.java 75 byte actualLevels[] = ubidi.getLevels();
250 byte[] actualLevels = ubidi.getLevels();
TestBidi.java 230 levels = bidi.getLevels();
233 errln("getLevels() in test " + testNumber + " failed");
423 byte[] levels = bidi.getLevels();
BidiTest.java 331 byte[] levels = bidi.getLevels();
  /external/deqp/framework/common/
tcuTexture.hpp 494 const ConstPixelBufferAccess* getLevels (void) const { return m_levels; }
545 const ConstPixelBufferAccess* getLevels (void) const { return m_levels; }
614 const ConstPixelBufferAccess* getLevels (void) const { return &m_access[0]; }
615 const PixelBufferAccess* getLevels (void) { return &m_access[0]; }
843 const ConstPixelBufferAccess* getLevels (void) const { return m_levels; }
    [all...]
tcuTexture.cpp     [all...]
  /external/llvm/include/llvm/Analysis/
DependenceAnalysis.h 157 /// getLevels - Returns the number of common loops surrounding the
159 virtual unsigned getLevels() const { return 0; }
243 /// getLevels - Returns the number of common loops surrounding the
245 unsigned getLevels() const override { return Levels; }
    [all...]
  /external/opencv3/modules/cudaimgproc/src/
generalized_hough.cpp 468 int getLevels() const { return levels_; }
595 int getLevels() const { return levels_; }
  /external/opencv3/modules/imgproc/src/
generalized_hough.cpp 356 int getLevels() const { return levels_; }
531 int getLevels() const { return levels_; }
  /external/opencv3/modules/imgproc/include/opencv2/
imgproc.hpp     [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
Bidi.java     [all...]
BidiLine.java 94 level of B chars from 0 to paraLevel in getLevels when
219 getLevels()) */
227 getLevels()) */
248 static byte[] getLevels(Bidi bidi)
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
Bidi.java     [all...]
BidiLine.java 93 level of B chars from 0 to paraLevel in getLevels when
218 getLevels()) */
226 getLevels()) */
247 static byte[] getLevels(Bidi bidi)
    [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureGatherTests.cpp 401 return tcu::Texture2DView(1, view.getLevels() + level);
406 return tcu::Texture2DArrayView(1, view.getLevels() + level);
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.hpp 125 const tcu::ConstPixelBufferAccess* getLevels (void) const { return &m_access[0]; }
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopInterchange.cpp 131 unsigned Levels = D->getLevels();
    [all...]
  /external/deqp/modules/glshared/
glsTextureTestUtil.cpp 115 return tcu::Texture1DView(numLevels, view.getLevels()+clampedBase);
123 return tcu::Texture2DView(numLevels, view.getLevels()+clampedBase);
144 return tcu::Texture3DView(numLevels, view.getLevels()+clampedBase);
152 return tcu::TextureCubeArrayView(numLevels, view.getLevels()+clampedBase);
    [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 170 for (unsigned Level = 1; Level <= D->getLevels(); Level++) {
590 unsigned Levels = getLevels();
    [all...]

Completed in 2789 milliseconds

1 2