Searched refs:baseDepth (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | ICUResourceBundle.java | 940 int baseDepth = base.getResDepth(); in findResourceWithFallback() local 941 if (depth != baseDepth) { in findResourceWithFallback() 942 String[] newKeys = new String[baseDepth + (keys.length - depth)]; in findResourceWithFallback() 943 System.arraycopy(keys, depth, newKeys, baseDepth, keys.length - depth); in findResourceWithFallback() 946 base.getResPathKeys(keys, baseDepth); in findResourceWithFallback() 974 int baseDepth = base.getResDepth(); in findStringWithFallback() local 975 int depth = baseDepth; in findStringWithFallback() 1010 base.getResPathKeys(keys, baseDepth); in findStringWithFallback() 1035 baseDepth = base.getResDepth(); in findStringWithFallback() 1036 if (depth != baseDepth) { in findStringWithFallback() [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | ICUResourceBundle.java | 944 int baseDepth = base.getResDepth(); in findResourceWithFallback() local 945 if (depth != baseDepth) { in findResourceWithFallback() 946 String[] newKeys = new String[baseDepth + (keys.length - depth)]; in findResourceWithFallback() 947 System.arraycopy(keys, depth, newKeys, baseDepth, keys.length - depth); in findResourceWithFallback() 950 base.getResPathKeys(keys, baseDepth); in findResourceWithFallback() 978 int baseDepth = base.getResDepth(); in findStringWithFallback() local 979 int depth = baseDepth; in findStringWithFallback() 1014 base.getResPathKeys(keys, baseDepth); in findStringWithFallback() 1039 baseDepth = base.getResDepth(); in findStringWithFallback() 1040 if (depth != baseDepth) { in findStringWithFallback() [all …]
|
/external/deqp/modules/gles3/performance/ |
D | es3pDepthTests.cpp | 183 …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()
|