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

1 2 3 45 6 7 8 91011>>

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
util.h 43 /** Return the fully qualified domain name in s */
  /sdk/apkbuilder/etc/
apkbuilder.bat 20 rem and set up progdir to be the fully-qualified pathname of its directory.
  /sdk/draw9patch/etc/
draw9patch.bat 20 rem and set up progdir to be the fully-qualified pathname of its directory.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/
TestSuiteReference.java 36 * @param className the fully qualified name of the test class
  /sdk/hierarchyviewer/etc/
hierarchyviewer1.bat 20 rem and set up progdir to be the fully-qualified pathname of its directory.
  /sdk/layoutopt/app/etc/
layoutopt.bat 20 rem and set up progdir to be the fully-qualified pathname of its directory.
  /development/testrunner/
test_defs.xsd 22 elementFormDefault="qualified">
86 <!-- Fully qualified Java test class to run. -->
89 <!-- Fully qualified InstrumentationTestRunner to execute. -->
  /external/apache-xml/src/main/java/org/apache/xml/utils/
AttList.java 118 * Look up an attribute's qualified name by index.
123 * @return The attribute's qualified name
240 * @param qName The qualified (prefixed) name.
  /external/proguard/docs/manual/
gui.html 168 by means of a comma-separated list of wildcarded, fully-qualified class
205 window. Fill out the fully-qualified class name in the <b>Code</b> text field,
209 fully qualified interface name in the <b>Extends/implements class</b> instead.
243 <li>The <b>Annotation</b> text field takes the fully-qualified name of an
248 <li>The <b>Class</b> text field takes the fully-qualified name of the class or
251 <li>The <b>Annotation</b> text field takes the fully-qualified name of an
256 <li>The <b>Extends/implements class</b> text field takes the fully-qualified
275 <li>The <b>Annotation</b> text field takes the fully-qualified name of an
280 <li>The <b>Return type</b> text field takes the fully-qualified type of the
298 <li>The <b>Annotation</b> text field takes the fully-qualified name of a
    [all...]
  /libcore/luni/src/main/java/java/lang/
StackTraceElement.java 48 * the fully qualified name of the class where execution is at.
135 * Returns the fully qualified name of the class belonging to this
138 * @return the fully qualified type name of the class
  /libcore/luni/src/main/java/java/sql/
ParameterMetaData.java 63 * Gets the fully-qualified name of the Java class which should be passed as
69 * @return the fully qualified Java class name of the parameter with the
125 * fully-qualified name is returned if the parameter is a <i>User
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SimpleElement.java 28 * The semantic of the element name is to be a fully qualified class name of a View to inflate.
52 * @param fqcn A fully qualified class name of a View to inflate, e.g.
54 * @param parentFqcn The fully qualified class name of the parent of this element.
68 * Returns the element name, which must match a fully qualified class name of
85 * Returns the fully qualified class name of the parent, if the element originated
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/xml/
AndroidManifest.java 306 * Combines a java package, with a class value from the manifest to make a fully qualified
310 * @return the fully qualified class name.
333 // just add the class as it should be a fully qualified java name.
339 * Given a fully qualified activity name (e.g. com.foo.test.MyClass) and given a project
343 * @param fullActivityName a fully qualified activity class name, e.g. "com.foo.test.MyClass"
  /external/clang/test/SemaCXX/
expression-traits.cpp 217 // qualified-id, or an operator-function-id is a primary-
223 // the only qualified-id form that can start without "::" (and thus
227 ASSERT_LVALUE(::Class::function); // qualified-id: function
228 ASSERT_LVALUE(::Class::variable); // qualified-id: variable
236 __is_lvalue_expr(::Class::NestedFuncTemplate); // qualified-id: template \
239 __is_lvalue_expr(::Class::NestedMemfunTemplate); // qualified-id: template \
264 // one of its base classes... is a qualified-id... The result is
300 // using-directive ) is a qualified-id; 3.4.3.2 describes name
301 // lookup for namespace members that appear in qualified-ids. The
339 // type or the (possibly cv-qualified) void type, creates a
    [all...]
  /external/clang/include/clang/AST/
TemplateName.h 196 /// \brief A qualified template name, where the qualification is kept
278 /// \brief Retrieve the underlying qualified template name
372 /// qualified name.
379 /// with a qualified name, and has no semantic meaning. In this
393 /// that this qualified name refers to.
411 /// \brief The template declaration that this qualified name refers
415 /// \brief The template declaration to which this qualified name
  /libcore/luni/src/main/java/org/xml/sax/helpers/
XMLReaderAdapter.java 323 * @param qName The qualified (prefixed) name.
345 * @param qName The qualified (prefixed) name.
477 * Return the qualified (prefixed) name of an attribute by position.
479 * @return The qualified name.
513 * Return the type of an attribute by qualified (prefixed) name.
525 * Return the value of an attribute by qualified (prefixed) name.
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemUse.java 57 * described in [2.4 Qualified Names].
81 * described in [2.4 Qualified Names].
99 * described in [2.4 Qualified Names].
  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
AttList.java 127 * Look up an attribute's qualified name by index.
132 * @return The attribute's qualified name
249 * @param qName The qualified (prefixed) name.
  /external/clang/test/CXX/special/class.ctor/
p5-0x.cpp 46 // - any non-variant non-static data member of const qualified type (or array
75 // - X is a union and all of its variant members are of const-qualified type (or
83 // const-qualified type (or array thereof),
  /external/javassist/src/main/javassist/bytecode/
Bytecode.java 295 * @param type the fully-qualified name of a throwable class.
820 * @param classname a fully-qualified class name.
856 * @param c the fully-qualified class name.
888 * @param c the fully-qualified class name
932 * @param clazz the fully-qualified class name.
990 * @param classname the fully-qualified class name.
1058 * @param classname the fully-qualified class name.
    [all...]
  /libcore/luni/src/main/java/org/xml/sax/ext/
Attributes2Impl.java 164 * @param qName The XML qualified (prefixed) name.
233 * @param qName The qualified (prefixed) name, or the empty string
234 * if qualified names are not available.
  /cts/tools/dasm/etc/
dasm 18 # and set up progdir to be the fully-qualified pathname of its directory.
  /cts/tools/dx-tests/etc/
cfassembler 18 # and set up progdir to be the fully-qualified pathname of its directory.
  /cts/tools/host/etc/
cts.bat 20 rem and set up progdir to be the fully-qualified pathname of its directory.
  /dalvik/dvz/
dvz.cpp 87 "\t[additional zygote args] fully.qualified.java.ClassName [args]\n", argv0);

Completed in 1594 milliseconds

1 2 3 45 6 7 8 91011>>