/external/webkit/Source/WebCore/inspector/front-end/UglifyJS/ |
D | process.js | 75 a[1] = walk(def[1]); 90 return [ this[0], MAP(statements, walk) ]; 95 out.push(MAP(statements, walk)); 103 MAP(t, walk), 104 c != null ? [ c[0], MAP(c[1], walk) ] : null, 105 f != null ? MAP(f, walk) : null 109 return [ this[0], walk(expr) ]; 112 return [ this[0], walk(ctor), MAP(args, walk) ]; 115 return [ this[0], walk(expr), MAP(body, function(branch){ 116 return [ branch[0] ? walk(branch[0]) : null, [all …]
|
/external/iproute2/tc/ |
D | q_atm.c | 110 char *walk; in atm_parse_class_opt() local 114 for (walk = *argv; *walk; walk++) { in atm_parse_class_opt() 121 if (*walk == '.') continue; in atm_parse_class_opt() 122 if (!isxdigit(walk[0]) || !walk[1] || in atm_parse_class_opt() 123 !isxdigit(walk[1])) { in atm_parse_class_opt() 127 sscanf(walk,"%2x",&tmp); in atm_parse_class_opt() 129 walk++; in atm_parse_class_opt()
|
/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/chromium/chrome/browser/resources/shared/js/ |
D | parse_html_subset.js | 36 function walk(n, f) { function 39 walk(n.childNodes[i], f); 59 walk(df, function(node) {
|
/external/elfutils/libdw/ |
D | libdw_visit_scopes.c | 56 enum die_class { ignore, match, match_inline, walk, imported }; enumerator 85 return walk; in classify_die() 134 case walk:
|
/external/v8/test/mjsunit/compiler/ |
D | regress-closures-with-eval.js | 32 function walk(v) { function 41 return walk(o);
|
/external/webkit/PerformanceTests/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/PerformanceTests/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/PerformanceTests/SunSpider/hosted/ |
D | json2.js | 410 function walk(holder, key) { function 419 v = walk(value, k); 473 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/replicaisland/src/com/replica/replicaisland/ |
D | GameObjectFactory.java | 1208 SpriteAnimation walk = new SpriteAnimation(EnemyAnimations.MOVE.ordinal(), 3); 1209 walk.addFrame(new AnimationFrame( 1212 walk.addFrame(new AnimationFrame( 1215 walk.addFrame(new AnimationFrame( 1218 walk.setLoop(true); 1224 staticData.add(walk); 1370 SpriteAnimation walk = new SpriteAnimation(EnemyAnimations.MOVE.ordinal(), 5); 1371 walk.addFrame(new AnimationFrame( 1374 walk.addFrame(new AnimationFrame( 1377 walk.addFrame(new AnimationFrame( [all …]
|
/external/eigen/demos/opengl/ |
D | README | 6 middle button + ctrl walk (progress along camera's z direction)
|
/external/quake/quake/src/QW/server/ |
D | move.txt | 24 walk code
|
/external/eigen/scripts/ |
D | relicense.py | 52 for root, sub_folders, files in os.walk(rootdir):
|
/external/webkit/Tools/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/webkit/Tools/Scripts/ |
D | make-gypi | 46 for directory_path, directory_names, file_names in os.walk('.'):
|
D | find-mismatched-layout-test-results | 93 for dirpath, dirnames, filenames in os.walk(path):
|
/external/skia/tools/copyright/ |
D | main.py | 70 for dirpath, dirnames, filenames in os.walk(root_directory):
|
/external/webkit/Tools/Scripts/webkitpy/style/ |
D | filereader.py | 137 for dir_path, dir_names, file_names in os.walk(directory):
|
/external/antlr/antlr-3.4/runtime/Ruby/ |
D | History.txt | 72 - added new #each_on_channel and #walk convenience methods to ANTLR3::CommonTokenStream 125 - Added BaseTree#walk, which iterates in a top-down fashion across all notes in a tree. 126 - Added BaseTree#prune, which stops decent into the current node during BaseTree#walk.
|
/external/llvm/utils/ |
D | wciia.py | 121 for dir,subdirList,fileList in os.walk( root , topdown=False ) :
|