HomeSort by relevance Sort by last modified time
    Searched refs:tw (Results 1 - 25 of 173) sorted by null

1 2 3 4 5 6 7

  /build/make/core/
multi_prebuilt.mk 61 $(eval tw := $(subst :, ,$(strip $(t)))) \
62 $(if $(word 3,$(tw)),$(error $(LOCAL_PATH): Bad prebuilt filename '$(t)')) \
63 $(if $(word 2,$(tw)), \
64 $(eval LOCAL_MODULE := $(word 1,$(tw))) \
65 $(eval LOCAL_SRC_FILES := $(word 2,$(tw))) \
73 $(if $(word 2,$(tw)), \
  /prebuilts/go/darwin-x86/src/archive/tar/
writer.go 49 func (tw *Writer) Flush() error {
50 if tw.nb > 0 {
51 tw.err = fmt.Errorf("archive/tar: missed writing %d bytes", tw.nb)
52 return tw.err
55 n := tw.nb + tw.pad
56 for n > 0 && tw.err == nil {
62 nw, tw.err = tw.w.Write(zeroBlock[0:nr]
    [all...]
example_test.go 21 tw := tar.NewWriter(buf)
37 if err := tw.WriteHeader(hdr); err != nil {
40 if _, err := tw.Write([]byte(file.Body)); err != nil {
45 if err := tw.Close(); err != nil {
  /prebuilts/go/linux-x86/src/archive/tar/
writer.go 49 func (tw *Writer) Flush() error {
50 if tw.nb > 0 {
51 tw.err = fmt.Errorf("archive/tar: missed writing %d bytes", tw.nb)
52 return tw.err
55 n := tw.nb + tw.pad
56 for n > 0 && tw.err == nil {
62 nw, tw.err = tw.w.Write(zeroBlock[0:nr]
    [all...]
example_test.go 21 tw := tar.NewWriter(buf)
37 if err := tw.WriteHeader(hdr); err != nil {
40 if _, err := tw.Write([]byte(file.Body)); err != nil {
45 if err := tw.Close(); err != nil {
  /external/universal-tween-engine/java/applets/src/aurelienribon/utils/swing/
ImagePanel.java 101 float tw = (float)getWidth(); local
103 gg.drawImage(image, 0, (int)(getHeight()/2 - th/2), (int) tw, (int) th, null);
105 float tw = (float)getHeight() * imgRatio; local
107 gg.drawImage(image, (int)((float)getWidth()/2 - tw/2), 0, (int) tw, (int) th, null);
115 int tw = getWidth(); local
119 gg.drawImage(image, tx, ty, tx + tw, ty + th, x, y, x + width, y + width, null);
121 int tw = (int) (getHeight() * imgRatio); local
123 int tx = getWidth()/2 - tw/2;
125 gg.drawImage(image, tx, ty, tx + tw, ty + th, x, y, x + width, y + width, null)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
ToolTip.py 45 self.tipwindow = tw = Toplevel(self.button)
46 tw.wm_overrideredirect(1)
47 tw.wm_geometry("+%d+%d" % (x, y))
57 tw = self.tipwindow
59 if tw:
60 tw.destroy()
CallTipWindow.py 66 self.tipwindow = tw = Toplevel(self.widget)
69 tw.wm_overrideredirect(1)
74 tw.tk.call("::tk::unsupported::MacWindowStyle", "style", tw._w,
78 self.label = Label(tw, text=self.text, justify=LEFT,
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
ToolTip.py 45 self.tipwindow = tw = Toplevel(self.button)
46 tw.wm_overrideredirect(1)
47 tw.wm_geometry("+%d+%d" % (x, y))
57 tw = self.tipwindow
59 if tw:
60 tw.destroy()
CallTipWindow.py 66 self.tipwindow = tw = Toplevel(self.widget)
69 tw.wm_overrideredirect(1)
74 tw.tk.call("::tk::unsupported::MacWindowStyle", "style", tw._w,
78 self.label = Label(tw, text=self.text, justify=LEFT,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
ToolTip.py 45 self.tipwindow = tw = Toplevel(self.button)
46 tw.wm_overrideredirect(1)
47 tw.wm_geometry("+%d+%d" % (x, y))
57 tw = self.tipwindow
59 if tw:
60 tw.destroy()
CallTipWindow.py 66 self.tipwindow = tw = Toplevel(self.widget)
69 tw.wm_overrideredirect(1)
74 tw.tk.call("::tk::unsupported::MacWindowStyle", "style", tw._w,
78 self.label = Label(tw, text=self.text, justify=LEFT,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
ToolTip.py 45 self.tipwindow = tw = Toplevel(self.button)
46 tw.wm_overrideredirect(1)
47 tw.wm_geometry("+%d+%d" % (x, y))
57 tw = self.tipwindow
59 if tw:
60 tw.destroy()
CallTipWindow.py 66 self.tipwindow = tw = Toplevel(self.widget)
69 tw.wm_overrideredirect(1)
74 tw.tk.call("::tk::unsupported::MacWindowStyle", "style", tw._w,
78 self.label = Label(tw, text=self.text, justify=LEFT,
  /external/emma/core/java12/com/vladium/util/exception/
ExceptionCommon.java 158 final IThrowableWrapper tw = (IThrowableWrapper) t; local
160 tw.__printStackTrace (out);
181 final IThrowableWrapper tw = (IThrowableWrapper) t; local
183 tw.__printStackTrace (out);
184 t = tw.getCause ();
202 final IThrowableWrapper tw = (IThrowableWrapper) t; local
204 tw.__printStackTrace (out);
225 final IThrowableWrapper tw = (IThrowableWrapper) t; local
227 tw.__printStackTrace (out);
228 t = tw.getCause ();
    [all...]
  /external/python/cpython2/Lib/idlelib/
ToolTip.py 45 self.tipwindow = tw = Toplevel(self.button)
46 tw.wm_overrideredirect(1)
47 tw.wm_geometry("+%d+%d" % (x, y))
57 tw = self.tipwindow
59 if tw:
60 tw.destroy()
CallTipWindow.py 59 self.tipwindow = tw = Toplevel(self.widget)
62 tw.wm_overrideredirect(1)
67 tw.tk.call("::tk::unsupported::MacWindowStyle", "style", tw._w,
71 self.label = Label(tw, text=self.text, justify=LEFT,
75 tw.lift() # work around bug in Tk 8.5.18+ (issue #24570)
  /external/pdfium/third_party/libtiff/
tif_tile.c 295 TIFFDefaultTileSize(TIFF* tif, uint32* tw, uint32* th)
297 (*tif->tif_deftilesize)(tif, tw, th);
301 _TIFFDefaultTileSize(TIFF* tif, uint32* tw, uint32* th)
304 if (*(int32*) tw < 1)
305 *tw = 256;
309 if (*tw & 0xf)
310 *tw = TIFFroundup_32(*tw, 16);
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/idna/
idna_test.go 22 {"xn--czrw28b.tw", "??.tw"},
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/idna/
idna_test.go 22 {"xn--czrw28b.tw", "??.tw"},
  /external/libopus/celt/mips/
kiss_fft_mipsr1.h 101 const kiss_twiddle_cpx *tw; local
115 tw=st->twiddles;
131 C_MUL(scratch[1] ,*Fout1, tw[u*fstride]);
132 C_MUL(scratch[2] ,*Fout2, tw[2*u*fstride]);
133 C_MUL(scratch[3] ,*Fout3, tw[3*u*fstride]);
134 C_MUL(scratch[4] ,*Fout4, tw[4*u*fstride]);
  /external/syslinux/gpxe/src/util/
nrv2b.c 1240 uint32_t tw; local
1253 tw = htonl(0); /* flags */
1254 if (fwrite(&tw, sizeof(tw), 1, outfile) != 1)
1262 tw = htonl(256*1024); /* block_size */
1263 if (fwrite(&tw, sizeof(tw), 1, outfile) != 1)
1265 tw = htonl(in_len);
1266 if (fwrite(&tw, sizeof(tw), 1, outfile) != 1
1361 uint32_t tw; local
    [all...]
  /external/libvncserver/libvncserver/
zrleencodetemplate.c 107 int tw = rfbZRLETileWidth; local
108 if (tw > x+w-tx) tw = x+w-tx;
110 GET_IMAGE_INTO_BUF(tx,ty,tw,th,buf);
116 ZRLE_ENCODE_TILE((PIXEL_T*)buf, tw, th, os,
  /prebuilts/misc/windows/sdl2/test/
testautomation_render.c 357 int taccess, tw, th; local
373 ret = SDL_QueryTexture(tface, &tformat, &taccess, &tw, &th);
375 rect.w = tw;
377 ni = TESTRENDER_SCREEN_W - tw;
422 int taccess, tw, th; local
435 ret = SDL_QueryTexture(tface, &tformat, &taccess, &tw, &th);
437 rect.w = tw;
439 ni = TESTRENDER_SCREEN_W - tw;
490 int taccess, tw, th; local
506 ret = SDL_QueryTexture(tface, &tformat, &taccess, &tw, &th)
558 int taccess, tw, th; local
613 int taccess, tw, th; local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemCopyOf.java 155 DTMTreeWalker tw = new TreeWalker2Result(transformer, handler); local
170 tw.traverse(child);
179 tw.traverse(pos);

Completed in 620 milliseconds

1 2 3 4 5 6 7