Home
last modified time | relevance | path

Searched refs:baseDepth (Results 1 – 3 of 3) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/
DICUResourceBundle.java848 int baseDepth = base.getResDepth(); in findResourceWithFallback() local
849 if (depth != baseDepth) { in findResourceWithFallback()
850 String[] newKeys = new String[baseDepth + (keys.length - depth)]; in findResourceWithFallback()
851 System.arraycopy(keys, depth, newKeys, baseDepth, keys.length - depth); in findResourceWithFallback()
854 base.getResPathKeys(keys, baseDepth); in findResourceWithFallback()
882 int baseDepth = base.getResDepth(); in findStringWithFallback() local
883 int depth = baseDepth; in findStringWithFallback()
918 base.getResPathKeys(keys, baseDepth); in findStringWithFallback()
943 baseDepth = base.getResDepth(); in findStringWithFallback()
944 if (depth != baseDepth) { in findStringWithFallback()
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DICUResourceBundle.java844 int baseDepth = base.getResDepth(); in findResourceWithFallback() local
845 if (depth != baseDepth) { in findResourceWithFallback()
846 String[] newKeys = new String[baseDepth + (keys.length - depth)]; in findResourceWithFallback()
847 System.arraycopy(keys, depth, newKeys, baseDepth, keys.length - depth); in findResourceWithFallback()
850 base.getResPathKeys(keys, baseDepth); in findResourceWithFallback()
878 int baseDepth = base.getResDepth(); in findStringWithFallback() local
879 int depth = baseDepth; in findStringWithFallback()
914 base.getResPathKeys(keys, baseDepth); in findStringWithFallback()
939 baseDepth = base.getResDepth(); in findStringWithFallback()
940 if (depth != baseDepth) { in findStringWithFallback()
[all …]
/external/deqp/modules/gles3/performance/
Des3pDepthTests.cpp183 …vector<float> getFullScreenGrid (int resolution, deUint32 seed, float baseDepth, float depthNoise,… in getFullScreenGrid() argument
196 const float z_ = baseDepth + rng.getFloat(-depthNoise, +depthNoise); in getFullScreenGrid()