Home
last modified time | relevance | path

Searched refs:ill (Results 1 – 25 of 90) sorted by relevance

1234

/external/icu/icu4c/source/test/intltest/
Dlocalebuildertest.cpp475 for (const char* ill : illFormed) { in TestSetLanguageIllFormed() local
478 bld.setLanguage(ill); in TestSetLanguageIllFormed()
481 errln("setLanguage(\"%s\") should fail but has no Error\n", ill); in TestSetLanguageIllFormed()
573 for (const char* ill : illFormed) { in TestSetScriptIllFormed() local
576 bld.setScript(ill); in TestSetScriptIllFormed()
579 errln("setScript(\"%s\") should fail but has no Error\n", ill); in TestSetScriptIllFormed()
672 for (const char* ill : illFormed) { in TestSetRegionIllFormed() local
675 bld.setRegion(ill); in TestSetRegionIllFormed()
678 errln("setRegion(\"%s\") should fail but has no Error\n", ill); in TestSetRegionIllFormed()
852 for (const char* ill : illFormed) { in TestSetVariantIllFormed() local
[all …]
/external/strace/tests-m32/
Dsched_xetattr.c231 const kernel_ulong_t ill = f8ill_ptr_to_kulong(attr); in main() local
233 sys_sched_getattr(0, ill, sizeof(*attr), 0); in main()
235 (unsigned long long) ill, (unsigned) sizeof(*attr), in main()
238 sys_sched_setattr(0, ill, 0); in main()
240 (unsigned long long) ill, errstr); in main()
271 const kernel_ulong_t ill = f8ill_ptr_to_kulong(attr); in main() local
273 sys_sched_getattr(0, ill, sizeof(*attr), 0); in main()
275 (unsigned long long) ill, (unsigned) sizeof(*attr), in main()
278 sys_sched_setattr(0, ill, 0); in main()
280 (unsigned long long) ill, errstr); in main()
Dumovestr-illptr.c43 const kernel_ulong_t ill = f8ill_ptr_to_kulong(p); in main() local
44 rc = syscall(__NR_chdir, ill); in main()
46 (unsigned long long) ill, sprintrc(rc)); in main()
Dumoven-illptr.c47 const kernel_ulong_t ill = f8ill_ptr_to_kulong(p); in main() local
48 rc = syscall(__NR_nanosleep, ill, NULL); in main()
50 (unsigned long long) ill, sprintrc(rc)); in main()
Dpipe2.c55 const kernel_ulong_t ill = f8ill_ptr_to_kulong(fds); in main() local
56 rc = syscall(__NR_pipe2, ill, 0); in main()
58 (unsigned long long) ill, sprintrc(rc)); in main()
/external/strace/tests/
Dsched_xetattr.c231 const kernel_ulong_t ill = f8ill_ptr_to_kulong(attr); in main() local
233 sys_sched_getattr(0, ill, sizeof(*attr), 0); in main()
235 (unsigned long long) ill, (unsigned) sizeof(*attr), in main()
238 sys_sched_setattr(0, ill, 0); in main()
240 (unsigned long long) ill, errstr); in main()
271 const kernel_ulong_t ill = f8ill_ptr_to_kulong(attr); in main() local
273 sys_sched_getattr(0, ill, sizeof(*attr), 0); in main()
275 (unsigned long long) ill, (unsigned) sizeof(*attr), in main()
278 sys_sched_setattr(0, ill, 0); in main()
280 (unsigned long long) ill, errstr); in main()
Dumovestr-illptr.c43 const kernel_ulong_t ill = f8ill_ptr_to_kulong(p); in main() local
44 rc = syscall(__NR_chdir, ill); in main()
46 (unsigned long long) ill, sprintrc(rc)); in main()
Dumoven-illptr.c47 const kernel_ulong_t ill = f8ill_ptr_to_kulong(p); in main() local
48 rc = syscall(__NR_nanosleep, ill, NULL); in main()
50 (unsigned long long) ill, sprintrc(rc)); in main()
Dpipe2.c55 const kernel_ulong_t ill = f8ill_ptr_to_kulong(fds); in main() local
56 rc = syscall(__NR_pipe2, ill, 0); in main()
58 (unsigned long long) ill, sprintrc(rc)); in main()
/external/strace/tests-mx32/
Dsched_xetattr.c231 const kernel_ulong_t ill = f8ill_ptr_to_kulong(attr); in main() local
233 sys_sched_getattr(0, ill, sizeof(*attr), 0); in main()
235 (unsigned long long) ill, (unsigned) sizeof(*attr), in main()
238 sys_sched_setattr(0, ill, 0); in main()
240 (unsigned long long) ill, errstr); in main()
271 const kernel_ulong_t ill = f8ill_ptr_to_kulong(attr); in main() local
273 sys_sched_getattr(0, ill, sizeof(*attr), 0); in main()
275 (unsigned long long) ill, (unsigned) sizeof(*attr), in main()
278 sys_sched_setattr(0, ill, 0); in main()
280 (unsigned long long) ill, errstr); in main()
Dumovestr-illptr.c43 const kernel_ulong_t ill = f8ill_ptr_to_kulong(p); in main() local
44 rc = syscall(__NR_chdir, ill); in main()
46 (unsigned long long) ill, sprintrc(rc)); in main()
Dumoven-illptr.c47 const kernel_ulong_t ill = f8ill_ptr_to_kulong(p); in main() local
48 rc = syscall(__NR_nanosleep, ill, NULL); in main()
50 (unsigned long long) ill, sprintrc(rc)); in main()
Dpipe2.c55 const kernel_ulong_t ill = f8ill_ptr_to_kulong(fds); in main() local
56 rc = syscall(__NR_pipe2, ill, 0); in main()
58 (unsigned long long) ill, sprintrc(rc)); in main()
/external/clang/test/SemaObjC/
Darc-system-header.m16 … // expected-note@arc-system-header.h:14 {{declaration uses type that is ill-formed in ARC}}
21 … // expected-note@arc-system-header.h:19 {{declaration uses type that is ill-formed in ARC}}
46 // expected-note@arc-system-header.h:41 4 {{declaration uses type that is ill-formed in ARC}}
Darc-unavailable-system-function.m6 id * foo(); // expected-note {{declaration uses type that is ill-formed in ARC}}
/external/clang/test/CodeGenObjC/
D2009-01-21-invalid-debug-info.m7 // unit. This was later referred to by f1 and created ill formed debug
/external/clang/test/SemaCXX/
Dcomplex-overload.cpp52 int *cp4 = promote_or_convert3(1ill); // expected-error {{ambiguous}} in test_promote_or_convert3()
/external/icu/icu4c/source/data/brkitr/
Dfr.txt58 "ill.",
/external/clang/include/clang/Basic/
DDiagnosticCommonKinds.td147 "%select{have type 'long long'|be ill-formed}0 in C99 onwards">,
152 "%select{have type 'long long'|be ill-formed}0 in C++11 onwards">,
157 "this literal will %select{have type 'long long'|be ill-formed}0 "
/external/libcxx/include/experimental/
D__memory62 "Request for uses allocator construction is ill-formed");
Dpropagate_const142 "Instantiation of propagate_const with an array type is ill-formed.");
144 "Instantiation of propagate_const with a reference type is ill-formed.");
146 "Instantiation of propagate_const with a function-pointer type is ill-formed.");
148 … "Instantiation of propagate_const with a pointer to (possibly cv-qualified) void is ill-formed.");
/external/u-boot/arch/xtensa/cpu/
Dstart.S273 ill
318 ill
/external/icu/icu4c/source/test/cintltst/
Dcustrtst.c713 static const UChar32 supp=0x10402, supp2=0x10403, ill=0x123456; in TestSurrogateSearching() local
801 NULL!=u_strchr32(s+1, ill) || in TestSurrogateSearching()
802 NULL!=u_memchr32(s+1, ill, 9) || in TestSurrogateSearching()
803 NULL!=u_strrchr32(s+1, ill) || in TestSurrogateSearching()
804 NULL!=u_memrchr32(s+1, ill, 9) in TestSurrogateSearching()
/external/clang/docs/
DAutomaticReferenceCounting.rst517 is ill-formed. There is no transfer of ownership, and ARC inserts no retain
548 vice-versa, is ill-formed. For example, an Objective-C object pointer shall
575 than a retainable object pointer type is ill-formed, as discussed above, unless
651 ill-formed as discussed above unless the result is immediately used:
684 A program is ill-formed if it attempts to apply an ownership qualifier to a
694 a program is ill-formed if it attempts to form a pointer or reference type to a
739 * otherwise the program is ill-formed.
772 corresponding ownership. A property is ill-formed if it has conflicting
800 was ill-formed to synthesize such a property.
917 attribute. A program is ill-formed if it applies the ``__weak`` ownership
[all …]
/external/eigen/doc/
DLeastSquares.dox64 If the matrix \a A is ill-conditioned, then this is not a good method, because the condition number

1234