HomeSort by relevance Sort by last modified time
    Searched full:declared (Results 201 - 225 of 3874) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/clang/test/SemaObjC/
arc-decls.m 56 @property (retain) id newFoo; // expected-note {{property declared here}}
57 @property (strong) id copyBar; // expected-note {{property declared here}}
58 @property (copy) id allocBaz; // expected-note {{property declared here}}
73 - (void)bar:(id)b; // expected-note {{parameter declared here}}
76 - (id)ns_non; // expected-note {{method declared here}}
77 - (id)not_ret:(id) b __attribute((ns_returns_not_retained)); // expected-note {{method declared here}}
default-synthesize-2.m 33 // object has user declared setter/getter so it won't be
44 id uid; // expected-note {{instance variable is declared here}}
46 @property (readwrite, assign) id uid; // expected-note {{property declared here}}
90 id _var; // expected-note {{'_var' declared here}}
122 id y; // expected-note {{instance variable is declared here}}
124 @property(copy) id y; // expected-note {{property declared here}}
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/chromium_org/third_party/angle_dx11/src/compiler/
OutputGLSLBase.h 61 // Structs are declared as the tree is traversed. This set contains all
62 // the structs already declared. It is maintained so that a struct is
63 // declared only once.
  /external/clang/test/ASTMerge/
property.m 5 // CHECK: property2.m:12:26: error: property 'Prop1' declared with incompatible types in different translation units ('int' vs. 'float')
6 // CHECK: property1.m:10:28: note: declared here with type 'float'
8 // CHECK: property1.m:10:28: note: instance method 'Prop1' also declared here
  /external/clang/test/SemaCXX/
array-bounds-ptr-arith.cpp 5 const char hello[] = "Hello world!"; // expected-note 2 {{declared here}}
23 double numbers[2]; // expected-note {{declared here}}
27 char buffer[5]; // expected-note 2 {{declared here}}
default1.cpp 24 void j(X x = 17); // expected-note{{'::j' declared here}}
54 void jj (int f); // expected-note{{'jj' declared here}}
60 void j(int f = 4); // expected-note{{'j' 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/chromium_org/base/android/java/src/org/chromium/base/
PowerStatusReceiver.java 16 * declared in its manifest.
  /external/chromium_org/net/base/
keygen_handler.cc 10 // CryptoModuleBlockingPasswordDelegate can be forward-declared on platforms
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_scan.h 57 uint file_mask[TGSI_FILE_COUNT]; /**< bitmask of declared registers */
58 uint file_count[TGSI_FILE_COUNT]; /**< number of declared registers */
59 int file_max[TGSI_FILE_COUNT]; /**< highest index of declared registers */
61 uint immediate_count; /**< number of immediates declared */
  /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}}

Completed in 364 milliseconds

1 2 3 4 5 6 7 891011>>