Home
last modified time | relevance | path

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

1234567891011

/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/cldr/tools/java/org/unicode/cldr/util/data/emoji/
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/unicode/
Demoji-test.txt18 # fully-qualified — a fully-qualified emoji (see ED-18 in UTS #51),
20 # minimally-qualified — a minimally-qualified emoji (see ED-18a in UTS #51)
26 # • The RGI set is covered by the listed fully-qualified emoji.
27 # • The listed minimally-qualified and unqualified cover all cases where an
36 1F600 ; fully-qualified # �� grinning face
37 1F603 ; fully-qualified # �� grinning face with big eyes
38 1F604 ; fully-qualified # �� grinning face with smiling ey…
39 1F601 ; fully-qualified # �� beaming face with smiling eyes
40 1F606 ; fully-qualified # �� grinning squinting face
41 1F605 ; fully-qualified # �� grinning face with sweat
[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…
/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/libchrome/libchrome_tools/patch/
D0001-Use-qualified-base-make_optional-in-optional_unittes.patch4 Subject: [PATCH] Use qualified base::make_optional in optional_unittest.cc
13 This CL replaces them with qualified base::make_optional, and
35 + // Use qualified base::make_optional here and elsewhere to avoid the name
38 + // std::string. The other qualified base::make_optional usages are just for
/external/grpc-grpc/src/compiler/
Dcpp_generator_helpers.h38 bool qualified) { in ClassName() argument
47 if (qualified) { in ClassName()
/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/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/grpc-grpc/src/proto/grpc/reflection/v1alpha/
Dreflection.proto38 // Find the proto file that declares the given fully-qualified symbol name.
39 // This field should be a fully-qualified symbol name
53 // This field should be a fully-qualified type name. The format is
66 // Fully-qualified type name. The format should be <package>.<type>
/external/grpc-grpc-java/services/src/main/proto/io/grpc/reflection/v1alpha/
Dreflection.proto41 // Find the proto file that declares the given fully-qualified symbol name.
42 // This field should be a fully-qualified symbol name
56 // This field should be a fully-qualified type name. The format is
69 // Fully-qualified type name. The format should be <package>.<type>
/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()
/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/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>

1234567891011