/external/skia/tests/sksl/errors/ |
D | LayoutRepeatedQualifiers.glsl | 3 error: 21: layout qualifier 'origin_upper_left' appears more than once 4 error: 22: layout qualifier 'override_coverage' appears more than once 5 error: 23: layout qualifier 'push_constant' appears more than once 6 error: 24: layout qualifier 'blend_support_all_equations' appears more than once 7 error: 25: layout qualifier 'tracked' appears more than once 8 error: 26: layout qualifier 'srgb_unpremul' appears more than once 9 error: 27: layout qualifier 'key' appears more than once 10 error: 28: layout qualifier 'location' appears more than once 11 error: 29: layout qualifier 'offset' appears more than once 12 error: 30: layout qualifier 'binding' appears more than once [all …]
|
/external/llvm-project/clang/test/Analysis/ |
D | dispatch-once.m | 23 dispatch_once_t once; 24 …dispatch_once(&once, ^{}); // expected-warning{{Call to 'dispatch_once' uses the local variable 'o… 28 static dispatch_once_t once; 29 dispatch_once(&once, ^{}); // no-warning 33 dispatch_once_t *once = calloc(1, sizeof(dispatch_once_t)); 35 …dispatch_once(once, ^{}); // expected-warning-re{{{{^Call to 'dispatch_once' uses heap-allocated m… 38 void test_external_pointer(dispatch_once_t *once) { 40 dispatch_once(once, ^{}); // no-warning 44 dispatch_once_t once; field 49 …dispatch_once(&s.once, ^{}); // expected-warning{{Call to 'dispatch_once' uses memory within the l… [all …]
|
/external/skia/tests/ |
D | OnceTest.cpp | 20 SkOnce once; in DEF_TEST() local 21 once(add_five, &x); in DEF_TEST() 22 once(add_five, &x); in DEF_TEST() 23 once(add_five, &x); in DEF_TEST() 24 once(add_five, &x); in DEF_TEST() 25 once(add_five, &x); in DEF_TEST() 34 SkOnce once; in DEF_TEST() local 36 once([&] { x += 6; }); in DEF_TEST() 47 SkOnce once; in DEF_TEST() local 48 once(inc_gX); in DEF_TEST() [all …]
|
/external/skqp/tests/ |
D | OnceTest.cpp | 20 SkOnce once; in DEF_TEST() local 21 once(add_five, &x); in DEF_TEST() 22 once(add_five, &x); in DEF_TEST() 23 once(add_five, &x); in DEF_TEST() 24 once(add_five, &x); in DEF_TEST() 25 once(add_five, &x); in DEF_TEST() 34 SkOnce once; in DEF_TEST() local 36 once([&] { x += 6; }); in DEF_TEST() 47 SkOnce once; in DEF_TEST() local 48 once(inc_gX); in DEF_TEST() [all …]
|
/external/grpc-grpc/src/ruby/spec/generic/ |
D | client_interceptors_spec.rb | 30 .once.and_call_original 35 .once.and_call_original 42 .once.and_call_original 48 .once.and_call_original 57 .once.and_call_original 62 .once.and_call_original 70 .once.and_call_original 77 .once.and_call_original 86 .once.and_call_original 92 .once.and_call_original [all …]
|
D | server_interceptors_spec.rb | 37 .once.and_call_original 47 .once.and_call_original 53 .once.and_call_original 72 .once.and_call_original 82 .once.and_call_original 88 .once.and_call_original 107 .once.and_call_original 120 .once.and_call_original 126 .once.and_call_original 147 .once.and_call_original [all …]
|
D | rpc_desc_spec.rb | 41 expect(@call).to receive(:read_unary_request).once.and_return(Object.new) 42 expect(@call).to receive(:send_status).once.with(@bs_code, 'NOK', false, 48 expect(@call).to receive(:read_unary_request).once.and_return(Object.new) 49 expect(@call).to receive(:send_status).once.with(UNKNOWN, 56 expect(@call).to receive(:read_unary_request).once.and_return(Object.new) 57 expect(@call).to receive(:send_status).once.with( 63 expect(@call).to receive(:read_unary_request).once.and_raise(CallError) 85 expect(@call).to receive(:read_unary_request).once.and_return(req) 86 expect(@call).to receive(:output_metadata).once.and_return(fake_md) 87 expect(@call).to receive(:server_unary_response).once [all …]
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | darwin-dispatch-once-nonstatic.mm | 1 // RUN: %check_clang_tidy %s darwin-dispatch-once-nonstatic %t 7 void bad_dispatch_once(dispatch_once_t once, void(^block)(void)) {} 8 …storage duration; function parameters should be pointer references [darwin-dispatch-once-nonstatic] 19 static dispatch_once_t once; 20 dispatch_once(&once, ^{ 28 dispatch_once_t once; 29 …patch_once_t variables must have static or global storage duration [darwin-dispatch-once-nonstatic] 30 // CHECK-FIXES: static dispatch_once_t once; 31 dispatch_once(&once, ^{ 40 dispatch_once_t once; // Allowed (at this time) field [all …]
|
/external/deqp/android/cts/runner/tests/src/com/drawelements/deqp/runner/ |
D | DeqpTestRunnerTest.java | 232 andReturn("").once(); in testGlesVersion() 234 andReturn("").once(); in testGlesVersion() 236 andReturn("").once(); in testGlesVersion() 238 andReturn("").once(); in testGlesVersion() 256 EasyMock.expectLastCall().once(); in testGlesVersion() 259 EasyMock.expectLastCall().once(); in testGlesVersion() 262 EasyMock.expectLastCall().once(); in testGlesVersion() 265 EasyMock.expectLastCall().once(); in testGlesVersion() 382 EasyMock.expectLastCall().once(); in testResultCode() 386 andReturn("").once(); in testResultCode() [all …]
|
/external/angle/src/common/apple/ |
D | SoftLinking.h | 41 static dispatch_once_t once = 0; \ 43 dispatch_once(&once, ^{ \ 69 static dispatch_once_t once; \ 70 dispatch_once(&once, ^{ \ 93 static dispatch_once_t once; \ 94 dispatch_once(&once, ^{ \
|
/external/libvpx/libvpx/vpx_ports/ |
D | vpx_once.h | 51 static void once(void (*func)(void)) { in once() function 97 static void once(void (*func)(void)) { in once() function 119 static void once(void (*func)(void)) { in once() function 130 static void once(void (*func)(void)) { in once() function
|
/external/curl/tests/data/ |
D | test527 | 14 file contents should appear once for each file 17 file contents should appear once for each file 18 file contents should appear once for each file 19 file contents should appear once for each file 20 file contents should appear once for each file
|
D | test526 | 14 file contents should appear once for each file 17 file contents should appear once for each file 18 file contents should appear once for each file 19 file contents should appear once for each file 20 file contents should appear once for each file
|
D | test532 | 14 file contents should appear once for each file 17 file contents should appear once for each file 18 file contents should appear once for each file 19 file contents should appear once for each file 20 file contents should appear once for each file
|
D | test528 | 18 file contents should appear once for each file 21 file contents should appear once for each file 22 file contents should appear once for each file 23 file contents should appear once for each file 24 file contents should appear once for each file
|
/external/grpc-grpc/src/core/lib/gpr/ |
D | cpu_posix.cc | 48 static gpr_once once = GPR_ONCE_INIT; in gpr_cpu_num_cores() local 49 gpr_once_init(&once, init_ncpus); in gpr_cpu_num_cores() 68 static gpr_once once = GPR_ONCE_INIT; in gpr_cpu_current_cpu() local 69 gpr_once_init(&once, init_thread_id_key); in gpr_cpu_current_cpu()
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/gpr/ |
D | cpu_posix.cc | 47 static gpr_once once = GPR_ONCE_INIT; in gpr_cpu_num_cores() local 48 gpr_once_init(&once, init_ncpus); in gpr_cpu_num_cores() 67 static gpr_once once = GPR_ONCE_INIT; in gpr_cpu_current_cpu() local 68 gpr_once_init(&once, init_thread_id_key); in gpr_cpu_current_cpu()
|
/external/mesa3d/src/compiler/glsl/glcpp/tests/ |
D | 101-macros-used-twice.c.expected | 5 once 12 once 15 once again
|
D | 101-macros-used-twice.c | 5 once 12 once 15 once again
|
/external/llvm-project/llvm/test/MC/Hexagon/ |
D | multiple-pc4.s | 6 # CHECK: rror: register {{.+}} modified more than once 9 # CHECK: rror: register {{.+}} modified more than once 12 # CHECK-NOT: rror: register {{.+}} modified more than once 17 # CHECK-NOT: rror: register {{.+}} modified more than once
|
/external/mesa3d/src/freedreno/.gitlab-ci/ |
D | genoutput.sh | 45 $cffdump --frame 0 --once $traces/fd-clouds.rd.gz | filter $output/fd-clouds.log 46 $cffdump --frame 0 --once $traces/es2gears-a320.rd.gz | filter $output/es2gears-a320.log 47 $cffdump --frame 1 --once $traces/glxgears-a420.rd.gz | filter $output/glxgears-a420.log 48 $cffdump --once $traces/dEQP-GLES2.functional.texture.specification.basic_teximage2d.rgba16f_2d.rd.… 49 $cffdump --frame 0 --once $traces/dEQP-VK.draw.indirect_draw.indexed.indirect_draw_count.triangle_l…
|
/external/abseil-cpp/absl/base/ |
D | call_once.h | 201 std::atomic<uint32_t>* once = base_internal::ControlWord(flag); in LowLevelCallOnce() local 202 uint32_t s = once->load(std::memory_order_acquire); in LowLevelCallOnce() 204 base_internal::CallOnceImpl(once, base_internal::SCHEDULE_KERNEL_ONLY, in LowLevelCallOnce() 214 std::atomic<uint32_t>* once = base_internal::ControlWord(&flag); in call_once() local 215 uint32_t s = once->load(std::memory_order_acquire); in call_once() 218 once, base_internal::SCHEDULE_COOPERATIVE_AND_KERNEL, in call_once()
|
/external/angle/third_party/abseil-cpp/absl/base/ |
D | call_once.h | 194 std::atomic<uint32_t>* once = base_internal::ControlWord(flag); in LowLevelCallOnce() local 195 uint32_t s = once->load(std::memory_order_acquire); in LowLevelCallOnce() 197 base_internal::CallOnceImpl(once, base_internal::SCHEDULE_KERNEL_ONLY, in LowLevelCallOnce() 207 std::atomic<uint32_t>* once = base_internal::ControlWord(&flag); in call_once() local 208 uint32_t s = once->load(std::memory_order_acquire); in call_once() 211 once, base_internal::SCHEDULE_COOPERATIVE_AND_KERNEL, in call_once()
|
/external/libtextclassifier/abseil-cpp/absl/base/ |
D | call_once.h | 201 std::atomic<uint32_t>* once = base_internal::ControlWord(flag); in LowLevelCallOnce() local 202 uint32_t s = once->load(std::memory_order_acquire); in LowLevelCallOnce() 204 base_internal::CallOnceImpl(once, base_internal::SCHEDULE_KERNEL_ONLY, in LowLevelCallOnce() 214 std::atomic<uint32_t>* once = base_internal::ControlWord(&flag); in call_once() local 215 uint32_t s = once->load(std::memory_order_acquire); in call_once() 218 once, base_internal::SCHEDULE_COOPERATIVE_AND_KERNEL, in call_once()
|
/external/webrtc/third_party/abseil-cpp/absl/base/ |
D | call_once.h | 201 std::atomic<uint32_t>* once = base_internal::ControlWord(flag); in LowLevelCallOnce() local 202 uint32_t s = once->load(std::memory_order_acquire); in LowLevelCallOnce() 204 base_internal::CallOnceImpl(once, base_internal::SCHEDULE_KERNEL_ONLY, in LowLevelCallOnce() 214 std::atomic<uint32_t>* once = base_internal::ControlWord(&flag); in call_once() local 215 uint32_t s = once->load(std::memory_order_acquire); in call_once() 218 once, base_internal::SCHEDULE_COOPERATIVE_AND_KERNEL, in call_once()
|