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

1 2 3 45 6 7 8 91011>>

  /tools/motodev/src/help/studio_help/src/topics/
u_new-content-provider.dita 29 non-qualified name.</stentry>
52 fully-qualified name of the content provider's class is used; this is automatically filled in for you by the
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
ViewMetadataRepository.java 105 /** Returns a map from class fully qualified names to {@link ViewData} objects */
147 * Returns a fully qualified class name for an element in the rendering document
158 // Therefore, we instead use the convention that the id is the fully qualified
458 /** Metadata holder for a view of a given fully qualified class name */
460 /** The fully qualified class name of the view */
508 /** Fully qualified class name of views of this type */
615 * Returns the {@link FillPreference} for classes with the given fully qualified class
618 * @param fqcn the fully qualified class name of the view
631 * Returns the {@link RenderMode} for classes with the given fully qualified class
634 * @param fqcn the fully qualified class nam
    [all...]
  /libcore/luni/src/main/java/javax/xml/transform/
Transformer.java 104 * <p>Pass a qualified name as a two-part string, the namespace URI
112 * then the qualified name would be "{http://xyz.foo.com/yada/baz.html}foo".
196 * <p>Pass a qualified property key name as a two-part string, the namespace
204 * then the qualified name would be "{http://xyz.foo.com/yada/baz.html}foo".
207 * argument keys are not recognized and are not namespace qualified.
242 * namespace qualified, the property will be ignored and not returned.
260 * <p>Pass a qualified property name as a two-part string, the namespace URI
268 * then the qualified name would be "{http://xyz.foo.com/yada/baz.html}foo".
275 * property name, which may be namespace qualified.
279 * not qualified with a namespace
    [all...]
  /dalvik/dx/etc/
jasmin 18 # and set up progdir to be the fully-qualified pathname of its directory.
  /development/tools/apkcheck/src/com/android/apkcheck/
FieldInfo.java 32 * @param type Fully-qualified binary or non-binary type name.
  /external/android-mock/src/com/google/android/testing/mocking/
GeneratedClassFile.java 28 * @param name the fully qualified name of the class.
  /external/clang/test/CodeGenObjCXX/
arc-globals.mm 3 // Test that we're properly retaining lifetime-qualified pointers
  /external/clang/test/Modules/
lookup.cpp 15 // qualified lookup into the translation unit
  /external/clang/test/Sema/
atomic-type.c 21 _Atomic(const int) error4; // expected-error {{_Atomic cannot be applied to qualified type}}
  /external/clang/test/SemaCXX/
cv-unqual-rvalues.cpp 4 // cv-qualified non-class type.
  /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:
  /external/jdiff/src/jdiff/
PackageAPI.java 18 /** Full qualified name of the package. */
  /external/jmdns/src/javax/jmdns/
ServiceEvent.java 39 * Returns the fully qualified type of the service.
  /external/jmonkeyengine/engine/src/core/checkers/quals/
DefaultQualifier.java 33 * should be fully-qualified, like "checkers.nullness.quals.NonNull".
  /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.
  /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/lint/libs/lint_checks/tests/src/com/android/tools/lint/checks/
WrongImportDetectorTest.java 30 "src/test/pkg/BadImport.java:5: Warning: Don't include android.R here; use a fully qualified name for each usage instead [SuspiciousImport]\n" +
  /sdk/monitor/
monitor 17 # and set up progdir to be the fully-qualified pathname of its directory.
  /external/clang/test/CXX/special/class.ctor/
p5-0x.cpp 49 // - any non-variant non-static data member of const qualified type (or array
52 class Deleted3a { const int a; }; // expected-note {{because field 'a' of const-qualified type 'const int' would not be initialized}} \
56 class Deleted3b { const DefaultedDefCtor1 a[42]; }; // expected-note {{because field 'a' of const-qualified type 'const DefaultedDefCtor1 [42]' would not be initialized}}
58 class Deleted3c { const DefaultedDefCtor2 a; }; // expected-note {{because field 'a' of const-qualified type 'const DefaultedDefCtor2' would not be initialized}}
75 // - X is a union and all of its variant members are of const-qualified type (or
87 // const-qualified type (or array thereof),
89 union { const int a; }; // expected-note {{because all data members of an anonymous union member are const-qualified}}

Completed in 951 milliseconds

1 2 3 45 6 7 8 91011>>