Searched refs:indeterminate (Results 1 – 25 of 38) sorted by relevance
12
/external/chromium-trace/catapult/third_party/polymer/components/paper-progress/ |
D | README.md | 21 --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/ |
D | ShadowWindowTest.java | 89 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()
|
D | ShadowProgressBarTest.java | 27 .addAttribute(android.R.attr.indeterminate, "false") in setUp()
|
/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/ |
D | DownloadNotificationHelper.java | 92 boolean indeterminate = true; in buildProgressNotification() 95 indeterminate = allDownloadPercentagesUnknown && haveDownloadedBytes; in buildProgressNotification() 104 indeterminate, in buildProgressNotification()
|
/external/perfetto/ui/src/assets/ |
D | topbar.scss | 127 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/ |
D | easydialogs.rst | 67 (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
|
D | xdrlib.rst | 117 indeterminate size; i.e. the size is not available until the entire list has
|
D | ttk.rst | 562 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*; |
|
D | warnings.rst | 241 filter in unexpected ways between tests and leading to indeterminate test
|
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | bugprone-move-forwarding-reference.rst | 43 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
|
D | hicpp-invalid-access-moved.rst | 10 …dard.com/rule/8-4-1-do-not-access-an-invalid-object-or-an-object-with-indeterminate-value/>`_ to c…
|
/external/volley/ |
D | consumer-proguard-rules.pro | 3 # alive for an indeterminate amount of time. See also https://github.com/google/volley/issues/114
|
/external/ltp/testcases/open_posix_testsuite/Documentation/ |
D | HOWTO_RunTests | 13 tests may leave the system in an indeterminate state.
|
/external/python/cpython3/Doc/library/ |
D | xdrlib.rst | 116 indeterminate size; i.e. the size is not available until the entire list has
|
D | tkinter.ttk.rst | 659 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*; |
|
D | warnings.rst | 347 filter in unexpected ways between tests and leading to indeterminate test
|
/external/openscreen/docs/ |
D | style_guide.md | 77 initialization] from setting them to indeterminate values.
|
/external/google-breakpad/docs/ |
D | client_design.md | 95 Once an application encounters an exception, it is in an indeterminate and
|
D | symbol_files.md | 172 function with no line number data and an indeterminate size: the code extends to
|
/external/python/cpython2/Doc/tutorial/ |
D | errors.rst | 402 The problem with this code is that it leaves the file open for an indeterminate
|
/external/python/cpython3/Doc/tutorial/ |
D | errors.rst | 479 The problem with this code is that it leaves the file open for an indeterminate
|
/external/llvm-project/polly/lib/External/isl/doc/ |
D | implementation.tex | 512 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.c | 4410 Boolean indeterminate; in Ctl_CreateProgressBarControl() local 4421 &indeterminate)) in Ctl_CreateProgressBarControl() 4428 indeterminate, in Ctl_CreateProgressBarControl()
|
/external/angle/extensions/ |
D | ANGLE_timer_query.txt | 253 There may be an indeterminate delay before the above query returns. If
|
/external/llvm-project/clang/include/clang/Basic/ |
D | DiagnosticASTKinds.td | 303 "indeterminate value can only initialize an object of type 'unsigned char'"
|
12