Home
last modified time | relevance | path

Searched refs:shown (Results 1 – 25 of 109) sorted by relevance

12345

/external/skia/src/views/
DSkScrollBarView.cpp34 void SkScrollBarView::setShown(unsigned shown) in setShown() argument
36 if ((int)shown < 0) in setShown()
37 shown = 0; in setShown()
39 if (fShownLength != shown) in setShown()
41 fShownLength = shown; in setShown()
117 int shown = fShownLength; in adjust() local
120 if (total <= 0 || shown <= 0 || shown >= total) // no bar to show in adjust()
127 if (start + shown > total) in adjust()
128 start = total - shown; in adjust()
135 e.setScalar("_shownLength", SkIntToScalar(shown)); in adjust()
/external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
DSDL_BWin.h59 shown = false; in SDL_BWin()
89 shown = true; in Show()
92 return (shown); in Shown()
277 bool shown; variable
/external/webkit/WebKit/win/Interfaces/
DIWebDesktopNotificationsDelegate.idl38 @discussion A class that represents a notification being shown
81 @param notification The Notification to be shown.
87 @abstract Cancel showing a notification (or take it down if it's shown).
95 notification need not be un-shown, but events should not be invoked.
/external/e2fsprogs/resize/
Dsim_progress.c24 int shown; member
101 prog->shown = 0; in ext2fs_progress_init()
/external/icu4c/samples/layout/
DFontMap.GDI5 # Fonts are specified by font name, as shown
/external/skia/include/views/
DSkScrollBarView.h33 void setShown(unsigned shown);
/external/iptables/extensions/
Dlibipt_icmp.man6 ICMP type, or one of the ICMP type names shown by the command
Dlibip6t_icmp6.man11 or one of the ICMPv6 type names shown by the command
Dlibipt_recent.man78 The module itself accepts parameters, defaults shown:
/external/v8/test/mjsunit/tools/
Dtickprocessor-test.gc-state19 Callers occupying less than 2.0% are not shown.
Dtickprocessor-test.func-info21 Callers occupying less than 2.0% are not shown.
Dtickprocessor-test.default30 Callers occupying less than 2.0% are not shown.
Dtickprocessor-test.ignore-unknown26 Callers occupying less than 2.0% are not shown.
Dtickprocessor-test.separate-ic32 Callers occupying less than 2.0% are not shown.
/external/qemu/distrib/sdl-1.2.12/src/video/qtopia/
DSDL_QWin.h55 virtual bool shown(void) { in shown() function
/external/webkit/WebKit/mac/Misc/
DWebKitErrors.m44 …onCannotShowMIMEType UI_STRING("Content with specified MIME type can’t be shown", "WebKitErrorCann…
45 #define WebKitErrorDescriptionCannotShowURL UI_STRING("The URL can’t be shown", "WebKitErrorCannotS…
/external/libpcap/doc/
Dpcap.txt178 is shown in Figure 1.
404 a section of the capture dump file. Its format is shown in Figure 3.
498 shown in Figure 4.
707 packet block is shown in Figure 5.
890 The format of the Name Resolution Block is shown in Figure 7.
1002 The format of the Interface Statistics Block is shown in Figure 8.
1159 The format of the optional fields is shown in Figure 9.
1247 used to store compressed data. Its format is shown in Figure 10.
1279 encrypted data. Its format is shown in Figure 11.
1321 the access to the file. Its format is shown in Figure 12. A Fixed
/external/webkit/WebCore/html/
DHTMLDataGridRowElement.idl34 …attribute boolean expanded; // Whether or not the row is open (if it is, child rows will be shown).
/external/icu4c/data/brkitr/
Dline.txt32 # Consider a sequence like, with correct breaks as shown
416 # Sequences of the form (shown forwards)
433 # Sequences of the form (shown forwards)
498 # Match this, shown forward
/external/chromium/third_party/icu/source/data/brkitr/
Dline.txt32 # Consider a sequence like, with correct breaks as shown
404 # Sequences of the form (shown forwards)
421 # Sequences of the form (shown forwards)
484 # Match this, shown forward
Dcjdict.txt31 - Its license terms and conditions are shown below.
35 - Its license terms and conditions are shown below.
/external/wpa_supplicant_6/wpa_supplicant/
DREADME-WPS154 [WPS-PIN] is shown instead. Similarly, [WPS-PBC] is shown if PBC mode
/external/webkit/WebKit/mac/WebView/
DWebTextCompletionController.mm48 // It is shown when a completion yields more than one match.
49 // If a completion yields one or zero matches, it is not shown, and there is no state carried acros…
/external/libvpx/examples/
Dsimple_encoder.txt73 frame is shown for one frame-time in duration. The flags parameter is
/external/webkit/WebKit/English.lproj/
DLocalizable.strings77 "Content with specified MIME type can’t be shown" = "Content with specified MIME type can’t be show…
371 "The URL can’t be shown" = "The URL can’t be shown";

12345