Home
last modified time | relevance | path

Searched refs:indeterminate (Results 1 – 17 of 17) sorted by relevance

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowProgressDialog.java15 private boolean indeterminate; field in ShadowProgressDialog
23 …ressDialog show(Context context, CharSequence title, CharSequence message, boolean indeterminate) { in show() argument
24 return show(context, title, message, indeterminate, false, null); in show()
28 …ow(Context context, CharSequence title, CharSequence message, boolean indeterminate, boolean cance… in show() argument
29 return show(context, title, message, indeterminate, cancelable, null); in show()
33 …ow(Context context, CharSequence title, CharSequence message, boolean indeterminate, boolean cance… in show() argument
37 progressDialog.setIndeterminate(indeterminate); in show()
46 public void setIndeterminate(boolean indeterminate) { in setIndeterminate() argument
47 this.indeterminate = indeterminate; in setIndeterminate()
52 return indeterminate; in isIndeterminate()
DShadowProgressBar.java60 public void setIndeterminate(boolean indeterminate) { in setIndeterminate() argument
61 this.isIndeterminate = indeterminate; in setIndeterminate()
/external/skia/tools/
Dtest_gpuveto.py64 self.indeterminate = 0
78 self.indeterminate))
137 self.indeterminate += 1
/external/python/cpython2/Doc/library/
Deasydialogs.rst67 (default ``0``, indicating that an indeterminate amount of work remains to be
157 Both determinate (thermometer style) and indeterminate (barber-pole style)
159 is greater than zero; otherwise it will be indeterminate.
162 Support for indeterminate-style progress bars was added.
185 :attr:`maxval`. If :attr:`maxval` is ``0``, the bar will be indeterminate
204 including a change from indeterminate to determinate or vice versa.
212 indeterminate, this causes one "spin" of the barber pole. The resulting
Dxdrlib.rst117 indeterminate size; i.e. the size is not available until the entire list has
Dttk.rst562 completed relative to the total amount of work to be done, and indeterminate
581 | mode | One of "determinate" or "indeterminate". |
587 | | "indeterminate" mode, it is interpreted as modulo *maximum*; |
Dwarnings.rst241 filter in unexpected ways between tests and leading to indeterminate test
Ddecimal.rst1668 where they get treated as very large, indeterminate numbers. For instance,
1671 Some operations are indeterminate and return :const:`NaN`, or if the
/external/ltp/testcases/open_posix_testsuite/Documentation/
DHOWTO_RunTests13 tests may leave the system in an indeterminate state.
/external/libchrome/base/mac/
Dsdk_forward_declarations.h457 @property(readonly, getter=isIndeterminate) BOOL indeterminate;
/external/python/cpython2/Doc/tutorial/
Derrors.rst402 The problem with this code is that it leaves the file open for an indeterminate
/external/python/cpython2/Mac/Modules/ctl/
D_Ctlmodule.c4410 Boolean indeterminate; in Ctl_CreateProgressBarControl() local
4421 &indeterminate)) in Ctl_CreateProgressBarControl()
4428 indeterminate, in Ctl_CreateProgressBarControl()
/external/bison/build-aux/
Dtexinfo.tex8051 % reference, since the current font is indeterminate.
/external/libmicrohttpd/doc/
Dtexinfo.tex8052 % reference, since the current font is indeterminate.
/external/python/cpython2/Modules/_ctypes/libffi/
Dtexinfo.tex8052 % reference, since the current font is indeterminate.
/external/jline/src/src/test/resources/jline/example/
Denglish.gz
/external/libxml2/
DChangeLog13479 indeterminate comparisons return an error instead of equal.