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

<<11121314151617181920>>

  /frameworks/base/core/java/android/util/
IntProperty.java 27 * @param <T> The class on which the Property is declared.
  /frameworks/base/tests/permission/
AndroidManifest.xml 26 The test declared in this instrumentation can be run via this command
  /frameworks/native/include/utils/
Trace.h 35 // the correct start and end times this macro should be declared first in the
  /hardware/ti/omap4xxx/
Android.mk 3 # only use the generic omap4 modules if no variant is declared
  /ndk/sources/cxx-stl/stlport/stlport/
complex 33 // Note that the template class complex is declared within namespace
  /packages/providers/DownloadProvider/tests/
AndroidManifest.xml 27 The test declared in this instrumentation can be run via this command
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/
complex 33 // Note that the template class complex is declared within namespace
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/
complex 33 // Note that the template class complex is declared within namespace
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/
complex 33 // Note that the template class complex is declared within namespace
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/
complex 33 // Note that the template class complex is declared within namespace
  /external/proguard/src/proguard/classfile/util/
DynamicMemberReferenceInitializer.java 35 * <code>Class.get[Declared]{Field,Method}</code> references of all instructions
108 // SomeClass.class.get[Declared]Field("someField").
116 // SomeClass.class.get[Declared]Method("someMethod", new Class[] {}).
126 // SomeClass.class.get[Declared]Method("someMethod", new Class[] { A.class }).
140 // SomeClass.class.get[Declared]Method("someMethod", new Class[] { A.class, B.class }).
158 // get[Declared]Field("someField").
165 // get[Declared]Method("someMethod", new Class[] {}).
174 // get[Declared]Method("someMethod", new Class[] { A.class }).
187 // get[Declared]Method("someMethod", new Class[] { A.class, B.class }).
503 (isDeclared ? "declared " : "")
    [all...]
  /external/bison/src/
symtab.h 74 /** Any \c \%destructor declared specifically for this symbol.
83 /** Any \c \%printer declared specifically for this symbol.
100 bool declared; member in struct:symbol
200 /** Any \c %destructor declared for this semantic type. */
202 /** Any \c %printer declared for this semantic type. */
  /external/clang/test/CXX/stmt.stmt/stmt.iter/stmt.ranged/
p1.cpp 37 int *begin(); // expected-note 3{{selected 'begin' function with iterator type 'int *'}} expected-note {{'begin' declared here}}
118 for (extern int a : A()) {} // expected-error {{loop variable 'a' may not be declared 'extern'}}
119 for (static int a : A()) {} // expected-error {{loop variable 'a' may not be declared 'static'}}
120 for (register int a : A()) {} // expected-error {{loop variable 'a' may not be declared 'register'}}
121 for (constexpr int a : A()) {} // expected-error {{loop variable 'a' may not be declared 'constexpr'}}
  /external/clang/test/SemaCXX/
alias-template.cpp 63 template<typename...T> struct S3 { // expected-note {{template parameter is declared here}}
84 template<typename T> class C4 { // expected-note {{template parameter is declared here}}
101 ~X<int>(); // expected-error {{destructor cannot be declared using a type alias}}
120 expected-note {{declared here}} \
126 template<typename Z> using U = int; // expected-note {{declared private here}}
new-delete.cpp 195 static void operator delete(void*, int); // expected-note {{'operator delete' declared here}}
196 static void operator delete(void*, float); // expected-note {{'operator delete' declared here}}
208 void operator delete(void*, int); // expected-note {{'operator delete' declared here}}
239 X15(); // expected-note {{declared private here}}
240 ~X15(); // expected-note {{declared private here}}
285 void* operator new(size_t, void*); // expected-note {{declared private here}}
289 void* operator new(size_t); // expected-note {{declared private here}}
290 void operator delete(void* p); // expected-note {{declared private here}}
394 struct A { A(); private: ~A(); }; // expected-note {{declared private here}}
enum-scoped.cpp 82 enum Redeclare2; // expected-error{{previously declared as scoped}}
83 enum Redeclare2; // expected-error{{previously declared as scoped}}
86 enum Redeclare3; // expected-error{{previously declared with fixed underlying type}}
87 enum Redeclare3; // expected-error{{previously declared with fixed underlying type}}
200 template<typename T> enum S<T>::A { a }; // expected-error {{previously declared with fixed underlying type}}
202 template<typename T> enum S<T>::C : int { c }; // expected-error {{previously declared as scoped}}
  /external/e2fsprogs/intl/
printf.c 64 /* Define auxiliary functions declared in "printf-args.h". */
67 /* Define auxiliary functions declared in "printf-parse.h". */
70 /* Define functions declared in "vasnprintf.h". */
252 /* Define auxiliary functions declared in "wprintf-parse.h". */
255 /* Define functions declared in "vasnprintf.h". */
  /cts/tools/dasm/src/java_cup/
parser.cup 44 in a few cases as variables declared in the action code section.
51 Several intermediate working structures are also declared in the action
119 /** table of declared symbols -- contains production parts indexed by name */
125 /** declared start non_terminal */
387 /* verify that the name has been declared as a non terminal */
392 "\" has not been declared");
425 /* if it wasn't declared, emit a message */
430 "\" has not been declared");
459 /* if we have no start non-terminal declared and this is
498 "\" has not been declared");
    [all...]
  /external/bison/lib/
strerror_r.c 66 /* Get sys_nerr, sys_errlist on HP-UX (otherwise only declared in C++ mode).
67 Get sys_nerr, sys_errlist on IRIX (otherwise only declared with _SGIAPI). */
245 /* NetBSD: sys_nerr, sys_errlist are declared through _NETBSD_SOURCE
247 HP-UX: sys_nerr, sys_errlist are declared explicitly above.
248 native Windows: sys_nerr, sys_errlist are declared in <stdlib.h>.
249 Cygwin: sys_nerr, sys_errlist are declared in <errno.h>. */
  /frameworks/base/docs/html/guide/topics/manifest/
uses-feature-element.jd 13 <li><a href="#declared">Filtering based on explicitly declared features</a></li>
35 elements declared in your app manifest to filter your app from devices
72 the declared feature, or whether it prefers to have the feature but can function
98 <p>Declared <code>&lt;uses-feature></code> elements are informational only, meaning
107 a version of the feature, such as the version of Open GL used (declared with
109 exist for a device, such as a camera, are declared using the
158 <p>The default value for <code>android:required</code> if not declared is
262 <h3 id="declared">Filtering based on explicitly declared features</h3
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
NamespaceSupport2.java 114 * declared.</p>
182 * even if you have declared one; to check for a default prefix,
211 * prefixes currently declared. The return value will be the
225 * the raw name has a prefix that has not been declared, then
277 * Return an enumeration of all prefixes currently declared.
283 * @return An enumeration of all prefixes declared in the
320 * Return an enumeration of all prefixes currently declared for a URI.
334 * @return An enumeration of all prefixes declared in the
356 * Return an enumeration of all prefixes declared in this context.
362 * @return An enumeration of all prefixes declared in thi
    [all...]
  /external/clang/include/clang/Basic/
LLVM.h 21 // Casting.h has complex templates that cannot be easily forward declared.
23 // None.h includes an enumerator that is desired & cannot be forward declared
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
blocks.mm 4 __block int var; // expected-note 2{{'var' declared here}}
39 int array[7]; // expected-note 2{{'array' declared here}}
  /external/clang/test/Parser/
cxx-class.cpp 64 typedef int F3() { return 0; } // expected-error{{function definition declared 'typedef'}}
65 typedef void F4() {} // expected-error{{function definition declared 'typedef'}}
  /external/clang/test/Sema/
function-redecl.c 5 void g0(); // expected-note{{previous declaration is here}} expected-note{{'g0' declared here}}
102 short x; // expected-warning{{promoted type 'int' of K&R function parameter is not compatible with the parameter type 'short' declared in a previous prototype}}

Completed in 715 milliseconds

<<11121314151617181920>>