HomeSort by relevance Sort by last modified time
    Searched full:complain (Results 201 - 225 of 813) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/clang/lib/Parse/
ParseAST.cpp 127 // complain if we have a precompiled header, although technically if the PCH
  /external/clang/test/SemaObjC/
instancetype.m 149 - (Subclass3 *)init { return 0; } // don't complain: we lost the related return type
  /external/clang/test/SemaObjCXX/
instancetype.mm 149 - (Subclass3 *)init { return 0; } // don't complain: we lost the related return type
  /external/eigen/doc/
C00_QuickStartGuide.dox 85 The use of fixed-size matrices and vectors has two advantages. The compiler emits better (faster) code because it knows the size of the matrices and vectors. Specifying the size in the type also allows for more rigorous checking at compile-time. For instance, the compiler will complain if you try to multiply a \c Matrix4d (a 4-by-4 matrix) with a \c Vector3d (a vector of size 3). However, the use of many types increases compilation time and the size of the executable. The size of the matrix may also not be known at compile-time. A rule of thumb is to use fixed-size matrices for size 4-by-4 and smaller.
C05_TutorialAdvancedInitialization.dox 24 or too many coefficients, Eigen will complain.
  /external/elfutils/src/
ranlib.c 291 /* Never complain about fchown failing. */
  /external/guava/guava-tests/test/com/google/common/collect/
PeekingIteratorTest.java 169 /* Should complain on attempt to remove() after peek(). */
QueuesTest.java 167 // Clean up produced element to free the producer thread, otherwise it will complain
  /external/ipsec-tools/
NEWS 146 o Fix racoon to not complain if krb5-config is not installed
  /external/jpeg/
jcapimin.c 46 * complain here.
  /external/libvorbis/test/
write_read.c 253 /* no reason to complain; already complained above */
  /external/linux-tools-perf/
builtin-annotate.c 248 OPT_BOOLEAN('f', "force", &force, "don't complain, do it"),
  /external/openssl/crypto/bn/
bn_word.c 104 /* normalize input (so bn_div_words doesn't complain) */
  /external/protobuf/src/google/protobuf/compiler/java/
java_extension.cc 68 // No default because we want the compiler to complain if any new
  /external/qemu/distrib/jpeg-6b/
jcapimin.c 46 * complain here.
  /external/srtp/googlepatches/
google-9-rdbx-leak-plug.patch 274 /* find stream in list; complain if not found */
  /external/valgrind/main/VEX/pub/
libvex_basictypes.h 133 and ULong_to_Ptr in a way that doesn't cause compilers to complain.
  /external/valgrind/main/docs/internals/
BIG_APP_NOTES.txt 134 # appears to complain aobut "ulimit -c", but OK nevertheless
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
ByteBuffer.java 227 * <em>Note:</em> UTF-32 flavors are not supported by Java, the XML-parser will complain.
  /ndk/docs/text/
NDK-BUILD.text 106 and will complain with an error message.
  /ndk/sources/host-tools/sed-4.2.1/lib/
getopt.in.h 163 /* has_arg can't be an enum because some compilers complain about
  /external/bison/src/
conflicts.c 27 #include "complain.h"
617 complain (ngettext ("expected %d shift/reduce conflict",
622 complain (ngettext ("expected %d reduce/reduce conflict",
parse-gram.y 24 #include "complain.h"
300 complain if %pure-parser is specified multiple times. */
304 /* In all cases, use api.pure now so that the backend doesn't complain if
  /external/chromium_org/base/
file_util_win.cc 58 #pragma warning(suppress:4996) // don't complain about wcscpy deprecation
60 #pragma warning(suppress:4996) // don't complain about wcscpy deprecation
109 #pragma warning(suppress:4996) // don't complain about wcscpy deprecation
  /external/clang/lib/Lex/
PPLexerChange.cpp 273 // Complain about reaching a true EOF within arc_cf_code_audited.
274 // We don't want to complain about reaching the end of a macro
445 // If it's not part of a module and not unknown, complain.

Completed in 2136 milliseconds

1 2 3 4 5 6 7 891011>>