/external/iproute2/tc/ |
D | q_atm.c | 112 char *walk; in atm_parse_class_opt() local 116 for (walk = *argv; *walk; walk++) { in atm_parse_class_opt() 123 if (*walk == '.') continue; in atm_parse_class_opt() 124 if (!isxdigit(walk[0]) || !walk[1] || in atm_parse_class_opt() 125 !isxdigit(walk[1])) { in atm_parse_class_opt() 129 sscanf(walk,"%2x",&tmp); in atm_parse_class_opt() 131 walk++; in atm_parse_class_opt()
|
/external/clearsilver/util/ |
D | neo_err.c | 358 NEOERR *walk = *err; in nerr_handle() local 360 while (walk != STATUS_OK && walk != INTERNAL_ERR) in nerr_handle() 363 if (walk->error == etype) in nerr_handle() 369 walk = walk->next; in nerr_handle() 372 if (walk == STATUS_OK && etype == STATUS_OK_INT) in nerr_handle() 374 if (walk == STATUS_OK) in nerr_handle() 377 if (walk == INTERNAL_ERR && etype == INTERNAL_ERR_INT) in nerr_handle() 382 if (walk == INTERNAL_ERR) in nerr_handle()
|
/external/quake/quake/src/QW/client/ |
D | gl_refrag.c | 53 efrag_t *ef, *old, *walk, **prev; in R_RemoveEfrags() local 62 walk = *prev; in R_RemoveEfrags() 63 if (!walk) in R_RemoveEfrags() 65 if (walk == ef) in R_RemoveEfrags() 71 prev = &walk->leafnext; in R_RemoveEfrags()
|
D | r_efrag.c | 54 efrag_t *ef, *old, *walk, **prev; in R_RemoveEfrags() local 63 walk = *prev; in R_RemoveEfrags() 64 if (!walk) in R_RemoveEfrags() 66 if (walk == ef) in R_RemoveEfrags() 72 prev = &walk->leafnext; in R_RemoveEfrags()
|
/external/quake/quake/src/WinQuake/ |
D | gl_refrag.cpp | 53 efrag_t *ef, *old, *walk, **prev; in R_RemoveEfrags() local 62 walk = *prev; in R_RemoveEfrags() 63 if (!walk) in R_RemoveEfrags() 65 if (walk == ef) in R_RemoveEfrags() 71 prev = &walk->leafnext; in R_RemoveEfrags()
|
D | r_efrag.cpp | 54 efrag_t *ef, *old, *walk, **prev; in R_RemoveEfrags() local 63 walk = *prev; in R_RemoveEfrags() 64 if (!walk) in R_RemoveEfrags() 66 if (walk == ef) in R_RemoveEfrags() 72 prev = &walk->leafnext; in R_RemoveEfrags()
|
/external/ppp/pppd/plugins/pppoatm/ |
D | text2atm.c | 77 const char *walk; in do_try_nsap() local 83 for (walk = text; *walk; walk++) in do_try_nsap() 84 if (isdigit(*walk)) { in do_try_nsap() 91 if (*walk != ':') { in do_try_nsap()
|
/external/webkit/WebKit/android/nav/ |
D | CacheBuilder.cpp | 938 NodeWalk walk; in BuildFrame() local 956 while (walk.mMore || (node = node->traverseNextNode()) != NULL) { in BuildFrame() 1067 bool more = walk.mMore; in BuildFrame() 1068 walk.reset(); in BuildFrame() 1144 if (isFocusableText(&walk, more, node, &checkType, in BuildFrame() 1162 if (ConstructTextRects((WebCore::Text*) node, walk.mStart, in BuildFrame() 1163 (WebCore::Text*) walk.mFinalNode, walk.mEnd, globalOffsetX, in BuildFrame() 2534 bool CacheBuilder::isFocusableText(NodeWalk* walk, bool more, Node* node, in isFocusableText() argument 2548 walk->mStart = 0; in isFocusableText() 2549 walk->mEnd = 0; in isFocusableText() [all …]
|
/external/webkit/SunSpider/hosted/ |
D | json2.js | 410 function walk(holder, key) { function 419 v = walk(value, k); 473 walk({'': j}, '') : j;
|
/external/webkit/SunSpider/tests/sunspider-0.9/ |
D | string-tagcloud.js | 180 function walk(k, v) { function 185 n = walk(i, v[i]); 201 return typeof filter === 'function' ? walk('', j) : j;
|
/external/webkit/SunSpider/tests/sunspider-0.9.1/ |
D | string-tagcloud.js | 180 function walk(k, v) { function 185 n = walk(i, v[i]); 201 return typeof filter === 'function' ? walk('', j) : j;
|
/external/webkit/LayoutTests/fast/js/resources/ |
D | json2-es5-compat.js | 406 function walk(holder, key) { function 415 v = walk(value, k); 469 walk({'': j}, '') : j;
|
/external/webkit/WebKitTools/CodeCoverage/ |
D | run-generate-coverage-data | 48 for root, dirs, files in os.walk(src): 150 for root, dirs, files in os.walk(base_path):
|
/external/openssl/crypto/ |
D | sparccpuid.S | 32 call .walk.reg.wins 140 .walk.reg.wins: 148 call .walk.reg.wins
|
/external/quake/quake/src/QW/server/ |
D | move.txt | 24 walk code
|
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/ |
D | test_files.py | 75 for root, dirs, files in os.walk(path):
|
/external/webkit/WebCore/bindings/js/ |
D | SerializedScriptValue.cpp | 248 template <typename TreeWalker> typename TreeWalker::OutputType walk(TreeWalker& context, typename T… in walk() function 642 return walk<SerializingTreeWalker>(context, inValue); in serialize() 812 return walk<DeserializingTreeWalker>(context, *this); in deserialize() 962 walk<TeardownTreeWalker>(context, *this); in tearDownSerializedData()
|
/external/protobuf/python/ |
D | setup.py | 90 for (dirpath, dirnames, filenames) in os.walk("."):
|
/external/webkit/WebCore/svg/ |
D | SVGFont.cpp | 241 void walk(const TextRun& run, bool isVerticalText, const String& language, int from, int to) in walk() function 416 runWalker.walk(run, isVerticalText, language, 0, run.length()); in floatWidthOfSubStringUsingSVGFont() 513 runWalker.walk(run, isVerticalText, language, from, to); in drawTextUsingSVGFont()
|
/external/v8/test/es5conform/ |
D | testcfg.py | 83 for root, dirs, files in os.walk(current_root):
|
/external/webkit/WebKitTools/pywebsocket/mod_pywebsocket/ |
D | dispatch.py | 87 for root, unused_dirs, files in os.walk(directory):
|
/external/webkit/SunSpider/tests/parse-only/ |
D | mootools-1.2.2-core-nc.js | 1537 var walk = function(element, walk, start, match, all, nocash){ function 1538 var el = element[start || walk]; 1545 el = el[walk]; 1717 return walk(this, 'previousSibling', null, match, false, nocash); 1721 return walk(this, 'previousSibling', null, match, true, nocash); 1725 return walk(this, 'nextSibling', null, match, false, nocash); 1729 return walk(this, 'nextSibling', null, match, true, nocash); 1733 return walk(this, 'nextSibling', 'firstChild', match, false, nocash); 1737 return walk(this, 'previousSibling', 'lastChild', match, false, nocash); 1741 return walk(this, 'parentNode', null, match, false, nocash); [all …]
|
/external/v8/test/mozilla/ |
D | testcfg.py | 100 for root, dirs, files in os.walk(current_root):
|
/external/icu4c/tools/genprops/ |
D | ucdcopy.py | 149 for root, dirs, files in os.walk(source_root):
|
/external/icu4c/tools/genprops/misc/ |
D | ucdcopy.py | 149 for root, dirs, files in os.walk(source_root):
|