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

1 23 4 5 6 7 8 91011>>

  /external/clang/test/SemaTemplate/
injected-class-name.cpp 14 X<float>::X<int> xi = x; // expected-error{{qualified reference to 'X' is a constructor name rather than a template name wherever a constructor can be declared}}
temp_arg_type.cpp 18 // Pass a qualified name:
instantiate-member-class.cpp 40 X<int>::X *xi; // expected-error{{qualified reference to 'X' is a constructor name rather than a type wherever a constructor can be declared}}
41 X<float>::X *xf; // expected-error{{qualified reference to 'X' is a constructor name rather than a type wherever a constructor can be declared}}
  /external/jdiff/src/jdiff/
PackageAPI.java 18 /** Full qualified name of the package. */
  /external/protobuf/src/google/protobuf/compiler/java/
java_helpers.h 71 // Converts the given fully-qualified name in the proto namespace to its
72 // fully-qualified name in the Java namespace, given that it is in the given
76 // These return the fully-qualified class name corresponding to the given
115 // Get the fully-qualified class name for a boxed primitive type, e.g.
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_helpers.h 72 // Converts the given fully-qualified name in the proto namespace to its
73 // fully-qualified name in the Java namespace, given that it is in the given
78 // These return the fully-qualified class name corresponding to the given
116 // Get the fully-qualified class name for a boxed primitive type, e.g.
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
AttributesImpl.java 144 * Return an attribute's qualified (prefixed) name.
147 * @return The attribute's qualified name, the empty string if
222 * Look up an attribute's index by qualified (prefixed) name.
224 * @param qName The qualified name.
241 * Look up an attribute's type by Namespace-qualified name.
263 * Look up an attribute's type by qualified (prefixed) name.
265 * @param qName The qualified name.
283 * Look up an attribute's value by Namespace-qualified name.
305 * Look up an attribute's value by qualified (prefixed) name.
307 * @param qName The qualified name
    [all...]
  /external/wpa_supplicant_8/hostapd/
wired.conf 29 # fully qualified domain name can be used here.
  /frameworks/compile/libbcc/lib/ExecutionEngine/
FileHandle.h 52 // Note: This function is designed not being qualified by const.
  /libcore/dalvik/src/main/java/dalvik/system/
DalvikLogging.java 29 * Traditionally loggers are named by fully-qualified Java classes; this
  /libcore/dom/src/test/java/org/w3c/domts/
JTidyDOMImplementation.java 57 * @param qualifiedName The qualified name of the document type to be
64 * INVALID_CHARACTER_ERR: Raised if the specified qualified name
87 * @param qualifiedName The qualified name of the document element to be
95 * INVALID_CHARACTER_ERR: Raised if the specified qualified name
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/testrunner/
IRemoteAndroidTestRunner.java 91 * @param className fully qualified class name (eg x.y.z)
102 * @param classNames array of fully qualified class names (eg x.y.z)
110 * @param className fully qualified class name (eg x.y.z)
119 * @param packageName fully qualified package name (eg x.y.z)
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
ISourceRevealer.java 28 * @param className the fully qualified class name
  /external/srec/portable/include/
PFileSystem.h 73 * @param path Fully qualified file path
83 * @param path Fully qualified directory path
93 * @param path Fully qualified file path
126 * @param path Fully qualified file path
204 * @param path Fully qualified file path
  /libcore/luni/src/main/java/javax/xml/
XMLConstants.java 60 * Namespaces in XML, 3. Qualified Names</a>
71 * Namespaces in XML, 3. Qualified Names</a>
82 * Namespaces in XML, 3. Qualified Names</a>
95 * Namespaces in XML, 3. Qualified Names</a>
111 * Namespaces in XML, 3. Qualified Names</a>
  /external/apache-xml/src/main/java/org/apache/xpath/operations/
Variable.java 49 /** The qualified name of the variable.
111 * should be searched backwards for the first qualified name that
154 * Set the qualified name of the variable.
156 * @param qname Must be a non-null reference to a qualified name.
164 * Get the qualified name of the variable.
166 * @return A non-null reference to a qualified name.
  /libcore/luni/src/main/java/javax/xml/transform/
package.html 68 <a name="qname-delimiter">Qualified Name Representation</a>
72 present something of a problem area when dealing with XML objects. Qualified
75 hold the identity. Therefore, when passing a Qualified Name like "xyz:foo"
101 then the Qualified Name would be "{http://xyz.foo.com/yada/baz.html}foo".
120 key name is <a href="#qname-delimiter">namespace qualified</a>. Output key names
121 that are namespace qualified are always allowed, although they may be
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
XSLTAttributeDef.java 503 * @param rawName The qualified name (with prefix).
537 * @param rawName The qualified name (with prefix).
570 * @param rawName The qualified name (with prefix).
614 * @param rawName The qualified name (with prefix).
663 * @param rawName The qualified name (with prefix).
746 * @param rawName The qualified name (with prefix).
780 * @param rawName The qualified name (with prefix).
824 * @param rawName The qualified name (with prefix).
858 * @param rawName The qualified name (with prefix).
920 * @param rawName The qualified name (with prefix)
    [all...]
  /libcore/luni/src/main/java/org/xml/sax/helpers/
ParserAdapter.java 45 * <p>This adapter does not test for duplicate Namespace-qualified
473 * @param qName The qualified (prefixed) name.
603 * @param qName The qualified (prefixed) name.
728 * Process a qualified (prefixed) name.
734 * @param qName The qualified (prefixed) name.
925 * Return the qualified (prefixed) name of the specified attribute.
928 * @return The attribute's qualified name, internalized.
975 * Look up an attribute index by qualified (prefixed) name.
977 * @param qName The qualified name.
1007 * Look up the type of an attribute by qualified (prefixed) name
    [all...]
  /cts/tools/dex-tools/src/dex/reader/
TypeFormatter.java 40 * J long F float D double Lfully/qualified/Name; the class
41 * fully.qualified.Name [descriptor array of descriptor, usable recursively
  /cts/tools/signature-tools/src/signature/model/util/
ModelUtil.java 40 * the fully qualified class name
133 * fully qualified class name
  /external/apache-xml/src/main/java/org/apache/xalan/extensions/
ExpressionContext.java 70 * Get a variable based on it's qualified name.
72 * @param qname The qualified name of the variable.
  /external/chromium/chrome/browser/ui/webui/options/
import_data_handler.cc 101 // TODO(csilv): Out-of-process import has only been qualified on MacOS X,
103 // conditional logic once oop import is qualified for Linux/Windows.
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/namespace.memdef/
p3.cpp 35 // qualified lookup (3.4.3) until a matching declaration is provided in that
40 // in a friend declaration is neither qualified nor a template-id and the
  /external/clang/test/SemaCXX/
member-expr.cpp 41 xp->::i = 7; // expected-error{{qualified member access refers to a member in the global namespace}}
42 xp->C::i = 7; // expected-error{{qualified member access refers to a member in namespace 'C'}}

Completed in 1520 milliseconds

1 23 4 5 6 7 8 91011>>