Home
last modified time | relevance | path

Searched defs:getLevels (Results 1 – 12 of 12) sorted by relevance

/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/expr/
DArrayCreationExpr.java105 public List<ArrayCreationLevel> getLevels() { in getLevels() method in ArrayCreationExpr
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/expr/
DArrayCreationExpr.java142 public NodeList<ArrayCreationLevel> getLevels() { in getLevels() method in ArrayCreationExpr
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DDependenceAnalysis.h153 virtual unsigned getLevels() const { return 0; } in getLevels() function
234 unsigned getLevels() const override { return Levels; } in getLevels() function
/external/llvm/include/llvm/Analysis/
DDependenceAnalysis.h159 virtual unsigned getLevels() const { return 0; } in getLevels() function
245 unsigned getLevels() const override { return Levels; } in getLevels() function
/external/llvm-project/llvm/include/llvm/Analysis/
DDependenceAnalysis.h154 virtual unsigned getLevels() const { return 0; } in getLevels() function
235 unsigned getLevels() const override { return Levels; } in getLevels() function
/external/cldr/tools/java/org/unicode/cldr/util/
DLocaleIDParser.java209 public Set<Level> getLevels() { in getLevels() method in LocaleIDParser
/external/deqp/framework/common/
DtcuTexture.hpp532 const ConstPixelBufferAccess* getLevels (void) const { return m_levels; } in getLevels() function in tcu::Texture1DView
584 const ConstPixelBufferAccess* getLevels (void) const { return m_levels; } in getLevels() function in tcu::Texture2DView
656 const ConstPixelBufferAccess* getLevels (void) const { return &m_access[0]; } in getLevels() function in tcu::TextureLevelPyramid
657 const PixelBufferAccess* getLevels (void) { return &m_access[0]; } in getLevels() function in tcu::TextureLevelPyramid
901 const ConstPixelBufferAccess* getLevels (void) const { return m_levels; } in getLevels() function in tcu::Texture1DArrayView
929 const ConstPixelBufferAccess* getLevels (void) const { return m_levels; } in getLevels() function in tcu::Texture2DArrayView
1087 const ConstPixelBufferAccess* getLevels (void) const { return m_levels; } in getLevels() function in tcu::Texture3DView
1167 const ConstPixelBufferAccess* getLevels (void) const { return m_levels; } in getLevels() function in tcu::TextureCubeArrayView
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DBidiLine.java249 static byte[] getLevels(Bidi bidi) in getLevels() method in BidiLine
DBidi.java4821 public byte[] getLevels() in getLevels() method in Bidi
/external/icu/android_icu4j/src/main/java/android/icu/text/
DBidiLine.java250 static byte[] getLevels(Bidi bidi) in getLevels() method in BidiLine
DBidi.java4763 public byte[] getLevels() in getLevels() method in Bidi
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.hpp125 …const tcu::ConstPixelBufferAccess* getLevels (void) const { return &m_access[0]; … in getLevels() function in sglr::rc::TextureLevelArray