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

1 2 3 4 5 6 78 91011>>

  /external/clang/test/SemaObjC/
continuation-class-err.m 9 @property(readwrite, assign) id object1; // expected-note {{property declared here}}
20 @property (copy) id fee; // expected-note {{property declared here}}
24 @property (copy) id foo; // expected-note {{property declared here}}
  /external/valgrind/main/memcheck/tests/
varinfo2.stderr.exp 6 declared at varinfo2.c:39, in frame #1 of thread 1
13 declared at varinfo2.c:42, in frame #1 of thread 1
20 declared at varinfo2.c:37, in frame #1 of thread 1
varinfo2.stderr.exp-ppc64 6 declared at varinfo2.c:39, in frame #1 of thread 1
13 declared at varinfo2.c:42, in frame #1 of thread 1
20 declared at varinfo2.c:37, in frame #1 of thread 1
varinfo4.stderr.exp 6 declared at varinfo4.c:45, in frame #1 of thread 1
13 declared at varinfo4.c:45, in frame #1 of thread 1
20 declared at varinfo4.c:45, in frame #1 of thread 1
varinfo4.stderr.exp-ppc64 6 declared at varinfo4.c:45, in frame #1 of thread 1
13 declared at varinfo4.c:45, in frame #1 of thread 1
20 declared at varinfo4.c:45, in frame #1 of thread 1
  /packages/providers/ContactsProvider/tests/
AndroidManifest.xml 35 The test declared in this instrumentation will be run along with tests declared by
37 The "itr" command will find all tests declared by all applications. If you want to run just these
  /packages/providers/PartnerBookmarksProvider/tests/
AndroidManifest.xml 26 The test declared in this instrumentation will be run along with tests
27 declared by all other applications via the command: "adb shell itr".
28 The "itr" command will find all tests declared by all applications.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
profil.h 31 - pr_scale is declared as unsigned long (instead of "unsigned int")
32 - pr_size is declared as size_t (instead of "unsigned int")
33 - pr_off is declared as void * (instead of "__psunsigned_t")
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
profil.h 31 - pr_scale is declared as unsigned long (instead of "unsigned int")
32 - pr_size is declared as size_t (instead of "unsigned int")
33 - pr_off is declared as void * (instead of "__psunsigned_t")
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
profil.h 31 - pr_scale is declared as unsigned long (instead of "unsigned int")
32 - pr_size is declared as size_t (instead of "unsigned int")
33 - pr_off is declared as void * (instead of "__psunsigned_t")
  /bionic/libc/private/
resolv_static.h 6 /* this structure contains all the variables that were declared
  /external/chromium/net/base/
keygen_handler.cc 10 // CryptoModuleBlockingPasswordDelegate can be forward-declared on platforms
  /external/clang/test/Analysis/
default-diagnostic-visitors.c 8 int *password; // expected-note {{'password' declared without an initial value}}
  /external/clang/test/CXX/basic/basic.scope/basic.scope.pdecl/
p3.cpp 15 EPtrSize = sizeof((E*)0) // ok, E is already declared
  /external/clang/test/CXX/class/class.mem/
p14.cpp 3 // In addition, if class T has a user-declared constructor (12.1),
  /external/clang/test/CXX/class.access/class.access.base/
p5.cpp 19 private: static int x; // expected-note 5 {{declared private here}}
30 public: static int x; // expected-note{{member is declared here}}
48 protected: static int x; // expected-note{{member is declared here}}
87 int field; // expected-note {{member is declared here}}
  /external/clang/test/CXX/class.access/class.access.nest/
p1.cpp 25 int y; // expected-note {{declared private here}}
  /external/clang/test/CXX/class.access/
p6.cpp 22 typedef int type; // expected-note {{declared private here}}
38 operator Protected (); // expected-note {{declared protected here}}
39 A(Protected); // expected-note {{declared protected here}}
41 operator Private (); // expected-note {{declared private here}}
42 A(Private); // expected-note {{declared private here}}
126 enum Enum { E0, E1, E2 }; // expected-note 4 {{declared private here}}
147 private: class private_inner {}; // expected-note {{declared private here}}
176 operator UnspecifiedBoolType() const; // expected-note {{implicitly declared private here}}
186 operator char*() const; // expected-note {{implicitly declared private here}}
  /external/clang/test/CXX/temp/temp.param/
p1.cpp 11 class X0 {}; // expected-note{{template is declared here}}
  /external/clang/test/PCH/
pragma-weak.c 10 // expected-warning {{weak identifier 'undeclaredvar' never declared}}
  /external/clang/test/Sema/
implicit-int.c 21 h19_insline(n) // expected-warning {{parameter 'n' was not declared, defaulting to type 'int'}}
x86-attr-force-align-arg-pointer.c 9 // Functions only have to be declared force_align_arg_pointer once.
  /external/clang/test/SemaCXX/
default-assignment-operator.cpp 5 int &ref; // expected-note {{declared here}} \
13 const int cint; // expected-note {{declared here}}
79 const int a; // expected-note{{declared here}}
93 X &operator=(const X&); // expected-note{{declared protected here}}
pr13394-crash-on-invalid.cpp 11 struct closure_t { // expected-note {{'closure_t' declared here}}
warn-pure-virtual-call-from-ctor-dtor.cpp 6 virtual void f() = 0; // expected-note 2 {{'f' declared here}}

Completed in 398 milliseconds

1 2 3 4 5 6 78 91011>>