Home
last modified time | relevance | path

Searched refs:newCache (Results 1 – 11 of 11) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/axes/
DNodeSequence.java552 IteratorCache newCache = new IteratorCache(); in setItem() local
562 newCache.setVector(nv); in setItem()
563 newCache.setCacheComplete(true); in setItem()
564 m_cache = newCache; in setItem()
/external/apache-commons-math/src/main/java/org/apache/commons/math3/analysis/differentiation/
DDSCompiler.java202 final DSCompiler[][] newCache = new DSCompiler[maxParameters + 1][maxOrder + 1]; in getCompiler() local
207 System.arraycopy(cache[i], 0, newCache[i], 0, cache[i].length); in getCompiler()
215 if (newCache[p][o] == null) { in getCompiler()
216 final DSCompiler valueCompiler = (p == 0) ? null : newCache[p - 1][o]; in getCompiler()
217 final DSCompiler derivativeCompiler = (o == 0) ? null : newCache[p][o - 1]; in getCompiler()
218 newCache[p][o] = new DSCompiler(p, o, valueCompiler, derivativeCompiler); in getCompiler()
224 compilers.compareAndSet(cache, newCache); in getCompiler()
226 return newCache[parameters][order]; in getCompiler()
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DInputLayoutCache.cpp231 LayoutCache newCache(newCacheSize); in setCacheSize() local
232 mLayoutCache.Swap(newCache); in setCacheSize()
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DClassLoaderReferenceImpl.java39 protected ObjectReferenceImpl.Cache newCache() { in newCache() method in ClassLoaderReferenceImpl
DThreadGroupReferenceImpl.java44 protected ObjectReferenceImpl.Cache newCache() { in newCache() method in ThreadGroupReferenceImpl
DObjectReferenceImpl.java63 protected Cache newCache() { in newCache() method in ObjectReferenceImpl
79 cache = newCache(); in getCache()
DThreadReferenceImpl.java111 protected ObjectReferenceImpl.Cache newCache() { in newCache() method in ThreadReferenceImpl
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/doc/reference/jquery/external/jquery/
Djquery.js2415 newCache = [ dirruns, doneName ];
2442 return ( newCache[ 2 ] = oldCache[ 2 ] );
2446 uniqueCache[ key ] = newCache;
2449 if ( ( newCache[ 2 ] = matcher( elem, context, xml ) ) ) {
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/doc/reference/jquery/
Djquery-3.5.1.js2415 newCache = [ dirruns, doneName ];
2442 return ( newCache[ 2 ] = oldCache[ 2 ] );
2446 uniqueCache[ key ] = newCache;
2449 if ( ( newCache[ 2 ] = matcher( elem, context, xml ) ) ) {
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/doc/reference/jquery/external/jquery/
Djquery.js2415 newCache = [ dirruns, doneName ];
2442 return ( newCache[ 2 ] = oldCache[ 2 ] );
2446 uniqueCache[ key ] = newCache;
2449 if ( ( newCache[ 2 ] = matcher( elem, context, xml ) ) ) {
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/doc/reference/jquery/
Djquery-3.5.1.js2415 newCache = [ dirruns, doneName ];
2442 return ( newCache[ 2 ] = oldCache[ 2 ] );
2446 uniqueCache[ key ] = newCache;
2449 if ( ( newCache[ 2 ] = matcher( elem, context, xml ) ) ) {