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

1 2 3 4 5 6 7 8 91011>>

  /dalvik/dx/src/junit/runner/
TestCollector.java 13 * Returns an enumeration of Strings with qualified class names
  /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...]
  /external/clang/test/SemaCXX/
new-delete-predefined-decl-2.cpp 6 #ifndef QUALIFIED
function-type-qual.cpp 8 cfn f2; // expected-error {{a qualified function type cannot be used to declare a nonmember function}}
14 static cfn f4; // expected-error {{a qualified function type cannot be used to declare a static member function}}
issue547.cpp 14 struct classify_function<R(Args...) const> { // expected-warning{{template argument of 'const' qualified function type is a GNU extension}}
19 struct classify_function<R(Args...) volatile> { // expected-warning{{template argument of 'volatile' qualified function type is a GNU extension}}
24 struct classify_function<R(Args...) const volatile> { // expected-warning{{template argument of 'const volatile' qualified function type is a GNU extension}}
34 struct classify_function<R(Args......) const> { // expected-warning{{template argument of 'const' qualified function type is a GNU extension}}
39 struct classify_function<R(Args......) volatile> { // expected-warning{{template argument of 'volatile' qualified function type is a GNU extension}}
44 struct classify_function<R(Args......) const volatile> { // expected-warning{{template argument of 'const volatile' qualified function type is a GNU extension}}
49 struct classify_function<R(Args......) &&> { // expected-warning{{template argument of '&&' qualified function type is a GNU extension}}
54 struct classify_function<R(Args......) const &> { // expected-warning{{template argument of 'const &' qualified function type is a GNU extension}}
  /external/junit/src/junit/runner/
TestCollector.java 14 * Returns an enumeration of Strings with qualified class names
  /frameworks/base/test-runner/src/junit/runner/
TestCollector.java 14 * Returns an enumeration of Strings with qualified class names
  /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}}
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/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}}
  /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/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
  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.classref/
p3.cpp 8 // refers to (possibly cv-qualified) T.
  /external/clang/test/CXX/dcl.decl/dcl.init/
p5.cpp 6 // an entity of reference type is illformed. If T is a cv-qualified type, the
p6.cpp 6 // const-qualified type T, T shall be a class type with a
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.conv/
p3.cpp 7 // If A is a cv-qualified type, the top level cv-qualifiers of A's type
  /external/doclava/res/assets/templates/
todo.cs 71 <td><a href="#class_<?cs var:cl.qualified ?>"><?cs var:cl.qualified ?></a></td>
82 <h3><a name="class_<?cs var:cl.qualified ?>"><?cs var:cl.qualified ?></a></h3>
  /external/llvm/test/FrontendC++/
2006-11-30-Pubnames.cpp 2 // qualified global names.
  /libcore/luni/src/main/java/org/xml/sax/helpers/
AttributesImpl.java 136 * Return an attribute's qualified (prefixed) name.
139 * @return The attribute's qualified name, the empty string if
214 * Look up an attribute's index by qualified (prefixed) name.
216 * @param qName The qualified name.
233 * Look up an attribute's type by Namespace-qualified name.
255 * Look up an attribute's type by qualified (prefixed) name.
257 * @param qName The qualified name.
275 * Look up an attribute's value by Namespace-qualified name.
297 * Look up an attribute's value by qualified (prefixed) name.
299 * @param qName The qualified name
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/
AttributeInfo.java 124 * Sets the name of the class (fully qualified class name) which defined
127 * @param definedBy the name of the class (fully qualified class name) which
135 * Returns the name of the class (fully qualified class name) which defined
138 * @return the name of the class (fully qualified class name) which defined

Completed in 1040 milliseconds

1 2 3 4 5 6 7 8 91011>>