HomeSort by relevance Sort by last modified time
    Searched full:qualified (Results 1 - 25 of 1160) 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/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...]
protocol-archane.m 11 bar((<SomeProtocol>)x); // expected-warning {{protocol has no object type specified; defaults to qualified 'id'}}
13 [(<SomeProtocol>)x bar]; // expected-warning {{protocol has no object type specified; defaults to qualified 'id'}}
40 - (void)crashWith:(<Broken>)a { // expected-warning {{protocol has no object type specified; defaults to qualified 'id'}}
  /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}}
57 _AS2 int as_field; // expected-error {{field may not be qualified with an address space}}
58 AS2Int typedef_as_field; // expected-error {{field 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/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 7 #ifndef QUALIFIED
  /frameworks/base/test-runner/src/junit/runner/
TestCollector.java 14 * Returns an enumeration of Strings with qualified class names
  /external/smack/src/com/kenai/jbosh/
BodyQName.java 20 * Qualified name of an attribute of the wrapper element. This class is
22 * Each qualified name consists of a namespace URI and a local name.
50 * Creates a new qualified name using a namespace URI and local name.
63 * Creates a new qualified name using a namespace URI and local name
91 * Get the namespace URI of this qualified name.
100 * Get the local part of this qualified name.
109 * Get the optional prefix used with this qualified name, or {@code null}
143 * Creates a new qualified name using the BOSH namespace URI and local name.
154 * Convenience method to compare this qualified name with a
158 * @return @{code true} if the qualified name is the same, {@code false
    [all...]
AbstractBody.java 28 * (qualified within the BOSH namespace:
57 * @return set of qualified attribute names
81 * @return map of qualified attributes
96 * Returns the qualified name of the root/wrapper element.
98 * @return qualified name
BodyParserResults.java 29 * Map of qualified names to their values. This map is defined to
46 * @param name attribute's qualified name
  /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/SemaObjCXX/
crash.mm 19 typedef std::pair<int, int> IntegerPair; // expected-error{{typedef declarator cannot be 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}}
  /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/Parser/
placeholder-recovery.m 8 // expected-warning{{protocol has no object type specified; defaults to qualified 'id'}}
  /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

Completed in 520 milliseconds

1 2 3 4 5 6 7 8 91011>>