/external/clearsilver/man/man3/ |
hdf_get_child.3 | 27 name -> the name to walk to 30 hdf_get_child will walk the dataset starting at hdf to
|
hdf_get_obj.3 | 27 name -> the name to walk to
|
hdf_get_value.3 | 27 name -> the name to walk the data set to
|
hdf_set_buf.3 | 28 name -> the name to walk to
|
hdf_set_int_value.3 | 27 name -> the named node to walk to
|
nerr_match.3 | 30 nerr_match is used to walk the NEOERR chain and match
|
cgi_cookie_authority.3 | 33 cgi_cookie_authority will walk the CookieAuthority
|
hdf_get_copy.3 | 28 name -> the name to walk the data set to
|
hdf_get_int_value.3 | 28 name -> the name of a node to walk to in the data set
|
hdf_get_node.3 | 28 name -> the name to walk to
|
hdf_set_value.3 | 27 name -> the named node to walk to
|
hdf_set_symlink.3 | 38 node will cause the function to walk to the dest node,
|
/external/iproute2/tc/ |
q_atm.c | 112 char *walk; local 116 for (walk = *argv; *walk; walk++) { 123 if (*walk == '.') continue; 124 if (!isxdigit(walk[0]) || !walk[1] || 125 !isxdigit(walk[1])) { 129 sscanf(walk,"%2x",&tmp); 131 walk++ [all...] |
/external/quake/quake/src/QW/server/ |
move.txt | 24 walk code
|
/external/dropbear/libtomcrypt/src/pk/asn1/der/sequence/ |
der_sequence_free.c | 28 /* walk to the start of the chain */ 37 /* now walk the list and free stuff */
|
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/ |
radiotap_iter.h | 10 * struct ieee80211_radiotap_iterator - tracks walk thru present radiotap args
|
/dalvik/vm/alloc/TEST/HeapBitmapTest/ |
main.c | 398 /* Walk two empty bitmaps. 400 TRACE("walk 0\n"); 405 /* Walk one empty bitmap. 407 TRACE("walk 1\n"); 414 TRACE("walk 2\n"); 433 TRACE("walk 3\n"); 442 TRACE("walk 4\n"); 451 TRACE("walk 5\n"); 455 /* Walk just one bitmap. 457 TRACE("walk 6\n") [all...] |
/external/clearsilver/util/ |
neo_err.c | 358 NEOERR *walk = *err; local 360 while (walk != STATUS_OK && walk != INTERNAL_ERR) 363 if (walk->error == etype) 369 walk = walk->next; 372 if (walk == STATUS_OK && etype == STATUS_OK_INT) 374 if (walk == STATUS_OK) 377 if (walk == INTERNAL_ERR && etype == INTERNAL_ERR_INT) 382 if (walk == INTERNAL_ERR [all...] |
/external/quake/quake/src/QW/client/ |
gl_refrag.c | 53 efrag_t *ef, *old, *walk, **prev; local 62 walk = *prev; 63 if (!walk) 65 if (walk == ef) 71 prev = &walk->leafnext;
|
/external/quake/quake/src/WinQuake/ |
gl_refrag.cpp | 53 efrag_t *ef, *old, *walk, **prev; local 62 walk = *prev; 63 if (!walk) 65 if (walk == ef) 71 prev = &walk->leafnext;
|
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/ |
test_files.py | 68 # Now walk all the paths passed in on the command line and get filenames 75 for root, dirs, files in os.walk(path): 76 # don't walk skipped directories and sub directories
|
/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 != ':') {
|
/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):
|
/packages/wallpapers/Basic/res/xml/ |
walkaround.xml | 21 <!-- about the walk around wallpaper. -->
|