HomeSort by relevance Sort by last modified time
    Searched refs:typo (Results 1 - 8 of 8) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
TypoFix.java 61 String typo = TypoDetector.getTypo(message); local
62 if (typo == null) {
72 if (current.equals(typo)) {
75 // The buffer has been edited; try to find the typo.
77 IRegion forward = finder.find(start, typo, true /*forward*/, true, true, false);
78 IRegion backward = finder.find(start, typo, false /*forward*/, true, true, false);
95 end = start + typo.length();
106 String typo = TypoDetector.getTypo(message); local
108 if (replacements != null && !replacements.isEmpty() && typo != null) {
112 fix.mTypo = typo;
    [all...]
  /external/clang/test/SemaCXX/
function-redecl.cpp 96 struct J { int typo() const; };
  /external/strace/
strace.spec 457 - fix typo (printf, not tprintf).
  /external/libpng/
CHANGES 511 Fixed a typo in the png_set_sRGB() function call in example.c (Jan Nijtmans)
572 Fixed "png_free_spallettes" typo in png.h
    [all...]
  /prebuilts/devtools/tools/lib/
lint-checks.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.2.0/
lint-checks-22.2.0.jar 
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_xml_etree.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_xml_etree.py     [all...]

Completed in 553 milliseconds