HomeSort by relevance Sort by last modified time
    Searched full:complain (Results 101 - 125 of 1038) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/clang/lib/Serialization/
ASTReader.cpp 87 bool Complain,
89 return First->ReadLanguageOptions(LangOpts, Complain,
91 Second->ReadLanguageOptions(LangOpts, Complain,
95 const TargetOptions &TargetOpts, bool Complain,
97 return First->ReadTargetOptions(TargetOpts, Complain,
99 Second->ReadTargetOptions(TargetOpts, Complain,
103 IntrusiveRefCntPtr<DiagnosticOptions> DiagOpts, bool Complain) {
104 return First->ReadDiagnosticOptions(DiagOpts, Complain) ||
105 Second->ReadDiagnosticOptions(DiagOpts, Complain);
109 bool Complain) {
    [all...]
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_helpers.cc 238 // No default because we want the compiler to complain if any new
258 // No default because we want the compiler to complain if any new
345 // No default because we want the compiler to complain if any new
  /external/valgrind/helgrind/tests/
tc20_verifywrap.c 190 /* assert(r); *//* glibc doesn't complain. It really ought to. Oh well. */
234 /* Lock rwl3 so the locked-lock-at-dealloc check can complain about
276 /* At this point it should complain about deallocation
  /art/test/118-noimage-dex2oat/
run 20 # flag isn't set, or complain.
  /external/bison/po/
Makevars 19 --flag=complain:1:c-format --flag=complain_at:2:c-format\
  /external/bison/runtime-po/
Makevars 19 --flag=complain:1:c-format --flag=complain_at:2:c-format\
  /external/clang/test/SemaCXX/
enum.cpp 97 // FIXME: The above diagnostic isn't very good; we should instead complain about the type being incomplete.
  /external/clang/test/SemaObjC/
default-synthesize.m 114 // Don't complain if a property is already @synthesized by usr.
  /external/google-breakpad/src/common/android/testing/
mkdtemp.h 50 // NDK r9b. Otherwise the compiler will complain that calls to mkdtemp()
  /external/icu/icu4c/source/common/
cmemory.c 51 * A thread analyzer might complain about un-mutexed access to gValidMemorySink
  /external/icu/icu4c/source/test/cintltst/
cintltst.h 129 * compiler doesn't complain about integral conversion of expressions
  /external/libmicrohttpd/src/testcurl/https/
test_https_session_info.c 66 quite do what was asked, just mildly complain... */
  /external/proguard/src/proguard/classfile/editor/
BridgeMethodFixer.java 37 * versions of JDK 1.6, complain if they can't find the method with the same
  /external/strace/m4/
warnings.m4 52 # Clang doesn't complain about unknown warning options unless one also
  /external/tlsdate/
HARDENING 20 on Plan 9. Currently autotools will complain on the BSD systems.
  /external/toybox/toys/lsb/
seq.c 40 // The @ is a byte offset, not utf8 chars. Waiting for somebody to complain.
  /external/v8/tools/gyp/test/win/
gyptest-link-pgo.py 68 # With 'PGUpdate', linker should not complain that sources are changed after
  /external/valgrind/memcheck/tests/amd64/
bt_everything.c 500 //btsl_mem(block, -800); /* should not complain */
501 //btsl_mem(block, -801); /* should complain */
502 //btsl_mem(block, 799); /* should not complain */
503 //btsl_mem(block, 800); /* should complain */
  /external/vboot_reference/firmware/lib/
region-kernel.c 182 * If GBB flags is nonzero, complain because that's something that the
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/config/i386/
unix.h 42 as the start of a C-like slash-star comment and complain when
  /prebuilts/go/darwin-x86/src/runtime/
mem_bsd.go 43 // On 64-bit, people with ulimit -v set complain if we reserve too
  /prebuilts/go/linux-x86/src/runtime/
mem_bsd.go 43 // On 64-bit, people with ulimit -v set complain if we reserve too
  /system/extras/tests/mmc_tracepoints/
mmc_trace_reduce 6 # Complain about dereferencing unset variables
  /external/clang/lib/Lex/
PPLexerChange.cpp 347 // Complain about reaching a true EOF within arc_cf_code_audited.
348 // We don't want to complain about reaching the end of a macro
358 // Complain about reaching a true EOF within assume_nonnull.
359 // We don't want to complain about reaching the end of a macro
633 // FIXME: Can we enable Complain here?
636 ModMap.resolveExports(M, /*Complain=*/false);
637 ModMap.resolveUses(M, /*Complain=*/false);
638 ModMap.resolveConflicts(M, /*Complain=*/false);
  /packages/apps/Camera2/src/com/android/camera/one/v2/
AutoFocusHelper.java 75 * Complain if CONTROL_AF_STATE is not present in result.
88 * Complain if LENS_STATE is not present in result.

Completed in 2165 milliseconds

1 2 3 45 6 7 8 91011>>