Home
last modified time | relevance | path

Searched refs:typos (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/npm/node_modules/normalize-package-data/lib/
H A Dfixer.js9 var typos = require('./typos.json')
46 Object.keys(typos.topLevel).forEach(function (d) {
48 this.warn('typo', d, typos.topLevel[d])
66 } else if (typos.script[k] && !data.scripts[typos.script[k]]) {
67 this.warn('typo', k, typos.script[k], 'scripts')
469 if (typos.bugs[k]) {
470 warn('typo', k, typos.bugs[k], 'bugs')
471 bugs[typos
[all...]
/third_party/toybox/toys/posix/
H A Dps.c288 /* The typos[] array lists all the types understood by "ps -o", I.E all the
304 * so in this case "NAME" becomes PS_NAME which is the offset into typos[]
317 } static const typos[] = TAGGED_ARRAY(PS, variable
411 if (strcmp(typos[toybuf[i]].name, typos[toybuf[i+1]].name)>0) { in help_fields()
422 t = (void *)(typos+toybuf[i]); in help_fields()
452 for (i = 0; i<ARRAY_LEN(typos)-jump; i++) toybuf[i] = i+(i>=PS_COMM)*jump; in help_help()
453 help_fields(ARRAY_LEN(typos)-jump, 1); in help_help()
454 help_fields(ARRAY_LEN(typos)-jump, 0); in help_help()
505 int which = field->which, sl = typos[whic in string_field()
[all...]
/third_party/toybox/porting/liteos_a/toys/posix/
H A Dps.c245 /* The typos[] array lists all the types understood by "ps -o", I.E all the
261 * so in this case "NAME" becomes PS_NAME which is the offset into typos[]
274 } static const typos[] = TAGGED_ARRAY(PS, variable
368 if (strcmp(typos[toybuf[i]].name, typos[toybuf[i+1]].name)>0) { in help_fields()
379 t = (void *)(typos+toybuf[i]); in help_fields()
409 for (i = 0; i<ARRAY_LEN(typos)-jump; i++) toybuf[i] = i+(i>=PS_COMM)*jump; in help_help()
410 help_fields(ARRAY_LEN(typos)-jump, 1); in help_help()
411 help_fields(ARRAY_LEN(typos)-jump, 0); in help_help()
462 int which = field->which, sl = typos[whic in string_field()
[all...]
/third_party/python/Lib/unittest/
H A Dmock.py1264 typos = ("autospect", "auto_spec", "set_spec")
1265 for typo in typos:
/third_party/ltp/scripts/
H A Dcheckpatch.pl132 --codespell Use the codespell dictionary for spelling/typos
889 warn "No typos will be found - file '$spelling_file': $!\n";
912 warn "No codespell typos will be found - file '$codespellfile': $!\n";

Completed in 14 milliseconds