/third_party/node/deps/v8/tools/gcmole/ |
D | test-expectations.txt | 1 tools/gcmole/gcmole-test.cc:30:10: warning: Possibly dead variable. 25 tools/gcmole/gcmole-test.cc:164:3: warning: Possibly dead variable. 28 tools/gcmole/gcmole-test.cc:172:3: warning: Possibly dead variable. 31 tools/gcmole/gcmole-test.cc:198:3: warning: Possibly dead variable. 34 tools/gcmole/gcmole-test.cc:224:3: warning: Possibly dead variable. 37 tools/gcmole/gcmole-test.cc:235:3: warning: Possibly dead variable. 40 tools/gcmole/gcmole-test.cc:242:3: warning: Possibly dead variable. 43 tools/gcmole/gcmole-test.cc:252:3: warning: Possibly dead variable. 46 tools/gcmole/gcmole-test.cc:262:3: warning: Possibly dead variable. 49 tools/gcmole/gcmole-test.cc:265:3: warning: Possibly dead variable. [all …]
|
/third_party/pulseaudio/src/pulse/ |
D | glib-mainloop.c | 36 int dead; member 50 int dead; member 64 int dead; member 101 if (force || e->dead) { in cleanup_io_events() 104 if (e->dead) { in cleanup_io_events() 134 if (force || e->dead) { in cleanup_time_events() 137 if (e->dead) { in cleanup_time_events() 142 if (!e->dead && e->enabled) { in cleanup_time_events() 169 if (force || e->dead) { in cleanup_defer_events() 172 if (e->dead) { in cleanup_defer_events() [all …]
|
D | ohos_glib-mainloop.c | 37 int dead; member 51 int dead; member 65 int dead; member 102 if (force || e->dead) { in cleanup_io_events() 105 if (e->dead) { in cleanup_io_events() 135 if (force || e->dead) { in cleanup_time_events() 138 if (e->dead) { in cleanup_time_events() 143 if (!e->dead && e->enabled) { in cleanup_time_events() 170 if (force || e->dead) { in cleanup_defer_events() 173 if (e->dead) { in cleanup_defer_events() [all …]
|
D | mainloop.c | 58 bool dead:1; member 73 bool dead:1; member 88 bool dead:1; member 190 pa_assert(!e->dead); in mainloop_io_enable() 207 pa_assert(!e->dead); in mainloop_io_free() 209 e->dead = true; in mainloop_io_free() 258 pa_assert(!e->dead); in mainloop_defer_enable() 273 pa_assert(!e->dead); in mainloop_defer_free() 275 e->dead = true; in mainloop_defer_free() 287 pa_assert(!e->dead); in mainloop_defer_set_destroy() [all …]
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
D | hashtablez_sampler.cc | 83 dead = nullptr; in PrepareForSampling() 89 graveyard_.dead = &graveyard_; in HashtablezSampler() 116 sample->dead = graveyard_.dead; in PushDead() 117 graveyard_.dead = sample; in PushDead() 126 HashtablezInfo* sample = graveyard_.dead; in PopDead() 130 graveyard_.dead = sample->dead; in PopDead() 163 if (s->dead == nullptr) { in Iterate()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | VK_NVX_binary_import.txt | 38 This section acts only as placeholder and to avoid dead links in the 47 This section acts only as placeholder and to avoid dead links in the 56 This section acts only as placeholder and to avoid dead links in the 67 This section acts only as placeholder and to avoid dead links in the 78 This section acts only as placeholder and to avoid dead links in the 89 This section acts only as placeholder and to avoid dead links in the 100 This section acts only as placeholder and to avoid dead links in the 111 This section acts only as placeholder and to avoid dead links in the 122 This section acts only as placeholder and to avoid dead links in the 133 This section acts only as placeholder and to avoid dead links in the
|
D | VK_NVX_binary_import.adoc | 38 This section acts only as placeholder and to avoid dead links in the 47 This section acts only as placeholder and to avoid dead links in the 56 This section acts only as placeholder and to avoid dead links in the 67 This section acts only as placeholder and to avoid dead links in the 78 This section acts only as placeholder and to avoid dead links in the 89 This section acts only as placeholder and to avoid dead links in the 100 This section acts only as placeholder and to avoid dead links in the 111 This section acts only as placeholder and to avoid dead links in the 122 This section acts only as placeholder and to avoid dead links in the 133 This section acts only as placeholder and to avoid dead links in the
|
D | VK_VALVE_descriptor_set_host_mapping.adoc | 49 This section acts only as placeholder and to avoid dead links in the 60 This section acts only as placeholder and to avoid dead links in the 71 This section acts only as placeholder and to avoid dead links in the 82 This section acts only as placeholder and to avoid dead links in the 93 This section acts only as placeholder and to avoid dead links in the
|
/third_party/pulseaudio/src/pulsecore/ |
D | ioline.c | 62 bool dead:1; member 94 l->dead = false; in pa_ioline_new() 136 l->dead = true; in pa_ioline_close() 159 if (l->dead) in pa_ioline_puts() 203 if (l->dead) in pa_ioline_set_callback() 214 if (l->dead) in pa_ioline_set_drain_callback() 224 pa_assert(!l->dead); in failure() 249 while (!l->dead && l->rbuf_valid_length > skip) { in scan_for_lines() 285 while (l->io && !l->dead && pa_iochannel_is_readable(l->io)) { in do_read() 350 while (l->io && !l->dead && pa_iochannel_is_writable(l->io) && l->wbuf_valid_length > 0) { in do_write() [all …]
|
D | hook-list.c | 64 slot->dead = false; in pa_hook_connect() 83 pa_assert(!slot->dead); in pa_hook_slot_free() 86 slot->dead = true; in pa_hook_slot_free() 101 if (slot->dead) in pa_hook_fire() 114 if (slot->dead) { in pa_hook_fire()
|
D | core-subscribe.c | 42 bool dead; member 72 s->dead = false; in pa_subscription_new() 84 pa_assert(!s->dead); in pa_subscription_free() 86 s->dead = true; in pa_subscription_free() 172 if (!s->dead && pa_subscription_match_flags(s->mask, e->type)) in defer_cb() 187 if (s->dead) in defer_cb()
|
D | rtpoll.c | 70 bool dead; member 199 if (i->dead) in reset_all_revents() 225 if (i->dead) in pa_rtpoll_run() 252 if (i->dead) in pa_rtpoll_run() 264 if (i->dead) in pa_rtpoll_run() 348 if (i->dead) in pa_rtpoll_run() 369 if (i->dead) in pa_rtpoll_run() 411 i->dead = false; in pa_rtpoll_item_new() 444 i->dead = true; in pa_rtpoll_item_free()
|
/third_party/node/deps/v8/src/compiler/ |
D | branch-elimination.cc | 145 Replace(use, condition_value ? control_input : dead()); in ReduceBranch() 148 Replace(use, condition_value ? dead() : control_input); in ReduceBranch() 154 return Replace(dead()); in ReduceBranch() 224 ReplaceWithValue(node, dead(), dead(), merge); in TryPullTrapIntoMerge() 246 return Replace(dead()); in ReduceTrapConditional() 284 ReplaceWithValue(node, dead(), dead(), dead()); in ReduceTrapConditional() 295 ReplaceWithValue(node, dead(), dead(), dead()); in ReduceTrapConditional() 334 ReplaceWithValue(node, dead(), effect, control); in ReduceDeoptimizeConditional() 342 return Replace(dead()); in ReduceDeoptimizeConditional()
|
D | common-operator-reducer.cc | 131 Replace(use, (decision == Decision::kTrue) ? control : dead()); in ReduceBranch() 134 Replace(use, (decision == Decision::kFalse) ? control : dead()); in ReduceBranch() 140 return Replace(dead()); in ReduceBranch() 167 ReplaceWithValue(node, dead(), effect, control); in ReduceDeoptimizeConditional() 175 return Replace(dead()); in ReduceDeoptimizeConditional() 366 Replace(control, dead()); in ReduceReturn() 367 return Replace(dead()); in ReduceReturn() 382 Replace(control, dead()); in ReduceReturn() 383 return Replace(dead()); in ReduceReturn() 464 return Replace(dead()); in ReduceSwitch() [all …]
|
D | value-numbering-reducer.cc | 47 size_t dead = capacity_; in Reduce() local 52 if (dead != capacity_) { in Reduce() 54 entries_[dead] = node; in Reduce() 118 dead = i; in Reduce()
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
D | dead_variable_elim_test.cpp | 37 OpName %dead "dead" in TEST_F() 84 OpName %dead "dead" in TEST_F() 85 OpDecorate %dead LinkageAttributes "dead" Export in TEST_F() 113 OpName %dead "dead" in TEST_F() 162 OpName %dead "dead" in TEST_F()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | dead_variable_elim_test.cpp | 37 OpName %dead "dead" in TEST_F() 84 OpName %dead "dead" in TEST_F() 85 OpDecorate %dead LinkageAttributes "dead" Export in TEST_F() 113 OpName %dead "dead" in TEST_F() 162 OpName %dead "dead" in TEST_F()
|
/third_party/spirv-tools/test/opt/ |
D | dead_variable_elim_test.cpp | 37 OpName %dead "dead" in TEST_F() 84 OpName %dead "dead" in TEST_F() 85 OpDecorate %dead LinkageAttributes "dead" Export in TEST_F() 113 OpName %dead "dead" in TEST_F() 162 OpName %dead "dead" in TEST_F()
|
/third_party/iptables/ |
D | tests-extensions-add-some-testcases.patch | 47 -p tcp -j DNAT --to-destination [dead::beef-dead::fee7]:1000-2000/65535;=;OK 48 -p tcp -j DNAT --to-destination [dead::beef-dead::fee7]:1000-2000/0;;FAIL 49 -p tcp -j DNAT --to-destination [dead::beef-dead::fee7]:1000-2000/65536;;FAIL 50 +-p tcp -j DNAT --to-destination dead::beef --random --persistent;=;OK 51 +-p tcp -j DNAT --to-destination [dead::beef;;FAIL 52 +-p tcp -j DNAT --to-destination [dead::beef]:65536;;FAIL 53 +-p tcp -j DNAT --to-destination [dead::beef]:1-65536;;FAIL 54 +-p tcp -j DNAT --to-destination [dead::beef]:1:65535;;FAIL 55 +-p tcp -j DNAT --to-destination [dead::beef]:2-1;;FAIL 57 +-p tcp -j DNAT --to-destination dead::beef-live::beef;;FAIL [all …]
|
/third_party/node/test/internet/ |
D | test-dgram-multicast-multi-process.js | 42 let listening, sendSocket, done, timer, dead; variable 59 dead += 1; 62 dead, 65 if (dead === listeners) { 134 dead = 0;
|
D | test-dgram-multicast-ssmv6-multi-process.js | 21 let listening, sendSocket, done, timer, dead; variable 53 dead += 1; 56 dead, 59 if (dead === listeners) { 128 dead = 0;
|
D | test-dgram-multicast-ssm-multi-process.js | 21 let listening, sendSocket, done, timer, dead; variable 53 dead += 1; 56 dead, 59 if (dead === listeners) { 128 dead = 0;
|
/third_party/elfutils/libdwfl/ |
D | dwfl_end.c | 55 Dwfl_Module *dead = next; in dwfl_end() local 56 next = dead->next; in dwfl_end() 57 __libdwfl_module_free (dead); in dwfl_end()
|
/third_party/pulseaudio/src/utils/ |
D | pasuspender.c | 52 static int dead = 1; variable 99 dead = 0; in start_child() 192 } else if (dead) in context_state_callback() 214 dead = 1; in sigchld_callback() 339 if (!dead) in main()
|
/third_party/skia/src/gpu/ |
D | GrThreadSafeCache.cpp | 186 void GrThreadSafeCache::recycleEntry(Entry* dead) { in recycleEntry() argument 187 SkASSERT(!dead->fPrev && !dead->fNext && !dead->fList); in recycleEntry() 189 dead->makeEmpty(); in recycleEntry() 191 dead->fNext = fFreeEntryList; in recycleEntry() 192 fFreeEntryList = dead; in recycleEntry()
|