/external/skia/resources/sksl/errors/ |
D | CanExitWithoutReturningValue.sksl | 98 function 'if_only' can exit without returning a value 99 function 'return_on_if_but_not_else' can exit without returning a value 100 function 'return_on_else_but_not_if' can exit without returning a value 101 function 'for_with_conditional_return' can exit without returning a value 102 function 'for_with_conditional_break' can exit without returning a value 103 function 'for_with_conditional_continue' can exit without returning a value 104 function 'do_with_conditional_return' can exit without returning a value 105 function 'do_with_conditional_break' can exit without returning a value 106 function 'do_with_conditional_continue' can exit without returning a value 107 function 'bad_if_else_chain' can exit without returning a value [all …]
|
/external/executorch/extension/pybindings/ |
D | pybindings.pyi | 14 @experimental("This API is experimental and subject to change without notice.") 20 This API is experimental and subject to change without notice. 26 @experimental("This API is experimental and subject to change without notice.") 32 This API is experimental and subject to change without notice. 72 @experimental("This API is experimental and subject to change without notice.") 77 This API is experimental and subject to change without notice. 82 @experimental("This API is experimental and subject to change without notice.") 88 This API is experimental and subject to change without notice. 113 @experimental("This API is experimental and subject to change without notice.") 119 This API is experimental and subject to change without notice. [all …]
|
/external/skia/tests/sksl/errors/ |
D | CanExitWithoutReturningValue.glsl | 3 error: 6: function 'if_only' can exit without returning a value 6 error: 7: function 'return_on_if_but_not_else' can exit without returning a value 9 error: 8: function 'return_on_else_but_not_if' can exit without returning a value 12 error: 10: function 'for_with_conditional_return' can exit without returning a value 15 error: 11: function 'for_with_conditional_break' can exit without returning a value 18 error: 12: function 'for_with_conditional_continue' can exit without returning a value 21 error: 14: function 'do_with_conditional_return' can exit without returning a value 24 error: 15: function 'do_with_conditional_break' can exit without returning a value 27 error: 16: function 'do_with_conditional_continue' can exit without returning a value 30 error: 18: function 'bad_if_else_chain' can exit without returning a value [all …]
|
/external/fonttools/Tests/ttLib/data/ |
D | test_woff2_metadata.xml | 11 Description without language. 22 License without language. 33 Copyright without language. 44 Trademark without language. 55 <name>Extension 1 - Name Without Language</name> 59 <name>Extension 1 - Item 1 - Name Without Language</name> 62 <value>Extension 1 - Item 1 - Value Without Language</value> 67 <name>Extension 1 - Item 2 - Name Without Language</name> 70 <value>Extension 1 - Item 2 - Value Without Language</value> 76 <name>Extension 2 - Name Without Language</name> [all …]
|
/external/perfetto/test/trace_processor/diff_tests/stdlib/span_join/ |
D | tests_outer_join.py | 12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 39 ) WITHOUT ROWID; 46 ) WITHOUT ROWID; 70 ) WITHOUT ROWID; 76 ) WITHOUT ROWID; 95 ) WITHOUT ROWID; 101 ) WITHOUT ROWID; 128 ) WITHOUT ROWID; 134 ) WITHOUT ROWID; 168 ) WITHOUT ROWID; [all …]
|
/external/igt-gpu-tools/ |
D | LICENSE | 6 "Software"), to deal in the Software without restriction, including 7 without limitation the rights to use, copy, modify, merge, publish, 16 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 29 "Software"), to deal in the Software without restriction, including 30 without limitation the rights to use, copy, modify, merge, publish, 39 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 51 to deal in the Software without restriction, including without limitation 60 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 72 to deal in the Software without restriction, including without limitation 81 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR [all …]
|
D | COPYING | 6 "Software"), to deal in the Software without restriction, including 7 without limitation the rights to use, copy, modify, merge, publish, 16 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 29 "Software"), to deal in the Software without restriction, including 30 without limitation the rights to use, copy, modify, merge, publish, 39 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 51 to deal in the Software without restriction, including without limitation 60 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 72 to deal in the Software without restriction, including without limitation 81 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR [all …]
|
/external/pytorch/aten/src/ATen/detail/ |
D | XPUHooksInterface.h | 20 "Cannot initialize XPU without ATen_xpu library."); in initXPU() 30 "Cannot query detailed XPU version without ATen_xpu library."); in showConfig() 34 TORCH_CHECK(false, "Cannot get XPU global device index without ATen_xpu library."); in getGlobalIdxFromDevice() 38 TORCH_CHECK(false, "Cannot get XPU generator without ATen_xpu library."); 42 TORCH_CHECK(false, "Cannot get default XPU generator without ATen_xpu library."); 50 TORCH_CHECK(false, "Cannot get current device on XPU without ATen_xpu library."); in current_device() 54 TORCH_CHECK(false, "Cannot get device of pointer on XPU without ATen_xpu library."); in getDeviceFromPtr() 58 TORCH_CHECK(false, "Cannot synchronize XPU device without ATen_xpu library."); in deviceSynchronize() 62 TORCH_CHECK(false, "Cannot get XPU pinned memory allocator without ATen_xpu library."); in getPinnedMemoryAllocator() 70 TORCH_CHECK(false, "Cannot query primary context without ATen_xpu library."); in hasPrimaryContext()
|
D | CUDAHooksInterface.h | 69 TORCH_CHECK(false, "Cannot initialize CUDA without ATen_cuda library. ", CUDA_HELP); in initCUDA() 73 TORCH_CHECK(false, "Cannot get default CUDA generator without ATen_cuda library. ", CUDA_HELP); 77 … TORCH_CHECK(false, "Cannot get device of pointer on CUDA without ATen_cuda library. ", CUDA_HELP); in getDeviceFromPtr() 117 …TORCH_CHECK(false, "Cannot call hasPrimaryContext(", device_index, ") without ATen_cuda library. "… in hasPrimaryContext() 153 TORCH_CHECK(false, "Cannot query cuDNN version without ATen_cuda library. ", CUDA_HELP); in versionCuDNN() 157 TORCH_CHECK(false, "Cannot query CUDART version without ATen_cuda library. ", CUDA_HELP); in versionCUDART() 161 TORCH_CHECK(false, "Cannot query detailed CUDA version without ATen_cuda library. ", CUDA_HELP); in showConfig() 166 "Cannot query batchnormMinEpsilonCuDNN() without ATen_cuda library. ", CUDA_HELP); in batchnormMinEpsilonCuDNN() 170 TORCH_CHECK(false, "Cannot access cuFFT plan cache without ATen_cuda library. ", CUDA_HELP); in cuFFTGetPlanCacheMaxSize() 174 TORCH_CHECK(false, "Cannot access cuFFT plan cache without ATen_cuda library. ", CUDA_HELP); in cuFFTSetPlanCacheMaxSize() [all …]
|
/external/clang/test/CodeGenObjC/ |
D | terminate.m | 2 …e-10.7 -emit-llvm -fexceptions -fobjc-exceptions -o - %s | FileCheck %s -check-prefix=CHECK-WITHOUT 22 // CHECK-WITHOUT-LABEL: define void @test0() 23 // CHECK-WITHOUT-SAME: personality i8* bitcast (i32 (...)* @__gcc_personality_v0 to i8*) 24 // CHECK-WITHOUT: [[PTR:%.*]] = alloca i8*, 25 // CHECK-WITHOUT: call void @destroy(i8** [[PTR]]) 26 // CHECK-WITHOUT-NEXT: ret void 27 // CHECK-WITHOUT: invoke void @destroy(i8** [[PTR]]) 28 // CHECK-WITHOUT: landingpad { i8*, i32 } 29 // CHECK-WITHOUT-NEXT: catch i8* null 30 // CHECK-WITHOUT-NEXT: call void @abort()
|
/external/pdfium/ |
D | DEPS | 72 # and whatever else without interference from each other. 76 # and whatever else without interference from each other. 80 # and whatever else without interference from each other. 84 # and whatever else without interference from each other. 88 # and whatever else without interference from each other. 92 # and whatever else without interference from each other. 96 # and whatever else without interference from each other. 100 # and whatever else without interference from each other. 104 # and whatever else without interference from each other. 108 # and whatever else without interference from each other. [all …]
|
/external/libxml2/ |
D | post_update.sh | 12 --without-ftp 13 --without-http 14 --without-html 15 --without-legacy 16 --without-iconv 17 --without-zlib 18 --without-lzma
|
/external/libxkbcommon/ |
D | LICENSE | 31 to deal in the Software without restriction, including without limitation 40 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 56 to deal in the Software without restriction, including without limitation 64 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 73 sale, use or other dealings in this Software without prior written 83 software and its documentation for any purpose and without 89 of the software without specific prior written permission. 92 without any express or implied warranty. 112 documentation for any purpose and without fee is hereby granted, 117 software without specific, written prior permission. [all …]
|
/external/clang/test/Sema/ |
D | empty2.c | 9 struct emp_3 { // expected-warning {{struct without named members is a GNU extension}} 13 union emp_4 { // expected-warning {{union without named members is a GNU extension}} 17 struct emp_5 { // expected-warning {{struct without named members is a GNU extension}} 22 union emp_6 { // expected-warning {{union without named members is a GNU extension}} 27 struct nonamed_1 { // expected-warning {{struct without named members is a GNU extension}} 31 union nonamed_2 { // expected-warning {{union without named members is a GNU extension}} 35 struct nonamed_3 { // expected-warning {{struct without named members is a GNU extension}} 40 union nonamed_4 { // expected-warning {{union without named members is a GNU extension}}
|
/external/clang/test/CodeGen/ |
D | address-safety-attr.cpp | 6 …4-apple-darwin -emit-llvm -o - %s -include %t.extra-source.cpp | FileCheck -check-prefix=WITHOUT %s 23 // WITHOUT: DefinedInDifferentFile{{.*}} [[NOATTR:#[0-9]+]] 30 // WITHOUT: @__cxx_global_var_init{{.*}}[[NOATTR:#[0-9]+]] 31 // WITHOUT: @__cxx_global_array_dtor{{.*}}[[NOATTR]] 40 // WITHOUT: NoAddressSafety1{{.*}}) [[NOATTR]] 47 // WITHOUT: NoAddressSafety2{{.*}}) [[NOATTR]] 55 // WITHOUT: NoAddressSafety3{{.*}}) [[NOATTR]] 62 // WITHOUT: NoAddressSafety4{{.*}}) [[NOATTR]] 70 // WITHOUT: NoAddressSafety5{{.*}}) [[NOATTR]] 77 // WITHOUT: NoAddressSafety6{{.*}}) [[NOATTR]] [all …]
|
/external/intel-media-driver/ |
D | LICENSE.md | 5 "Software"), to deal in the Software without restriction, including 6 without limitation the rights to use, copy, modify, merge, publish, 14 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 25 Redistribution and use in source and binary forms, with or without 39 derived from this software without specific prior written 78 "Software"), to deal in the Software without restriction, including 79 without limitation the rights to use, copy, modify, merge, publish, 87 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 99 Redistribution and use in source and binary forms, with or without 111 this software without specific prior written permission. [all …]
|
D | LICENSE | 5 "Software"), to deal in the Software without restriction, including 6 without limitation the rights to use, copy, modify, merge, publish, 14 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 25 Redistribution and use in source and binary forms, with or without 39 derived from this software without specific prior written 78 "Software"), to deal in the Software without restriction, including 79 without limitation the rights to use, copy, modify, merge, publish, 87 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 99 Redistribution and use in source and binary forms, with or without 111 this software without specific prior written permission. [all …]
|
/external/clang/test/SemaCXX/ |
D | warn-assignment-condition.cpp | 15 …if (x = 7) {} // expected-warning {{using the result of an assignment as a condition without paren… in test() 20 …} while (x = 7); // expected-warning {{using the result of an assignment as a condition without pa… in test() 25 …while (x = 7) {} // expected-warning {{using the result of an assignment as a condition without pa… in test() 30 …for (; x = 7; ) {} // expected-warning {{using the result of an assignment as a condition without … in test() 35 …if (p = p) {} // expected-warning {{using the result of an assignment as a condition without paren… in test() 40 …} while (p = p); // expected-warning {{using the result of an assignment as a condition without pa… in test() 45 …while (p = p) {} // expected-warning {{using the result of an assignment as a condition without pa… in test() 49 …for (; p = p; ) {} // expected-warning {{using the result of an assignment as a condition without … in test() 61 …) {} // expected-warning {{using the result of an assignment as a condition without parentheses}} \ in test() 66 …()); // expected-warning {{using the result of an assignment as a condition without parentheses}} \ in test() [all …]
|
/external/mesa3d/ |
D | LICENSE | 5 to deal in the Software without restriction, including without limitation 13 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 123 Work or Derivative Works thereof in any medium, with or without 166 this License, without any additional terms or conditions. 179 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 180 implied, including, without limitation, any warranties or conditions 232 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 245 in the Software without restriction, including without limitation the rights 253 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 348 closely related to copyright including, without limitation, [all …]
|
/external/tinycompress/ |
D | NOTICE | 9 Redistribution and use in source and binary forms, with or without 19 without specific prior written permission. 43 This program is distributed in the hope it will be useful, but WITHOUT 44 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 63 Redistribution and use in source and binary forms, with or without 73 without specific prior written permission. 96 This program is distributed in the hope it will be useful, but WITHOUT 97 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 116 Redistribution and use in source and binary forms, with or without 126 without specific prior written permission. [all …]
|
/external/rust/android-crates-io/crates/portable-atomic/src/imp/atomic128/ |
D | macros.rs | 66 #[cfg_attr(miri, track_caller)] // even without panics, this helps for Miri backtraces 137 #[cfg_attr(miri, track_caller)] // even without panics, this helps for Miri backtraces 148 #[cfg_attr(miri, track_caller)] // even without panics, this helps for Miri backtraces 159 #[cfg_attr(miri, track_caller)] // even without panics, this helps for Miri backtraces 170 #[cfg_attr(miri, track_caller)] // even without panics, this helps for Miri backtraces 181 #[cfg_attr(miri, track_caller)] // even without panics, this helps for Miri backtraces 192 #[cfg_attr(miri, track_caller)] // even without panics, this helps for Miri backtraces 203 #[cfg_attr(miri, track_caller)] // even without panics, this helps for Miri backtraces 214 #[cfg_attr(miri, track_caller)] // even without panics, this helps for Miri backtraces 225 #[cfg_attr(miri, track_caller)] // even without panics, this helps for Miri backtraces [all …]
|
/external/iperf3/ |
D | LICENSE | 5 Redistribution and use in source and binary forms, with or without 17 be used to endorse or promote products derived from this software without 35 Laboratory, without imposing a separate written license agreement for such 49 in the Software without restriction, including without limitation the rights 57 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 76 "Software"), to deal in the Software without restriction, including 77 without limitation the rights to use, copy, modify, merge, publish, 85 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 101 * purpose without fee is hereby granted, provided that this entire notice 105 * THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED [all …]
|
/external/libpciaccess/ |
D | COPYING | 11 deal in the Software without restriction, including without limitation on 20 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 36 purpose with or without fee is hereby granted, provided that the above 53 deal in the Software without restriction, including without limitation the 61 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 70 dealings in this Software without prior written authorization from the 80 files (the "Software"), to deal in the Software without 81 restriction, including without limitation the rights to use, 90 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
D | LICENSE | 11 deal in the Software without restriction, including without limitation on 20 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 36 purpose with or without fee is hereby granted, provided that the above 53 deal in the Software without restriction, including without limitation the 61 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 70 dealings in this Software without prior written authorization from the 80 files (the "Software"), to deal in the Software without 81 restriction, including without limitation the rights to use, 90 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
/external/harfbuzz_ng/ |
D | LICENSE | 82 THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 108 Permission is hereby granted, without written agreement and without 133 purpose with or without fee is hereby granted, provided that the above 156 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 166 files (the "Software"), to deal in the Software without 167 restriction, including without limitation the rights to use, copy, 175 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 190 Permission is hereby granted, without written agreement and without 294 THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING … 316 …nse, Version 1.1. This Font Software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CON… [all …]
|