Home
last modified time | relevance | path

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

12

/external/chromium-trace/catapult/third_party/polymer/components/paper-progress/
DREADME.md21 --paper-progress-indeterminate-cycle-duration: 5s;
38 <paper-progress indeterminate class="blue"></paper-progress>
39 <paper-progress indeterminate class="slow red"></paper-progress>
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowWindowTest.java89 ProgressBar indeterminate = shadowOf(activity.getWindow()).getIndeterminateProgressBar(); in getIndeterminateProgressBar_returnsTheIndeterminateProgressBar() local
91 assertThat(indeterminate.getVisibility()).isEqualTo(View.INVISIBLE); in getIndeterminateProgressBar_returnsTheIndeterminateProgressBar()
93 assertThat(indeterminate.getVisibility()).isEqualTo(View.VISIBLE); in getIndeterminateProgressBar_returnsTheIndeterminateProgressBar()
95 assertThat(indeterminate.getVisibility()).isEqualTo(View.GONE); in getIndeterminateProgressBar_returnsTheIndeterminateProgressBar()
DShadowProgressBarTest.java27 .addAttribute(android.R.attr.indeterminate, "false") in setUp()
/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DDownloadNotificationHelper.java92 boolean indeterminate = true; in buildProgressNotification()
95 indeterminate = allDownloadPercentagesUnknown && haveDownloadedBytes; in buildProgressNotification()
104 indeterminate, in buildProgressNotification()
/external/perfetto/ui/src/assets/
Dtopbar.scss127 animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
137 animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
141 @keyframes indeterminate {
155 @keyframes indeterminate-short {
/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
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dbugprone-move-forwarding-reference.rst43 indeterminate state because it has been moved from. This may be surprising to
59 ``foo()`` ends up moving ``s`` and thereby placing it into an indeterminate
Dhicpp-invalid-access-moved.rst10 …dard.com/rule/8-4-1-do-not-access-an-invalid-object-or-an-object-with-indeterminate-value/>`_ to c…
/external/volley/
Dconsumer-proguard-rules.pro3 # alive for an indeterminate amount of time. See also https://github.com/google/volley/issues/114
/external/ltp/testcases/open_posix_testsuite/Documentation/
DHOWTO_RunTests13 tests may leave the system in an indeterminate state.
/external/python/cpython3/Doc/library/
Dxdrlib.rst116 indeterminate size; i.e. the size is not available until the entire list has
Dtkinter.ttk.rst659 indeterminate mode which provides an animated display to let the user know that
679 | mode | One of "determinate" or "indeterminate". |
685 | | "indeterminate" mode, it is interpreted as modulo *maximum*; |
Dwarnings.rst347 filter in unexpected ways between tests and leading to indeterminate test
/external/openscreen/docs/
Dstyle_guide.md77 initialization] from setting them to indeterminate values.
/external/google-breakpad/docs/
Dclient_design.md95 Once an application encounters an exception, it is in an indeterminate and
Dsymbol_files.md172 function with no line number data and an indeterminate size: the code extends to
/external/python/cpython2/Doc/tutorial/
Derrors.rst402 The problem with this code is that it leaves the file open for an indeterminate
/external/python/cpython3/Doc/tutorial/
Derrors.rst479 The problem with this code is that it leaves the file open for an indeterminate
/external/llvm-project/polly/lib/External/isl/doc/
Dimplementation.tex512 based on a parametric constant term in the main tableau with indeterminate
600 but there are rows with an indeterminate sign, then the context
611 positive side, we will have fewer negative and indeterminate signs,
798 of the tableau such that the sign of $b(\vec p)$ is 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/angle/extensions/
DANGLE_timer_query.txt253 There may be an indeterminate delay before the above query returns. If
/external/llvm-project/clang/include/clang/Basic/
DDiagnosticASTKinds.td303 "indeterminate value can only initialize an object of type 'unsigned char'"

12