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

  /external/autotest/server/site_tests/firmware_TypeCProbeUSB3/
firmware_TypeCProbeUSB3.py 20 SINK = 0
47 self.plankton.charge(self.SINK)
48 self.plankton.poll_pd_state('sink')
55 self.plankton.charge(self.SINK)
56 self.plankton.poll_pd_state('sink')
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
pipes.py 76 SINK = '-.' # Must be last, reads stdin
79 SOURCE, SINK]
121 if self.steps and self.steps[-1][1] == SINK:
123 'Template.append: already ends with SINK'
140 if kind == SINK:
142 'Template.prepend: SINK can only be appended'
169 if self.steps[-1][1] == SINK:
171 'Template.open_r: pipeline ends width SINK'
  /external/python/cpython2/Lib/
pipes.py 74 SINK = '-.' # Must be last, reads stdin
77 SOURCE, SINK]
119 if self.steps and self.steps[-1][1] == SINK:
121 'Template.append: already ends with SINK'
138 if kind == SINK:
140 'Template.prepend: SINK can only be appended'
167 if self.steps[-1][1] == SINK:
169 'Template.open_r: pipeline ends width SINK'
  /prebuilts/gdb/darwin-x86/lib/python2.7/
pipes.py 74 SINK = '-.' # Must be last, reads stdin
77 SOURCE, SINK]
119 if self.steps and self.steps[-1][1] == SINK:
121 'Template.append: already ends with SINK'
138 if kind == SINK:
140 'Template.prepend: SINK can only be appended'
167 if self.steps[-1][1] == SINK:
169 'Template.open_r: pipeline ends width SINK'
  /prebuilts/gdb/linux-x86/lib/python2.7/
pipes.py 74 SINK = '-.' # Must be last, reads stdin
77 SOURCE, SINK]
119 if self.steps and self.steps[-1][1] == SINK:
121 'Template.append: already ends with SINK'
138 if kind == SINK:
140 'Template.prepend: SINK can only be appended'
167 if self.steps[-1][1] == SINK:
169 'Template.open_r: pipeline ends width SINK'
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pipes.py 74 SINK = '-.' # Must be last, reads stdin
77 SOURCE, SINK]
119 if self.steps and self.steps[-1][1] == SINK:
121 'Template.append: already ends with SINK'
138 if kind == SINK:
140 'Template.prepend: SINK can only be appended'
167 if self.steps[-1][1] == SINK:
169 'Template.open_r: pipeline ends width SINK'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pipes.py 74 SINK = '-.' # Must be last, reads stdin
77 SOURCE, SINK]
119 if self.steps and self.steps[-1][1] == SINK:
121 'Template.append: already ends with SINK'
138 if kind == SINK:
140 'Template.prepend: SINK can only be appended'
167 if self.steps[-1][1] == SINK:
169 'Template.open_r: pipeline ends width SINK'
  /external/skia/dm/
DM.cpp 288 Gold(const SkString& sink, const SkString& src,
292 this->append(sink);
359 struct TaggedSink : public std::unique_ptr<Sink> {
808 static void push_sink(const SkCommandLineConfig& config, Sink* s) {
809 std::unique_ptr<Sink> sink(s);
811 // Try a simple Src as a canary. If it fails, skip this sink.
824 Error err = sink->draw(justOneRect, &bitmap, &stream, &log);
831 ts.reset(sink.release());
843 static Sink* create_sink(const GrContextOptions& grCtxOptions, const SkCommandLineConfig* config)
945 Sink* sink = create_sink(grCtxOptions, &config); local
1038 const TaggedSink& sink; member in struct:Task
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/
org.eclipse.sisu.inject-0.0.0.M5.jar 

Completed in 3970 milliseconds