HomeSort by relevance Sort by last modified time
    Searched full:unqualified (Results 101 - 125 of 434) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/clang/test/SemaCXX/
qualified-id-lookup.cpp 154 } // expected-error{{expected unqualified-id}}
coroutines.cpp 164 // no unqualified lookup results
178 // one unqualified lookup result
crashes.cpp 108 if (C<T> == 1) // expected-error{{expected unqualified-id}} \
  /external/google-breakpad/src/common/
language.h 69 // some simple textual composition of the unqualified name and its
  /external/vogar/src/vogar/
DotJavaFile.java 65 // We can get the unqualified class name from the path.
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
getElementsByTagNameNS09.java 44 * that namespace="*" matches namespace unqualified tagnames.
  /prebuilts/devtools/repository/
sdk-stats-1.xsd 22 attributeFormDefault="unqualified"
sdk-addons-list-2.xsd 22 attributeFormDefault="unqualified"
  /sdk/eclipse/scripts/
update_version.sh 55 # ---2--- Change unqualified version numbers in specific files
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_helpers.h 71 // Get the (unqualified) name that should be used for this field in C++ code.
77 // Get the unqualified name that should be used for a field's field
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_helpers.h 70 // Gets the unqualified class name for the file. Each .proto file becomes a
109 // Get the unqualified name that should be used for a field's field
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPSerializerRDF.java 405 * Write each of the parent's simple unqualified properties as an attribute. Returns true if all
450 * ... The fields as attributes, if all are simple and unqualified
454 * ... The fields as elements, if none are simple and unqualified
459 * ... The simple and unqualified fields as attributes
473 * following the unqualified forms ... &lt;/rdf:value&gt;
936 * &lt;rdf:value&gt; ... Property &quot;value&quot; following the unqualified
1028 // This node has no general qualifiers. Emit using an unqualified form.
    [all...]
  /external/protobuf/src/google/protobuf/compiler/java/
java_helpers.h 72 // Gets the unqualified class name for the file. For each .proto file, there
116 // Get the unqualified Java class name for mutable messages. i.e. without
129 // Get the unqualified name that should be used for a field's field
  /external/clang/www/
compatibility.html 53 <li><a href="#dep_lookup">Unqualified lookup in templates</a></li>
54 <li><a href="#dep_lookup_bases">Unqualified lookup into dependent bases of class templates</a></li>
444 <h3 id="dep_lookup">Unqualified lookup in templates</h3>
477 <p>The C++ standard says that unqualified names like <q>Multiply</q>
480 <p>First, the compiler does <i>unqualified lookup</i> in the scope
484 this point, unqualified lookup won't find it.
488 unqualified lookup can suppress ADL; see [basic.lookup.argdep]p3 for
492 finds in those namespaces, plus the declarations from unqualified
539 <p>Just like before, unqualified lookup didn't find any declarations
566 <h3 id="dep_lookup_bases">Unqualified lookup into dependent bases of class templates</h3
    [all...]
  /external/apache-harmony/luni/src/test/resources/net.resources/
README.txt 96 * WebName : The unqualified name of the host where the HTTP server is running.
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/namespace.memdef/
p3.cpp 34 // The name of the friend is not found by unqualified lookup (3.4.1) or by
  /external/clang/test/Parser/
cxx-casting.cpp 129 // expected-error {{expected unqualified-id}}
cxx-template-argument.cpp 12 A<int+> int x; // expected-error {{expected '>'}} expected-error {{expected unqualified-id}}
cxx0x-ambig.cpp 26 struct T bar : S {}; // expected-error {{expected ';' after top level declarator}} expected-error {{expected unqualified-id}}
  /external/libchrome/base/
scoped_generic.h 114 // present in the overload set, but we call swap unqualified so that
  /external/libxml2/test/schemas/
bug145246.xsd.imp 6 attributeFormDefault="unqualified">
  /external/parameter-framework/upstream/schemas/
ParameterSettings.xsd 2 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
  /external/protobuf/java/src/main/java/com/google/protobuf/
Descriptors.java 129 * @param name The unqualified type name to look for.
153 * @param name The unqualified type name to look for.
177 * @param name The unqualified type name to look for.
202 * @param name The unqualified extension name to look for.
566 /** Get the type's unqualified name. */
637 * @param name The unqualified name of the field (e.g. "foo").
662 * @param name The unqualified name of the nested type (e.g. "Foo").
677 * @param name The unqualified name of the nested type (e.g. "Foo").
835 /** Get the field's unqualified name. */
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/share/gdb/python/gdb/
types.py 39 return type_.unqualified()
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/share/gdb/python/gdb/
types.py 39 return type_.unqualified()

Completed in 1100 milliseconds

1 2 3 45 6 7 8 91011>>