Searched refs:fixit (Results 1 – 12 of 12) sorted by relevance
/external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/ |
D | README | 7 -rw-rw-r-- 1 swl26 5022 Jul 17 14:00 fixit.l 13 The file "fixit.l" contains flex sources for a program to shorten external 17 The file "unfixit.l" reverses the changes in "fixit.l", to restore long names. 24 then run "fixit" on all .c, .h, .l, .y, and .skel files. Move the files
|
D | MVS.mail | 33 a separate file 'fixit.l', which is not included in the diffs.)
|
/external/e2fsprogs/e2fsck/ |
D | pass5.c | 114 int problem, save_problem, fixit, had_problem; in check_block_bitmaps() local 271 fixit = end_problem_latch(ctx, PR_LATCH_BBITMAP); in check_block_bitmaps() 273 fixit = -1; in check_block_bitmaps() 276 if (fixit == 1) { in check_block_bitmaps() 293 } else if (fixit == 0) in check_block_bitmaps() 340 int problem, save_problem, fixit, had_problem; in check_inode_bitmaps() local 474 fixit = end_problem_latch(ctx, PR_LATCH_IBITMAP); in check_inode_bitmaps() 476 fixit = -1; in check_inode_bitmaps() 479 if (fixit == 1) { in check_inode_bitmaps() 498 } else if (fixit == 0) in check_inode_bitmaps()
|
/external/clang/test/FixIt/ |
D | fixit-objc-message.m | 3 // RUN: %clang_cc1 -pedantic -Wall -fixit -x objective-c %t || true 8 // RUN: %clang_cc1 -pedantic -Wall -fixit -x objective-c++ %t || true
|
D | auto-fixit.m | 2 RUN: %clang_cc1 -x objective-c -fixit %t
|
D | fixit-objc.m | 3 // RUN: not %clang_cc1 -pedantic -fixit -x objective-c %t 8 warnings will be fixed by -fixit, and the resulting file should
|
D | typo.m | 3 …c -fsyntax-only -fobjc-nonfragile-abi -triple x86_64-apple-darwin10 -fobjc-nonfragile-abi -fixit %t
|
/external/srec/config/en.us/ |
D | Android.mk | 92 cmu6plus.ok.zip: $(CMU2NUANCE) $(DICT_DIR)/c0.6 $(DICT_DIR)/numbers.ok $(DICT_DIR)/fixit.ok $(DICT_… 94 …sort -u $(DICT_DIR)/c0.6.ok $(DICT_DIR)/numbers.ok $(DICT_DIR)/fixit.ok $(DICT_DIR)/enroll.ok > $(…
|
/external/chromium/chrome/browser/userfeedback/proto/ |
D | config.proto | 58 // Special feedback type (e.g. fixit).
|
/external/clang/include/clang/Driver/ |
D | CC1Options.td | 233 def fno_diagnostics_fixit_info : Flag<"-fno-diagnostics-fixit-info">, 234 HelpText<"Do not include fixit information in diagnostics">; 343 def fixit : Flag<"-fixit">, 345 def fixit_EQ : Joined<"-fixit=">,
|
D | Options.td | 290 def fdiagnostics_fixit_info : Flag<"-fdiagnostics-fixit-info">, Group<f_clang_Group>; 360 def fno_diagnostics_fixit_info : Flag<"-fno-diagnostics-fixit-info">, Group<f_Group>;
|
/external/clang/docs/tools/ |
D | clang.pod | 420 B<-fdiagnostics-fixit-info>
|