Home
last modified time | relevance | path

Searched refs:SINK (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Lib/
Dpipes.py74 SINK = '-.' # Must be last, reads stdin variable
77 SOURCE, SINK]
119 if self.steps and self.steps[-1][1] == SINK:
138 if kind == SINK:
167 if self.steps[-1][1] == SINK:
/external/autotest/server/site_tests/firmware_TypeCProbeUSB3/
Dfirmware_TypeCProbeUSB3.py20 SINK = 0 variable in firmware_TypeCProbeUSB3
47 self.plankton.charge(self.SINK)
55 self.plankton.charge(self.SINK)
/external/python/cpython2/Lib/test/
Dtest_pipes.py108 t.append('boguscmd', pipes.SINK)
132 t.append('boguscmd', pipes.SINK)
133 self.assertRaises(ValueError, t.append, 'boguscmd', pipes.SINK)
162 self.assertRaises(ValueError, t.prepend, 'boguscmd', pipes.SINK)
/external/skia/dm/
DDM.cpp863 #define SINK(t, sink, ...) if (config->getBackend().equals(t)) { return new sink(__VA_ARGS__); } in create_sink() macro
869 SINK("565", RasterSink, kRGB_565_SkColorType); in create_sink()
870 SINK("8888", RasterSink, kN32_SkColorType); in create_sink()
871 SINK("srgb", RasterSink, kN32_SkColorType, srgbColorSpace); in create_sink()
872 SINK("f16", RasterSink, kRGBA_F16_SkColorType, srgbLinearColorSpace); in create_sink()
873 SINK("pdf", PDFSink); in create_sink()
874 SINK("skp", SKPSink); in create_sink()
875 SINK("pipe", PipeSink); in create_sink()
876 SINK("svg", SVGSink); in create_sink()
877 SINK("null", NullSink); in create_sink()
[all …]
/external/llvm/test/CodeGen/X86/
Dsink-cheap-instructions.ll2 ; RUN: llc < %s -mtriple=x86_64-linux -sink-insts-to-avoid-spills | FileCheck %s -check-prefix=SINK
8 ; SINK-NOT: Spill
/external/clang/test/CodeGenObjC/
Darc-blocks.m70 // CHECK: [[SINK:%.*]] = alloca void (i8**)*
76 // CHECK-NEXT: store void (i8**)* {{%.*}}, void (i8**)** [[SINK]]
81 // CHECK-NEXT: load void (i8**)*, void (i8**)** [[SINK]]
102 // CHECK-NEXT: load void (i8**)*, void (i8**)** [[SINK]]
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.0/
Dp2p_iface.cpp40 case ISupplicantP2pIface::MiracastMode::SINK: in convertHidlMiracastModeToInternal()