Home
last modified time | relevance | path

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

/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/skia/dm/
DDM.cpp696 #define SINK(t, sink, ...) if (config->getBackend().equals(t)) { return new sink(__VA_ARGS__); } in create_sink() macro
699 SINK("hwui", HWUISink); in create_sink()
703 SINK("565", RasterSink, kRGB_565_SkColorType); in create_sink()
704 SINK("8888", RasterSink, kN32_SkColorType); in create_sink()
705 SINK("pdf", PDFSink, "Pdfium"); in create_sink()
706 SINK("pdf_poppler", PDFSink, "Poppler"); in create_sink()
707 SINK("skp", SKPSink); in create_sink()
708 SINK("svg", SVGSink); in create_sink()
709 SINK("null", NullSink); in create_sink()
710 SINK("xps", XPSSink); 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]]