Home
last modified time | relevance | path

Searched refs:blackhole (Results 1 – 11 of 11) sorted by relevance

/external/opencensus-java/contrib/agent/src/jmh/java/io/opencensus/contrib/agent/instrumentation/
DExecutorInstrumentationBenchmark.java34 private final Blackhole blackhole; field in ExecutorInstrumentationBenchmark.MyRunnable
36 private MyRunnable(Blackhole blackhole) { in MyRunnable() argument
37 this.blackhole = blackhole; in MyRunnable()
42 blackhole.consume(Context.current()); in run()
55 public void none(final Blackhole blackhole) { in none() argument
56 MoreExecutors.directExecutor().execute(new MyRunnable(blackhole)); in none()
68 public void manual(final Blackhole blackhole) { in manual() argument
69 MoreExecutors.directExecutor().execute(Context.current().wrap(new MyRunnable(blackhole))); in manual()
81 public void automatic(final Blackhole blackhole) { in automatic() argument
82 MoreExecutors.directExecutor().execute(new MyRunnable(blackhole)); in automatic()
DThreadInstrumentationBenchmark.java33 private final Blackhole blackhole; field in ThreadInstrumentationBenchmark.MyRunnable
35 private MyRunnable(Blackhole blackhole) { in MyRunnable() argument
36 this.blackhole = blackhole; in MyRunnable()
41 blackhole.consume(Context.current()); in run()
54 public void none(Blackhole blackhole) throws InterruptedException { in none() argument
55 Thread t = new Thread(new MyRunnable(blackhole)); in none()
69 public void manual(Blackhole blackhole) throws InterruptedException { in manual() argument
70 Thread t = new Thread((Context.current().wrap(new MyRunnable(blackhole)))); in manual()
84 public void automatic(Blackhole blackhole) throws InterruptedException { in automatic() argument
85 Thread t = new Thread(new MyRunnable(blackhole)); in automatic()
/external/golang-protobuf/proto/
Dencode_test.go46 blackhole []byte var
70 blackhole = raw
83 blackhole = raw
/external/skqp/bench/
DSk4fBench.cpp13 static volatile float blackhole[4]; variable
36 fs.store((float*)blackhole); in onDraw()
54 fs.store((float*)blackhole); in onDraw()
/external/skia/bench/
DSk4fBench.cpp13 static volatile float blackhole[4]; variable
36 fs.store((float*)blackhole); in onDraw()
54 fs.store((float*)blackhole); in onDraw()
/external/python/cpython3/Lib/test/
Dtest_timeout.py158 blackhole = resolve_address('blackhole.snakebite.net', 56666)
227 blackhole[0],
228 blackhole[1],
233 self.addr_remote = blackhole
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
Dgep-combine-loop-invariant.ll92 declare void @blackhole(<2 x i8*>)
106 ; CHECK-NEXT: call void @blackhole(<2 x i8*> [[E6]])
123 call void @blackhole(<2 x i8*> %e6)
138 ; CHECK-NEXT: call void @blackhole(<2 x i8*> [[E6]])
152 call void @blackhole(<2 x i8*> %e6)
168 ; CHECK-NEXT: call void @blackhole(<2 x i8*> [[E6]])
185 call void @blackhole(<2 x i8*> %e6)
/external/libnl/lib/route/
Drtnl.c67 __ADD(RTN_BLACKHOLE,blackhole)
/external/iptables/extensions/
Dlibxt_addrtype.man27 a blackhole address
/external/ipsec-tools/src/racoon/
DTODO98 - blackhole if there's mismatching SAs.
/external/blktrace/
DNOTICE6 * Copyright (C) 2009 Jozsef Kadlecsik (kadlec@blackhole.kfki.hu)