/external/clang/test/SemaObjC/ |
D | block-omitted-return-type.m | 13 … //expected-warning {{attribute '_Nonnull' ignored, because it cannot be applied to omitted return… 16 …ull void { //expected-error {{nullability specifier '_Nonnull' cannot be applied to non-pointer ty… 19 … //expected-warning {{attribute '_Nonnull' ignored, because it cannot be applied to omitted return… 32 …/ expected-warning {{attribute '_Nullable' ignored, because it cannot be applied to omitted return… 33 …// expected-warning {{attribute '_Nonnull' ignored, because it cannot be applied to omitted return… 38 …// expected-warning {{attribute '_Nonnull' ignored, because it cannot be applied to omitted return…
|
/external/clang/test/SemaOpenCL/ |
D | invalid-kernel-attrs.cl | 11 …id kernel5() {} //expected-warning{{attribute 'vec_type_hint' is already applied with different pa… 15 …l7() {} //expected-warning{{attribute 'work_group_size_hint' is already applied with different pa… 17 … kernel8(){} // expected-error {{attribute 'reqd_work_group_size' can only be applied to a kernel}} 19 … kernel9(){} // expected-error {{attribute 'work_group_size_hint' can only be applied to a kernel}} 21 …) void kernel10(){} // expected-error {{attribute 'vec_type_hint' can only be applied to a kernel}}
|
/external/autotest/client/site_tests/kernel_CheckArmErrata/ |
D | control | 7 PURPOSE = "Check that ARM errata was applied" 10 fix applied but we can detect that the erratum wasn't applied.
|
/external/parameter-framework/upstream/test/functional-tests-legacy/xml/XML_Test/ |
D | Reference_dumpDomains | 2 - ConfigurableDomain: Domain_0_1 = {Sequence aware: no, Last applied configuration: <none>} 4 - ConfigurableDomain: Domain_1_2 = {Sequence aware: no, Last applied configuration: <none>}
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | vulkan.vert.out | 15 ERROR: 0:12: 'constant_id' : can only be applied to a scalar 18 ERROR: 0:13: 'constant_id' : can only be applied to 'const'-qualified scalar 19 ERROR: 0:13: 'constant_id' : cannot be applied to this type 21 ERROR: 0:15: 'constant_id' : can only be applied to a scalar
|
/external/iproute2/tipc/ |
D | link.c | 587 static void link_mon_print_applied(uint16_t applied, uint64_t up_map) in link_mon_print_applied() argument 592 for (i = 0; i < applied; i++) { in link_mon_print_applied() 605 static void link_mon_print_non_applied(uint16_t applied, uint16_t member_cnt, in link_mon_print_non_applied() argument 612 for (i = applied; i < member_cnt; i++) { in link_mon_print_non_applied() 616 if (i != applied) in link_mon_print_non_applied() 648 uint32_t applied; in link_mon_peer_list_cb() local 674 applied = mnl_attr_get_u32(attrs[TIPC_NLA_MON_PEER_APPLIED]); in link_mon_peer_list_cb() 676 if (!applied) in link_mon_peer_list_cb() 686 link_mon_print_applied(applied, up_map); in link_mon_peer_list_cb() 688 link_mon_print_non_applied(applied, member_cnt, up_map, in link_mon_peer_list_cb()
|
/external/icu/ |
D | README.android | 6 icu4c/ - ICU4C with Google and Android-specific patches applied. 8 icu4j/ - ICU4J with Google and Android-specific patches applied.
|
/external/llvm/test/CodeGen/SystemZ/ |
D | vec-or-02.ll | 20 ; ...and again with the XOR applied to the other operand of the AND. 48 ; ...and again with the XOR applied to the other operand of the AND. 73 ; ...and again with the XOR applied to the other operand of the AND. 97 ; ...and again with the XOR applied to the other operand of the AND.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | vec-or-02.ll | 20 ; ...and again with the XOR applied to the other operand of the AND. 48 ; ...and again with the XOR applied to the other operand of the AND. 73 ; ...and again with the XOR applied to the other operand of the AND. 97 ; ...and again with the XOR applied to the other operand of the AND.
|
/external/fonttools/Tests/feaLib/data/ |
D | spec4h2.fea | 12 # start of default rules that are applied under all language systems. 23 # end of default rules that are applied under all language systems.
|
/external/libcxx/docs/DesignDocs/ |
D | VisibilityMacros.rst | 13 visibility and inlining characteristics of the symbols they are applied to. 23 be applied to the declaration of all functions exported by the libc++ dylib. 27 only be applied to objects defined in the libc++ runtime library. On Windows, 34 This macro is applied to all `operator new` and `operator delete` overloads. 115 should be applied to all enum declarations. 134 **GCC Behavior**: GCC ignores visibility attributes applied the type in 192 by the libc++ library. This macro must be applied to all *exception types*. 207 Forces inlining of the function it is applied to. For visibility purposes,
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Assembler/ |
D | attribute-builtin.ll | 31 ; CHECK-BAD: Attribute 'builtin' can only be applied to a callsite. 33 ; CHECK-BAD: Attribute 'builtin' can only be applied to a callsite.
|
/external/llvm/test/Assembler/ |
D | attribute-builtin.ll | 31 ; CHECK-BAD: Attribute 'builtin' can only be applied to a callsite. 33 ; CHECK-BAD: Attribute 'builtin' can only be applied to a callsite.
|
/external/mesa3d/src/gallium/docs/source/cso/ |
D | sampler.rst | 37 applied to the coord. 39 coordinate is computed. Then, regular CLAMP_TO_EDGE is applied to the coord. 41 coordinate is computed. Then, regular CLAMP_TO_BORDER is applied to the 44 computed. Then, regular CLAMP is applied to the coord.
|
/external/grpc-grpc/tools/interop_matrix/patches/ |
D | README.md | 3 This directory has patch files that can be applied to different tags 16 Patch files in this directory are meant to be applied to a git tag
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SampleProfile/ |
D | coverage-warning.ll | 7 ; CHECK: warning: coverage-warning.c:1: 2 of 3 available profile records (66%) were applied 8 ; CHECK: warning: coverage-warning.c:1: 29000 of 30700 available profile samples (94%) were applied
|
/external/llvm/test/Transforms/SampleProfile/ |
D | coverage-warning.ll | 7 ; CHECK: warning: coverage-warning.c:1: 2 of 3 available profile records (66%) were applied 8 ; CHECK: warning: coverage-warning.c:1: 29000 of 30700 available profile samples (94%) were applied
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/ |
D | debuglineinfo-macho.test | 1 # Check that relocations get applied 9 # Check that relocations get applied correctly
|
/external/mesa3d/src/mesa/program/ |
D | prog_parameter_layout.c | 39 _mesa_combine_swizzles(unsigned base, unsigned applied) in _mesa_combine_swizzles() argument 45 const unsigned s = GET_SWZ(applied, i); in _mesa_combine_swizzles()
|
D | prog_parameter_layout.h | 35 extern unsigned _mesa_combine_swizzles(unsigned base, unsigned applied);
|
/external/parameter-framework/upstream/tools/coverage/ |
D | README.md | 6 applied. 11 - Configuration: detect configuration that are never applied.
|
/external/llvm/test/DebugInfo/ |
D | debuglineinfo-macho.test | 1 # Check that relocations get applied 9 # Check that relocations get applied correctly
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/ |
D | TargetCallingConv.td | 129 /// CCPromoteToType - If applied, this promotes the specified current value to 135 /// CCPromoteToUpperBitsInType - If applied, this promotes the specified current 141 /// CCBitConvertToType - If applied, this bitconverts the specified current 147 /// CCPassIndirect - If applied, this stores the value to stack and passes the pointer
|
/external/llvm/include/llvm/Target/ |
D | TargetCallingConv.td | 129 /// CCPromoteToType - If applied, this promotes the specified current value to 135 /// CCPromoteToUpperBitsInType - If applied, this promotes the specified current 141 /// CCBitConvertToType - If applied, this bitconverts the specified current 147 /// CCPassIndirect - If applied, this stores the value to stack and passes the pointer
|
/external/libxml2/ |
D | ChangeLog | 265 * schematron.c xpath.c: applied a couple of patches from Martin 392 * xmlreader.c: applied patch from Aswin to fix tree skipping 586 * parserInternals.c: applied patch from Ashwin to avoid a potential 591 * uri.c: applied patch from Ashwin fixing a number of realloc problems 680 * xstc/Makefile.am: applied patch from Mike Hommey fixing distclean, 770 applied patch from Tobias Minich to allow plugin schematron error 836 * python/Makefile.am python/tests/Makefile.am: applied cleanup 861 * xmlwriter.c: applied patch from Alfred Mickautsch to flush the 882 * dict.c: applied patch from Florent Guilian to remove an 905 * uri.c: applied a patch based on Petr Sumbera one to avoid a [all …]
|