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

1 2 3 4 5 6

  /frameworks/base/docs/html/
jd_extras_zh-tw.js 3 METADATA['zh-tw'].carousel = {
4 "intl/zh-tw/distribute/googleplay/guide.html": {
12 METADATA['zh-tw'].collections = {
  /cts/tests/tests/widget/src/android/widget/cts/
DialerFilterTest.java 266 MockTextWatcher tw = new MockTextWatcher("A"); local
269 assertEquals(-1, span.getSpanStart(tw));
270 assertEquals(-1, span.getSpanEnd(tw));
273 mDialerFilter.setLettersWatcher(tw);
275 assertEquals("ANDROID", tw.getText());
278 assertEquals(0, span.getSpanStart(tw));
279 assertEquals(mDialerFilter.getLetters().length(), span.getSpanEnd(tw));
282 tw = new MockTextWatcher("");
283 mDialerFilter.setLettersWatcher(tw);
285 assertEquals("", tw.getText())
298 final MockTextWatcher tw = new MockTextWatcher("9"); local
315 final MockTextWatcher tw = new MockTextWatcher("A"); local
338 final MockTextWatcher tw = new MockTextWatcher("A"); local
    [all...]
  /build/core/
multi_prebuilt.mk 60 $(eval tw := $(subst :, ,$(strip $(t)))) \
61 $(if $(word 3,$(tw)),$(error $(LOCAL_PATH): Bad prebuilt filename '$(t)')) \
62 $(if $(word 2,$(tw)), \
63 $(eval LOCAL_MODULE := $(word 1,$(tw))) \
64 $(eval LOCAL_SRC_FILES := $(word 2,$(tw))) \
72 $(if $(word 2,$(tw)), \
  /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/jetty/src/java/org/eclipse/jetty/io/bio/
StreamEndPoint.java 179 int tw=header.length(); local
180 if (tw>0)
184 if (f<tw)
191 int tw=buffer.length(); local
192 if (tw>0)
198 if (f<tw)
205 int tw=trailer.length(); local
206 if (tw>0)
  /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/mesa3d/src/gallium/drivers/llvmpipe/
lp_surface.c 100 unsigned tx, ty, tw, th; local
104 &tx, &ty, &tw, &th);
107 for (x = 0; x < tw; x += TILE_SIZE) {
118 unsigned tx, ty, tw, th; local
122 adjust_to_tile_bounds(dstx, dsty, width, height, &tx, &ty, &tw, &th);
129 for (x = 0; x < tw; x += TILE_SIZE) {
  /external/opencv3/3rdparty/libtiff/
tif_tile.c 272 TIFFDefaultTileSize(TIFF* tif, uint32* tw, uint32* th)
274 (*tif->tif_deftilesize)(tif, tw, th);
278 _TIFFDefaultTileSize(TIFF* tif, uint32* tw, uint32* th)
281 if (*(int32*) tw < 1)
282 *tw = 256;
286 if (*tw & 0xf)
287 *tw = TIFFroundup_32(*tw, 16);
  /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);
  /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);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
WTauNafMultiplier.java 57 BigInteger tw = Tnaf.getTw(mu, Tnaf.WIDTH); local
60 BigInteger.valueOf(Tnaf.POW_2_WIDTH), tw, alpha);
  /external/opencv3/samples/cpp/tutorial_code/viz/
creating_widgets.cpp 104 WTriangle tw(Point3f(0.0,0.0,0.0), Point3f(1.0,1.0,1.0), Point3f(0.0,1.0,0.0), viz::Color::red());
107 myWindow.showWidget("TRIANGLE", tw);
  /external/mksh/src/
tree.c 517 const char **tw; local
536 tw = (const char **)t->vars;
537 while (*tw)
538 ++tw;
539 rw = r->vars = alloc2(tw - (const char **)t->vars + 1,
540 sizeof(*tw), ap);
541 tw = (const char **)t->vars;
542 while (*tw)
543 *rw++ = wdcopy(*tw++, ap);
550 tw = t->args
    [all...]
  /build/tools/droiddoc/templates-sdk-dev/components/
masthead.cs 29 zh-tw-lang="API ??"
38 zh-tw-lang="????"
57 zh-tw-lang="??"
66 zh-tw-lang="??"
75 zh-tw-lang="??"
112 zh-tw-lang="API ??"
121 zh-tw-lang="????"
173 zh-tw-lang="??"
182 zh-tw-lang="??"
192 zh-tw-lang="????
    [all...]
  /frameworks/base/docs/html/design/
design_toc.cs 13 zh-tw-lang="Android ????">
24 zh-tw-lang="????"
70 zh-tw-lang="?? [??] ? [???] ??">
80 zh-tw-lang="??">
92 zh-tw-lang="???????">
  /bootable/recovery/tools/recovery_l10n/src/com/android/recovery_l10n/
Main.java 283 int tw = right - left;
284 Log.i(TAG, "encoding \"" + loc + "\" as \"" + lang + "\": " + tw + " x " + h);
286 out.setPixel(0, p, colorFor(tw & 0xff));
287 out.setPixel(1, p, colorFor(tw >>> 8));
300 out.setPixels(pixels, left, w, 0, p, tw, h);

Completed in 681 milliseconds

1 2 3 4 5 6