OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:have
(Results
176 - 200
of
62409
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/device/google/marlin/sepolicy/
app.te
1
# Only allow gpu ioctl commands that
have
been demonstrated to be necessary.
/external/clang/test/Headers/Inputs/include/
stdint.h
16
#error Every target should
have
__INTPTR_TYPE__
/external/clang/test/Preprocessor/
import_self.c
3
// This #import should
have
no effect, as we're importing the current file.
/external/clang/test/Sema/
2009-07-17-VoidParameter.c
4
void (*func_ptr)(vt my_vt); // expected-error {{argument may not
have
'void' type}}
/external/clang/test/SemaCXX/
PR12778.cpp
3
void operator delete() throw(void*); // expected-error{{'operator delete' must
have
at least one parameter}}
trivial-constructor.cpp
23
static_assert(__has_trivial_constructor(T5), "All the direct base classes of T5
have
trivial constructors!");
30
static_assert(__has_trivial_constructor(T6), "All nonstatic data members of T6
have
trivial constructors!");
35
static_assert(!__has_trivial_constructor(T7), "t4 does not
have
a trivial constructor!");
39
static_assert(!__has_trivial_constructor(T8), "The base class T2 does not
have
a trivial constructor!");
trivial-destructor.cpp
23
static_assert(__has_trivial_destructor(T5), "All the direct base classes of T5
have
trivial destructors!");
30
static_assert(__has_trivial_destructor(T6), "All nonstatic data members of T6
have
trivial destructors!");
35
static_assert(!__has_trivial_destructor(T7), "t2 does not
have
a trivial destructor!");
39
static_assert(!__has_trivial_destructor(T8), "The base class T2 does not
have
a trivial destructor!");
/external/dbus/test/data/auth/
extra-bytes.auth-script
1
## this tests that we
have
the expected extra bytes at the end
/external/elfutils/
THANKS
1
At least the following
have
submitted valuable patches:
/external/expat/tests/
runtestspp.cpp
4
// and
have
everything work as expected.
/external/google-breakpad/src/client/mac/tests/
testlogging.h
2
// since it confuses XCode into thinking unit tests
have
failed.
/external/libusb/
THANKS
2
members who
have
made significant contributions in other areas are listed
/external/llvm/test/Assembler/
internal-hidden-function.ll
4
; CHECK: symbol with local linkage must
have
default visibility
internal-hidden-variable.ll
4
; CHECK: symbol with local linkage must
have
default visibility
internal-protected-function.ll
4
; CHECK: symbol with local linkage must
have
default visibility
internal-protected-variable.ll
4
; CHECK: symbol with local linkage must
have
default visibility
invalid-fwdref2.ll
1
; RUN: not llvm-as %s -disable-output 2>&1 | grep "forward reference and definition of global
have
different types"
private-hidden-function.ll
4
; CHECK: symbol with local linkage must
have
default visibility
private-hidden-variable.ll
4
; CHECK: symbol with local linkage must
have
default visibility
private-protected-function.ll
4
; CHECK: symbol with local linkage must
have
default visibility
private-protected-variable.ll
4
; CHECK: symbol with local linkage must
have
default visibility
/external/llvm/test/MC/ELF/ARM/
lit.local.cfg
1
# We
have
to reset config.unsupported here because the parent directory is
/external/llvm/test/Transforms/SampleProfile/Inputs/
coverage-warning.prof
4
# This profile is stale. Function foo() does not
have
a line 8 anymore.
/external/opencv3/3rdparty/libjasper/jasper/
jas_config.h
31
/* Define to 1 if you
have
the <dlfcn.h> header file. */
34
/* Define to 1 if you don't
have
`vprintf' but do
have
`_doprnt.' */
37
/* Define to 1 if you
have
the <fcntl.h> header file. */
40
/* Define to 1 if you
have
the `getrusage' function. */
43
/* Define to 1 if you
have
the `gettimeofday' function. */
46
/* Define to 1 if you
have
the <inttypes.h> header file. */
49
/* Define to 1 if you
have
the <io.h> header file. */
52
/* Define to 1 if you
have
the `m' library (-lm). */
55
/* Define to 1 if you
have
the <limits.h> header file. *
[
all
...]
jas_config.h.in
30
/* Define to 1 if you
have
the <dlfcn.h> header file. */
33
/* Define to 1 if you don't
have
`vprintf' but do
have
`_doprnt.' */
36
/* Define to 1 if you
have
the <fcntl.h> header file. */
39
/* Define to 1 if you
have
the `getrusage' function. */
42
/* Define to 1 if you
have
the `gettimeofday' function. */
45
/* Define to 1 if you
have
the <inttypes.h> header file. */
48
/* Define to 1 if you
have
the <io.h> header file. */
51
/* Define to 1 if you
have
the `m' library (-lm). */
54
/* Define to 1 if you
have
the <limits.h> header file. *
[
all
...]
Completed in 471 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>