/external/clang/test/PCH/ |
typo.m | 1 // RUN: %clang_cc1 -x objective-c-header -emit-pch -o %t %S/Inputs/typo.h
|
typo.cpp | 13 // RUN: %clang_cc1 -include %S/Inputs/typo.hpp -verify %s 16 // RUN: %clang_cc1 -x c++-header -emit-pch -o %t %S/Inputs/typo.hpp
|
/external/clang/include/clang/Sema/ |
TypoCorrection.h | 1 //===--- TypoCorrection.h - Class for typo correction results ---*- C++ -*-===// 11 // Sema's typo correction (Sema::CorrectTypo). 50 /// \brief Gets the DeclarationName of the typo correction 56 /// \brief Gets the NestedNameSpecifier needed to use the typo correction 64 /// \brief Gets the "edit distance" of the typo correction from the typo 67 /// \brief Gets the pointer to the declaration of the typo correction
|
ExternalSemaSource.h | 53 /// which will be used during typo correction.
|
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.argdep/ |
p4.cpp | 36 // FIXME: namespace-aware typo correction causes an extra, misleading 39 // avoid accepting and printing out a typo correction that proves to be
|
/external/icu4c/data/unidata/ |
NormalizationCorrections.txt | 16 # typo in the data, and not a matter of dubious interpretation. 27 # typo found and corrected in Corrigendum #3, and five for
|
/external/clang/test/SemaCXX/ |
namespace.cpp | 70 static foo::X test2; // typo: expected-error {{no type named 'X' in}}
|
functional-cast.cpp | 315 typedef itn Typo; // expected-error {{unknown type name 'itn'}} 316 (void)Typo(1); // used to crash
|
/external/gtest/test/ |
gtest_nc.cc | 58 // Tests that the compiler catches the typo when a user declares a 69 // Tests that the compiler catches the typo when a user calls Setup() 82 // Tests that the compiler catches the typo when a user declares a 93 // Tests that the compiler catches the typo when a user calls Setup()
|
/external/oprofile/events/i386/pii/ |
unit_masks | 32 # but test show that is really a typo error from IA manual
|
/external/protobuf/gtest/test/ |
gtest_nc.cc | 58 // Tests that the compiler catches the typo when a user declares a 69 // Tests that the compiler catches the typo when a user calls Setup() 82 // Tests that the compiler catches the typo when a user declares a 93 // Tests that the compiler catches the typo when a user calls Setup()
|
/external/stlport/test/unit/ |
test_errno.cpp | 8 #include <errno.h> // not typo, check errno def/undef/redef
|
/ndk/tests/device/test-gnustl-full/unit/ |
test_errno.cpp | 8 #include <errno.h> // not typo, check errno def/undef/redef
|
/ndk/tests/device/test-stlport/unit/ |
test_errno.cpp | 8 #include <errno.h> // not typo, check errno def/undef/redef
|
/external/clang/test/Parser/ |
cxx-decl.cpp | 13 // PR4451 - We should recover well from the typo of '::' as ':' in a2.
|
/sdk/eclipse/ |
dictionary.txt | 261 typo
|
/external/zlib/contrib/minizip/ |
ChangeLogUnzip | 66 - fix somes typo in code
|
/external/dropbear/debian/ |
changelog | 51 * debian/diff/dbclient-usage-typo.diff, debian/diff/manpages.diff: remove; 82 * debian/diff/dbclient-usage-typo.diff: new; fix typo.
|
/external/clang/lib/Sema/ |
SemaLookup.cpp | [all...] |
/external/chromium/chrome/common/extensions/docs/static/ |
windows.html | 19 (No, that isn't a typo —
|
/external/clang/lib/Parse/ |
RAIIObjectsForParser.h | 46 /// considered a possible typo for "foo::" for error recovery purposes.
|
/external/webkit/PerformanceTests/ |
ChangeLog | 37 Opera: 2830ms (no, that is not a typo) 42 Opera: 1383ms (again, not a typo)
|
/sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/repository/ |
ValidateAddonXmlTest.java | 142 * There used to be a typo in the repository.XSD versions 1-2 & the addon XSD versions 1-2
143 * where addons had an optional element 'codename'. This was a typo and it's been fixed.
|
/external/bluetooth/glib/docs/reference/ |
ChangeLog | 125 Bug 559452 ? GObject Reference Manual (typo) 126 Bug 559462 ? GObject Reference Manual (typo) 127 Bug 559517 ? GObject Reference Manual (typo) 166 Bug 559448 ? GObject Reference Manual (typo) 168 * gobject/tut_gobject.xml: Fix typo. 250 * gio/gio-sections.txt: Fix a typo 292 * glib/tmpl/testing.sgml: Fix a typo. Noticed by Marek Kasik. 458 * gobject/tmpl/param_value_types.sgml: Fix a typo. 610 Bug 525553 ? fix typo and nitpicking in GArray documentation 628 Document GIO_EXTRA_MODULES, fixes a small typo [all...] |
/external/nist-sip/java/gov/nist/javax/sip/header/ |
ParameterNames.java | 28 * to avoid typo's
|