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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Parser/
objc-error-qualified-implementation.m 9 @implementation I<P> @end // expected-error {{@implementation declaration cannot be protocol qualified}}
15 @implementation J < P,P > // expected-error {{@implementation declaration cannot be protocol qualified}}
20 @implementation K <P // expected-error {{@implementation declaration cannot be protocol qualified}}
24 @implementation I (Cat) <P> // expected-error {{@implementation declaration cannot be protocol qualified}}
28 @implementation I (Cat1) <P // expected-error {{@implementation declaration cannot be protocol qualified}}
placeholder-recovery.m 8 // expected-warning{{protocol has no object type specified; defaults to qualified 'id'}}
  /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::'}}
15 friend void T::f() {} // expected-error{{friend function definition cannot be qualified with 'T::'}}
  /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}}
  /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
  /external/chromium_org/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/SemaOpenCL/
invalid-kernel.cl 21 int* global x(int* x) { // expected-error {{return value cannot be qualified with address space}}
25 int* local x(int* x) { // expected-error {{return value cannot be qualified with address space}}
29 int* constant x(int* x) { // expected-error {{return value cannot be qualified with address space}}
  /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...]
  /developers/build/prebuilts/gradle/SpeedTracker/Application/
proguard-rules.pro 13 # and specify the fully qualified class name to the JavaScript interface
  /developers/build/prebuilts/gradle/SpeedTracker/Shared/
proguard-rules.pro 13 # and specify the fully qualified class name to the JavaScript interface
  /developers/build/prebuilts/gradle/SpeedTracker/Wearable/
proguard-rules.pro 13 # and specify the fully qualified class name to the JavaScript interface
  /developers/samples/android/wearable/wear/SpeedTracker/Application/
proguard-rules.pro 13 # and specify the fully qualified class name to the JavaScript interface
  /developers/samples/android/wearable/wear/SpeedTracker/Shared/
proguard-rules.pro 13 # and specify the fully qualified class name to the JavaScript interface
  /developers/samples/android/wearable/wear/SpeedTracker/Wearable/
proguard-rules.pro 13 # and specify the fully qualified class name to the JavaScript interface
  /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/chromium_org/third_party/WebKit/Source/bindings/core/
core.gypi 7 '../modules/v8/generated.gypi', # FIXME: remove once core scripts generate qualified includes correctly: http://crbug.com/358074

Completed in 744 milliseconds

1 2 3 4 5 6 7 8 91011>>