Home
last modified time | relevance | path

Searched full:control (Results 1 – 25 of 26406) sorted by relevance

12345678910>>...1057

/aosp_15_r20/external/python/cpython3/Lib/idlelib/
Dconfig-keys.def11 copy=<Control-Key-c> <Control-Key-C>
12 cut=<Control-Key-x> <Control-Key-X>
13 paste=<Control-Key-v> <Control-Key-V>
15 center-insert=<Control-Key-l> <Control-Key-L>
16 close-all-windows=<Control-Key-q> <Control-Key-Q>
18 do-nothing=<Control-Key-F12>
19 end-of-file=<Control-Key-d> <Control-Key-D>
24 interrupt-execution=<Control-Key-c> <Control-Key-C>
26 restart-shell=<Control-Key-F6>
29 open-new-window=<Control-Key-n> <Control-Key-N>
[all …]
/aosp_15_r20/external/python/cpython2/Lib/idlelib/
Dconfig-keys.def11 copy=<Control-Key-c> <Control-Key-C>
12 cut=<Control-Key-x> <Control-Key-X>
13 paste=<Control-Key-v> <Control-Key-V>
15 center-insert=<Control-Key-l> <Control-Key-L>
16 close-all-windows=<Control-Key-q> <Control-Key-Q>
18 do-nothing=<Control-Key-F12>
19 end-of-file=<Control-Key-d> <Control-Key-D>
24 interrupt-execution=<Control-Key-c> <Control-Key-C>
26 restart-shell=<Control-Key-F6>
29 open-new-window=<Control-Key-n> <Control-Key-N>
[all …]
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
H A DControlTest.java38 import java.util.ResourceBundle.Control;
40 import static java.util.ResourceBundle.Control.*;
43 * Test cases for java.util.ResourceBundle.Control
52 * Control with format:FORMAT_PROPERTIES
54 private Control controlP;
57 * Control with format:FORMAT_CLASS
59 private Control controlC;
62 * Control with format:FORMAT_DEFAULT
64 private Control control; field in ControlTest
67 * {@link java.util.ResourceBundle.Control#Control()}.
[all …]
/aosp_15_r20/external/pcre/maint/ucptestdata/
H A Dtestoutput12 U+0000 BN Control: Control, common, Control, [ascii]
3 U+0001 BN Control: Control, common, Control, [ascii]
4 U+0002 BN Control: Control, common, Control, [ascii]
5 U+0003 BN Control: Control, common, Control, [ascii]
6 U+0004 BN Control: Control, common, Control, [ascii]
7 U+0005 BN Control: Control, common, Control, [ascii]
8 U+0006 BN Control: Control, common, Control, [ascii]
9 U+0007 BN Control: Control, common, Control, [ascii]
10 U+0008 BN Control: Control, common, Control, [ascii]
11 U+0009 S Control: Control, common, Control, [ascii, patternwhitespace, whitespace]
[all …]
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/tetheroffload/control/1.1/android.hardware.tetheroffload.control-V1.1-java/android_common_apex30/turbine/
Dandroid.hardware.tetheroffload.control-V1.1-java.jar ... android/hardware/tetheroffload/control/V1_1/IOffloadControl$setDataWarningAndLimitCallback.class <Unknown ...
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/tetheroffload/control/1.1/android.hardware.tetheroffload.control-V1.1-java/android_common_apex30/javac/
Dandroid.hardware.tetheroffload.control-V1.1-java.jar ... hardware/tetheroffload/ android/hardware/tetheroffload/control/ android/hardware/tetheroffload/control/V1_1 ...
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/tetheroffload/control/1.0/android.hardware.tetheroffload.control-V1.0-java/android_common_apex30/javac/
Dandroid.hardware.tetheroffload.control-V1.0-java.jar ... hardware/tetheroffload/ android/hardware/tetheroffload/control/ android/hardware/tetheroffload/control/V1_0 ...
/aosp_15_r20/system/incremental_delivery/incfs/include/
H A Dincfs_inline.h137 auto control = IncFs_Mount(details::c_str(backingPath), details::c_str(targetDir), options); in mount() local
138 return UniqueControl(control); in mount()
142 auto control = IncFs_Open(details::c_str(dir)); in open() local
143 return UniqueControl(control); in open()
151 inline ErrorCode setOptions(const Control& control, MountOptions newOptions) { in setOptions() argument
152 return IncFs_SetOptions(control, newOptions); in setOptions()
163 inline std::string root(const Control& control) { in root() argument
167 if (auto err = IncFs_Root(control, result.data(), &size); err < 0) { in root()
175 inline ErrorCode makeFile(const Control& control, std::string_view path, int mode, FileId fileId, in makeFile() argument
177 return IncFs_MakeFile(control, details::c_str(path), mode, fileId, params); in makeFile()
[all …]
H A Dincfs.h91 UniqueControl(IncFsControl* control = nullptr) : mControl(control) {} in mControl() argument
178 using Control = UniqueControl; variable
217 ErrorCode setOptions(const Control& control, MountOptions newOptions);
222 std::string root(const Control& control);
224 ErrorCode makeFile(const Control& control, std::string_view path, int mode, FileId fileId,
226 ErrorCode makeMappedFile(const Control& control, std::string_view path, int mode,
228 ErrorCode makeDir(const Control& control, std::string_view path, int mode = 0555);
229 ErrorCode makeDirs(const Control& control, std::string_view path, int mode = 0555);
231 RawMetadata getMetadata(const Control& control, FileId fileId);
232 RawMetadata getMetadata(const Control& control, std::string_view path);
[all …]
/aosp_15_r20/prebuilts/vndk/v30/arm/include/generated-headers/hardware/interfaces/tetheroffload/control/1.0/[email protected]_genc++_headers/gen/android/hardware/tetheroffload/control/1.0/
Dtypes.h12 namespace control {
72 static_assert(offsetof(::android::hardware::tetheroffload::control::V1_0::IPv4AddrPortPair, addr) =…
73 static_assert(offsetof(::android::hardware::tetheroffload::control::V1_0::IPv4AddrPortPair, port) =…
74 static_assert(sizeof(::android::hardware::tetheroffload::control::V1_0::IPv4AddrPortPair) == 24, "w…
75 static_assert(__alignof(::android::hardware::tetheroffload::control::V1_0::IPv4AddrPortPair) == 8, …
78 …::android::hardware::tetheroffload::control::V1_0::IPv4AddrPortPair src __attribute__ ((aligned(8)…
79 …::android::hardware::tetheroffload::control::V1_0::IPv4AddrPortPair dst __attribute__ ((aligned(8)…
80 …::android::hardware::tetheroffload::control::V1_0::NetworkProtocol proto __attribute__ ((aligned(4…
83 static_assert(offsetof(::android::hardware::tetheroffload::control::V1_0::NatTimeoutUpdate, src) ==…
84 static_assert(offsetof(::android::hardware::tetheroffload::control::V1_0::NatTimeoutUpdate, dst) ==…
[all …]
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/generated-headers/hardware/interfaces/tetheroffload/control/1.0/[email protected]_genc++_headers/gen/android/hardware/tetheroffload/control/1.0/
Dtypes.h12 namespace control {
72 static_assert(offsetof(::android::hardware::tetheroffload::control::V1_0::IPv4AddrPortPair, addr) =…
73 static_assert(offsetof(::android::hardware::tetheroffload::control::V1_0::IPv4AddrPortPair, port) =…
74 static_assert(sizeof(::android::hardware::tetheroffload::control::V1_0::IPv4AddrPortPair) == 24, "w…
75 static_assert(__alignof(::android::hardware::tetheroffload::control::V1_0::IPv4AddrPortPair) == 8, …
78 …::android::hardware::tetheroffload::control::V1_0::IPv4AddrPortPair src __attribute__ ((aligned(8)…
79 …::android::hardware::tetheroffload::control::V1_0::IPv4AddrPortPair dst __attribute__ ((aligned(8)…
80 …::android::hardware::tetheroffload::control::V1_0::NetworkProtocol proto __attribute__ ((aligned(4…
83 static_assert(offsetof(::android::hardware::tetheroffload::control::V1_0::NatTimeoutUpdate, src) ==…
84 static_assert(offsetof(::android::hardware::tetheroffload::control::V1_0::NatTimeoutUpdate, dst) ==…
[all …]
/aosp_15_r20/prebuilts/vndk/v30/x86/include/generated-headers/hardware/interfaces/tetheroffload/control/1.0/[email protected]_genc++_headers/gen/android/hardware/tetheroffload/control/1.0/
Dtypes.h12 namespace control {
72 static_assert(offsetof(::android::hardware::tetheroffload::control::V1_0::IPv4AddrPortPair, addr) =…
73 static_assert(offsetof(::android::hardware::tetheroffload::control::V1_0::IPv4AddrPortPair, port) =…
74 static_assert(sizeof(::android::hardware::tetheroffload::control::V1_0::IPv4AddrPortPair) == 24, "w…
75 static_assert(__alignof(::android::hardware::tetheroffload::control::V1_0::IPv4AddrPortPair) == 8, …
78 …::android::hardware::tetheroffload::control::V1_0::IPv4AddrPortPair src __attribute__ ((aligned(8)…
79 …::android::hardware::tetheroffload::control::V1_0::IPv4AddrPortPair dst __attribute__ ((aligned(8)…
80 …::android::hardware::tetheroffload::control::V1_0::NetworkProtocol proto __attribute__ ((aligned(4…
83 static_assert(offsetof(::android::hardware::tetheroffload::control::V1_0::NatTimeoutUpdate, src) ==…
84 static_assert(offsetof(::android::hardware::tetheroffload::control::V1_0::NatTimeoutUpdate, dst) ==…
[all …]
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/generated-headers/hardware/interfaces/tetheroffload/control/1.0/[email protected]_genc++_headers/gen/android/hardware/tetheroffload/control/1.0/
Dtypes.h12 namespace control {
72 static_assert(offsetof(::android::hardware::tetheroffload::control::V1_0::IPv4AddrPortPair, addr) =…
73 static_assert(offsetof(::android::hardware::tetheroffload::control::V1_0::IPv4AddrPortPair, port) =…
74 static_assert(sizeof(::android::hardware::tetheroffload::control::V1_0::IPv4AddrPortPair) == 24, "w…
75 static_assert(__alignof(::android::hardware::tetheroffload::control::V1_0::IPv4AddrPortPair) == 8, …
78 …::android::hardware::tetheroffload::control::V1_0::IPv4AddrPortPair src __attribute__ ((aligned(8)…
79 …::android::hardware::tetheroffload::control::V1_0::IPv4AddrPortPair dst __attribute__ ((aligned(8)…
80 …::android::hardware::tetheroffload::control::V1_0::NetworkProtocol proto __attribute__ ((aligned(4…
83 static_assert(offsetof(::android::hardware::tetheroffload::control::V1_0::NatTimeoutUpdate, src) ==…
84 static_assert(offsetof(::android::hardware::tetheroffload::control::V1_0::NatTimeoutUpdate, dst) ==…
[all …]
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupUniformControlFlowTests.cpp140 // that support the subgroup size control extension and variants for those in checkSupport()
150 … TCU_THROW(NotSupportedError, "Implementation does not support subgroup size control"); in checkSupport()
157 …TCU_THROW(NotSupportedError, "These tests are not enabled for subgroup size control implementation… in checkSupport()
238 bool control = controls[c]; in createSubgroupUniformControlFlowTests() local
240 const char *subdir = (control ? large_control_dir : large_dir); in createSubgroupUniformControlFlowTests()
243 group.add("subgroup_reconverge00", small, control, stage); in createSubgroupUniformControlFlowTests()
245 group.add("subgroup_reconverge01", small, control, stage); in createSubgroupUniformControlFlowTests()
247 group.add("subgroup_reconverge02", small, control, stage); in createSubgroupUniformControlFlowTests()
249 group.add("subgroup_reconverge03", small, control, stage); in createSubgroupUniformControlFlowTests()
251 group.add("subgroup_reconverge04", small, control, stage); in createSubgroupUniformControlFlowTests()
[all …]
/aosp_15_r20/external/google-cloud-java/java-service-control/
H A DCHANGELOG.md3 …s/google-cloud-java/compare/google-cloud-service-control-v1.4.1-SNAPSHOT...google-cloud-service-co…
24 …leapis/google-cloud-java/compare/google-cloud-service-control-v1.3.5...google-cloud-service-contro…
45 ## [1.3.5](https://github.com/googleapis/java-service-control/compare/v1.3.4...v1.3.5) (2022-10-05)
50 * update protobuf to v3.21.7 ([ac16ca7](https://github.com/googleapis/java-service-control/commit/a…
52 ## [1.3.4](https://github.com/googleapis/java-service-control/compare/v1.3.3...v1.3.4) (2022-10-03)
57 …github.com/googleapis/java-service-control/issues/224)) ([9b88661](https://github.com/googleapis/j…
58 …github.com/googleapis/java-service-control/issues/218)) ([dce7663](https://github.com/googleapis/j…
59 …github.com/googleapis/java-service-control/issues/219)) ([20657dc](https://github.com/googleapis/j…
60 …github.com/googleapis/java-service-control/issues/220)) ([7ee32b0](https://github.com/googleapis/j…
62 ## [1.3.3](https://github.com/googleapis/java-service-control/compare/v1.3.2...v1.3.3) (2022-09-15)
[all …]
/aosp_15_r20/packages/services/Car/service/res/values/
Dstrings.xml24 <!-- Permission text: apps can control car camera [CHAR LIMIT=NONE] -->
26 <!-- Permission text: apps can control car camera [CHAR LIMIT=NONE] -->
32 <!-- Permission text: can control your car's EV charge settings [CHAR LIMIT=NONE] -->
33 …<string name="car_permission_label_control_car_energy">Control car\u2019s EV charge settings</stri…
34 <!-- Permission text: can control your car's EV charge settings [CHAR LIMIT=NONE] -->
35 …<string name="car_permission_desc_control_car_energy">Control your car\u2019s EV charge settings.<…
36 <!-- Permission text: can control oem car service binding [CHAR LIMIT=NONE] -->
38 <!-- Permission text: can control oem car service binding [CHAR LIMIT=NONE] -->
44 <!-- Permission text: apps can control car hvac [CHAR LIMIT=NONE] -->
46 <!-- Permission text: apps can control car hvac [CHAR LIMIT=NONE] -->
[all …]
/aosp_15_r20/frameworks/base/core/java/android/service/controls/
H A DControl.java46 * Each control needs a unique (per provider) identifier that is persistent across reboots of the
49 * Each {@link Control} will have a name, a subtitle and will optionally belong to a structure
51 * and will be used to display the control as well as group them for management.
56 * An {@link Intent} linking to the provider Activity that expands on this {@link Control} and
59 public final class Control implements Parcelable { class
60 private static final String TAG = "Control";
92 * The device corresponding to the {@link Control} cannot be found or was removed. The user
105 * The {@link Control} is currently disabled. A default error message will be displayed in
128 * @param deviceType the type of device for this control. This will determine icons and colors.
129 * @param title the user facing name of this control (e.g. "Bedroom thermostat").
[all …]
/aosp_15_r20/external/llvm/test/Transforms/SCCP/
H A Dundef-resolve.ll18 br label %control.outer.outer
20 control.outer.loopexit.us-lcssa: ; preds = %control
21 br label %control.outer.loopexit
23 control.outer.loopexit: ; preds = %control.outer.loopexit.us-lcssa.us, %c…
24 br label %control.outer.outer.backedge
26 control.outer.outer: ; preds = %control.outer.outer.backedge, %init
27 %switchCond.0.ph.ph = phi i32 [ 2, %init ], [ 3, %control.outer.outer.backedge ] ; <i32> [#uses=2]
28 …%i.0.ph.ph = phi i32 [ undef, %init ], [ %i.0.ph.ph.be, %control.outer.outer.backedge ] ; <i32> [#…
30 …br i1 %tmp4, label %control.outer.outer.split.us, label %control.outer.outer.control.outer.outer.s…
32 control.outer.outer.control.outer.outer.split_crit_edge: ; preds = %control.outer.outer
[all …]
/aosp_15_r20/external/google-cloud-java/java-retail/google-cloud-retail/src/main/java/com/google/cloud/retail/v2/
H A DControlServiceClient.java39 * Service Description: Service for modifying Control.
52 * Control control = Control.newBuilder().build();
54 * Control response = controlServiceClient.createControl(parent, control, controlId);
180 * Creates a Control.
182 * <p>If the [Control][google.cloud.retail.v2.Control] to create already exists, an ALREADY_EXISTS
195 * Control control = Control.newBuilder().build();
197 * Control response = controlServiceClient.createControl(parent, control, controlId);
203 * @param control Required. The Control to create.
204 * @param controlId Required. The ID to use for the Control, which will become the final component
205 * of the Control's resource name.
[all …]
/aosp_15_r20/external/google-cloud-java/java-retail/google-cloud-retail/src/main/java/com/google/cloud/retail/v2alpha/
H A DControlServiceClient.java40 * Service Description: Service for modifying Control.
53 * Control control = Control.newBuilder().build();
55 * Control response = controlServiceClient.createControl(parent, control, controlId);
182 * Creates a Control.
184 * <p>If the [Control][google.cloud.retail.v2alpha.Control] to create already exists, an
197 * Control control = Control.newBuilder().build();
199 * Control response = controlServiceClient.createControl(parent, control, controlId);
205 * @param control Required. The Control to create.
206 * @param controlId Required. The ID to use for the Control, which will become the final component
207 * of the Control's resource name.
[all …]
/aosp_15_r20/external/google-cloud-java/java-retail/google-cloud-retail/src/main/java/com/google/cloud/retail/v2beta/
H A DControlServiceClient.java40 * Service Description: Service for modifying Control.
53 * Control control = Control.newBuilder().build();
55 * Control response = controlServiceClient.createControl(parent, control, controlId);
182 * Creates a Control.
184 * <p>If the [Control][google.cloud.retail.v2beta.Control] to create already exists, an
197 * Control control = Control.newBuilder().build();
199 * Control response = controlServiceClient.createControl(parent, control, controlId);
205 * @param control Required. The Control to create.
206 * @param controlId Required. The ID to use for the Control, which will become the final component
207 * of the Control's resource name.
[all …]
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/service/controls/
H A DControlProviderServiceTest.java126 Control control1 = new Control.StatelessBuilder("TEST_ID", mPendingIntent).build(); in testOnLoad_allStateless()
127 Control control2 = new Control.StatelessBuilder("TEST_ID_2", mPendingIntent) in testOnLoad_allStateless()
132 ArgumentCaptor<Control> controlCaptor = in testOnLoad_allStateless()
133 ArgumentCaptor.forClass(Control.class); in testOnLoad_allStateless()
135 ArrayList<Control> list = new ArrayList<>(); in testOnLoad_allStateless()
148 List<Control> values = controlCaptor.getAllValues(); in testOnLoad_allStateless()
157 Control control = new Control.StatefulBuilder("TEST_ID", mPendingIntent) in testOnLoad_statefulConvertedToStateless() local
159 .setStatus(Control.STATUS_OK) in testOnLoad_statefulConvertedToStateless()
161 Control statelessControl = new Control.StatelessBuilder(control).build(); in testOnLoad_statefulConvertedToStateless()
165 ArgumentCaptor<Control> controlCaptor = in testOnLoad_statefulConvertedToStateless()
[all …]
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/tetheroffload/control/1.0/android.hardware.tetheroffload.control-V1.0-java/android_common_apex30/turbine/
Dandroid.hardware.tetheroffload.control-V1.0-java.jar ... android/hardware/tetheroffload/control/V1_0/IOffloadControl$initOffloadCallback.class <Unknown ...
/aosp_15_r20/external/aws-sdk-java-v2/services/route53recoverycluster/src/main/resources/codegen-resources/
H A Dservice-2.json32control. A routing control is a simple on/off switch that you can use to route traffic to cells. W…
50control names and Amazon Resource Names (ARNs), as well as the routing control state for each rout…
69control to reroute traffic. You can set the value to ON or OFF. When the state is ON, traffic flow…
89control states. You can set the value for each state to be ON or OFF. When the state is ON, traffi…
157 …"documentation":"<p>The Amazon Resource Name (ARN) for the routing control that you want to get th…
174 "documentation":"<p>The state of the routing control.</p>"
178 "documentation":"<p>The routing control name.</p>"
198 …"documentation":"<p>The Amazon Resource Name (ARN) of the control panel of the routing controls to…
259 …"documentation":"<p>The request references a routing control or control panel that was not found.<…
271 …documentation":"<p>The Amazon Resource Name (ARN) of the control panel where the routing control i…
[all …]
/aosp_15_r20/external/libaom/aom/
H A Daomcx.h168 /*!\brief AVx encoder control functions
170 * This set of macros define the control functions available for AVx
172 * The range of encode control ID is 7-229(max).
177 /*!\brief Codec control function to set which reference frame encoder can use,
182 /*!\brief Codec control function to pass an ROI map to encoder, aom_roi_map_t*
187 /*!\brief Codec control function to pass an Active map to encoder,
194 /*!\brief Codec control function to set encoder scaling mode for the next
199 /*!\brief Codec control function to set encoder spatial layer id, int
204 /*!\brief Codec control function to set encoder internal speed settings,
222 /*!\brief Codec control function to enable automatic set and use alf frames,
[all …]

12345678910>>...1057