/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/chromium_org/win8/metro_driver/ |
D | file_picker.cc | 298 const wchar_t* walk = open_file_name_->lpstrFilter; in StartFilePicker() local 299 while (*walk != L'\0') { in StartFilePicker() 301 walk += wcslen(walk) + 1; in StartFilePicker() 304 if (*walk == L'\0') in StartFilePicker() 309 size_t extension_count = Tokenize(walk, L";", &extensions_win32_style); in StartFilePicker() 335 walk += wcslen(walk) + 1; in StartFilePicker() 463 const wchar_t* walk = open_file_name_->lpstrFilter; in StartFilePicker() local 464 while (*walk != L'\0') { in StartFilePicker() 466 hr = description.Set(walk); in StartFilePicker() 471 walk += wcslen(walk) + 1; in StartFilePicker() [all …]
|
D | file_picker_ash.cc | 236 const wchar_t* walk = filter_.c_str(); in StartFilePicker() local 237 while (*walk != L'\0') { in StartFilePicker() 239 walk += wcslen(walk) + 1; in StartFilePicker() 242 if (*walk == L'\0') in StartFilePicker() 247 size_t extension_count = Tokenize(walk, L";", &extensions_win32_style); in StartFilePicker() 273 walk += wcslen(walk) + 1; in StartFilePicker() 412 const wchar_t* walk = filter_.c_str(); in StartFilePicker() local 413 while (*walk != L'\0') { in StartFilePicker() 415 hr = description.Set(walk); in StartFilePicker() 420 walk += wcslen(walk) + 1; in StartFilePicker() [all …]
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
D | omnibox_custom_bindings.js | 51 function walk(node) { function 69 walk(child); 76 walk(child); 79 walk(root);
|
/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/chromium_org/ui/webui/resources/js/ |
D | parse_html_subset.js | 53 function walk(n, f) { function 56 walk(n.childNodes[i], f); 83 walk(df, function(node) {
|
/external/chromium_org/v8/test/mjsunit/compiler/ |
D | regress-closures-with-eval.js | 32 function walk(v) { function 41 return walk(o);
|
/external/v8/test/mjsunit/compiler/ |
D | regress-closures-with-eval.js | 32 function walk(v) { function 41 return walk(o);
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
D | file_system.py | 115 def walk(root): function 130 for walkinfo in walk(root + d): 133 for walkinfo in walk(root):
|
/external/chromium_org/third_party/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/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/ |
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/chromium_org/third_party/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/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/hosted/ |
D | json2.js | 410 function walk(holder, key) { function 419 v = walk(value, k); 473 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/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/ |
D | filesystem.py | 103 for (dirpath, dirnames, filenames) in os.walk(path): 134 def walk(self, top): member in FileSystem 135 return os.walk(top)
|
/external/chromium_org/content/test/gpu/page_sets/ |
D | __init__.py | 9 for dirpath, _, filenames in os.walk(start_dir):
|
/external/chromium_org/tools/perf/page_sets/ |
D | __init__.py | 9 for dirpath, _, filenames in os.walk(start_dir):
|
/external/chromium_org/tools/gyp/test/standalone/ |
D | gyptest-standalone.py | 21 for root, dirs, files in os.walk("."):
|
/external/chromium_org/tools/telemetry/build/ |
D | update_docs.py | 19 for dirname, _, filenames in os.walk(docs_dir): 91 for dirname, _, filenames in os.walk(docs_dir):
|
/external/skia/src/pathops/ |
D | SkOpEdgeBuilder.cpp | 34 if (fUnparseable || !walk()) { in finish() 142 bool SkOpEdgeBuilder::walk() { in walk() function in SkOpEdgeBuilder
|
/external/chromium_org/third_party/skia/src/pathops/ |
D | SkOpEdgeBuilder.cpp | 34 if (fUnparseable || !walk()) { in finish() 142 bool SkOpEdgeBuilder::walk() { in walk() function in SkOpEdgeBuilder
|
/external/eigen/demos/opengl/ |
D | README | 6 middle button + ctrl walk (progress along camera's z direction)
|
/external/eigen/scripts/ |
D | relicense.py | 52 for root, sub_folders, files in os.walk(rootdir):
|