HomeSort by relevance Sort by last modified time
    Searched full:walker (Results 26 - 50 of 68) sorted by null

12 3

  /external/webkit/JavaScriptCore/runtime/
JSArray.h 41 friend class Walker;
JSONObject.cpp 623 class Walker {
625 Walker(ExecState* exec, JSObject* function, CallType callType, CallData callData)
654 NEVER_INLINE JSValue Walker::walk(JSValue unfiltered)
857 return Walker(exec, asObject(function), callType, callData).walk(unfiltered);
  /external/webkit/WebCore/rendering/
SVGInlineTextBox.cpp 226 SVGTextChunkWalker<SVGInlineTextBoxClosestCharacterToPositionWalker> walker(&walkerCallback, &SVGInlineTextBoxClosestCharacterToPositionWalker::chunkPortionCallback);
228 rootBox->walkTextChunks(&walker, this);
319 SVGTextChunkWalker<SVGInlineTextBoxSelectionRectWalker> walker(&walkerCallback, &SVGInlineTextBoxSelectionRectWalker::chunkPortionCallback);
321 rootBox->walkTextChunks(&walker, this);
  /packages/apps/Email/src/org/apache/commons/io/
DirectoryWalker.java 108 * // Build up the filters and create the walker
124 * FooDirectoryWalker walker = new FooDirectoryWalker(fooFilter);
142 * // Use the filters to construct the walker
143 * FooDirectoryWalker walker = new FooDirectoryWalker(
  /development/testrunner/
runtest.py 297 walker = test_walker.TestWalker()
298 self._tests_to_run = walker.FindTests(self._options.test_path)
  /external/webkit/WebCore/svg/
SVGTextContentElement.cpp 357 SVGTextChunkWalker<SVGInlineTextBoxQueryWalker> walker(&walkerCallback, &SVGInlineTextBoxQueryWalker::chunkPortionCallback);
363 rootBox->walkTextChunks(&walker, *it);
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/transformer/
KeyTable.java 170 // matches the name on the iterator for this walker.
TransformerIdentityImpl.java 388 org.apache.xml.serializer.TreeWalker walker; local
389 walker = new org.apache.xml.serializer.TreeWalker(this, m_systemID);
390 walker.traverse(dNode);
    [all...]
  /external/kernel-headers/original/linux/
plist.h 8 * Daniel Walker <dwalker@mvista.com>
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/operations/
Variable.java 321 * Get the analysis bits for this walker, as defined in the WalkerFactory.
  /dalvik/libcore/xml/src/main/java/org/xml/sax/
package.html 266 <td> For "DOM Walker" style parsers, which ignore their
  /external/expat/
Changes 95 contributed by Thomas Wegner and Daryle Walker.
  /dalvik/vm/jdwp/
JdwpHandler.c 293 ObjectId* walker; local
300 walker = pThreadIds;
302 expandBufAddObjectId(pReply, *walker++);
1425 ObjectId* walker; local
    [all...]
  /external/libxml2/
xmllint.c 191 static int walker = 0; variable
    [all...]
  /bionic/libc/include/net/
ethertypes.h 271 /* 0x82AC - 0x8693 Walker Richer & Quinn */
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/axes/
UnionPathIterator.java 228 * Get the analysis bits for this walker, as defined in the WalkerFactory.
LocPathIterator.java 117 * Get the analysis bits for this walker, as defined in the WalkerFactory.
  /ndk/build/platforms/android-3/arch-arm/usr/include/net/
ethertypes.h 271 /* 0x82AC - 0x8693 Walker Richer & Quinn */
  /ndk/build/platforms/android-4/arch-arm/usr/include/net/
ethertypes.h 271 /* 0x82AC - 0x8693 Walker Richer & Quinn */
  /ndk/build/platforms/android-5/arch-arm/usr/include/net/
ethertypes.h 271 /* 0x82AC - 0x8693 Walker Richer & Quinn */
  /ndk/build/platforms/android-5/arch-x86/usr/include/net/
ethertypes.h 271 /* 0x82AC - 0x8693 Walker Richer & Quinn */
  /ndk/build/platforms/android-8/arch-arm/usr/include/net/
ethertypes.h 271 /* 0x82AC - 0x8693 Walker Richer & Quinn */
  /ndk/build/platforms/android-8/arch-x86/usr/include/net/
ethertypes.h 271 /* 0x82AC - 0x8693 Walker Richer & Quinn */
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/res/
XPATHErrorResources.java 239 /** Error! Setting the root of a walker to null! */
627 "\n !!!! Error! Setting the root of a walker to null!!!"},
    [all...]
  /external/skia/src/core/
SkStroke.cpp 539 bounds for this. If we had a custom callback/walker for paths, we could

Completed in 70 milliseconds

12 3