Home
last modified time | relevance | path

Searched full:toggle (Results 1 – 25 of 1036) sorted by relevance

12345678910>>...42

/external/MPAndroidChart/MPChartExample/src/main/res/values/
Dstrings.xml15 <string name="actionToggleValues">Toggle Values</string>
16 <string name="actionToggleYValues">Toggle Y-Values</string>
17 <string name="actionToggleXValues">Toggle X-Values</string>
19 <string name="actionToggleIcons">Toggle Icons</string>
20 <string name="actionToggleHighlight">Toggle Highlight</string>
21 <string name="actionTogglePinch">Toggle PinchZoom</string>
22 <string name="actionToggleAutoScale">Toggle Auto Scale</string>
24 <string name="actionToggleLineValues">Toggle Line Values</string>
25 <string name="actionToggleBarValues">Toggle Bar Values</string>
26 <string name="actionToggleBarBorders">Toggle Bar Borders</string>
[all …]
/external/tensorflow/tensorflow/core/protobuf/
Drewriter_config.proto32 enum Toggle { enum
69 Toggle layout_optimizer = 1;
73 Toggle constant_folding = 3;
76 Toggle shape_optimization = 13;
79 Toggle remapping = 14;
82 Toggle common_subgraph_elimination = 24;
85 Toggle arithmetic_optimization = 7;
88 Toggle dependency_optimization = 8;
90 Toggle loop_optimization = 9;
92 Toggle function_optimization = 10;
[all …]
/external/curl/src/
Dtool_getparam.c953 bool toggle; in set_trace_config() local
965 toggle = FALSE; in set_trace_config()
969 toggle = TRUE; in set_trace_config()
973 toggle = TRUE; in set_trace_config()
979 global->traceids = toggle; in set_trace_config()
980 global->tracetime = toggle; in set_trace_config()
986 global->traceids = toggle; in set_trace_config()
989 global->tracetime = toggle; in set_trace_config()
1223 bool toggle = TRUE; /* how to switch boolean options, on or off. Controlled in getparameter() local
1254 toggle = FALSE; in getparameter()
[all …]
/external/clang/docs/
DLibASTMatchersReference.html22 function toggle(id) {
32 <body onLoad="toggle(location.hash.substring(1, location.hash.length - 6))">
103 …itializer.html">CXXCtorInitializer</a>&gt;</td><td class="name" onclick="toggle('cxxCtorInitialize…
114 …ygen/classclang_1_1Decl.html">Decl</a>&gt;</td><td class="name" onclick="toggle('accessSpecDecl0')…
127 …ygen/classclang_1_1Decl.html">Decl</a>&gt;</td><td class="name" onclick="toggle('classTemplateDecl…
135 …ygen/classclang_1_1Decl.html">Decl</a>&gt;</td><td class="name" onclick="toggle('classTemplateSpec…
147 …ygen/classclang_1_1Decl.html">Decl</a>&gt;</td><td class="name" onclick="toggle('cxxConstructorDec…
160 …ygen/classclang_1_1Decl.html">Decl</a>&gt;</td><td class="name" onclick="toggle('cxxConversionDecl…
168 …ygen/classclang_1_1Decl.html">Decl</a>&gt;</td><td class="name" onclick="toggle('cxxDestructorDecl…
179 …ygen/classclang_1_1Decl.html">Decl</a>&gt;</td><td class="name" onclick="toggle('cxxMethodDecl0')"…
[all …]
/external/fmtlib/doc/bootstrap/
Dbutton-groups.less50 .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
57 &:not(:last-child):not(.dropdown-toggle) {
61 // Need .dropdown-toggle since :last-child doesn't apply given a .dropdown-menu immediately after it
63 .btn-group > .dropdown-toggle:not(:first-child) {
76 > .dropdown-toggle {
85 .btn-group .dropdown-toggle:active,
86 .btn-group.open .dropdown-toggle {
104 .btn-group > .btn + .dropdown-toggle {
108 .btn-group > .btn-lg + .dropdown-toggle {
115 .btn-group.open .dropdown-toggle {
[all …]
Dnavbar.less28 // Groups `.navbar-brand` and `.navbar-toggle` into a single component for easy
188 // Navbar toggle
193 .navbar-toggle {
440 .navbar-toggle {
441 border-color: @navbar-default-toggle-border-color;
444 background-color: @navbar-default-toggle-hover-bg;
447 background-color: @navbar-default-toggle-icon-bar-bg;
574 // Darken the responsive nav toggle
575 .navbar-toggle {
576 border-color: @navbar-inverse-toggle-border-color;
[all …]
/external/doclava/res/assets/templates/assets/
Ddoclava-developer-docs.js213 // if we're in a toggleable root link (<li class=toggle-list><div><a>)
214 if (link.parent().parent().hasClass('toggle-list')) {
215 toggle(link.parent().parent(), false); // open our own list
218 toggle(link.parent().parent().parent().parent(), false); // open the super parent list
223 toggle(link.parent().parent().parent(), false); // open the parent list
226toggle(link.parent().parent().parent().parent().parent(), false); // open the super parent list
362 function toggle(obj, slide) { function
373 $(".toggle-img", li).attr("title", "hide pages");
378 $(".toggle-img", li).attr("title", "show pages");
383 $(".toggle-list").each(
[all …]
Ddoclava-developer-reference.js2 /* API LEVEL TOGGLE */
17 $("#api-level-toggle label").removeClass("disabled");
21 $("#api-level-toggle label").addClass("disabled");
37 $("#api-level-toggle label").removeClass("disabled");
157 // toggle shut on the first try. --joeo@android.com
300 /* TOGGLE INHERITED MEMBERS */
302 /* Toggle an inherited class (arrow toggle)
305 * 'null' to simply toggle.
329 /* Toggle all inherited classes in a single table (e.g. all inherited methods)
332 * 'null' to simply toggle.
[all …]
Ddoclava-developer-docs.css125 #side-nav .toggle-list .toggle-img {
135 /* second-level toggle */
136 #side-nav .toggle-list .toggle-list .toggle-img {
140 #side-nav .closed .toggle-img,
141 #side-nav .open .closed .toggle-img {
144 #side-nav .open .toggle-img {
148 #side-nav .toggle-list {
152 #side-nav .toggle-list ul {
157 #side-nav .toggle-list div {
302 .toggle-all {
[all …]
/external/rust/crates/bitflags/src/tests/
Dsymmetric_difference.rs15 TestFlags::toggle, in cases()
26 TestFlags::toggle, in cases()
36 TestFlags::toggle, in cases()
92 "{:?}.toggle({:?})", in case()
101 Flags::toggle(&mut value, *input); in case()
105 "{:?}.toggle({:?})", in case()
/external/chromium-trace/catapult/third_party/polymer/components/iron-collapse/
DREADME.md23 will be collapsed. Use `opened` or `toggle()` to show/hide the content.
26 <button on-click="toggle">toggle collapse</button>
34 toggle: function() {
35 this.$.collapse.toggle();
Diron-collapse.html16 will be collapsed. Use `opened` or `toggle()` to show/hide the content.
18 <button on-click="toggle">toggle collapse</button>
26 toggle: function() {
27 this.$.collapse.toggle();
184 * Toggle the opened state.
186 * @method toggle
188 toggle: function() {
/external/mesa3d/docs/mesa3d_theme/
Dlayout.html36 …ata-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedCo…
149 const toggle = collapseEl.classList.contains('current');
150 if (toggle)
159 toggle: toggle
163 if (toggle) {
171 collapse.toggle();
172 collapseEl.previousElementSibling.classList.toggle('collapsed');
/external/python/google-api-python-client/docs/epy/
Dgoogleapiclient.errors-pysrc.html87 …</a><tt class="py-lineno"> 29</tt> <a class="py-toggle" href="#" id="Error-toggle" onclick="return…
93 …a><tt class="py-lineno"> 35</tt> <a class="py-toggle" href="#" id="HttpError-toggle" onclick="retu…
97 … class="py-lineno"> 39</tt> <a class="py-toggle" href="#" id="HttpError.__init__-toggle" onclick="…
105 …class="py-lineno"> 47</tt> <a class="py-toggle" href="#" id="HttpError._get_reason-toggle" onclick…
127 … class="py-lineno"> 69</tt> <a class="py-toggle" href="#" id="HttpError.__repr__-toggle" onclick="…
149 …t class="py-lineno"> 90</tt> <a class="py-toggle" href="#" id="InvalidJsonError-toggle" onclick="r…
155 …tt class="py-lineno"> 96</tt> <a class="py-toggle" href="#" id="UnknownFileType-toggle" onclick="r…
161 …tt class="py-lineno">102</tt> <a class="py-toggle" href="#" id="UnknownLinkType-toggle" onclick="r…
167 …lass="py-lineno">108</tt> <a class="py-toggle" href="#" id="UnknownApiNameOrVersion-toggle" onclic…
173 …ass="py-lineno">114</tt> <a class="py-toggle" href="#" id="UnacceptableMimeTypeError-toggle" oncli…
[all …]
/external/libbrillo/brillo/
Denum_flags_test.cc56 // Toggle a flag in TEST_F()
85 // Toggle a flag in TEST_F()
105 // Toggle a flag in TEST_F()
128 // Toggle a flag in TEST_F()
148 // Toggle a flag in TEST_F()
176 // XOR'ing a mask with a flag should toggle that flag in the mask. in TEST_F()
208 // XOR'ing a mask with a flag should toggle that flag in the mask. in TEST_F()
236 // XOR'ing a mask with a flag should toggle that flag in the mask. in TEST_F()
/external/fmtlib/doc/_templates/
Dlayout.html39 {# Brand and toggle get grouped for better mobile display #}
41 <button type="button" class="navbar-toggle collapsed"
42 data-toggle="collapse" data-target=".navbar-collapse">
43 <span class="sr-only">Toggle navigation</span>
55 <a href="#" class="dropdown-toggle" data-toggle="dropdown"
93 <button type="button" class="btn btn-success dropdown-toggle"
94 data-toggle="dropdown"><span class="caret"></span></button>
/external/pigweed/pw_console/py/pw_console/
Dkey_bindings.py40 'log-pane.toggle-follow': ['f'],
41 'log-pane.toggle-wrap-lines': ['w'],
42 'log-pane.toggle-table-view': ['t'],
46 'log-pane.toggle-follow': ['f'],
47 'log-pane.toggle-web-browser': ['O'],
64 'search-toolbar.toggle-column': ['c-t'],
65 'search-toolbar.toggle-invert': ['c-v'],
66 'search-toolbar.toggle-matcher': ['c-n'],
117 """Toggle user guide window."""
/external/tinyxml2/docs/
Ddynsections.js130 // toggle all folding blocks
144 // toggle single folding block
145 toggle : function(id) { method
146 $('#foldopen'+id).toggle();
147 $('#foldclosed'+id).toggle();
158 // add global toggle to first line
164 // add toggle controls to lines with fold divs
173 'onclick="javascript:codefold.toggle(\''+id+'\');" '+
188 $(line).append(' '+start+'<a href="javascript:codefold.toggle(\''+id+'\')">&#8230;</a>'+end);
/external/python/cpython3/Lib/idlelib/
Dmainmenu.py71 ('Toggle Tabs', '<<toggle-tabs>>'),
95 ('!_Debugger', '<<toggle-debugger>>'),
97 ('!_Auto-open Stack Viewer', '<<toggle-jit-stack-viewer>>'),
103 ('Show _Code Context', '<<toggle-code-context>>'),
104 ('Show _Line Numbers', '<<toggle-line-numbers>>'),
/external/rust/crates/bit_field/benches/
Dbench.rs11 fn toggle(&mut self, idx: usize); in toggle() method
18 fn toggle(&mut self, idx: usize); in toggle() method
38 fn toggle(&mut self, idx: usize) { in toggle() method
60 fn toggle(&mut self, idx: usize) { in toggle() method
82 fn toggle(&mut self, idx: usize) { in toggle() method
101 fn toggle(&mut self, idx: usize) { in toggle() method
102 self[idx / T::BIT_LEN].toggle(idx % T::BIT_LEN); in toggle()
/external/libxkbcommon/test/data/symbols/
Dshift21 // Toggle CapsLock when pressed together with the other Shift key.
29 // Toggle CapsLock when pressed together with the other Shift key.
67 // Toggle ShiftLock when pressed together with the other Shift key.
75 // Toggle ShiftLock when pressed together with the other Shift key.
/external/pigweed/pw_web/
Dlog_viewer.rst115 Toggle column visibility
117 Column visibility changes with the checkboxes under the toggle column menu.
119 .. figure:: https://storage.googleapis.com/pigweed-media/pw_web/toggle-fields.png
120 :alt: Toggle fields button in topbar opens checkbox list of fields to toggle
142 Toggle word-wrap
144 To toggle between word wrapped and clipped context, click the **Word wrap**
/external/okio/
Dmkdocs.yml17 # Palette toggle for light mode
22 toggle:
25 # Palette toggle for dark mode
30 toggle:
/external/chromium-trace/catapult/third_party/polymer/components/iron-collapse/demo/
Dindex.html59 …a-expanded$="[[isExpanded(opened1)]]" aria-controls="collapse1" onclick="toggle('#collapse1')">Col…
67 …a-expanded$="[[isExpanded(opened2)]]" aria-controls="collapse2" onclick="toggle('#collapse2')">Col…
73 …-expanded$="[[isExpanded(opened3)]]" aria-controls="collapse3" onclick="toggle('#collapse3')">Col…
81 …-expanded$="[[isExpanded(opened4)]]" aria-controls="collapse4" onclick="toggle('#collapse4')">Col…
94 function toggle(selector) {
95 document.querySelector(selector).toggle();
/external/chromium-trace/catapult/third_party/polymer/components/app-route/demo/youtube-demo/
Dvideo-viewer.html14 <link rel="import" href="../../../paper-toggle-button/paper-toggle-button.html">
30 --paper-toggle-button-unchecked-bar-color: #888;
86 … <paper-toggle-button id="state" active="{{playing}}">[[queryParams.state]]</paper-toggle-button>

12345678910>>...42