Home
last modified time | relevance | path

Searched refs:printit (Results 1 – 19 of 19) sorted by relevance

/external/libcups/vcnet/regex/
Dsplit.c284 register int printit; in regress() local
291 printit = 0; in regress()
295 printit = 1; in regress()
298 printit = 1; in regress()
308 printit = 1; in regress()
312 if (printit) in regress()
/external/python/cpython2/Demo/tkinter/matt/
D00-HELLO-WORLD.py7 def printit(self): member in Test
18 command=self.printit)
Dpacker-simple.py5 def printit(self): member in Test
15 command=self.printit)
Dcanvas-demo-simple.py6 def printit(self): member in Test
Dwindow-creation-simple.py6 def printit(self): member in Test
Ddialog-box.py8 def printit(self): member in Test
Danimation-simple.py6 def printit(self): member in Test
Dwindow-creation-more.py7 def printit(self): member in Test
Dcanvas-reading-tag-info.py5 def printit(self): member in Test
Danimation-w-velocity-ctrl.py10 def printit(self): member in Test
Drubber-line-demo-1.py4 def printit(self): member in Test
Dradiobutton-simple.py14 def printit(self): member in Test
Dcanvas-gridding.py9 def printit(self): member in Test
Dcanvas-with-scrollbars.py9 def printit(self): member in Test
Drubber-band-box-demo-1.py4 def printit(self): member in Test
/external/libpcap/
Dpcap-enet.c48 readloop(int cnt, int if_fd, struct bpf_program *fp, printfunc printit) in readloop() argument
82 (*printit)((char *)ph->packet, in readloop()
95 (*printit)(buf.hdr.packet, &tv, cc, caplen); in readloop()
/external/libopus/celt/arm/
Darm2gnu.pl51 $printit++ unless $nflag;
342 printf ("%s", $_) if $printit;
/external/arm-optimized-routines/math/tools/
Dremez.jl65 printit = quote
69 printit = quote
70 $printit
76 $printit
/external/python/cpython3/Modules/_decimal/tests/
Dformathelper.py195 def printit(testno, s, fmt, encoding=None): function