Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DICUResourceBundle.java852 int baseDepth = base.getResDepth(); in findResourceWithFallback() local
853 if (depth != baseDepth) { in findResourceWithFallback()
854 String[] newKeys = new String[baseDepth + (keys.length - depth)]; in findResourceWithFallback()
855 System.arraycopy(keys, depth, newKeys, baseDepth, keys.length - depth); in findResourceWithFallback()
858 base.getResPathKeys(keys, baseDepth); in findResourceWithFallback()
886 int baseDepth = base.getResDepth(); in findStringWithFallback() local
887 int depth = baseDepth; in findStringWithFallback()
922 base.getResPathKeys(keys, baseDepth); in findStringWithFallback()
947 baseDepth = base.getResDepth(); in findStringWithFallback()
948 if (depth != baseDepth) { in findStringWithFallback()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DICUResourceBundle.java857 int baseDepth = base.getResDepth(); in findResourceWithFallback() local
858 if (depth != baseDepth) { in findResourceWithFallback()
859 String[] newKeys = new String[baseDepth + (keys.length - depth)]; in findResourceWithFallback()
860 System.arraycopy(keys, depth, newKeys, baseDepth, keys.length - depth); in findResourceWithFallback()
863 base.getResPathKeys(keys, baseDepth); in findResourceWithFallback()
891 int baseDepth = base.getResDepth(); in findStringWithFallback() local
892 int depth = baseDepth; in findStringWithFallback()
927 base.getResPathKeys(keys, baseDepth); in findStringWithFallback()
952 baseDepth = base.getResDepth(); in findStringWithFallback()
953 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()