OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:variable
(Results
1326 - 1350
of
15203
) sorted by null
<<
51
52
53
54
55
56
57
58
59
60
>>
/external/clang/test/Sema/
tentative-decls.c
5
static struct a x2; // expected-warning{{tentative definition of
variable
with internal linkage has incomplete non-array type 'struct a'}}
19
extern const int c[] = {1}; // expected-warning{{'extern'
variable
has an initializer}}
/external/clang/test/SemaCXX/
linkage-spec.cpp
131
extern "C" void PR16167; // expected-error {{
variable
has incomplete type 'void'}}
132
extern void PR16167_0; // expected-error {{
variable
has incomplete type 'void'}}
/external/clang/test/SemaObjC/
method-sentinel-attr.m
38
[p foo7:1]; // expected-warning {{not enough
variable
arguments in 'foo7:' declaration to fit a sentinel}}
41
[p foo12:1]; // expected-warning {{not enough
variable
arguments in 'foo12:' declaration to fit a sentinel}}
scope-check.m
95
A b, c[10]; // expected-note 2 {{jump bypasses initialization of
variable
length array}}
98
A d[n]; // expected-note {{jump bypasses initialization of
variable
length array}}
/external/clang/test/SemaTemplate/
address-spaces.cpp
53
T *x = 1; // expected-error{{cannot initialize a
variable
of type '__attribute__((address_space(1))) int *' with an rvalue of type 'int'}} \
54
// expected-error{{cannot initialize a
variable
of type '__attribute__((address_space(3))) int *' with an rvalue of type 'int'}}
/external/conscrypt/src/main/java/org/conscrypt/
OpenSSLECKeyPairGenerator.java
71
* Store the group in a temporary
variable
until we know this is a valid
95
* Store the group in a temporary
variable
until we know this is a
/external/deqp/modules/gles31/functional/
es31fShaderAtomicOpTests.hpp
38
ATOMIC_OPERAND_BUFFER_VARIABLE = 0, //!<
Variable
in SSBO
39
ATOMIC_OPERAND_SHARED_VARIABLE, //!< Shared
variable
.
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
LocalSnapshot.java
26
* state of local
variable
name mappings that exists immediately after
38
* @param locals {@code non-null;} associated local
variable
state
/external/e2fsprogs/lib/uuid/
uuid_clear.3.in
34
uuid_clear \- reset value of UUID
variable
to the NULL value
44
function sets the value of the supplied uuid
variable
/external/icu/icu4c/source/samples/break/
readme.txt
56
Note: The name of the LD_LIBRARY_PATH
variable
is different on some systems.
58
the
variable
that is used there. LD_LIBRARY_PATH is the correct name
/external/icu/icu4c/source/samples/cal/
readme.txt
54
Note: The name of the LD_LIBRARY_PATH
variable
is different on some systems.
56
the
variable
that is used there. LD_LIBRARY_PATH is the correct name
/external/icu/icu4c/source/samples/case/
readme.txt
57
Note: The name of the LD_LIBRARY_PATH
variable
is different on some systems.
59
the
variable
that is used there. LD_LIBRARY_PATH is the correct name
/external/icu/icu4c/source/samples/citer/
readme.txt
56
Note: The name of the LD_LIBRARY_PATH
variable
is different on some systems.
58
the
variable
that is used there. LD_LIBRARY_PATH is the correct name
/external/icu/icu4c/source/samples/coll/
readme.txt
51
Note: The name of the LD_LIBRARY_PATH
variable
is different on some systems.
53
the
variable
that is used there. LD_LIBRARY_PATH is the correct name
/external/icu/icu4c/source/samples/csdet/
readme.txt
56
Note: The name of the LD_LIBRARY_PATH
variable
is different on some systems.
58
the
variable
that is used there. LD_LIBRARY_PATH is the correct name
/external/icu/icu4c/source/samples/date/
readme.txt
54
Note: The name of the LD_LIBRARY_PATH
variable
is different on some systems.
56
the
variable
that is used there. LD_LIBRARY_PATH is the correct name
/external/icu/icu4c/source/samples/numfmt/
readme.txt
57
Note: The name of the LD_LIBRARY_PATH
variable
is different on some systems.
59
the
variable
that is used there. LD_LIBRARY_PATH is the correct name
/external/icu/icu4c/source/samples/strsrch/
readme.txt
51
Note: The name of the LD_LIBRARY_PATH
variable
is different on some systems.
53
the
variable
that is used there. LD_LIBRARY_PATH is the correct name
/external/icu/icu4c/source/samples/udata/
Makefile
7
# set the
variable
ICU_PATH to the 'icu' directory
15
# look for the ICU_PATH
variable
, guess if not there
readme.txt
58
Note: The name of the LD_LIBRARY_PATH
variable
is different on some systems.
60
the
variable
that is used there. LD_LIBRARY_PATH is the correct name
/external/icu/icu4c/source/samples/ufortune/
readme.txt
63
Note: The name of the LD_LIBRARY_PATH
variable
is different on some systems.
65
the
variable
that is used there. LD_LIBRARY_PATH is the correct name
/external/icu/icu4c/source/samples/uresb/
readme.txt
64
Note: The name of the LD_LIBRARY_PATH
variable
is different on some systems.
66
the
variable
that is used there. LD_LIBRARY_PATH is the correct name
/external/icu/icu4c/source/tools/gensprep/
gensprep.8.in
57
The default source directory is specified by the environment
variable
63
The default destination directory is specified by the environment
variable
/external/libvorbis/symbian/
config.h
42
#pragma warning(disable: 4189) /* local
variable
is initialized but not referenced */
48
#pragma warning(disable: 4701) /* local
variable
may be be used without having been initialized */
/external/lldb/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/string/
TestDataFormatterStdString.py
61
self.expect("frame
variable
",
70
self.expect("frame
variable
",
Completed in 394 milliseconds
<<
51
52
53
54
55
56
57
58
59
60
>>