Home
last modified time | relevance | path

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

123456789

/aosp_15_r20/external/deqp/framework/common/
H A DtcuTexture.hpp677 const ConstPixelBufferAccess *getLevels(void) const in getLevels() function in tcu::Texture2DView
785 const ConstPixelBufferAccess *getLevels(void) const in getLevels() function in tcu::TextureLevelPyramid
789 const PixelBufferAccess *getLevels(void) in getLevels() function in tcu::TextureLevelPyramid
1059 const ConstPixelBufferAccess *getLevels(void) const in getLevels() function in tcu::Texture1DView
1204 const ConstPixelBufferAccess *getLevels(void) const in getLevels() function in tcu::Texture1DArrayView
1326 const ConstPixelBufferAccess *getLevels(void) const in getLevels() function in tcu::Texture2DArrayView
1479 const ConstPixelBufferAccess *getLevels(void) const in getLevels() function in tcu::Texture3DView
1604 const ConstPixelBufferAccess *getLevels(void) const in getLevels() function in tcu::TextureCubeArrayView
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h153 virtual unsigned getLevels() const { return 0; } in getLevels() function
234 unsigned getLevels() const override { return Levels; } in getLevels() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h153 virtual unsigned getLevels() const { return 0; } in getLevels() function
246 unsigned getLevels() const override { return Levels; } in getLevels() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/
DDependenceAnalysis.h153 virtual unsigned getLevels() const { return 0; } in getLevels() function
246 unsigned getLevels() const override { return Levels; } in getLevels() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/
DDependenceAnalysis.h153 virtual unsigned getLevels() const { return 0; } in getLevels() function
246 unsigned getLevels() const override { return Levels; } in getLevels() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/
DDependenceAnalysis.h153 virtual unsigned getLevels() const { return 0; } in getLevels() function
246 unsigned getLevels() const override { return Levels; } in getLevels() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/
DDependenceAnalysis.h153 virtual unsigned getLevels() const { return 0; } in getLevels() function
246 unsigned getLevels() const override { return Levels; } in getLevels() function
/aosp_15_r20/external/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h159 virtual unsigned getLevels() const { return 0; } in getLevels() function
245 unsigned getLevels() const override { return Levels; } in getLevels() function
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DCalculatedCoverageLevels.java25 public Map<String, Level> getLevels() { in getLevels() method in CalculatedCoverageLevels
H A DLocaleIDParser.java245 public Set<Level> getLevels() { in getLevels() method in LocaleIDParser
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/expr/
H A DArrayCreationExpr.java105 public List<ArrayCreationLevel> getLevels() { in getLevels() method in ArrayCreationExpr
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/expr/
H A DArrayCreationExpr.java142 public NodeList<ArrayCreationLevel> getLevels() { in getLevels() method in ArrayCreationExpr
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/fuelgauge/batteryusage/
DBatteryLevelData.java73 public List<Integer> getLevels() { in getLevels() method in BatteryLevelData.PeriodBatteryLevelData
/aosp_15_r20/prebuilts/go/linux-x86/src/vendor/golang.org/x/text/unicode/bidi/
Dcore.go851 func (p *paragraph) getLevels(linebreaks []int) []level { func
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/system/i18n.module.public.api_stub_sources/android/icu/text/
H A DBidi.java1492 public byte[] getLevels() { throw new RuntimeException("Stub!"); } in getLevels() method in Bidi
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/i18n.module.public.api_stub_sources/android/icu/text/
H A DBidi.java1492 public byte[] getLevels() { throw new RuntimeException("Stub!"); } in getLevels() method in Bidi
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/stable.i18n.module.platform.api_stub_sources/android/icu/text/
H A DBidi.java1492 public byte[] getLevels() { throw new RuntimeException("Stub!"); } in getLevels() method in Bidi
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/legacy.i18n.module.platform.api_stub_sources/android/icu/text/
H A DBidi.java1492 public byte[] getLevels() { throw new RuntimeException("Stub!"); } in getLevels() method in Bidi
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/module-lib/i18n.module.public.api_stub_sources/android/icu/text/
H A DBidi.java1492 public byte[] getLevels() { throw new RuntimeException("Stub!"); } in getLevels() method in Bidi
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/i18n.module.intra.core.api_stub_sources/android/icu/text/
H A DBidi.java1492 public byte[] getLevels() { throw new RuntimeException("Stub!"); } in getLevels() method in Bidi
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/text/
H A DBidiLine.java249 static byte[] getLevels(Bidi bidi) in getLevels() method in BidiLine
H A DBidi.java4821 public byte[] getLevels() in getLevels() method in Bidi
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DBidiLine.java250 static byte[] getLevels(Bidi bidi) in getLevels() method in BidiLine
H A DBidi.java4763 public byte[] getLevels() in getLevels() method in Bidi
/aosp_15_r20/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.hpp182 const tcu::ConstPixelBufferAccess *getLevels(void) const in getLevels() function in sglr::rc::TextureLevelArray

123456789