HomeSort by relevance Sort by last modified time
    Searched full:warnings (Results 26 - 50 of 2194) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/stlport/stlport/stl/config/
_epilog.h 9 # pragma option -w-pow // -w-8062 Previous options and warnings not restored
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_epilog.h 9 # pragma option -w-pow // -w-8062 Previous options and warnings not restored
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/config/
_epilog.h 9 # pragma option -w-pow // -w-8062 Previous options and warnings not restored
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/config/
_epilog.h 9 # pragma option -w-pow // -w-8062 Previous options and warnings not restored
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/config/
_epilog.h 9 # pragma option -w-pow // -w-8062 Previous options and warnings not restored
  /external/chromium/chrome/browser/ui/cocoa/extensions/
extension_install_dialog_controller.mm 65 warnings:(const std::vector<string16>&)warnings
69 // We use a different XIB in the case of no warnings, that is a little bit
71 if (warnings.empty()) {
96 // We display the warnings as a simple text string, separated by newlines.
97 if (!warnings.empty()) {
99 for (size_t i = 0; i < warnings.size(); ++i) {
103 joined_warnings += warnings[i];
143 // If there are any warnings, then we have to do some special layout.
200 const std::vector<string16>& warnings,
    [all...]
  /external/clang/test/Sema/
warn-unused-parameters.c 17 // warnings for the above cases.
27 // CHECK-everything: 6 warnings generated
29 // CHECK-everything-no-unused: 5 warnings generated
  /ndk/sources/host-tools/sed-4.2.1/
README.boot 8 various compiler warnings. You may want to tell bootstrap.sh
9 how to invoke your compiler with warnings disabled. For example,
23 especially uninterested in compiler warnings from the bootstrap build.
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
ErrorQueue.java 40 List warnings = new LinkedList(); field in class:ErrorQueue
51 warnings.add(msg);
59 return infos.size() + errors.size() + warnings.size();
65 "warnings: "+warnings;
  /external/clang/utils/
SummarizeErrors 46 warnings = multidict()
53 d = warnings
55 warnings = warnings.items()
82 (warnings, 'Warnings'),
  /libcore/luni/src/main/java/java/lang/
SuppressWarnings.java 26 * specified warnings for the marked program element. Warnings are not only
42 * The list of warnings a compiler should not issue.
  /sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/checks/
UselessViewDetectorTest.java 43 "No warnings.",
50 "No warnings.",
57 "No warnings.",
  /external/antlr/antlr-3.4/runtime/Perl5/examples/expr/
expr.pl 4 use warnings;
  /external/antlr/antlr-3.4/runtime/Perl5/examples/mexpr/
mexpr.pl 4 use warnings;
  /external/antlr/antlr-3.4/runtime/Perl5/examples/tweak/
tweak.pl 4 use warnings;
  /external/antlr/antlr-3.4/runtime/Perl5/examples/zero-one/
t-error.pl 10 use warnings;
t.pl 10 use warnings;
  /external/antlr/antlr-3.4/runtime/Perl5/t/lib/My/Test/Class/
Load.pm 4 use warnings;
  /external/clang/test/FixIt/
fixit-c90.c 12 warnings will be fixed by -fixit, and the resulting file should
  /external/clang/test/SemaObjC/
comptypes-2.m 20 /* All these casts should generate no warnings. */
  /external/icu4c/tools/genrb/
errmsg.h 27 /* Show warnings? */
  /external/libpng/projects/visualc71/
PRJ0041.mak 1 # Prevent "Cannot find missing dependency..." warnings while compiling
  /external/llvm/autoconf/
AutoRegen.sh 43 echo "### If you get *any* warnings from autoconf below you MUST fix the"
46 echo "### commit any configure script that was generated with warnings"
54 autoconf --force --warnings=all -o ../$outfile $configfile || die "autoconf failed"
57 autoheader --warnings=all -I autoconf -I autoconf/m4 autoconf/$configfile || die "autoheader failed"
  /sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/checks/data/res/values-nl-rNL/
strings.xml 5 <!-- Commented out in the unit test to generate extra warnings:
  /external/clang/include/clang/Basic/
DiagnosticGroups.td 76 // Warnings for C++11 features which are Extensions in C++98 mode.
155 def PoundWarning : DiagGroup<"#warnings">,
183 // Preprocessor warnings.
186 // Just silence warnings about -Wstrict-aliasing for now.
192 // Just silence warnings about -Wstrict-overflow for now.
274 // -Widiomatic-parentheses contains warnings about 'idiomatic'
277 // do not want these warnings.
285 // -Wconversion has its own warnings, but we split a few out for
287 // - some people want just 64-to-32 warnings
288 // - conversion warnings with constant sources are on by defaul
    [all...]

Completed in 638 milliseconds

12 3 4 5 6 7 8 91011>>