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

1 2 3 45 6 7 8 91011>>

  /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/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.
nested-name-spec.cpp 30 void m(); // expected-note{{member declaration does not match because it is not const qualified}}
33 void f(int) const; // expected-note{{member declaration does not match because it is const qualified}}
98 typedef void C2::f5(int); // expected-error{{typedef declarator cannot be qualified}}
100 void f6(int A2::RC::x); // expected-error{{parameter declarator cannot be qualified}}
123 Operators operator+(const Operators&) const; // expected-note{{member declaration does not match because it is const qualified}}
257 int ::c; // expected-error{{non-friend class member 'c' cannot have a qualified name}}
277 // expected-error{{non-friend class member 'C' cannot have a qualified name}}
  /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/doclava/
android-changes.txt 5 which takes in a fully qualified annotation classname. The specified
  /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/protobuf/src/google/protobuf/compiler/javanano/
javanano_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
118 // 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/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}}
  /external/smack/src/org/jivesoftware/smackx/workgroup/agent/
AgentRoster.java 193 * @param user a fully qualified xmpp JID. The address could be in any valid format (e.g.
236 * Returns the key to use in the presenceMap for a fully qualified xmpp ID. The roster
238 * "user@domain/resource". If the roster contains an entry associated with the fully qualified
239 * xmpp ID then use the fully qualified xmpp ID as the key in presenceMap, otherwise use the
240 * bare address. Note: When the key in presenceMap is a fully qualified xmpp ID, the
243 * @param user the fully qualified xmpp ID, e.g. jdoe@example.com/Work.
244 * @return the key to use in the presenceMap for the fully qualified xmpp ID.
  /external/clang/test/Parser/
MicrosoftExtensions.cpp 159 typename T t;// expected-warning {{expected a qualified name after 'typename'}}
160 typename AAAA a;// expected-warning {{expected a qualified name after 'typename'}}
164 typedef typename T* pointerT;// expected-warning {{expected a qualified name after 'typename'}}
165 typedef typename SimpleTemplate<int> templateT;// expected-warning {{expected a qualified name after 'typename'}}
171 int k = typename var;// expected-error {{expected a qualified name after 'typename'}}
  /external/jmdns/src/javax/jmdns/impl/
ListenerStatus.java 55 * The ServiceEvent providing the name and fully qualified type of the service.
74 * The ServiceEvent providing the name and fully qualified type of the service.
90 * The ServiceEvent providing the name, the fully qualified type of the service, and the service info record.
173 * The service event providing the fully qualified type of the service.
191 * The service event providing the fully qualified type of the service with subtype.
  /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

Completed in 8899 milliseconds

1 2 3 45 6 7 8 91011>>