HomeSort by relevance Sort by last modified time
    Searched refs:blackhole (Results 1 - 9 of 9) sorted by null

  /external/skia/bench/
Sk4fBench.cpp 13 static volatile float blackhole[4]; variable
36 fs.store((float*)blackhole);
54 fs.store((float*)blackhole);
pack_int_uint16_t_Bench.cpp 50 volatile int blackhole = 0; variable
51 blackhole ^= _mm_cvtsi128_si32(x);
  /external/skqp/bench/
Sk4fBench.cpp 13 static volatile float blackhole[4]; variable
36 fs.store((float*)blackhole);
54 fs.store((float*)blackhole);
pack_int_uint16_t_Bench.cpp 50 volatile int blackhole = 0; variable
51 blackhole ^= _mm_cvtsi128_si32(x);
  /external/golang-protobuf/proto/
encode_test.go 46 blackhole []byte
70 blackhole = raw
83 blackhole = raw
45 blackhole []byte var
  /prebuilts/go/darwin-x86/src/runtime/
append_test.go 114 blackhole []byte
122 blackhole = nil
123 blackhole = append(blackhole, y...)
113 blackhole []byte var
  /prebuilts/go/linux-x86/src/runtime/
append_test.go 114 blackhole []byte
122 blackhole = nil
123 blackhole = append(blackhole, y...)
113 blackhole []byte var
  /external/libnl/lib/route/
rtnl.c 67 __ADD(RTN_BLACKHOLE,blackhole)
  /external/python/cpython3/Lib/test/
test_timeout.py 158 blackhole = resolve_address('blackhole.snakebite.net', 56666)
160 # Blackhole has been configured to silently drop any incoming packets.
166 # to expect certain hosts may not be able to reach the blackhole, due
168 # our confidence in testing the blackhole, a corresponding 'whitehole'
179 # blackhole. If we don't, we skip the test (with a message about not
183 # For the records, the whitehole/blackhole configuration has been set
227 blackhole[0],
228 blackhole[1],
233 self.addr_remote = blackhole
    [all...]

Completed in 1483 milliseconds