Searched refs:newCache (Results 1 – 10 of 10) sorted by relevance
/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
D | NodeSequence.java | 552 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/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | InputLayoutCache.cpp | 309 LayoutCache newCache(newCacheSize); in setCacheSize() local 310 mLayoutCache.Swap(newCache); in setCacheSize()
|
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/ |
D | ThreadGroupReferenceImpl.java | 44 protected ObjectReferenceImpl.Cache newCache() { in newCache() method in ThreadGroupReferenceImpl
|
D | ClassLoaderReferenceImpl.java | 39 protected ObjectReferenceImpl.Cache newCache() { in newCache() method in ClassLoaderReferenceImpl
|
D | ObjectReferenceImpl.java | 63 protected Cache newCache() { in newCache() method in ObjectReferenceImpl 79 cache = newCache(); in getCache()
|
D | ThreadReferenceImpl.java | 111 protected ObjectReferenceImpl.Cache newCache() { in newCache() method in ThreadReferenceImpl
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/doc/reference/jquery/ |
D | jquery-3.5.1.js | 2415 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/external/jquery/ |
D | jquery.js | 2415 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/ |
D | jquery-3.5.1.js | 2415 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/ |
D | jquery.js | 2415 newCache = [ dirruns, doneName ]; 2442 return ( newCache[ 2 ] = oldCache[ 2 ] ); 2446 uniqueCache[ key ] = newCache; 2449 if ( ( newCache[ 2 ] = matcher( elem, context, xml ) ) ) {
|