Home
last modified time | relevance | path

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

/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/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/layout/
DParagraphLayout.h509 inline void reflow();
660 inline void ParagraphLayout::reflow() in reflow() function
/external/icu/icu4c/source/layoutex/
Dplayout.cpp129 return pl->reflow(); in pl_reflow()
/external/icu/icu4c/source/samples/layout/
Dparagraph.cpp217 paragraphLayout->reflow(); in breakLines()
/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/test/letest/
Dletest.cpp894 paragraphLayout->reflow(); in GlyphToCharTest()