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

12 3 4 5 6 7 8 91011>>

  /external/ppp/pppd/plugins/pppoatm/
text2atm.c 77 const char *walk; local
83 for (walk = text; *walk; walk++)
84 if (isdigit(*walk)) {
91 if (*walk != ':') {
  /external/v8/test/mjsunit/compiler/
regress-closures-with-eval.js 32 function walk(v) {
41 return walk(o);
  /packages/apps/Email/src/org/apache/commons/io/
DirectoryWalker.java 61 * walk(startDirectory, results);
161 * <li>The <code>walk()</code> method traps thrown {@link CancelException}
193 * will cause the walk to stop immediately. The <code>handleCancelled()</code>
258 * The limit on the directory depth to walk.
273 * part of the walk. The {@link FileFilterUtils} class is useful for combining
291 * of the walk. This constructor uses {@link FileFilterUtils#makeDirectoryOnly(IOFileFilter)}
320 * Writers of subclasses should call this method to start the directory walk.
329 protected final void walk(File startDirectory, Collection results) throws IOException { method in class:DirectoryWalker
335 walk(startDirectory, 0, results); method
350 private void walk(File directory, int depth, Collection results) throws IOException { method in class:DirectoryWalker
364 walk(childFile, childDepth, results); method
    [all...]
  /build/tools/
fileslist.py 29 for dir, dirs, files in os.walk(root):
  /external/chromium/base/
sys_string_conversions_linux.cc 43 // Calculate the number of multi-byte characters. We walk through the string
75 // We walk the input string again, with |i| tracking the index of the
103 // Calculate the number of wide characters. We walk through the string
133 // We walk the input string again, with |i| tracking the index of the
  /external/regex-re2/re2/
mimics_pcre.cc 44 // Should never be called: we use Walk not WalkExponential.
103 return w.Walk(this, true);
121 // Should never be called: we use Walk not WalkExponential.
182 return w.Walk(re, true);
  /external/sepolicy/
cts.te 18 # Walk the file tree, stat any file.
  /external/wpa_supplicant_8/src/utils/
radiotap_iter.h 25 * struct ieee80211_radiotap_iterator - tracks walk thru present radiotap args
  /frameworks/base/docs/html/training/
index.jd 13 on Android, you should walk through each of these classes, beginning with
  /packages/wallpapers/Basic/res/xml/
walkaround.xml 21 <!-- about the walk around wallpaper. -->
  /external/quake/quake/src/QW/client/
r_efrag.c 54 efrag_t *ef, *old, *walk, **prev; local
63 walk = *prev;
64 if (!walk)
66 if (walk == ef)
72 prev = &walk->leafnext;
  /external/quake/quake/src/WinQuake/
r_efrag.cpp 54 efrag_t *ef, *old, *walk, **prev; local
63 walk = *prev;
64 if (!walk)
66 if (walk == ef)
72 prev = &walk->leafnext;
  /development/testrunner/test_defs/
gtest.py 84 os.path.walk(sub_tests_path, self._CollectTestSources, test_file_list)
104 This method is a callback for os.path.walk.
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreeVisitor.java 31 /** Do a depth first walk of a tree, applying pre() and post() actions
56 t = action.pre(t); // if rewritten, walk children of new t
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
TreeWalker2Result.java 30 * Handle a walk of a tree, but screen out attributes for
43 /** Node where to start the tree walk */
  /external/chromium/base/debug/
leak_tracker.h 76 // Walk the allocation list and print each entry it contains.
111 // Walk the allocation list and count how many entries it has.
  /external/webkit/Source/WebCore/rendering/svg/
SVGResourcesCache.cpp 63 // Walk resources and register the render object at each resources.
79 // Walk resources and register the render object at each resources.
  /frameworks/av/include/drm/
DrmConstraints.h 161 * Returns KeyIterator object to walk through the keys associated with this instance
168 * Returns Iterator object to walk through the values associated with this instance
DrmInfo.h 146 * Returns KeyIterator object to walk through the keys associated with this instance
153 * Returns Iterator object to walk through the values associated with this instance
DrmInfoRequest.h 153 * Returns KeyIterator object to walk through the keys associated with this instance
160 * Returns Iterator object to walk through the values associated with this instance
DrmSupportInfo.h 100 * Returns FileSuffixIterator object to walk through file suffix values
108 * Returns MimeTypeIterator object to walk through mimetype values
  /bionic/libc/kernel/tools/
find_users.py 47 # helper function used to walk the user files
  /dalvik/vm/arch/generic/
Hints.cpp 54 /* No hints for generic target - force argument walk at run-time */
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
FASerializer.java 46 /** Each state we walk will get a new state number for serialization
74 * is computed and because the serialization will walk the two
150 // depth first walk each transition, printing its edge first
190 // walk this transition
  /external/webkit/Source/WebCore/dom/
NodeWithIndex.h 34 // only want to walk the child list to figure out the index once.

Completed in 447 milliseconds

12 3 4 5 6 7 8 91011>>