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

12 3 4 5 6 7 8 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
ISourceRevealer.java 27 * @param className the fully qualified class name
35 * @param fqmn fully qualified method name
  /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/SemaObjCXX/
arc-objc-lifetime.mm 36 __strong I *__strong test1; // expected-error {{the type 'I *__strong' is already explicitly ownership-qualified}}
37 __strong I *(__strong test2); // expected-error {{the type 'I *__strong' is already explicitly ownership-qualified}}
38 __strong I *(__strong (test3)); // expected-error {{the type 'I *__strong' is already explicitly ownership-qualified}}
  /developers/samples/android/connectivity/sync/BasicSyncAdapter/BasicSyncAdapterTests/
proguard-project.txt 16 # and specify the fully qualified class name to the JavaScript interface
  /developers/samples/android/testing/ActivityInstrumentationSample/
proguard-project.txt 16 # and specify the fully qualified class name to the JavaScript interface
  /developers/samples/android/testing/ActivityInstrumentationSample/tests/
proguard-project.txt 16 # and specify the fully qualified class name to the JavaScript interface
  /development/samples/training/NsdChat/
proguard.cfg 16 # and specify the fully qualified class name to the JavaScript interface
  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.classref/
p3.cpp 9 // refers to (possibly cv-qualified) T.
  /external/clang/test/CXX/dcl.decl/dcl.init/
p6.cpp 6 // const-qualified type T, T shall be a class type with a
  /external/clang/test/CXX/dcl.decl/dcl.meaning/
p1-0x.cpp 3 // The nested-name-specifier of a qualified declarator-id shall not begin with a decltype-specifier.
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.conv/
p3.cpp 8 // If A is a cv-qualified type, the top level cv-qualifiers of A's type
  /external/clang/test/CXX/temp/temp.res/temp.dep/temp.dep.constexpr/
p2.cpp 19 typename S<i>::T check4; // expected-error {{not an integral constant expression}} expected-error {{qualified name}}
  /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/openssh/regress/
reconfigure.sh 12 # otherwise make fully qualified
  /frameworks/volley/
proguard-project.txt 16 # and specify the fully qualified class name to the JavaScript interface
  /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/apps/DeviceConfig/
proguard-project.txt 16 # and specify the fully qualified class name to the JavaScript interface
  /sdk/apps/SdkController/
proguard-project.txt 16 # and specify the fully qualified class name to the JavaScript interface
  /sdk/files/
proguard-project.txt 16 # and specify the fully qualified class name to the JavaScript interface
  /sdk/testapps/aidlTest/libWithAidl/
proguard-project.txt 16 # and specify the fully qualified class name to the JavaScript interface
  /sdk/testapps/aidlTest/mainProject/
proguard-project.txt 16 # and specify the fully qualified class name to the JavaScript interface
  /sdk/testapps/buildConfigTest/app/
proguard-project.txt 16 # and specify the fully qualified class name to the JavaScript interface
  /sdk/testapps/buildConfigTest/lib1/
proguard-project.txt 16 # and specify the fully qualified class name to the JavaScript interface
  /sdk/testapps/customPropAnimTest/
proguard-project.txt 16 # and specify the fully qualified class name to the JavaScript interface
  /sdk/testapps/customViewTest/libWithCustomView/
proguard-project.txt 16 # and specify the fully qualified class name to the JavaScript interface

Completed in 570 milliseconds

12 3 4 5 6 7 8 91011>>