HomeSort by relevance Sort by last modified time
    Searched defs:innermost (Results 1 - 4 of 4) 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/valgrind/main/exp-sgcheck/
sg_main.c 808 Inv_Stack0, /* array-typed stack block in innermost frame */
809 Inv_StackN, /* array-typed stack block in non-innermost frame */
826 } Stack0; /* innermost stack frame */
831 } StackN; /* non-innermost stack frame */
1967 StackFrame *innermost, *innermostOrig; local
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp 446 // objc_gc goes on the innermost pointer to something that's not a
448 unsigned innermost = -1U; local
455 innermost = i;
487 if (innermost != -1U) {
489 declarator.getTypeObject(innermost).getAttrListRef());
530 /// Try to distribute a function type attribute to the innermost
540 // Put it on the innermost function chunk, if there is one.
569 // Try to distribute to the innermost.
588 // Try to distribute to the innermost.
654 // i.e. whether the innermost semantic chunk is a function
    [all...]
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 284 milliseconds