HomeSort by relevance Sort by last modified time
    Searched defs:SINK (Results 1 - 11 of 11) 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'
  /external/python/cpython3/Lib/
pipes.py 76 SINK = '-.' # Must be last, reads stdin
79 SOURCE, SINK]
118 if self.steps and self.steps[-1][1] == SINK:
119 raise ValueError('Template.append: already ends with SINK')
132 if kind == SINK:
133 raise ValueError('Template.prepend: SINK can only be appended')
157 if self.steps[-1][1] == SINK:
158 raise ValueError('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 320 Gold(const SkString& sink, const SkString& src,
324 this->append(sink);
391 struct TaggedSink : public std::unique_ptr<Sink> {
839 static void push_sink(const SkCommandLineConfig& config, Sink* s) {
840 std::unique_ptr<Sink> sink(s);
842 // Try a simple Src as a canary. If it fails, skip this sink.
855 Error err = sink->draw(justOneRect, &bitmap, &stream, &log);
862 ts.reset(sink.release());
874 static Sink* create_sink(const GrContextOptions& grCtxOptions, const SkCommandLineConfig* config)
982 Sink* sink = create_sink(grCtxOptions, &config); local
1089 const TaggedSink& sink; member in struct:Task
    [all...]
  /external/skqp/dm/
DM.cpp 308 Gold(const SkString& sink, const SkString& src,
312 this->append(sink);
379 struct TaggedSink : public std::unique_ptr<Sink> {
827 static void push_sink(const SkCommandLineConfig& config, Sink* s) {
828 std::unique_ptr<Sink> sink(s);
830 // Try a simple Src as a canary. If it fails, skip this sink.
843 Error err = sink->draw(justOneRect, &bitmap, &stream, &log);
850 ts.reset(sink.release());
862 static Sink* create_sink(const GrContextOptions& grCtxOptions, const SkCommandLineConfig* config)
965 Sink* sink = create_sink(grCtxOptions, &config); local
1072 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 327 milliseconds