HomeSort by relevance Sort by last modified time
    Searched full:declared (Results 501 - 525 of 2980) sorted by null

<<21222324252627282930>>

  /external/clang/test/SemaCXX/
c99-variable-length-array.cpp 77 void local_classes(int N) { // expected-note {{declared here}}
81 // expected-error{{reference to local variable 'N' declared in enclosing function 'local_classes'}} \
dcl_init_aggr.cpp 44 // expected-note{{declared here}}
49 NoDefaultConstructor nodef; // expected-note{{member is declared here}}
member-init.cpp 80 ~function() {} // expected-note {{implicitly declared private here}}
89 const function &r; // expected-note {{reference member declared here}}
uninit-variables.cpp 65 test4_A a; // expected-note{{variable 'a' is declared here}}
109 // Don't warn about variables declared in "catch"
  /external/clang/test/SemaObjC/
category-1.m 65 -(void) im0; // expected-note {{method 'im0' declared here}}
83 // with explicitly declared accessor.
default-synthesize-1.m 119 @property enum A x; // expected-note {{forward declaration of 'enum A'}} expected-note {{property declared here}}
120 @property struct B y; // expected-note {{forward declaration of 'struct B'}} expected-note {{property declared here}} \
  /external/clang/test/SemaObjCXX/
objc-container-subscripting.mm 130 operator int(); // expected-note {{type conversion function declared here}}
131 operator id(); // expected-note {{type conversion function declared here}}
  /external/genext2fs/
config.h.in 78 /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
82 /* Define to 1 if `major', `minor', and `makedev' are declared in
  /external/javassist/src/main/javassist/bytecode/analysis/
FramePrinter.java 48 * Prints all the methods declared in the given class.
55 * Prints all the methods declared in the given class.
  /external/libogg/doc/libogg/
ogg_stream_flush.html 18 <p><i>declared in "ogg/ogg.h";</i></p>
38 <dd>Pointer to a previously declared <a href="ogg_stream_state.html">ogg_stream_state</a> struct, which represents the current logical bitstream.</dd>
ogg_stream_packetout.html 18 <p><i>declared in "ogg/ogg.h";</i></p>
50 <dd>Pointer to a previously declared <a
ogg_stream_pageout.html 18 <p><i>declared in "ogg/ogg.h";</i></p>
52 <dd>Pointer to a previously declared <a href="ogg_stream.html">ogg_stream</a> struct, which represents the current logical bitstream.</dd>
ogg_sync_pageout.html 18 <p><i>declared in "ogg/ogg.h";</i></p>
39 <dd>Pointer to a previously declared <a href="ogg_sync_state.html">ogg_sync_state</a> struct. Normally, the internal storage of this struct should be filled with newly read data and verified using <a href="ogg_sync_wrote.html">ogg_sync_wrote</a>.</dd>
  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.cpp 83 // parameters than it is declared to take. This does not attempt to
84 // take into account gratuitous differences in declared types,
  /external/protobuf/src/google/protobuf/
package_info.h 50 // from multiple threads simultaneously as long as the object is declared
52 // if it were declared const). However, if an object is accessed in one
  /external/qemu/memcheck/
memcheck_logging.h 35 // Tracing flags (see trace_flags declared in memcheck.c), and macros
81 /* Set of tracing flags (declared in memchek.c). */
  /external/valgrind/main/drd/tests/
fp_race_xml.stderr.exp 52 <xauxwhat><text>declared at fp_race.c:24, in frame #? of thread x</text> <file>fp_race.c</file> <line>...</line> </xauxwhat>
75 <xauxwhat><text>declared at fp_race.c:24, in frame #? of thread x</text> <file>fp_race.c</file> <line>...</line> </xauxwhat>
  /external/valgrind/main/helgrind/tests/
tc01_simple_race.stderr.exp 27 declared at tc01_simple_race.c:9
42 declared at tc01_simple_race.c:9
tc05_simple_race.stderr.exp 27 declared at tc05_simple_race.c:10
42 declared at tc05_simple_race.c:10
tc16_byterace.stderr.exp 27 a global variable declared at tc16_byterace.c:7
42 a global variable declared at tc16_byterace.c:7
  /frameworks/base/core/java/android/widget/
BaseExpandableListAdapter.java 109 * @return 0 for any group or child position, since only one child type count is declared.
125 * @return 0 for any groupPosition, since only one group type count is declared.
  /libcore/luni/src/main/java/org/w3c/dom/
DocumentType.java 35 * external and internal, declared in the DTD. Parameter entities are
51 * A <code>NamedNodeMap</code> containing the notations declared in the
  /libcore/luni/src/test/java/tests/api/java/lang/reflect/
GenericMethodsTests.java 26 * Tests unbounded type parameters declared on methods.
76 * Tests whether the type of the return type is the declared type parameter.
  /ndk/sources/host-tools/make-3.81/
configh.dos 24 /* Define if `sys_siglist' is declared by <signal.h>. */
107 /* Define to 1 if `sys_siglist' is declared by <signal.h> or <unistd.h>. */
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cif-code.def 72 /* Function is not declared as an inline. */
74 N_("function not declared inline and code size would grow"))

Completed in 438 milliseconds

<<21222324252627282930>>