Searched refs:SINK (Results 1 - 4 of 4) sorted by relevance
/third_party/python/Lib/ |
H A D | pipes.py | 79 SINK = '-.' # Must be last, reads stdin variable 82 SOURCE, SINK] 121 if self.steps and self.steps[-1][1] == SINK: 122 raise ValueError('Template.append: already ends with SINK') 135 if kind == SINK: 136 raise ValueError('Template.prepend: SINK can only be appended') 160 if self.steps[-1][1] == SINK: 161 raise ValueError('Template.open_r: pipeline ends width SINK')
|
/third_party/skia/dm/ |
H A D | DM.cpp | 976 #define SINK(t, sink, ...) if (config->getBackend().equals(t)) return new sink(__VA_ARGS__) in create_sink() macro 979 SINK("g8", RasterSink, kGray_8_SkColorType); in create_sink() 980 SINK("565", RasterSink, kRGB_565_SkColorType); in create_sink() 981 SINK("4444", RasterSink, kARGB_4444_SkColorType); in create_sink() 982 SINK("8888", RasterSink, kN32_SkColorType); in create_sink() 983 SINK("rgba", RasterSink, kRGBA_8888_SkColorType); in create_sink() 984 SINK("bgra", RasterSink, kBGRA_8888_SkColorType); in create_sink() 985 SINK("rgbx", RasterSink, kRGB_888x_SkColorType); in create_sink() 986 SINK("1010102", RasterSink, kRGBA_1010102_SkColorType); in create_sink() 987 SINK("10101 in create_sink() 1004 #undef SINK create_sink() macro [all...] |
/third_party/python/Lib/test/ |
H A D | test_pipes.py | 113 t.append('boguscmd', pipes.SINK) 137 t.append('boguscmd', pipes.SINK) 138 self.assertRaises(ValueError, t.append, 'boguscmd', pipes.SINK) 167 self.assertRaises(ValueError, t.prepend, 'boguscmd', pipes.SINK)
|
/third_party/optimized-routines/networking/test/ |
H A D | chksum.c | 99 static volatile uint16_t SINK; variable 147 SINK = CKSUM_FP(data, blksize); in benchmark()
|
Completed in 4 milliseconds