Home
last modified time | relevance | path

Searched refs:qualified (Results 1 – 25 of 222) sorted by relevance

123456789

/external/icu/icu4c/source/test/testdata/
Demoji-test.txt16 # fully-qualified — see “Emoji Implementation Notes” in UTR#51
17 # non-fully-qualified — see “Emoji Implementation Notes” in UTR#51
26 1F600 ; fully-qualified # �� grinning face
27 1F601 ; fully-qualified # �� grinning face with smiling ey…
28 1F602 ; fully-qualified # �� face with tears of joy
29 1F923 ; fully-qualified # �� rolling on the floor laughing
30 1F603 ; fully-qualified # �� smiling face with open mouth
31 1F604 ; fully-qualified # �� smiling face with open mouth …
32 1F605 ; fully-qualified # �� smiling face with open mouth …
33 1F606 ; fully-qualified # �� smiling face with open mouth …
[all …]
/external/unicode/
Demoji-test.txt16 # fully-qualified — see “Emoji Implementation Notes” in UTS #51
17 # non-fully-qualified — see “Emoji Implementation Notes” in UTS #51
26 1F600 ; fully-qualified # �� grinning face
27 1F601 ; fully-qualified # �� beaming face with smiling eyes
28 1F602 ; fully-qualified # �� face with tears of joy
29 1F923 ; fully-qualified # �� rolling on the floor laughing
30 1F603 ; fully-qualified # �� grinning face with big eyes
31 1F604 ; fully-qualified # �� grinning face with smiling ey…
32 1F605 ; fully-qualified # �� grinning face with sweat
33 1F606 ; fully-qualified # �� grinning squinting face
[all …]
/external/clang/test/SemaObjCXX/
Dparameterized_classes_arc.mm19 …_weak id> *obj) { // expected-error {{type argument '__weak id' cannot be qualified with '__weak'}}
24 …g id> *obj) { // expected-error {{type argument '__strong id' cannot be qualified with '__strong'}}
35 …d*> *obj) { // expected-error {{type argument 'Forward *__weak' cannot be qualified with '__weak'}}
40 …*obj) { // expected-error {{type argument 'Forward *__strong' cannot be qualified with '__strong'}}
64 void test1i(PC1<const id> *obj) { // expected-error {{type argument 'const id' cannot be qualified
69 …e id> *obj) { // expected-error {{type argument 'volatile id' cannot be qualified with 'volatile'}}
74 …rror {{type argument '__attribute__((address_space(256))) id' cannot be qualified with '__attribut…
88 …<const T> *test3a(); // expected-error {{type argument 'const T' cannot be qualified with 'const'}}
89 … T> *test3b(); // expected-error {{type argument '__strong T' cannot be qualified with '__strong'}}
93 …ected-error {{type bound '__strong id' for type parameter 'T' cannot be qualified with '__strong'}}
[all …]
Darc-objc-lifetime.mm36 …trong test1; // expected-error {{the type 'I *__strong' is already explicitly ownership-qualified}}
37 …rong test2); // expected-error {{the type 'I *__strong' is already explicitly ownership-qualified}}
38 …ng (test3)); // expected-error {{the type 'I *__strong' is already explicitly ownership-qualified}}
Dpropert-dot-error.mm65 …d.Forward::property = 17; // expected-error{{property access cannot be qualified with 'Forward::'}}
66 …d->Forward::ivar = 12; // expected-error{{instance variable access cannot be qualified with 'Forwa…
Darc-templates.mm60 // Check substitution into lifetime-qualified dependent types.
105 …/ expected-error{{the type 'T_type' (aka '__weak id') is already explicitly ownership-qualified}} \
106 …/ expected-error{{the type 'T_type' (aka '__strong id') is already explicitly ownership-qualified}}
162 // Test partial ordering (qualified vs. non-qualified).
/external/clang/test/SemaObjC/
Dparameterized_classes_arc.m19 …_weak id> *obj) { // expected-error {{type argument '__weak id' cannot be qualified with '__weak'}}
24 …g id> *obj) { // expected-error {{type argument '__strong id' cannot be qualified with '__strong'}}
35 …d*> *obj) { // expected-error {{type argument 'Forward *__weak' cannot be qualified with '__weak'}}
40 …*obj) { // expected-error {{type argument 'Forward *__strong' cannot be qualified with '__strong'}}
64 void test1i(PC1<const id> *obj) { // expected-error {{type argument 'const id' cannot be qualified
69 …e id> *obj) { // expected-error {{type argument 'volatile id' cannot be qualified with 'volatile'}}
74 …rror {{type argument '__attribute__((address_space(256))) id' cannot be qualified with '__attribut…
81 …ected-error {{type bound '__strong id' for type parameter 'T' cannot be qualified with '__strong'}}
84 … expected-error {{type bound '__weak id' for type parameter 'T' cannot be qualified with '__weak'}}
87 …error {{type bound 'Forward *__strong' for type parameter 'T' cannot be qualified with '__strong'}}
[all …]
Darc-non-pod-memaccess.m24 …/ expected-warning{{destination for this 'memcpy' call is a pointer to ownership-qualified type}} \
26 …/ expected-warning{{destination for this 'memcpy' call is a pointer to ownership-qualified type}} \
28 …/ expected-warning{{destination for this 'memcpy' call is a pointer to ownership-qualified type}} \
32 …17); // expected-warning{{source of this 'memcpy' call is a pointer to ownership-qualified type}} \
34 …17); // expected-warning{{source of this 'memcpy' call is a pointer to ownership-qualified type}} \
36 …17); // expected-warning{{source of this 'memcpy' call is a pointer to ownership-qualified type}} \
40 … expected-warning{{destination for this 'memmove' call is a pointer to ownership-qualified type}} \
42 … expected-warning{{destination for this 'memmove' call is a pointer to ownership-qualified type}} \
44 … expected-warning{{destination for this 'memmove' call is a pointer to ownership-qualified type}} \
48 …7); // expected-warning{{source of this 'memmove' call is a pointer to ownership-qualified type}} \
[all …]
Dprotocol-archane.m11 …)x); // expected-warning {{protocol has no object type specified; defaults to qualified 'id'}}
13 …ar]; // expected-warning {{protocol has no object type specified; defaults to qualified 'id'}}
40 …oken>)a { // expected-warning {{protocol has no object type specified; defaults to qualified 'id'}}
Darc-objc-lifetime.m37 …trong test1; // expected-error {{the type 'I *__strong' is already explicitly ownership-qualified}}
38 …rong test2); // expected-error {{the type 'I *__strong' is already explicitly ownership-qualified}}
39 …ng (test3)); // expected-error {{the type 'I *__strong' is already explicitly ownership-qualified}}
/external/clang/test/Parser/
Dobjc-error-qualified-implementation.m9 …ementation I<P> @end // expected-error {{@implementation declaration cannot be protocol qualified}}
15 …ementation J < P,P > // expected-error {{@implementation declaration cannot be protocol qualified}}
20 @implementation K <P // expected-error {{@implementation declaration cannot be protocol qualified}}…
24 …ntation I (Cat) <P> // expected-error {{@implementation declaration cannot be protocol qualified}}
28 …entation I (Cat1) <P // expected-error {{@implementation declaration cannot be protocol qualified}}
/external/deqp/doc/testspecs/GLES31/
Dfunctional.shaders.multisample_interpolation.txt45 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.
/external/doclava/src/com/google/doclava/
DTypeInfo.java308 private void makeHDFRecursive(Data data, String base, boolean qualified, boolean isLastVararg, in makeHDFRecursive() argument
310 String label = qualified ? qualifiedTypeName() : simpleTypeName(); in makeHDFRecursive()
339 TypeInfo.makeHDF(data, base + ".typeArguments", mTypeArguments, qualified, typeVars); in makeHDFRecursive()
342 TypeInfo.makeHDF(data, base + ".superBounds", mSuperBounds, qualified, typeVars); in makeHDFRecursive()
345 TypeInfo.makeHDF(data, base + ".extendsBounds", mExtendsBounds, qualified, typeVars); in makeHDFRecursive()
349 public static void makeHDF(Data data, String base, ArrayList<TypeInfo> types, boolean qualified, in makeHDF() argument
353 type.makeHDFRecursive(data, base + "." + i++, qualified, false, typeVariables); in makeHDF()
357 public static void makeHDF(Data data, String base, ArrayList<TypeInfo> types, boolean qualified) { in makeHDF() argument
358 makeHDF(data, base, types, qualified, new HashSet<String>()); in makeHDF()
/external/clang/test/SemaOpenCL/
Dinvalid-kernel.cl21 int* global x(int* x) { // expected-error {{return value cannot be qualified with address space}}
25 int* local x(int* x) { // expected-error {{return value cannot be qualified with address space}}
29 int* constant x(int* x) { // expected-error {{return value cannot be qualified with address space}}
/external/libxml2/os400/libxmlrpg/
DschemasInternals.rpgle243 d align qualified
353 d align qualified
385 d align qualified
404 d align qualified
416 d align qualified
475 d align qualified
504 d align qualified
516 d align qualified
750 d align qualified
934 d align qualified
[all …]
Dchvalid.rpgle21 d align qualified
28 d align qualified
37 d align qualified
Dxpath.rpgle98 d align qualified
133 d align qualified
163 d align qualified
174 d align qualified
195 d align qualified
219 d align qualified
299 d align qualified
397 d align qualified
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.cc138 string ClassName(const Descriptor* descriptor, bool qualified) { in ClassName() argument
148 if (qualified) { in ClassName()
155 string ClassName(const EnumDescriptor* enum_descriptor, bool qualified) { in ClassName() argument
157 if (qualified) { in ClassName()
163 string result = ClassName(enum_descriptor->containing_type(), qualified); in ClassName()
Dcpp_helpers.h67 string ClassName(const Descriptor* descriptor, bool qualified);
68 string ClassName(const EnumDescriptor* enum_descriptor, bool qualified);
/external/turbine/javatests/com/google/turbine/lower/testdata/
Dcanon_class_header.test22 // qualified by `S<String>`
27 // of the superclass!), and is qualified by `S<String>` (not S<Number>)
/external/clang/include/clang/AST/
DBuiltinTypes.def69 // 'unsigned char', explicitly qualified
101 // 'signed char', explicitly qualified
187 // foo # possibly qualified, not if an implicit access
188 // foo # possibly qualified, not if an implicit access
189 // &foo # possibly qualified, not if an implicit access
/external/libmojo/mojo/public/tools/bindings/generators/
Dmojom_cpp_generator.py401 def GetCppDataViewType(kind, qualified=False): argument
404 add_same_module_namespaces=qualified, flatten_nested_kind=True)
411 return "mojo::ArrayDataView<%s>" % GetCppDataViewType(kind.kind, qualified)
414 GetCppDataViewType(kind.key_kind, qualified),
415 GetCppDataViewType(kind.value_kind, qualified)))
439 return GetCppDataViewType(kind, qualified=True)
/external/doclava/res/assets/templates/
Dtodo.cs71 <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/python/cpython2/Doc/library/
Dxml.sax.reader.rst87 *localname*. In addition, it provides a number of methods expecting qualified
378 Return the value for a qualified name.
383 Return the ``(namespace, localname)`` pair for a qualified *name*.
388 Return the qualified name for a ``(namespace, localname)`` pair.
393 Return the qualified names of all attributes.
/external/python/cpython3/Doc/library/
Dxml.sax.reader.rst88 *localname*. In addition, it provides a number of methods expecting qualified
377 Return the value for a qualified name.
382 Return the ``(namespace, localname)`` pair for a qualified *name*.
387 Return the qualified name for a ``(namespace, localname)`` pair.
392 Return the qualified names of all attributes.

123456789