HomeSort by relevance Sort by last modified time
    Searched full:qualified (Results 76 - 100 of 2054) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/libxml2/test/schemas/
seq-dubl-elem1_0.xsd 5 elementFormDefault="qualified">
src-attribute3-2-form_0.xsd 10 <attribute ref="foo:bar" form="qualified"/>
idc-keyref-err1_1.xsd 6 elementFormDefault="qualified"
7 attributeFormDefault="qualified">
  /frameworks/data-binding/integration-tests/App With Spaces/app/
proguard-rules.pro 13 # and specify the fully qualified class name to the JavaScript interface
  /frameworks/data-binding/integration-tests/IndependentLibrary/app/
proguard-rules.pro 13 # and specify the fully qualified class name to the JavaScript interface
  /frameworks/data-binding/integration-tests/MultiModuleTestApp/app/
proguard-rules.pro 13 # and specify the fully qualified class name to the JavaScript interface
  /frameworks/data-binding/integration-tests/MultiModuleTestApp/testlibrary/
proguard-rules.pro 13 # and specify the fully qualified class name to the JavaScript interface
  /frameworks/data-binding/integration-tests/TestApp/app/
proguard-rules.pro 13 # and specify the fully qualified class name to the JavaScript interface
  /frameworks/data-binding/samples/BindingDemo/app/
proguard-rules.pro 13 # and specify the fully qualified class name to the JavaScript interface
  /libcore/luni/src/main/java/javax/xml/datatype/
DatatypeConstants.java 204 * <p>Fully qualified name for W3C XML Schema 1.0 datatype <code>dateTime</code>.</p>
209 * <p>Fully qualified name for W3C XML Schema 1.0 datatype <code>time</code>.</p>
214 * <p>Fully qualified name for W3C XML Schema 1.0 datatype <code>date</code>.</p>
219 * <p>Fully qualified name for W3C XML Schema 1.0 datatype <code>gYearMonth</code>.</p>
224 * <p>Fully qualified name for W3C XML Schema 1.0 datatype <code>gMonthDay</code>.</p>
229 * <p>Fully qualified name for W3C XML Schema 1.0 datatype <code>gYear</code>.</p>
234 * <p>Fully qualified name for W3C XML Schema 1.0 datatype <code>gMonth</code>.</p>
239 * <p>Fully qualified name for W3C XML Schema 1.0 datatype <code>gDay</code>.</p>
244 * <p>Fully qualified name for W3C XML Schema datatype <code>duration</code>.</p>
249 * <p>Fully qualified name for XQuery 1.0 and XPath 2.0 datatype <code>dayTimeDuration</code>.</p
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
QName.java 32 * Class to represent a qualified name: "The name of an internal XSLT object,
186 * @param localName Local part of qualified name
198 * @param localName Local part of qualified name
229 * @param qname Qualified name to resolve
242 * @param qname Qualified name to resolve
320 * @param qname Qualified name to resolve
335 * @param qname Qualified name to resolve
409 * @param qname Qualified name to resolve
422 * @param qname Qualified name to resolve
506 * Returns the local part of the qualified name
    [all...]
  /external/clang/test/Sema/
warn-cast-qual.c 21 const int **intptrptrc = (const int **)intptrptr; // expected-warning {{cast from 'int **' to 'const int **' must have all intermediate pointers const qualified}}
22 volatile int **intptrptrv = (volatile int **)intptrptr; // expected-warning {{cast from 'int **' to 'volatile int **' must have all intermediate pointers const qualified}}
  /external/deqp/doc/testspecs/GLES31/
functional.shaders.multisample_interpolation.txt 45 test pattern with a sample-qualified varying. Using the same reasoning as in
64 interpolate_at_sample.centroid_qualifier cases interpolate a centroid-qualified
72 per-sample qualified varying and the value returned by
79 interpolateAtCentroid are equal to the values of a centroid qualified varying.
81 centroid-qualified and non-centroid-qualified varying and then compares the
82 values of centroid-qualified varying and interpolateAtCentroid function return
83 value when given the non-centroid-qualified varying as an input.
  /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/jsr330/tck/org/atinject/tck/auto/
Convertible.java 243 assertTrue("Expected qualified value",
245 assertTrue("Expected qualified value",
254 assertTrue("Expected qualified value",
256 assertTrue("Expected qualified value",
265 assertTrue("Expected qualified value",
267 assertTrue("Expected qualified value",
278 assertTrue("Expected qualified value",
280 assertTrue("Expected qualified value",
289 assertTrue("Expected qualified value",
291 assertTrue("Expected qualified value"
    [all...]
  /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}}
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/
ILanguageNames.java 46 * Calculates the language specific qualified name of a class.
50 * @return language specific qualified notation of the class
71 * Calculates the language specific fully qualified name of a method.
  /external/libxml2/os400/libxmlrpg/
chvalid.rpgle 21 d align qualified
28 d align qualified
37 d align qualified
  /external/tpm2/
Object_fp.h 22 TPM2B_NAME *parentQN, // IN: parent's qualified name
25 TPM2B_NAME *qualifiedName // OUT: qualified name of the object
75 TPM2B_NAME *qualifiedName // OUT: qualified name of the object
  /frameworks/compile/slang/tests/F_reduce_general_bad_accumulator/
stderr.txt.expect 8 reduce_general_bad_accumulator.rs:44:44: error: combiner CombineFn() for '#pragma rs reduce(redFn)' (reduce_general_bad_accumulator.rs:42:12) parameter 'other' (type 'Fn *') must point to const-qualified type
10 reduce_general_bad_accumulator.rs:44:44: error: combiner CombineFn() for '#pragma rs reduce(redFnOut)' (reduce_general_bad_accumulator.rs:47:12) parameter 'other' (type 'Fn *') must point to const-qualified type
11 reduce_general_bad_accumulator.rs:48:39: error: outconverter OutFn() for '#pragma rs reduce(redFnOut)' (reduce_general_bad_accumulator.rs:47:12) parameter 'val' (type 'Fn *') must point to const-qualified type
  /libcore/ojluni/src/main/java/java/lang/
TypeNotPresentException.java 55 * @param typeName the fully qualified name of the unavailable type
65 * Returns the fully qualified name of the unavailable type.
67 * @return the fully qualified name of the unavailable type
  /developers/build/prebuilts/androidtv/leanback/app/
proguard-rules.pro 13 # and specify the fully qualified class name to the JavaScript interface
  /developers/build/prebuilts/androidtv/visual-game-controller/
proguard-project.txt 16 # and specify the fully qualified class name to the JavaScript interface
  /developers/build/templates/create/_MODULE_/
proguard-project.txt 16 # and specify the fully qualified class name to the JavaScript interface
  /developers/samples/android/admin/AppRestrictionEnforcer/Application/
proguard-project.txt 16 # and specify the fully qualified class name to the JavaScript interface

Completed in 482 milliseconds

1 2 34 5 6 7 8 91011>>