HomeSort by relevance Sort by last modified time
    Searched defs:innermost (Results 1 - 7 of 7) sorted by null

  /external/apache-xml/src/main/java/org/apache/xml/utils/
FastStringBuffer.java 295 FastStringBuffer innermost = this; local
297 while (innermost.m_innerFSB != null)
299 innermost = innermost.m_innerFSB;
302 m_chunkBits = innermost.m_chunkBits;
303 m_chunkSize = innermost.m_chunkSize;
304 m_chunkMask = innermost.m_chunkMask;
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
SynchronizedNavigableMapTest.java 47 NavigableMap<K, V> innermost = new SafeTreeMap<K, V>( local
49 TestMap<K, V> inner = new TestMap<K, V>(innermost, mutex);
237 NavigableMap<String, String> innermost =
240 innermost.put(entry.getKey(), entry.getValue());
243 new TestMap<String, String>(innermost, mutex);
  /external/v8/src/compiler/
loop-analysis.cc 380 // Place the node into the innermost nested loop of which it is a member.
384 LoopInfo* innermost = nullptr; local
395 if (innermost == nullptr ||
396 loop->loop->depth_ > innermost->loop->depth_) {
397 innermost = loop;
403 if (innermost == nullptr) continue;
404 AddNodeToLoop(&ni, innermost, innermost_index);
  /external/valgrind/exp-sgcheck/
sg_main.c 807 Inv_Stack0, /* array-typed stack block in innermost frame */
808 Inv_StackN, /* array-typed stack block in non-innermost frame */
825 } Stack0; /* innermost stack frame */
830 } StackN; /* non-innermost stack frame */
1975 StackFrame *innermost, *innermostOrig; local
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp 456 // objc_gc goes on the innermost pointer to something that's not a
458 unsigned innermost = -1U; local
465 innermost = i;
498 if (innermost != -1U) {
500 declarator.getTypeObject(innermost).getAttrListRef());
542 /// Try to distribute a function type attribute to the innermost
552 // Put it on the innermost function chunk, if there is one.
581 // Try to distribute to the innermost.
600 // Try to distribute to the innermost.
673 // i.e. whether the innermost semantic chunk is a function
    [all...]
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 691 milliseconds