HomeSort by relevance Sort by last modified time
    Searched full:declared (Results 351 - 375 of 3775) sorted by null

<<11121314151617181920>>

  /packages/providers/CalendarProvider/tests/
AndroidManifest.xml 29 The test declared in this instrumentation will be run along with tests declared by
31 The "itr" command will find all tests declared by all applications. If you want to run just these
  /packages/providers/ContactsProvider/tests/
AndroidManifest.xml 40 The test declared in this instrumentation will be run along with tests declared by
42 The "itr" command will find all tests declared by all applications. If you want to run just these
  /external/selinux/secilc/docs/
cil_mls_labeling_statements.xml 81 <para>Associates a previously declared <literal><link linkend="sensitivityalias">sensitivityalias</link></literal> identifier to a previously declared <literal><link linkend="sensitivity">sensitivity</link></literal> identifier.</para>
103 <para>A single previously declared <literal><link linkend="sensitivityalias">sensitivityalias</link></literal> identifier.</para>
111 <para>A single previously declared <literal><link linkend="sensitivity">sensitivity</link></literal> identifier.</para>
152 <para>One or more previously declared <literal><link linkend="sensitivity">sensitivity</link></literal> or <literal><link linkend="sensitivityalias">sensitivityalias</link></literal> identifiers..</para>
176 <para>Declare a category identifier in the current namespace. Multiple category statements declared in the policy will form an ordered list.</para>
246 <para>Associates a previously declared <literal><link linkend="categoryalias">categoryalias</link></literal> identifier to a previously declared <literal><link linkend="category">category</link></literal> identifier.</para>
268 <para>A single previously declared <literal><link linkend="categoryalias">categoryalias</link></literal> identifier.</para>
276 <para>A single previously declared <literal><link linkend="category">category</link></literal> identifier.</para
    [all...]
  /cts/tools/signature-tools/src/signature/model/
IMethod.java 29 * If the declared return type is {@code void}
  /dalvik/dx/src/com/android/dx/cf/attrib/
InnerClassList.java 56 * @param accessFlags original declared access flags
76 /** original declared access flags */
87 * @param accessFlags original declared access flags
129 * Gets the original declared access flags.
  /external/bison/m4/
obstack-printf.m4 33 dnl Ensure obstack_printf() and obstack_vprintf() are declared
  /external/clang/test/Analysis/
uninit-const.cpp 65 int t; //expected-note {{'t' declared without an initial value}}
76 int *ptr; //expected-note {{'ptr' declared without an initial value}}
87 int k; // expected-note {{'k' declared without an initial value}}
104 int y; // expected-note {{'y' declared without an initial value}}
  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/
p7.cpp 36 template <class T> struct foo : bar<foo> {}; // expected-error {{use of class template 'foo' requires template arguments}} expected-note {{template is declared here}}
  /external/clang/test/CXX/class/class.nest/
p3.cpp 6 // declared in class X and later defined in the definition of class X or be
  /external/clang/test/CXX/except/except.handle/
p16.cpp 3 // The object declared in an exception-declaration or, if the
  /external/clang/test/CXX/special/class.inhctor/
p8.cpp 32 template<typename T> constexpr D::D(T t) : C(t) {} // expected-error {{definition of implicitly declared function}}
  /external/clang/test/CXX/temp/temp.decls/temp.class/temp.static/
p1-inst.cpp 3 // Test instantiation of static data members declared out-of-line.
  /external/clang/test/CXX/temp/temp.res/temp.dep/temp.dep.constexpr/
p2.cpp 8 // - a name declared with a dependent type
  /external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
p3.cpp 4 template<class T> class X; // expected-note {{'N::X' declared here}} \
  /external/clang/test/CXX/temp/temp.spec/temp.explicit/
p3.cpp 13 template<typename> struct X1; // expected-note 5{{declared here}}
26 struct Inner; // expected-note{{declared here}}
45 // If the declaration of the explicit instantiation names an implicitly-declared
77 template <typename STRING_TYPE> class BasicStringPiece; // expected-note {{template is declared here}}
  /external/clang/test/CodeGenObjC/
synthesize_ivar.m 18 // declared in continuation class.
  /external/clang/test/PCH/
functions.c 15 // expected-note@functions.h:7{{'f1' declared here}}
  /external/clang/test/Parser/
ms-if-exists.c 27 int x; // 'x' is declared in the parent scope.
  /external/clang/test/Sema/
attr-weak.c 18 extern int C __attribute__((weak_import)); // expected-warning {{an already-declared variable is made a weak_import declaration}}
  /external/clang/test/SemaCXX/
anonymous-struct.cpp 19 typedef struct { // expected-note {{use a tag name here to establish linkage prior to definition}} expected-note {{declared here}}
deprecated.cpp 57 Assign &operator=(const Assign&); // expected-warning {{definition of implicit copy constructor for 'Assign' is deprecated because it has a user-declared copy assignment operator}}
63 Ctor(const Ctor&); // expected-warning {{definition of implicit copy assignment operator for 'Ctor' is deprecated because it has a user-declared copy constructor}}
70 // expected-warning@-1 {{definition of implicit copy constructor for 'Dtor' is deprecated because it has a user-declared destructor}}
71 // expected-warning@-2 {{definition of implicit copy assignment operator for 'Dtor' is deprecated because it has a user-declared destructor}}
devirtualize-vtable-marking.cpp 25 // Since B's constructor is declared out of line, nothing in this file
implicit-exception-spec.cpp 11 // Noexcept::Noexcept() is implicitly declared as noexcept(false), because it
16 // Noexcept::Noexcept is not declared constexpr, therefore noexcept(Noexcept())
42 struct Inner { // expected-note {{declared here}}
46 } inner; // expected-note {{member is declared here}}
trivial-constructor.cpp 10 static_assert(!__has_trivial_constructor(T2), "T2 has a user-declared constructor!");
trivial-destructor.cpp 10 static_assert(!__has_trivial_destructor(T2), "T2 has a user-declared destructor!");

Completed in 2507 milliseconds

<<11121314151617181920>>