Home
last modified time | relevance | path

Searched full:has (Results 1 – 25 of 18119) sorted by relevance

12345678910>>...725

/external/e2fsprogs/tests/f_h_reindex/
Dexpect.15 Problem in HTREE directory inode 16001: block #1 has bad max hash
6 Problem in HTREE directory inode 16001: block #2 has bad min hash
7 Problem in HTREE directory inode 16001: block #2 has bad max hash
8 Problem in HTREE directory inode 16001: block #3 has bad min hash
9 Problem in HTREE directory inode 16001: block #3 has bad max hash
10 Problem in HTREE directory inode 16001: block #4 has bad min hash
11 Problem in HTREE directory inode 16001: block #4 has bad max hash
12 Problem in HTREE directory inode 16001: block #5 has bad min hash
13 Problem in HTREE directory inode 16001: block #5 has bad max hash
14 Problem in HTREE directory inode 16001: block #6 has bad min hash
[all …]
/external/libabigail/tests/data/test-abidiff/
Dtest-PR18791-report0.txt14 [C] 'method bool sigc::connection::block(bool)' has some indirect sub-type changes:
15 implicit parameter 0 of type 'sigc::connection*' has sub-type changes:
62 [C] 'method bool sigc::connection::blocked()' has some indirect sub-type changes:
63 implicit parameter 0 of type 'const sigc::connection*' has sub-type changes:
67 …[C] 'method sigc::connection::connection(const sigc::connection&)' has some indirect sub-type chan…
68 implicit parameter 0 of type 'sigc::connection*' has sub-type changes:
70 parameter 1 of type 'const sigc::connection&' has sub-type changes:
74 [C] 'method sigc::connection::connection()' has some indirect sub-type changes:
75 implicit parameter 0 of type 'sigc::connection*' has sub-type changes:
78 [C] 'method sigc::connection::connection(sigc::slot_base&)' has some indirect sub-type changes:
[all …]
/external/libabigail/tests/data/test-diff-dwarf/
DPR25058-liblttng-ctl-report-1.txt88 [C] 'function void lttng_action_destroy(lttng_action*)' has some indirect sub-type changes:
89 parameter 1 of type 'lttng_action*' has sub-type changes:
96 parameter 1 of type 'lttng_action*' has sub-type changes:
105 parameter 1 of type 'lttng_action*' has sub-type changes:
114 parameter 1 of type 'lttng_action*' has sub-type changes:
117 …[C] 'function lttng_action_type lttng_action_get_type(lttng_action*)' has some indirect sub-type c…
118 parameter 1 of type 'lttng_action*' has sub-type changes:
121 [C] 'function lttng_action* lttng_action_notify_create()' has some indirect sub-type changes:
125 …dd_context(lttng_handle*, lttng_event_context*, const char*, const char*)' has some indirect sub-t…
126 parameter 2 of type 'lttng_event_context*' has sub-type changes:
[all …]
Dtest30-vtable-changes-report-0.txt11 [C] 'method virtual void S::fn0()' has some indirect sub-type changes:
12 implicit parameter 0 of type 'S*' has sub-type changes:
18 'method virtual S::~S(int)' has some sub-type changes:
19 implicit parameter 0 of type 'S*' has sub-type changes:
21 'method virtual S::~S(int)' has some sub-type changes:
22 implicit parameter 0 of type 'S*' has sub-type changes:
24 'method virtual S::~S(int)' has some sub-type changes:
25 implicit parameter 0 of type 'S*' has sub-type changes:
27 'method virtual void S::fn0()' has some sub-type changes:
28 implicit parameter 0 of type 'S*' has sub-type changes:
[all …]
/external/e2fsprogs/tests/f_bad_inode_csum/
Dexpect.12 Inode 33 has a extra size (65535) which is invalid
47 Entry '86' in / (2) has deleted/unused inode 97. Clear? yes
49 Entry '87' in / (2) has deleted/unused inode 98. Clear? yes
51 Entry '88' in / (2) has deleted/unused inode 99. Clear? yes
53 Entry '89' in / (2) has deleted/unused inode 100. Clear? yes
55 Entry '90' in / (2) has deleted/unused inode 101. Clear? yes
57 Entry '91' in / (2) has deleted/unused inode 102. Clear? yes
59 Entry '92' in / (2) has deleted/unused inode 103. Clear? yes
61 Entry '93' in / (2) has deleted/unused inode 104. Clear? yes
63 Entry '94' in / (2) has deleted/unused inode 105. Clear? yes
[all …]
/external/skia/src/gpu/ganesh/gl/
DGrGLInterfaceAutogen.cpp211 fExtensions.has("GL_ARB_vertex_array_object") || in validate()
212 fExtensions.has("GL_APPLE_vertex_array_object"))) || in validate()
215 fExtensions.has("GL_OES_vertex_array_object"))) || in validate()
218 fExtensions.has("GL_OES_vertex_array_object") || in validate()
219 fExtensions.has("OES_vertex_array_object")))) { in validate()
229 fExtensions.has("GL_ARB_tessellation_shader"))) || in validate()
232 fExtensions.has("GL_OES_tessellation_shader")))) { in validate()
241 (glVer >= GR_GL_VER(3,0) && fExtensions.has("GL_EXT_blend_func_extended"))))) { in validate()
249 fExtensions.has("GL_ARB_blend_func_extended"))) || in validate()
251 (glVer >= GR_GL_VER(3,0) && fExtensions.has("GL_EXT_blend_func_extended"))))) { in validate()
[all …]
DGrGLAssembleGLESInterfaceAutogen.cpp160 } else if (extensions.has("GL_OES_vertex_array_object")) { in GrGLMakeAssembledGLESInterface()
168 } else if (extensions.has("GL_OES_tessellation_shader")) { in GrGLMakeAssembledGLESInterface()
172 if (glVer >= GR_GL_VER(3,0) && extensions.has("GL_EXT_blend_func_extended")) { in GrGLMakeAssembledGLESInterface()
176 if (glVer >= GR_GL_VER(3,0) && extensions.has("GL_EXT_blend_func_extended")) { in GrGLMakeAssembledGLESInterface()
180 if (extensions.has("GL_KHR_blend_equation_advanced")) { in GrGLMakeAssembledGLESInterface()
182 } else if (extensions.has("GL_NV_blend_equation_advanced")) { in GrGLMakeAssembledGLESInterface()
186 if (extensions.has("GL_EXT_clear_texture")) { in GrGLMakeAssembledGLESInterface()
194 } else if (extensions.has("GL_EXT_draw_instanced")) { in GrGLMakeAssembledGLESInterface()
197 } else if (extensions.has("GL_ANGLE_instanced_arrays")) { in GrGLMakeAssembledGLESInterface()
202 if (extensions.has("GL_EXT_base_instance")) { in GrGLMakeAssembledGLESInterface()
[all …]
DGrGLAssembleGLInterfaceAutogen.cpp166 } else if (extensions.has("GL_ARB_vertex_array_object")) { in GrGLMakeAssembledGLInterface()
170 } else if (extensions.has("GL_APPLE_vertex_array_object")) { in GrGLMakeAssembledGLInterface()
178 } else if (extensions.has("GL_ARB_tessellation_shader")) { in GrGLMakeAssembledGLInterface()
188 } else if (extensions.has("GL_ARB_blend_func_extended")) { in GrGLMakeAssembledGLInterface()
192 if (extensions.has("GL_KHR_blend_equation_advanced")) { in GrGLMakeAssembledGLInterface()
194 } else if (extensions.has("GL_NV_blend_equation_advanced")) { in GrGLMakeAssembledGLInterface()
201 } else if (extensions.has("GL_ARB_clear_texture")) { in GrGLMakeAssembledGLInterface()
209 } else if (extensions.has("GL_ARB_draw_instanced")) { in GrGLMakeAssembledGLInterface()
212 } else if (extensions.has("GL_EXT_draw_instanced")) { in GrGLMakeAssembledGLInterface()
220 } else if (extensions.has("GL_ARB_base_instance")) { in GrGLMakeAssembledGLInterface()
[all …]
/external/clang/test/SemaCXX/
Dpass-object-size.cpp23 …/expected-error{{cannot take address of function 'Foo' because parameter 1 has pass_object_size at… in Decls()
24 …/expected-error{{cannot take address of function 'Foo' because parameter 1 has pass_object_size at… in Decls()
26 …se parameter 1 has pass_object_size attribute}} expected-note@7{{candidate function has different … in Decls()
27 …se parameter 1 has pass_object_size attribute}} expected-note@7{{candidate function has different … in Decls()
29 …/expected-error{{cannot take address of function 'Foo' because parameter 1 has pass_object_size at… in Decls()
30 …arameter 1 has pass_object_size attribute}} expected-note@13{{candidate function has type mismatch… in Decls()
32 …/expected-error{{cannot take address of function 'Foo' because parameter 1 has pass_object_size at… in Decls()
33 …e parameter 1 has pass_object_size attribute}} expected-note@19{{candidate function has different … in Decls()
38 …A = &Foo; //expected-error{{cannot take address of function 'Foo' because parameter 1 has pass_obj… in Assigns()
39 …A = Foo; //expected-error{{cannot take address of function 'Foo' because parameter 1 has pass_obje… in Assigns()
[all …]
Dcxx0x-nontrivial-union.cpp26 int &i; // expected-error {{union member 'i' has reference type 'int &'}}
70 bool has; member
73 optional() : has(false) {} in optional()
75 optional(U &&...u) : has(true), value(forward<U>(u)...) {} in optional()
77 optional(const optional &o) : has(o.has) { in optional()
78 if (has) new (&value) T(o.value); in optional()
80 optional(optional &&o) : has(o.has) { in optional()
81 if (has) new (&value) T(move(o.value)); in optional()
85 if (has) { in operator =()
86 if (o.has) in operator =()
[all …]
/external/e2fsprogs/tests/f_holedir4/
Dexpect.19 Directory inode 12 has an unallocated block #2. Allocate? yes
11 Directory inode 12 has an unallocated block #3. Allocate? yes
13 Directory inode 12 has an unallocated block #4. Allocate? yes
15 Directory inode 12 has an unallocated block #5. Allocate? yes
17 Directory inode 12 has an unallocated block #6. Allocate? yes
19 Directory inode 12 has an unallocated block #7. Allocate? yes
21 Directory inode 12 has an unallocated block #8. Allocate? yes
23 Directory inode 12 has an unallocated block #9. Allocate? yes
25 Directory inode 12 has an unallocated block #10. Allocate? yes
27 Directory inode 12 has an unallocated block #11. Allocate? yes
[all …]
/external/tcpdump/tests/
Darp-oobr.out1 …rtype ARP (0x0806), length 60: Ethernet (len 6), IPv4 (len 4), Request who-has 192.168.1.1 tell 19…
2 …rtype ARP (0x0806), length 60: Ethernet (len 6), IPv4 (len 4), Request who-has 192.168.1.1 (00:55:…
3 …rtype ARP (0x0806), length 60: Ethernet (len 6), IPv4 (len 4), Request who-has 192.168.0.1 (00:13:…
4 …rtype ARP (0x0806), length 60: Ethernet (len 6), IPv4 (len 4), Request who-has 192.168.1.1 tell 19…
5 …rtype ARP (0x0806), length 60: Ethernet (len 6), IPv4 (len 4), Request who-has 192.168.212.1 tell …
6 …rtype ARP (0x0806), length 60: Ethernet (len 6), IPv4 (len 4), Request who-has 192.168.0.38 tell 1…
7 …rtype ARP (0x0806), length 60: Ethernet (len 6), IPv4 (len 4), Request who-has 192.168.1.1 tell 19…
8 …rtype ARP (0x0806), length 60: Ethernet (len 6), IPv4 (len 4), Request who-has 192.168.1.1 tell 19…
9 …rtype ARP (0x0806), length 60: Ethernet (len 6), IPv4 (len 4), Request who-has 192.168.1.1 tell 19…
10 …rtype ARP (0x0806), length 42: Ethernet (len 6), IPv4 (len 4), Request who-has 192.168.0.1 tell 19…
[all …]
/external/libabigail/tests/data/test-diff-pkg/
Dspice-server-0.12.4-19.el7.x86_64-0.12.8-1.el7.x86_64-report-2.txt22 …e_qxl_add_memslot(QXLInstance*, QXLDevMemSlot*)' at red_dispatcher.c:879:1 has some indirect sub-t…
23 parameter 1 of type 'QXLInstance*' has sub-type changes:
40 parameter 1 of type 'QXLInstance*' has sub-type changes:
45 parameter 1 of type 'QXLInstance*' has sub-type changes:
50 parameter 1 of type 'QXLInstance*' has sub-type changes:
55 parameter 1 of type 'QXLInstance*' has sub-type changes:
60 parameter 1 of type 'QXLInstance*' has sub-type changes:
65 parameter 1 of type 'QXLInstance*' has sub-type changes:
70 parameter 1 of type 'QXLInstance*' has sub-type changes:
75 parameter 1 of type 'QXLInstance*' has sub-type changes:
[all …]
/external/libabigail/tests/data/test-diff-filter/
Dtest33-report-0.txt6 …[C] 'function size_t _elf32_xltsize(const Elf_Data*, unsigned int, unsigned int, int)' has some in…
11 parameter 1 of type 'const Elf_Data*' has sub-type changes:
23 …[C] 'function size_t _elf64_xltsize(const Elf_Data*, unsigned int, unsigned int, int)' has some in…
25 [C] 'function long int _elf_load_i64L(const unsigned char*)' has some indirect sub-type changes:
30 [C] 'function long int _elf_load_i64M(const unsigned char*)' has some indirect sub-type changes:
35 …[C] 'function long unsigned int _elf_load_u64L(const unsigned char*)' has some indirect sub-type c…
40 …[C] 'function long unsigned int _elf_load_u64M(const unsigned char*)' has some indirect sub-type c…
45 …[C] 'function void _elf_store_i64L(unsigned char*, long unsigned int)' has some indirect sub-type …
50 …[C] 'function void _elf_store_i64M(unsigned char*, long unsigned int)' has some indirect sub-type …
55 …[C] 'function void _elf_store_u64L(unsigned char*, long unsigned int)' has some indirect sub-type …
[all …]
/external/clang/test/CXX/class/class.union/
Dp1.cpp10 …virtual void foo() { abort(); } // expected-note 4 {{because type 'Virtual' has a virtual member f… in foo()
13 class VirtualBase : virtual Okay { // expected-note 4 {{because type 'VirtualBase' has a virtual ba…
17 …Ctor() { abort(); } // expected-note 2{{because type 'Ctor' has a user-provided default constructo… in Ctor()
20 …Ctor2(); // expected-note {{because type 'Ctor2' has a user-provided default constructor}} expecte…
22 class CtorTmpl { // expected-note {{because type 'CtorTmpl' has no default constructor}}
35 …~Dtor() { abort(); } // expected-note 2 {{because type 'Dtor' has a user-provided destructor}} exp… in ~Dtor()
39 Virtual v; // expected-error {{union member 'v' has a non-trivial copy constructor}}
40 VirtualBase vbase; // expected-error {{union member 'vbase' has a non-trivial copy constructor}}
41 Ctor ctor; // expected-error {{union member 'ctor' has a non-trivial constructor}}
42 Ctor2 ctor2; // expected-error {{union member 'ctor2' has a non-trivial constructor}}
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZSubtarget.h116 // Return true if the target has the distinct-operands facility.
119 // Return true if the target has the load/store-on-condition facility.
122 // Return true if the target has the load/store-on-condition facility 2.
125 // Return true if the target has the high-word facility.
128 // Return true if the target has the floating-point extension facility.
131 // Return true if the target has the population-count facility.
134 // Return true if the target has the message-security-assist
138 // Return true if the target has the message-security-assist
142 // Return true if the target has the reset-reference-bits-multiple facility.
147 // Return true if the target has the fast-serialization facility.
[all …]
/external/clang/unittests/AST/
DASTImporterTest.cpp111 has( in TEST()
120 has( in TEST()
129 has( in TEST()
142 has( in TEST()
154 has( in TEST()
166 has( in TEST()
175 has( in TEST()
192 has( in TEST()
195 has(initListExpr( in TEST()
197 has(integerLiteral( in TEST()
[all …]
/external/libyuv/files/util/
Dcpuid.c66 printf("Has ARM %x\n", has_arm); in main()
67 printf("Has MIPS %x\n", has_mips); in main()
68 printf("Has X86 %x\n", has_x86); in main()
69 printf("Has LOONGARCH %x\n", has_loongarch); in main()
72 printf("Has NEON %x\n", has_neon); in main()
76 printf("Has MSA %x\n", has_msa); in main()
80 printf("Has LSX %x\n", has_lsx); in main()
82 printf("Has LASX %x\n", has_lasx); in main()
102 printf("Has SSE2 %x\n", has_sse2); in main()
103 printf("Has SSSE3 %x\n", has_ssse3); in main()
[all …]
/external/javaparser/javaparser-core-testing-bdd/src/test/resources/com/github/javaparser/
Dcomment_attribution_scenarios.story17 Then the compilation unit has 0 orphan comments
18 Then class 1 has 4 total contained comments
19 Then method 1 in class 1 has 4 total contained comments
20 Then method 1 in class 1 has 0 orphan comments
21 Then block statement in method 1 in class 1 has 4 total contained comments
22 Then block statement in method 1 in class 1 has 3 orphan comments
46 Then the compilation unit has 6 contained comments
51 Then class 1 has 4 total contained comments
52 Then method 1 in class 1 has 0 orphan comments
98 Then the compilation unit has 9 contained comments
[all …]
/external/libtextclassifier/native/utils/
Dvariant.h99 TC3_CHECK(Has<int8>()); in Value()
105 TC3_CHECK(Has<uint8>()); in Value()
111 TC3_CHECK(Has<int>()); in Value()
117 TC3_CHECK(Has<uint>()); in Value()
123 TC3_CHECK(Has<int64>()); in Value()
129 TC3_CHECK(Has<uint64>()); in Value()
135 TC3_CHECK(Has<float>()); in Value()
141 TC3_CHECK(Has<double>()); in Value()
147 TC3_CHECK(Has<bool>()); in Value()
156 TC3_CHECK(Has<std::string>()); in ConstRefValue()
[all …]
/external/clang/test/Sema/
Dformat-strings-ms.c23 …cted-warning{{format specifies type '__int64' (aka 'long long') but the argument has type 'short'}} in signed_test()
25 …pected-warning{{format specifies type '__int32' (aka 'int') but the argument has type 'long long'}} in signed_test()
26 …pected-warning{{format specifies type '__int32' (aka 'int') but the argument has type 'long long'}} in signed_test()
31 …cifies type 'unsigned __int64' (aka 'unsigned long long') but the argument has type 'unsigned shor… in unsigned_test()
33 …at specifies type 'unsigned __int32' (aka 'unsigned int') but the argument has type 'unsigned long… in unsigned_test()
34 …at specifies type 'unsigned __int32' (aka 'unsigned int') but the argument has type 'unsigned long… in unsigned_test()
52 …/ expected-warning{{format specifies type 'wint_t' (aka 'int') but the argument has type 'double'}} in w_test()
53 …arning{{format specifies type 'wchar_t' (aka 'unsigned short') but the argument has type 'double'}} in w_test()
54 …arning{{format specifies type 'wchar_t' (aka 'unsigned short') but the argument has type 'double'}} in w_test()
55 …ng{{format specifies type 'wchar_t *' (aka 'unsigned short *') but the argument has type 'double'}} in w_test()
[all …]
/external/clang/test/FixIt/
Dformat.m10 …printf("%s", x); // expected-warning{{format specifies type 'char *' but the argument has type 'in…
11 …printf("%lf", x); // expected-warning{{format specifies type 'double' but the argument has type 'i…
16 …NSLog(@"%s", x); // expected-warning{{format specifies type 'char *' but the argument has type 'in…
17 …NSLog(@"%lf", x); // expected-warning{{format specifies type 'double' but the argument has type 'i…
18 NSLog(@"%@", x); // expected-warning{{format specifies type 'id' but the argument has type 'int'}}
25 …printf("%d", x); // expected-warning{{format specifies type 'int' but the argument has type 'char …
27 …printf("%lf", x); // expected-warning{{format specifies type 'double' but the argument has type 'c…
31 …NSLog(@"%d", x); // expected-warning{{format specifies type 'int' but the argument has type 'char …
33 …NSLog(@"%lf", x); // expected-warning{{format specifies type 'double' but the argument has type 'c…
34 …NSLog(@"%@", x); // expected-warning{{format specifies type 'id' but the argument has type 'char *…
[all …]
/external/clang/test/Analysis/
Dtest-after-div-zero.c8 …if (x == 0) { } // expected-warning {{Value being compared against zero has already been used for … in err_eq()
9 } // expected-note@-1 {{Value being compared against zero has already been used for division}} in err_eq()
13 …if (0 == x) { } // expected-warning {{Value being compared against zero has already been used for … in err_eq2()
14 } // expected-note@-1 {{Value being compared against zero has already been used for division}} in err_eq2()
18 …if (x != 0) { } // expected-warning {{Value being compared against zero has already been used for … in err_ne()
19 } // expected-note@-1 {{Value being compared against zero has already been used for division}} in err_ne()
23 …if (x >= 0) { } // expected-warning {{Value being compared against zero has already been used for … in err_ge()
24 } // expected-note@-1 {{Value being compared against zero has already been used for division}} in err_ge()
28 …if (x <= 0) {} // expected-warning {{Value being compared against zero has already been used for d… in err_le()
29 } // expected-note@-1 {{Value being compared against zero has already been used for division}} in err_le()
[all …]
/external/python/google-api-python-client/docs/dyn/
Ddfareporting_v3_5.accountUserProfiles.html124 …&quot;objectIds&quot;: [ # Applicable when status is ASSIGNED. The user has access to objects with…
127 …. NONE means the user has access to none of the objects. ALL means the user has access to all obje…
131 …&quot;objectIds&quot;: [ # Applicable when status is ASSIGNED. The user has access to objects with…
134 …. NONE means the user has access to none of the objects. ALL means the user has access to all obje…
144 …&quot;objectIds&quot;: [ # Applicable when status is ASSIGNED. The user has access to objects with…
147 …. NONE means the user has access to none of the objects. ALL means the user has access to all obje…
154 …&quot;objectIds&quot;: [ # Applicable when status is ASSIGNED. The user has access to objects with…
157 …. NONE means the user has access to none of the objects. ALL means the user has access to all obje…
177 …&quot;objectIds&quot;: [ # Applicable when status is ASSIGNED. The user has access to objects with…
180 …. NONE means the user has access to none of the objects. ALL means the user has access to all obje…
[all …]
Ddfareporting_v3_3.accountUserProfiles.html124 …&quot;objectIds&quot;: [ # Applicable when status is ASSIGNED. The user has access to objects with…
127 …. NONE means the user has access to none of the objects. ALL means the user has access to all obje…
131 …&quot;objectIds&quot;: [ # Applicable when status is ASSIGNED. The user has access to objects with…
134 …. NONE means the user has access to none of the objects. ALL means the user has access to all obje…
144 …&quot;objectIds&quot;: [ # Applicable when status is ASSIGNED. The user has access to objects with…
147 …. NONE means the user has access to none of the objects. ALL means the user has access to all obje…
154 …&quot;objectIds&quot;: [ # Applicable when status is ASSIGNED. The user has access to objects with…
157 …. NONE means the user has access to none of the objects. ALL means the user has access to all obje…
177 …&quot;objectIds&quot;: [ # Applicable when status is ASSIGNED. The user has access to objects with…
180 …. NONE means the user has access to none of the objects. ALL means the user has access to all obje…
[all …]

12345678910>>...725