Home
last modified time | relevance | path

Searched refs:reflow (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython3/Parser/
Dasdl_c.py90 def emit(self, s, depth, reflow=True): argument
92 if reflow:
274 reflow=False)
288 def emit(s, depth=0, reflow=True): argument
289 self.emit(s, depth, reflow)
306 2, reflow=False)
322 def emit(s, depth=0, reflow=True): argument
323 self.emit(s, depth, reflow)
331 def emit(s, depth=0, reflow=True): argument
332 self.emit(s, depth, reflow)
[all …]
/external/python/cpython2/Parser/
Dasdl_c.py89 def emit(self, s, depth, reflow=True): argument
91 if reflow:
270 reflow=False)
282 def emit(s, depth=0, reflow=True): argument
283 self.emit(s, depth, reflow)
301 2, reflow=False)
317 def emit(s, depth=0, reflow=True): argument
318 self.emit(s, depth, reflow)
326 def emit(s, depth=0, reflow=True): argument
327 self.emit(s, depth, reflow)
[all …]
/external/icu/icu4c/source/layoutex/layout/
DParagraphLayout.h507 inline void reflow();
658 inline void ParagraphLayout::reflow() in reflow() function
/external/walt/hardware/kicad/walt_footprints.pretty/
DR_0603_pad07mm_long.kicad_mod2 (descr "Resistor SMD 0603, reflow soldering, Vishay (see dcrcw.pdf)")
/external/icu/icu4c/source/layoutex/
Dplayout.cpp129 return pl->reflow(); in pl_reflow()
/external/walt/hardware/kicad/
DWALTsm.kicad_pcb206 (descr "Capacitor SMD 0805, reflow soldering, AVX (see smccp.pdf)")
235 (descr "Resistor SMD 0603, reflow soldering, Vishay (see dcrcw.pdf)")
264 (descr "Resistor SMD 0603, reflow soldering, Vishay (see dcrcw.pdf)")
293 (descr "Resistor SMD 0603, reflow soldering, Vishay (see dcrcw.pdf)")
322 (descr "Resistor SMD 0603, reflow soldering, Vishay (see dcrcw.pdf)")
351 (descr "Resistor SMD 0603, reflow soldering, Vishay (see dcrcw.pdf)")
380 (descr "Resistor SMD 0603, reflow soldering, Vishay (see dcrcw.pdf)")
409 (descr "Resistor SMD 0603, reflow soldering, Vishay (see dcrcw.pdf)")
438 (descr "Resistor SMD 0603, reflow soldering, Vishay (see dcrcw.pdf)")
467 (descr "Resistor SMD 0603, reflow soldering, Vishay (see dcrcw.pdf)")
[all …]
/external/icu/icu4c/source/samples/layout/
Dparagraph.cpp217 paragraphLayout->reflow(); in breakLines()
/external/ImageMagick/www/assets/
Dmagick.js6reflow:function(t){return t.offsetHeight},triggerTransitionEnd:function(t){g(t).trigger(e)},suppor… method
/external/icu/icu4c/source/test/letest/
Dletest.cpp894 paragraphLayout->reflow(); in GlyphToCharTest()