/dalvik/vm/oo/ |
Object.c | 163 * situations, and we won't see them unless we walk the lists this way. 604 * situations, and we won't see them unless we walk the lists this way.
|
/external/webkit/WebCore/loader/ |
HistoryController.cpp | 146 // Walk the frame tree, telling all frames to save their form state into their current 230 // Walk the frame tree and ensure that the URLs match the URLs in the item.
|
/external/webkit/WebCore/rendering/ |
RenderLayer.cpp | 781 // Note: we don't have to walk z-order lists since transparent elements always establish 782 // a stacking context. This means we can just walk the layer tree directly. 969 // Now walk our kids and reattach them to our parent. [all...] |
/dalvik/vm/interp/ |
Jit.c | 522 /* Walk the bucket chain to find an exact match for our PC */ 531 * slot in the chain. Possibly continue the chain walk in case 558 /* Linear walk to find a free cell and add it to the end */ [all...] |
/external/webkit/WebCore/page/ |
Frame.cpp | 476 // walk backwards in the node tree, until another element, or form, or end of tree 632 // Walk up the render tree to search for a node to focus. 814 // Walk the hashtable. Inject by world. [all...] |
/cts/tools/dasm/src/java_cup/ |
lalr_item.java | 240 /* walk down the rhs and bail if we get a non-nullable symbol */
|
/dalvik/libcore/luni-kernel/src/main/java/java/lang/ |
Class.java | [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/ |
DOM2DTM.java | 649 * <p>%OPT% An XPath-like search (walk up DOM to root, tracking path; 650 * walk down DTM reconstructing path) might be considerably faster [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xpath/ |
VariableStack.java | 506 // prefix resolver, and then walk backwards in document order, searching
|
/dalvik/vm/compiler/codegen/arm/ |
LocalOptimizations.c | 62 * Perform a pass of top-down walk to
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
List4.java | 155 "Over whose acres walk'd those blessed feet" +
|
List6.java | 169 "Over whose acres walk'd those blessed feet" +
|
/external/e2fsprogs/e2fsck/ |
recovery.c | 341 * Now we walk through the log, transaction by transaction,
|
/external/e2fsprogs/misc/ |
fsck.8.in | 184 Walk through the
|
/external/elfutils/libelf/ |
elf_getdata.c | 362 we can simply walk the list of data records. */
|
/external/emma/core/java12/com/vladium/util/exception/ |
ExceptionCommon.java | 412 // walk the inheritance chain for 'namespace':
|
/external/freetype/include/freetype/ |
ftglyph.h | 364 /* box can take much more time as it needs to walk over all segments */ [all...] |
/external/qemu/distrib/sdl-1.2.12/src/cdrom/macos/ |
SDL_syscdrom.c | 100 /* Walk the list, count each AudioCD driver, and save the refnums */
|
/external/quake/quake/src/WinQuake/ |
sv_user.cpp | 420 // walk
|
/external/webkit/JavaScriptCore/jit/ |
ExecutableAllocatorFixedVMPool.cpp | 175 // free chunks of memory (of the same size). Walk the chain
|
/external/webkit/JavaScriptGlue/ |
JSUtils.cpp | 386 * getters and setters are per-object; they don't walk up the enclosing scope.
|
/external/webkit/WebCore/editing/ |
InsertParagraphSeparatorCommand.cpp | 304 // before we walk the DOM tree.
|
/external/webkit/WebCore/html/ |
HTMLLinkElement.cpp | 474 // Walk the URLs linked by the linked-to stylesheet.
|
/external/webkit/WebCore/page/mac/ |
FrameMac.mm | 200 // walk backwards in the node tree, until another element, or form, or end of tree
|
/external/webkit/WebCore/platform/network/mac/ |
WebCoreURLResponse.mm | 337 // If not, walk the ancestory of this UTI via its "ConformsTo" tags and return the first MIME type we find.
|