HomeSort by relevance Sort by last modified time
    Searched full:qualified (Results 1 - 25 of 1036) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CXX/class.access/class.friend/
p6.cpp 10 friend void ::f1() { } // expected-error{{friend function definition cannot be qualified with '::'}}
11 friend void X::f2() { } // expected-error{{friend function definition cannot be qualified with 'X::'}}
  /external/clang/test/Sema/
address_spaces.c 7 void bar(_AS2 int a); // expected-error {{parameter may not be qualified with an address space}}
10 _AS1 float b) // expected-error {{parameter may not be qualified with an address space}}
18 _AS1 int local; // expected-error {{automatic variable qualified with an address space}}
19 _AS1 int array[5]; // expected-error {{automatic variable qualified with an address space}}
20 _AS1 int arrarr[5][5]; // expected-error {{automatic variable qualified with an address space}}
49 _AS1 ft qf; // expected-error {{function type may not be qualified with an address space}}
50 typedef _AS1 ft qft; // expected-error {{function type may not be qualified with an address space}}
declspec.c 23 __restrict__ fptr v3; // expected-error {{pointer to function type 'f' (aka 'int (void)') may not be 'restrict' qualified}}
24 f *__restrict__ v4; // expected-error {{pointer to function type 'f' (aka 'int (void)') may not be 'restrict' qualified}}
  /external/clang/test/SemaObjC/
arc-non-pod-memaccess.m 24 memcpy(sip, ptr, 17); // expected-warning{{destination for this 'memcpy' call is a pointer to ownership-qualified type}} \
26 memcpy(wip, ptr, 17); // expected-warning{{destination for this 'memcpy' call is a pointer to ownership-qualified type}} \
28 memcpy(aip, ptr, 17); // expected-warning{{destination for this 'memcpy' call is a pointer to ownership-qualified type}} \
32 memcpy(ptr, sip, 17); // expected-warning{{source of this 'memcpy' call is a pointer to ownership-qualified type}} \
34 memcpy(ptr, wip, 17); // expected-warning{{source of this 'memcpy' call is a pointer to ownership-qualified type}} \
36 memcpy(ptr, aip, 17); // expected-warning{{source of this 'memcpy' call is a pointer to ownership-qualified type}} \
40 memmove(sip, ptr, 17); // expected-warning{{destination for this 'memmove' call is a pointer to ownership-qualified type}} \
42 memmove(wip, ptr, 17); // expected-warning{{destination for this 'memmove' call is a pointer to ownership-qualified type}} \
44 memmove(aip, ptr, 17); // expected-warning{{destination for this 'memmove' call is a pointer to ownership-qualified type}} \
48 memmove(ptr, sip, 17); // expected-warning{{source of this 'memmove' call is a pointer to ownership-qualified type}}
    [all...]
arc-objc-lifetime.m 37 __strong I *__strong test1; // expected-error {{the type 'I *__strong' is already explicitly ownership-qualified}}
38 __strong I *(__strong test2); // expected-error {{the type 'I *__strong' is already explicitly ownership-qualified}}
39 __strong I *(__strong (test3)); // expected-error {{the type 'I *__strong' is already explicitly ownership-qualified}}
  /external/jmdns/src/javax/jmdns/
NetworkTopologyListener.java 18 * The NetworkTopologyEvent providing the name and fully qualified type of the service.
26 * The NetworkTopologyEvent providing the name and fully qualified type of the service.
ServiceTypeListener.java 19 * The service event providing the fully qualified type of the service.
31 * The service event providing the fully qualified type of the service with subtype.
ServiceListener.java 28 * The ServiceEvent providing the name and fully qualified type of the service.
36 * The ServiceEvent providing the name and fully qualified type of the service.
45 * The ServiceEvent providing the name, the fully qualified type of the service, and the service info record.
  /external/clang/test/SemaCXX/
member-class-11.cpp 6 Y::~Y() { } // expected-error{{non-friend class member '~Y' cannot have a qualified name}}
new-delete-predefined-decl-2.cpp 6 #ifndef QUALIFIED
  /frameworks/base/test-runner/src/junit/runner/
TestCollector.java 14 * Returns an enumeration of Strings with qualified class names
  /external/chromium/net/tools/flip_server/
spdy_util.cc 18 // TODO(mbelshe): if uri is fully qualified, need to strip protocol/host.
24 // uri is not fully qualified.
  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/class.qual/
p2.cpp 21 X0::X0 X0::f1() { return X0(); } // expected-error{{qualified reference to 'X0' is a constructor name rather than a type wherever a constructor can be declared}}
25 template<typename T> X1<T>::X1<T> X1<T>::f2() { } // expected-error{{qualified reference to 'X1' is a constructor name rather than a template name wherever a constructor can be declared}}
26 template<typename T> X1<T>::X1<T> (X1<T>::f2)(int) { } // expected-error{{qualified reference to 'X1' is a constructor name rather than a template name wherever a constructor can be declared}}
  /sdk/lint/libs/lint_api/src/com/android/tools/lint/client/api/
SdkInfo.java 35 * @param parentViewFqcn the fully qualified class name of the parent view
36 * @param childViewFqcn the fully qualified class name of the child view
57 * Returns the fully qualified name of the parent view, or null if the view
60 * @param fqcn the fully qualified class name of the view
61 * @return the fully qualified class name of the parent view, or null
  /libcore/luni/src/main/java/org/xml/sax/
Attributes.java 25 * <li>by Namespace-qualified name; or</li>
26 * <li>by qualified (prefixed) name.</li>
50 * <var>false</var>, access by qualified name may not be available; if
52 * <var>false</var>, access by Namespace-qualified names may not be
120 * Look up an attribute's XML qualified (prefixed) name by index.
123 * @return The XML qualified name, or the empty string
190 * Look up the index of an attribute by XML qualified (prefixed) name.
192 * @param qName The qualified (prefixed) name.
216 * Look up an attribute's type by XML qualified (prefixed) name.
221 * @param qName The XML qualified name
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
VarNameCollector.java 55 * Tell if the given qualified name occurs in
56 * the list of qualified names collected.
58 * @param refName Must be a valid qualified name.
59 * @return true if the list contains the qualified name.
  /external/clang/test/SemaTemplate/
typename-specifier-3.cpp 19 template<class T> struct test3 { T b() { return typename a; } }; // expected-error{{expected a qualified name after 'typename'}}
  /libcore/luni/src/main/java/javax/xml/datatype/
DatatypeConstants.java 204 * <p>Fully qualified name for W3C XML Schema 1.0 datatype <code>dateTime</code>.</p>
209 * <p>Fully qualified name for W3C XML Schema 1.0 datatype <code>time</code>.</p>
214 * <p>Fully qualified name for W3C XML Schema 1.0 datatype <code>date</code>.</p>
219 * <p>Fully qualified name for W3C XML Schema 1.0 datatype <code>gYearMonth</code>.</p>
224 * <p>Fully qualified name for W3C XML Schema 1.0 datatype <code>gMonthDay</code>.</p>
229 * <p>Fully qualified name for W3C XML Schema 1.0 datatype <code>gYear</code>.</p>
234 * <p>Fully qualified name for W3C XML Schema 1.0 datatype <code>gMonth</code>.</p>
239 * <p>Fully qualified name for W3C XML Schema 1.0 datatype <code>gDay</code>.</p>
244 * <p>Fully qualified name for W3C XML Schema datatype <code>duration</code>.</p>
249 * <p>Fully qualified name for XQuery 1.0 and XPath 2.0 datatype <code>dayTimeDuration</code>.</p
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
QName.java 32 * Class to represent a qualified name: "The name of an internal XSLT object,
186 * @param localName Local part of qualified name
198 * @param localName Local part of qualified name
229 * @param qname Qualified name to resolve
242 * @param qname Qualified name to resolve
320 * @param qname Qualified name to resolve
335 * @param qname Qualified name to resolve
409 * @param qname Qualified name to resolve
422 * @param qname Qualified name to resolve
506 * Returns the local part of the qualified name
    [all...]
  /external/clang/test/CXX/dcl.decl/dcl.meaning/
p1.cpp 7 struct PR8019::x { int x; }; // expected-error{{non-friend class member 'x' cannot have a qualified name}}
13 struct PR8019::x2 { }; // expected-error{{non-friend class member 'x2' cannot have a qualified name}}
  /external/jmonkeyengine/engine/src/core/checkers/quals/
Dependent.java 9 * Refines the qualified type of the annotated field or variable based on the
10 * qualified type of the receiver. The annotation declares a relationship
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
ISourceRevealer.java 27 * @param className the fully qualified class name
35 * @param fqmn fully qualified method name
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_helpers.h 52 // Returns the non-nested type name for the given type. If "qualified" is
56 // Then the qualified ClassName for Qux would be:
58 // While the non-qualified version would be:
60 string ClassName(const Descriptor* descriptor, bool qualified);
61 string ClassName(const EnumDescriptor* enum_descriptor, bool qualified);
82 // Returns the fully-qualified type name field->message_type(). Usually this
90 // Note: non-built-in type names will be qualified, meaning they will start
  /development/samples/training/NsdChat/
proguard.cfg 16 # and specify the fully qualified class name to the JavaScript interface
  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.classref/
p3.cpp 8 // refers to (possibly cv-qualified) T.

Completed in 1173 milliseconds

1 2 3 4 5 6 7 8 91011>>