Home
last modified time | relevance | path

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

12345678910>>...162

/aosp_15_r20/out/soong/raw-aosp_shiba/14/
D149dc6735001a1013b6c89810ccd63e0bf63bf9999 …tes/art/test/1924-frame-pop-toggle/art-run-test-1924-frame-pop-toggle/android_common/javac/art-run…
100 …tes/art/test/1924-frame-pop-toggle/art-run-test-1924-frame-pop-toggle/android_common/javac/art-run…
127toggle/art-run-test-1924-frame-pop-toggle/android_common/lint-srcs.list.rsp __SBOX_SANDBOX_DIR__/o…
130 …to: "out/soong/.intermediates/art/test/1924-frame-pop-toggle/art-run-test-1924-frame-pop-toggle/an…
134 …to: "out/soong/.intermediates/art/test/1924-frame-pop-toggle/art-run-test-1924-frame-pop-toggle/an…
138 …to: "out/soong/.intermediates/art/test/1924-frame-pop-toggle/art-run-test-1924-frame-pop-toggle/an…
142 …to: "out/soong/.intermediates/art/test/1924-frame-pop-toggle/art-run-test-1924-frame-pop-toggle/an…
146 …to: "out/soong/.intermediates/art/test/1924-frame-pop-toggle/art-run-test-1924-frame-pop-toggle/an…
150 …to: "out/soong/.intermediates/art/test/1924-frame-pop-toggle/art-run-test-1924-frame-pop-toggle/an…
154 …file: "out/soong/.intermediates/art/test/1924-frame-pop-toggle/art-run-test-1924-frame-pop-toggle/…
[all …]
/aosp_15_r20/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/
H A DPrimarySwitchPreferenceTest.java66 final CompoundButton toggle = in setChecked_shouldUpdateButtonCheckedState() local
71 assertThat(toggle.isChecked()).isTrue(); in setChecked_shouldUpdateButtonCheckedState()
74 assertThat(toggle.isChecked()).isFalse(); in setChecked_shouldUpdateButtonCheckedState()
79 final CompoundButton toggle = in setSwitchEnabled_shouldUpdateButtonEnabledState() local
84 assertThat(toggle.isEnabled()).isTrue(); in setSwitchEnabled_shouldUpdateButtonEnabledState()
87 assertThat(toggle.isEnabled()).isFalse(); in setSwitchEnabled_shouldUpdateButtonEnabledState()
92 final CompoundButton toggle = in setSwitchEnabled_shouldUpdateButtonEnabledState_beforeViewBound() local
97 assertThat(toggle.isEnabled()).isFalse(); in setSwitchEnabled_shouldUpdateButtonEnabledState_beforeViewBound()
104 final CompoundButton toggle = in clickWidgetView_shouldToggleButton() local
108 toggle.performClick(); in clickWidgetView_shouldToggleButton()
[all …]
/aosp_15_r20/external/curl/src/
H A Dtool_getparam.c687 bool toggle; in set_trace_config() local
699 toggle = FALSE; in set_trace_config()
703 toggle = TRUE; in set_trace_config()
707 toggle = TRUE; in set_trace_config()
713 global->traceids = toggle; in set_trace_config()
714 global->tracetime = toggle; in set_trace_config()
720 global->traceids = toggle; in set_trace_config()
723 global->tracetime = toggle; in set_trace_config()
1034 bool toggle = TRUE; /* how to switch boolean options, on or off. Controlled in getparameter() local
1064 toggle = FALSE; in getparameter()
[all …]
/aosp_15_r20/frameworks/proto_logging/stats/enums/app/
H A Dtvsettings_enums.proto44 /** Denotes that a toggle is clicked by a user. */
59 /** Denotes that a toggle is turned on by a user. */
62 /** Denotes that a toggle is turned off by a user. */
104 // TvSettings > Network & Internet > Wi-Fi (toggle)
139 // TvSettings > Network & Internet > Scanning always available (toggle)
187 // Google Assistant > SafeSearch filter (toggle)
191 // Google Assistant > Block offensive words (toggle)
199 // Google Assistant > Personal results (toggle)
203 // Apps only mode (toggle)
230 // [Choose synced apps] Calendar (toggle)
[all …]
/aosp_15_r20/external/clang/docs/
H A 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 …]
/aosp_15_r20/external/MPAndroidChart/MPChartExample/src/main/res/values/
H A 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 …]
/aosp_15_r20/packages/apps/TvSettings/TwoPanelSettingsLib/src/com/android/tv/twopanelsettings/slices/compat/builders/
DSliceAction.java35 * Class representing an action, supports tappable icons, custom toggle icons, and default toggles,
118 * Construct a SliceAction representing a custom toggle icon.
120 * @param action the pending intent to invoke for this toggle.
121 * @param actionIcon the icon to display for this toggle, should have a checked and unchecked
123 * @param actionTitle the title for this toggle, also used for content description if one hasn't
125 * @param isChecked the state of the toggle.
137 * Construct a SliceAction representing a default toggle.
139 * @param action the pending intent to invoke for this toggle.
140 * @param actionTitle the title for this toggle, also used for content description if one hasn't
142 * @param isChecked the state of the toggle.
[all …]
/aosp_15_r20/out/soong/raw-aosp_shiba/d0/
Dd041cb6e3d66aed71fc121bdc2e7ca11275b7647121 from: "art/test/1924-frame-pop-toggle/Android.bp"
122 to: "art/test/1924-frame-pop-toggle/Android.bp"
125 from: "art/test/1924-frame-pop-toggle/expected-stderr.txt"
126 to: "art/test/1924-frame-pop-toggle/expected-stderr.txt"
129 from: "art/test/1924-frame-pop-toggle/expected-stdout.txt"
130 to: "art/test/1924-frame-pop-toggle/expected-stdout.txt"
133 from: "art/test/1924-frame-pop-toggle/frame_pop_toggle.cc"
134 to: "art/test/1924-frame-pop-toggle/frame_pop_toggle.cc"
137 from: "art/test/1924-frame-pop-toggle/info.txt"
138 to: "art/test/1924-frame-pop-toggle/info.txt"
[all …]
/aosp_15_r20/out/soong/raw-aosp_shiba/98/
D9858cc4205523eaca84f511ed16e59b414fa801a121 from: "art/test/1924-frame-pop-toggle/Android.bp"
122 to: "art/test/1924-frame-pop-toggle/Android.bp"
125 from: "art/test/1924-frame-pop-toggle/expected-stderr.txt"
126 to: "art/test/1924-frame-pop-toggle/expected-stderr.txt"
129 from: "art/test/1924-frame-pop-toggle/expected-stdout.txt"
130 to: "art/test/1924-frame-pop-toggle/expected-stdout.txt"
133 from: "art/test/1924-frame-pop-toggle/frame_pop_toggle.cc"
134 to: "art/test/1924-frame-pop-toggle/frame_pop_toggle.cc"
137 from: "art/test/1924-frame-pop-toggle/info.txt"
138 to: "art/test/1924-frame-pop-toggle/info.txt"
[all …]
/aosp_15_r20/out/soong/raw-aosp_shiba/96/
D96ce0c2ba691c1ac41e63d53d1c725e80899c675121 from: "art/test/1924-frame-pop-toggle/Android.bp"
122 to: "art/test/1924-frame-pop-toggle/Android.bp"
125 from: "art/test/1924-frame-pop-toggle/expected-stderr.txt"
126 to: "art/test/1924-frame-pop-toggle/expected-stderr.txt"
129 from: "art/test/1924-frame-pop-toggle/expected-stdout.txt"
130 to: "art/test/1924-frame-pop-toggle/expected-stdout.txt"
133 from: "art/test/1924-frame-pop-toggle/frame_pop_toggle.cc"
134 to: "art/test/1924-frame-pop-toggle/frame_pop_toggle.cc"
137 from: "art/test/1924-frame-pop-toggle/info.txt"
138 to: "art/test/1924-frame-pop-toggle/info.txt"
[all …]
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/functional/
DSoftApTest.py143 * For any tests that exercise client-mode (e.g. toggle tests, simultaneous
697 # Attempt to toggle SoftAP on, then off. If the first toggle fails
710 # Attempt to toggle Client mode on, then off. If the first toggle,
729 'Toggle SoftAP and client mode stress test passed %s/%s times.'
733 'Toggle SoftAP and client mode stress test only passed %s/%s '
736 # Toggle Stress Test Helper Functions
739 """Runner function for toggle stress tests.
777 """Runs a toggle iteration function, updating the current state
778 based on what the toggle iteration function raises.
780 Used for toggle stress tests.
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/core/protobuf/
H A 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 …]
/aosp_15_r20/packages/apps/TvSettings/TwoPanelSettingsLib/src/com/android/tv/twopanelsettings/slices/compat/core/
DSliceActionImpl.java59 * Class representing an action, supports tappable icons, custom toggle icons, and default toggles.
89 TOGGLE, enumConstant
157 * Construct a SliceAction representing a custom toggle icon.
159 * @param action the pending intent to invoke for this toggle.
160 * @param actionIcon the icon to display for this toggle, should have a checked and unchecked
162 * @param actionTitle the title for this toggle, also used for content description if one hasn't
164 * @param isChecked the state of the toggle.
173 mActionType = ActionType.TOGGLE; in SliceActionImpl()
177 * Construct a SliceAction representing a default toggle.
179 * @param action the pending intent to invoke for this toggle.
[all …]
/aosp_15_r20/build/make/tools/droiddoc/templates-pdk/assets/
H A Dandroid-developer-docs.js287 // if we're in a toggleable root link (<li class=toggle-list><div><a>)
288 if (link.parent().parent().hasClass('toggle-list')) {
289 toggle(link.parent().parent(), false); // open our own list
292 toggle(link.parent().parent().parent().parent(), false); // open the super parent list
297 toggle(link.parent().parent().parent(), false); // open the parent list
300toggle(link.parent().parent().parent().parent().parent(), false); // open the super parent list
438 function toggle(obj, slide) { function
449 $(".toggle-img", li).attr("title", "hide pages");
454 $(".toggle-img", li).attr("title", "show pages");
459 $(".toggle-list").each(
[all …]
/aosp_15_r20/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 …]
Dgoogleapiclient.model-pysrc.html106 …a><tt class="py-lineno"> 44</tt> <a class="py-toggle" href="#" id="_abstract-toggle" onclick="retu…
110 …</a><tt class="py-lineno"> 48</tt> <a class="py-toggle" href="#" id="Model-toggle" onclick="return…
118 …<tt class="py-lineno"> 56</tt> <a class="py-toggle" href="#" id="Model.request-toggle" onclick="re…
137 …tt class="py-lineno"> 75</tt> <a class="py-toggle" href="#" id="Model.response-toggle" onclick="re…
153 …a><tt class="py-lineno"> 91</tt> <a class="py-toggle" href="#" id="BaseModel-toggle" onclick="retu…
188 …lass="py-lineno">110</tt> <a class="py-toggle" href="#" id="BaseModel._log_request-toggle" onclick…
244 …t class="py-lineno">126</tt> <a class="py-toggle" href="#" id="BaseModel.request-toggle" onclick="…
294 …lass="py-lineno">166</tt> <a class="py-toggle" href="#" id="BaseModel._build_query-toggle" onclick…
325 …lass="py-lineno">189</tt> <a class="py-toggle" href="#" id="BaseModel._log_response-toggle" onclic…
351 … class="py-lineno">199</tt> <a class="py-toggle" href="#" id="BaseModel.response-toggle" onclick="…
[all …]
/aosp_15_r20/packages/services/DeviceAsWebcam/impl/src/com/android/deviceaswebcam/view/
DZoomController.java49 * Zoom UI toggle mode.
61 * The toggle UI auto-show duration in ms.
128 * Current toggle option count.
186 // Monitors the touch events on the toggle UI to update the zoom ratio value. in init()
269 // Supports 3 toggle options if min supported zoom ratio is smaller than 1.0f and the max in setSupportedZoomRatioRange()
287 * Updates the toggle option values according to current zoom ratio value.
290 * larger than 2.0, three toggle options are supported:
301 * <p>Otherwise, two toggle options are supported:
465 * Switches the UI to the toggle or seek bar mode.
482 * Transforms the toggle button UI layout for the desired option count.
[all …]
/aosp_15_r20/external/doclava/res/assets/templates/assets/
H A 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 …]
H A 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 …]
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiTeleCoexTest.py97 """Toggle WiFi in a loop.
100 stress_count: Number of times to toggle WiFi OFF and ON.
112 """Toggle Airplane mode in a loop.
115 stress_count: Number of times to toggle Airplane mode OFF and ON.
127 """Toggle Airplane and WiFi modes in a loop.
236 """Test to toggle WiFi and then perform WiFi connection and
242 3. Toggle WiFi OFF and ON.
257 """Test to toggle Airplane mode and perform WiFi connection and
263 3. Toggle Airplane mode OFF and ON.
278 """Test to toggle WiFi in a loop and perform WiFi connection and
[all …]
/aosp_15_r20/external/pigweed/pw_web/log-viewer/src/components/log-view-controls/
H A Dlog-view-controls.ts79 @query('.col-toggle-button') _colToggleMenuButton!: HTMLElement;
81 @query('#col-toggle-menu') _colToggleMenu!: HTMLElement;
208 const wrapToggle = new CustomEvent('wrap-toggle', {
246 const columnToggle = new CustomEvent('column-toggle', {
383 ?toggle=${this.searchExpanded}
386 title="Toggle search field"
406 toggle=${this.lineWrap}
408 title="Toggle line wrapping"
409 aria-label="Toggle line wrapping"
418 class="col-toggle-button"
[all …]
/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tensorflow_core_proto_cpp_lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/tensorflow/core/protobuf/
Drewriter_config.pb.cc1318 // .tensorflow.RewriterConfig.Toggle layout_optimizer = 1; in _InternalParse()
1337 // .tensorflow.RewriterConfig.Toggle constant_folding = 3; in _InternalParse()
1377 // .tensorflow.RewriterConfig.Toggle arithmetic_optimization = 7; in _InternalParse()
1387 // .tensorflow.RewriterConfig.Toggle dependency_optimization = 8; in _InternalParse()
1397 // .tensorflow.RewriterConfig.Toggle loop_optimization = 9; in _InternalParse()
1407 // .tensorflow.RewriterConfig.Toggle function_optimization = 10; in _InternalParse()
1417 // .tensorflow.RewriterConfig.Toggle debug_stripper = 11; in _InternalParse()
1437 // .tensorflow.RewriterConfig.Toggle shape_optimization = 13; in _InternalParse()
1447 // .tensorflow.RewriterConfig.Toggle remapping = 14; in _InternalParse()
1457 // .tensorflow.RewriterConfig.Toggle scoped_allocator_optimization = 15; in _InternalParse()
[all …]
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyboard/shortcut/data/repository/
H A DCustomShortcutCategoriesRepositoryTest.kt96 helper.toggle(deviceId = 123) in categories_correctlyConvertsAPIModelsToShortcutHelperModels()
111 helper.toggle(deviceId = 123) in categories_emitsEmptyListWhenFlagIsDisabled()
125 helper.toggle(deviceId = 123) in categories_ignoresUnknownKeyGestureTypes()
138 helper.toggle(deviceId = 123) in pressedKeys_isEmptyByDefault()
146 helper.toggle(deviceId = 123) in pressedKeys_recognizesAllSupportedModifiers()
167 helper.toggle(deviceId = 123) in pressedKeys_ignoresUnsupportedModifiers()
180 helper.toggle(deviceId = 123) in pressedKeys_assertCorrectConversion()
208 helper.toggle(deviceId = 123) in buildInputGestureDataForShortcutBeingCustomized_noShortcutBeingCustomized_returnsNull()
220 helper.toggle(deviceId = 123) in buildInputGestureDataForShortcutBeingCustomized_noKeyCombinationSelected_returnsNull()
232 helper.toggle(deviceId = 123) in buildInputGestureDataForShortcutBeingCustomized_successfullyBuildInputGestureData()
[all …]
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/phone/
H A DPipDoubleTapHelperTest.java84 * then we toggle between {@code PipSizeSpec.CUSTOM} and {@code PipSizeSpec.DEFAULT}
94 // toggle to DEFAULT state in testNextScreenSize_resizedWiderThanAverage_returnDefaultThenCustom()
98 // once we toggle to DEFAULT our screen size gets updated in testNextScreenSize_resizedWiderThanAverage_returnDefaultThenCustom()
103 // toggle to CUSTOM state in testNextScreenSize_resizedWiderThanAverage_returnDefaultThenCustom()
112 * then we toggle between {@code PipSizeSpec.CUSTOM} and {@code PipSizeSpec.MAX}
122 // toggle to MAX state in testNextScreenSize_resizedNarrowerThanAverage_returnMaxThenCustom()
126 // once we toggle to MAX our screen size gets updated in testNextScreenSize_resizedNarrowerThanAverage_returnMaxThenCustom()
131 // toggle to CUSTOM state in testNextScreenSize_resizedNarrowerThanAverage_returnMaxThenCustom()
140 * then we toggle to {@code PipSizeSpec.DEFAULT}
150 // toggle to DEFAULT state in testNextScreenSize_resizedToMax_returnDefault()
[all …]
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/accessibility/
DAccessibilityDialogUtils.java48 * OPEN: Settings > Accessibility > Downloaded toggle service > Toggle use service to
54 * OPEN: Settings > Accessibility > Downloaded toggle service > Shortcut options
60 * OPEN: Settings > Accessibility > Downloaded toggle service > Shortcut toggle
65 * OPEN: Settings > Accessibility > Downloaded toggle service > Toggle use service to
71 * OPEN: Settings > Accessibility > Magnification > Toggle user service in button
77 * OPEN: Settings > Accessibility > Magnification > Toggle user service in gesture
83 * OPEN: Settings > Accessibility > Downloaded toggle service > Toggle user service > Show

12345678910>>...162