OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:complain
(Results
226 - 250
of
1038
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/include/clang/Frontend/
Utils.h
211
// global objects, but we don't want LeakDetectors to
complain
, so we bury them
/external/clang/lib/Parse/
ParseAST.cpp
144
//
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/compiler-rt/make/platform/
clang_macho_embedded.mk
84
# x86 platforms ignore -mfloat-abi options and
complain
about doing so. Despite
/external/eigen/doc/
QuickStartGuide.dox
86
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.
TutorialAdvancedInitialization.dox
16
or too many coefficients, Eigen will
complain
.
/external/elfutils/src/
Makefile.am
150
# Otherwise make would
complain
.
ranlib.c
279
/* Never
complain
about fchown failing. */
/external/freetype/src/gzip/
infcodes.c
239
return Z_STREAM_ERROR; /* Some dumb compilers
complain
without this */
inflate.c
270
return Z_STREAM_ERROR; /* Some dumb compilers
complain
without this */
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
PeekingIteratorTest.java
159
/* Should
complain
on attempt to remove() after peek(). */
/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/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/gzip/
infcodes.c
239
return Z_STREAM_ERROR; /* Some dumb compilers
complain
without this */
inflate.c
270
return Z_STREAM_ERROR; /* Some dumb compilers
complain
without this */
/external/libjpeg-turbo/
transupp.h
179
* jtransform_execute_transformation, but some compilers
complain
about
/external/libpng/
pngmem.c
80
/* Some compilers
complain
that this is always true. However, it
/external/libvorbis/test/
write_read.c
253
/* no reason to
complain
; already complained above */
/external/opencv3/3rdparty/libjpeg/
jcapimin.c
47
*
complain
here.
/external/pcre/dist/
132html
87
# (other) automated systems that translate man pages to HTML.
Complain
if
/external/pdfium/third_party/libjpeg/
fpdfapi_jcapimin.c
46
*
complain
here.
/external/srtp/googlepatches/
google-9-rdbx-leak-plug.patch
274
/* find stream in list;
complain
if not found */
/external/toybox/toys/posix/
df.c
173
// Stat it (
complain
if we can't).
Completed in 485 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>