Searched defs:walker (Results 1 - 11 of 11) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DWalkingIterator.java83 * Get the analysis bits for this walker, as defined in the WalkerFactory.
91 AxesWalker walker = m_firstWalker;
93 while (null != walker)
95 int bit = walker.getAnalysisBits();
97 walker = walker.getNextWalker();
206 * Get the head of the walker list.
208 * @return The head of the walker list, or null
218 * Set the head of the walker list.
220 * @param walker Shoul
223 setFirstWalker(AxesWalker walker) argument
235 setLastUsedWalker(AxesWalker walker) argument
[all...]
H A DAxesWalker.java65 * walker in the op map.
101 * Do a deep clone of this walker, including next and previous walkers.
173 * Detaches the walker from the set which it iterated over, releasing
200 * Get the analysis bits for this walker, as defined in the WalkerFactory.
230 XSLMessages.createXPATHMessage(XPATHErrorResources.ER_SETTING_WALKER_ROOT_TO_NULL, null)); //"\n !!!! Error! Setting the root of a walker to null!!!");
256 * Set the next walker in the location step chain.
259 * @param walker Reference to AxesWalker derivative, or may be null.
261 public void setNextWalker(AxesWalker walker) argument
263 m_nextWalker = walker;
267 * Get the next walker i
284 setPrevWalker(AxesWalker walker) argument
[all...]
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
H A DLigatureTree.java143 public void walk(TreeWalker walker) argument
146 walker.down(target);
152 subnodes[i].walk(walker);
157 walker.ligature(ligature);
160 walker.up();
234 public void walk(TreeWalker walker) argument
236 root.walk(walker);
237 walker.done();
/external/google-breakpad/src/common/mac/
H A Dmacho_id.cc131 void MachoID::Update(MachoWalker *walker, off_t offset, size_t size) { argument
148 if (!walker->ReadBytes(buffer, buffer_size, file_offset))
244 MachoWalker walker(memory_, memory_size_, callback, context);
245 return walker.WalkHeader(cpu_type, cpu_subtype);
247 MachoWalker walker(path_, callback, context);
248 return walker.WalkHeader(cpu_type, cpu_subtype);
253 bool MachoID::WalkerCB(MachoWalker *walker, load_command *cmd, off_t offset, argument
260 if (!walker->ReadBytes(&seg, sizeof(seg), offset))
269 if (!walker->CurrentHeader(&header, &header_offset))
277 if (!walker
332 UUIDWalkerCB(MachoWalker *walker, load_command *cmd, off_t offset, bool swap, void *context) argument
353 IDWalkerCB(MachoWalker *walker, load_command *cmd, off_t offset, bool swap, void *context) argument
[all...]
/external/google-breakpad/src/processor/
H A Dcfi_frame_info_unittest.cc470 : walker(register_map,
475 CFIWalker walker; member in struct:SimpleCFIWalkerFixture
538 EXPECT_TRUE(walker.FindCallerRegisters(memory, call_frame_info,
/external/libxml2/
H A Dlist.c669 * @walker: a processing function
670 * @user: a user parameter passed to the walker function
673 * apply the walker function to it
676 xmlListWalk(xmlListPtr l, xmlListWalker walker, const void *user) { argument
679 if ((l == NULL) || (walker == NULL))
682 if((walker(lk->data, user)) == 0)
690 * @walker: a processing function
691 * @user: a user parameter passed to the walker function
694 * apply the walker function to it
697 xmlListReverseWalk(xmlListPtr l, xmlListWalker walker, cons argument
[all...]
H A Dxmllint.c198 static int walker = 0; variable
2519 if (walker) {
3088 printf("\t--walker : create a reader and walk though the resulting doc\n");
3420 else if ((!strcmp(argv[i], "-walker")) ||
3421 (!strcmp(argv[i], "--walker"))) {
3422 walker++;
3651 && (walker == 0)
/external/guice/extensions/persist/lib/
H A Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/AssertionFailure.class AssertionFailure. ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...

Completed in 202 milliseconds