Searched refs:applied (Results 1 – 25 of 383) sorted by relevance
12345678910>>...16
/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/parameter-framework/test/functional-tests/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/jetty/src/resources/org/eclipse/jetty/webapp/jmx/ |
D | WebAppContext-mbean.properties | 3 defaultsDescriptor: Default web.xml descriptor applied before standard web.xml 4 overrideDescriptor: Override web.xml descriptor applied after standard web.xml
|
/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.
|
D | rasterizer.rst | 122 If set, point-filled polygons will have polygon offset factors applied 124 If set, line-filled polygons will have polygon offset factors applied 126 If set, filled polygons will have polygon offset factors applied 243 polygon offset has been applied and before depth testing.
|
/external/mesa3d/src/mesa/program/ |
D | prog_parameter_layout.h | 36 extern unsigned _mesa_combine_swizzles(unsigned base, unsigned applied);
|
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()
|
/external/llvm/include/llvm/Target/ |
D | TargetCallingConv.td | 119 /// CCPromoteToType - If applied, this promotes the specified current value to 125 /// CCPromoteToUpperBitsInType - If applied, this promotes the specified current 131 /// CCBitConvertToType - If applied, this bitconverts the specified current 137 /// CCPassIndirect - If applied, this stores the value to stack and passes the pointer
|
/external/parameter-framework/tools/coverage/ |
D | README.md | 6 applied. 11 - Configuration: detect configuration that are never applied.
|
/external/clang/test/Parser/ |
D | objcxx11-attributes.mm | 35 // expected-error {{'noreturn' attribute cannot be applied to a statement}} 39 …[[bitand, noreturn]]; // expected-error {{'noreturn' attribute cannot be applied to a statement}} \
|
/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 …]
|
/external/llvm/test/DebugInfo/ |
D | debuglineinfo.test | 6 ; This test verifies that relocations are correctly applied to the 8 ; If relocations are not applied the first two functions will be reported as
|
/external/skia/tools/chromium/ |
D | chrome_changes | 5 # In the future, these changes will be automatically applied and committed as
|
/external/tagsoup/tssl/ |
D | tssl.rnc | 18 ## A TSSL schema has a namespace, which is applied to the elements by default, 20 ## definitions, a root element, and attributes to be applied to all elements.
|
/external/clang/test/SemaObjC/ |
D | super-dealloc-attribute.m | 12 …S_SUPER; // expected-warning {{'objc_requires_super' attribute cannot be applied to methods in pro… 18 …uires_super)); // expected-warning {{'objc_requires_super' attribute cannot be applied to dealloc}}
|
D | method-warn-unused-attribute.m | 5 …result)); // expected-warning {{attribute 'warn_unused_result' cannot be applied to Objective-C me…
|
/external/valgrind/cachegrind/ |
D | cg_diff.in | 51 --mod-filename=<expr> a Perl search-and-replace expression that is applied 53 --mod-funcname=<expr> like --mod-filename, but applied to function names
|
/external/llvm/docs/ |
D | MCJITDesignAndImplementation.rst | 73 image must be loaded into suitable memory, relocations must be applied and 113 relocations have not yet been applied and the generated code is still not 120 relocations are applied. It is possible to apply relocations multiple 165 have a target location at which the relocation will be applied that is 170 Once relocations have been applied as described above, MCJIT calls
|
/external/srtp/googlepatches/ |
D | google-10-srtp-ios-fixes.pack | 24 - applied a security fix to not accept unencrypted SRTP unless specified by policy. 25 …- applied a fix to not crash when receiving a RTCP packet that had a much larger sequence number t…
|
/external/icu/icu4c/source/test/testdata/ |
D | format.txt | 27 …// or a calendar spec ERA=0,YEAR=1, etc.. applied to the calendar type specified by the loc… 232 …// or a calendar spec ERA=0,YEAR=1, etc.. applied to the calendar type specified by the loc… 442 …// or a calendar spec ERA=0,YEAR=1, etc.. applied to the calendar type specified by the loc… 543 …// or a calendar spec ERA=0,YEAR=1, etc.. applied to the calendar type specified by the loc… 575 …// or a calendar spec ERA=0,YEAR=1, etc.. applied to the calendar type specified by the loc…
|
/external/llvm/test/CodeGen/PowerPC/ |
D | ppc64-32bit-addic.ll | 1 ; Check that the ADDIC optimizations are not applied on PPC64
|
/external/llvm/test/Transforms/MemCpyOpt/ |
D | capturing-func.ll | 16 ; Check that the transformation isn't applied if the called function can
|
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/zips/ |
D | README | 15 files are tarballs of the original sources above with patches applied
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-collect-loh-str.ll | 5 ; if applied, may completely remove the definition or
|
12345678910>>...16