Home
last modified time | relevance | path

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

12345678910>>...462

/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 …]
/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 …]
/external/llvm/test/Transforms/SCCP/
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 …]
/external/arm-trusted-firmware/plat/renesas/common/include/registers/
Dcpg_registers.h13 /* CPG system module stop control 2 */
23 /* CPG write protect control */
25 /* CPG system module stop control 9 */
29 /* SDHI2 clock frequency control register */
31 /* SDHI3 clock frequency control register */
36 /* Secure Module Stop Control Register 0 */
38 /* Secure Module Stop Control Register 1 */
40 /* Secure Module Stop Control Register 2 */
42 /* Secure Module Stop Control Register 3 */
44 /* Secure Module Stop Control Register 4 */
[all …]
/external/pcre/maint/ucptestdata/
Dtestoutput12 U+0000 BN Control: Control, common, Control, [ascii, patternwhitespace, whitespace]
3 U+0001 BN Control: Control, common, Control, [ascii, patternwhitespace, whitespace]
4 U+0002 BN Control: Control, common, Control, [ascii, patternwhitespace, whitespace]
5 U+0003 BN Control: Control, common, Control, [ascii, patternwhitespace, whitespace]
6 U+0004 BN Control: Control, common, Control, [ascii, patternwhitespace, whitespace]
7 U+0005 BN Control: Control, common, Control, [ascii, patternwhitespace, whitespace]
8 U+0006 BN Control: Control, common, Control, [ascii, patternwhitespace, whitespace]
9 U+0007 BN Control: Control, common, Control, [ascii, patternwhitespace, whitespace]
10 U+0008 BN Control: Control, common, Control, [ascii, patternwhitespace, whitespace]
11 U+0009 S Control: Control, common, Control, [ascii, graphemebase, patternsyntax, sentenceterminal…
[all …]
/external/deqp/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupUniformControlFlowTests.cpp142 // that support the subgroup size control extension and variants for those in checkSupport()
152 TCU_THROW(NotSupportedError, "Implementation does not support subgroup size control"); in checkSupport()
159 …TCU_THROW(NotSupportedError, "These tests are not enabled for subgroup size control implementation… in checkSupport()
244 bool control = controls[c]; in createSubgroupUniformControlFlowTests() local
246 const char* subdir = (control ? large_control_dir : large_dir); in createSubgroupUniformControlFlowTests()
248 group.add("subgroup_reconverge00", "if/else diverge", small, control, stage); in createSubgroupUniformControlFlowTests()
249 group.add("subgroup_reconverge01", "do while diverge", small, control, stage); in createSubgroupUniformControlFlowTests()
250 group.add("subgroup_reconverge02", "while true with break", small, control, stage); in createSubgroupUniformControlFlowTests()
251 group.add("subgroup_reconverge03", "if/else diverge, volatile", small, control, stage); in createSubgroupUniformControlFlowTests()
252 group.add("subgroup_reconverge04", "early return and if/else diverge", small, control, stage); in createSubgroupUniformControlFlowTests()
[all …]
/external/autotest/server/cros/dynamic_suite/
Dcontrol_file_getter.py27 Interface for classes that can list and fetch known control files.
34 Gather a list of paths to control files.
36 @param suite_name: The name of a suite we would like control files for.
46 Given a path to a control file, return its contents.
48 @param test_path: the path to the control file.
49 @return the contents of the control file specified by the path.
58 Given the name of a control file, return its contents.
60 @param test_name: the name of the test whose control file is desired.
61 @return the contents of the control file specified by the name.
74 Gather the control paths and contents of all the control files.
[all …]
Dsuite_common.py41 return 'test_suites/control.%s' % suite_name
125 suite control files.
149 """Return control file contents for |suite_name|.
151 Query the dev server at |ds| for the control file |suite_name|, included
155 @param ds: a dev_server.DevServer instance to fetch control file with.
156 @param suite_name: canonicalized suite name, e.g. test_suites/control.bvt.
157 @raises ControlFileNotFound if a unique suite control file doesn't exist.
158 @raises NoControlFileList if we can't list the control files at all.
159 @raises ControlFileEmpty if the control file exists on the server, but
162 @return the contents of the desired control file.
[all …]
/external/grpc-grpc-java/benchmarks/src/generated/main/grpc/io/grpc/benchmarks/proto/
DWorkerServiceGrpc.java30 private static volatile io.grpc.MethodDescriptor<io.grpc.benchmarks.proto.Control.ServerArgs,
31 io.grpc.benchmarks.proto.Control.ServerStatus> getRunServerMethod;
35 requestType = io.grpc.benchmarks.proto.Control.ServerArgs.class,
36 responseType = io.grpc.benchmarks.proto.Control.ServerStatus.class,
38 public static io.grpc.MethodDescriptor<io.grpc.benchmarks.proto.Control.ServerArgs,
39 io.grpc.benchmarks.proto.Control.ServerStatus> getRunServerMethod() { in getRunServerMethod()
40 …io.grpc.MethodDescriptor<io.grpc.benchmarks.proto.Control.ServerArgs, io.grpc.benchmarks.proto.Con… in getRunServerMethod()
45 …o.grpc.MethodDescriptor.<io.grpc.benchmarks.proto.Control.ServerArgs, io.grpc.benchmarks.proto.Con… in getRunServerMethod()
51 io.grpc.benchmarks.proto.Control.ServerArgs.getDefaultInstance())) in getRunServerMethod()
53 io.grpc.benchmarks.proto.Control.ServerStatus.getDefaultInstance())) in getRunServerMethod()
[all …]
/external/grpc-grpc-java/benchmarks/src/test/java/io/grpc/benchmarks/driver/
DLoadWorkerTest.java24 import io.grpc.benchmarks.proto.Control;
46 private static final Control.ClientArgs MARK = Control.ClientArgs.newBuilder()
47 .setMark(Control.Mark.newBuilder().setReset(true).build())
67 Control.ServerArgs.Builder serverArgsBuilder = Control.ServerArgs.newBuilder(); in runUnaryBlockingClosedLoop()
69 .setServerType(Control.ServerType.ASYNC_SERVER) in runUnaryBlockingClosedLoop()
75 Control.ClientArgs.Builder clientArgsBuilder = Control.ClientArgs.newBuilder(); in runUnaryBlockingClosedLoop()
78 .setClientType(Control.ClientType.SYNC_CLIENT) in runUnaryBlockingClosedLoop()
79 .setRpcType(Control.RpcType.UNARY) in runUnaryBlockingClosedLoop()
89 StreamObserver<Control.ClientArgs> clientObserver = startClient(clientArgsBuilder.build()); in runUnaryBlockingClosedLoop()
95 Control.ServerArgs.Builder serverArgsBuilder = Control.ServerArgs.newBuilder(); in runUnaryAsyncClosedLoop()
[all …]
/external/tcpdump/tests/
Dbfd-raw-auth-md5.out1 …1 07:44:00.997462 IP 192.85.1.2.1024 > 192.0.0.1.3784: BFDv1, Control, State Down, Flags: [Authen…
2 …2 07:44:01.197462 IP 192.85.1.2.1024 > 192.0.0.1.3784: BFDv1, Control, State Down, Flags: [Authen…
3 …3 07:44:01.397462 IP 192.85.1.2.1024 > 192.0.0.1.3784: BFDv1, Control, State Down, Flags: [Authen…
4 …4 07:44:01.597462 IP 192.85.1.2.1024 > 192.0.0.1.3784: BFDv1, Control, State Down, Flags: [Authen…
5 …5 07:44:01.797462 IP 192.85.1.2.1024 > 192.0.0.1.3784: BFDv1, Control, State Down, Flags: [Authen…
6 …6 07:44:01.997462 IP 192.85.1.2.1024 > 192.0.0.1.3784: BFDv1, Control, State Down, Flags: [Authen…
7 …7 07:44:02.197462 IP 192.85.1.2.1024 > 192.0.0.1.3784: BFDv1, Control, State Down, Flags: [Authen…
8 …8 07:44:02.397462 IP 192.85.1.2.1024 > 192.0.0.1.3784: BFDv1, Control, State Down, Flags: [Authen…
9 …9 07:44:02.597462 IP 192.85.1.2.1024 > 192.0.0.1.3784: BFDv1, Control, State Down, Flags: [Authen…
10 …10 07:44:02.797462 IP 192.85.1.2.1024 > 192.0.0.1.3784: BFDv1, Control, State Down, Flags: [Authe…
[all …]
Dntp-control.out1 1 12:27:00.612230 IP6 ::1.38531 > ::1.123: NTPv2, Control Message, length 12
2 2 12:27:00.612439 IP6 ::1.123 > ::1.38531: NTPv2, Control Message, length 408
3 3 12:27:10.034910 IP6 ::1.38531 > ::1.123: NTPv2, Control Message, length 12
4 4 12:27:10.035047 IP6 ::1.123 > ::1.38531: NTPv2, Control Message, length 32
5 5 12:27:15.522207 IP6 ::1.38531 > ::1.123: NTPv2, Control Message, length 12
6 6 12:27:15.522407 IP6 ::1.123 > ::1.38531: NTPv2, Control Message, length 32
7 7 12:27:15.551426 IP6 ::1.38531 > ::1.123: NTPv2, Control Message, length 12
8 8 12:27:15.551668 IP6 ::1.123 > ::1.38531: NTPv2, Control Message, length 480
9 9 12:27:15.551735 IP6 ::1.123 > ::1.38531: NTPv2, Control Message, length 120
10 10 12:27:15.551870 IP6 ::1.38531 > ::1.123: NTPv2, Control Message, length 12
[all …]
Dbfd-raw-auth-sha1.out1 …1 08:23:35.643302 IP 192.85.1.2.1024 > 192.0.0.1.3784: BFDv1, Control, State Down, Flags: [Authen…
2 …2 08:23:35.843302 IP 192.85.1.2.1024 > 192.0.0.1.3784: BFDv1, Control, State Down, Flags: [Authen…
3 …3 08:23:36.043302 IP 192.85.1.2.1024 > 192.0.0.1.3784: BFDv1, Control, State Down, Flags: [Authen…
4 …4 08:23:36.243302 IP 192.85.1.2.1024 > 192.0.0.1.3784: BFDv1, Control, State Down, Flags: [Authen…
5 …5 08:23:36.443302 IP 192.85.1.2.1024 > 192.0.0.1.3784: BFDv1, Control, State Down, Flags: [Authen…
6 …6 08:23:36.643302 IP 192.85.1.2.1024 > 192.0.0.1.3784: BFDv1, Control, State Down, Flags: [Authen…
7 …7 08:23:36.843302 IP 192.85.1.2.1024 > 192.0.0.1.3784: BFDv1, Control, State Down, Flags: [Authen…
8 …8 08:23:37.043302 IP 192.85.1.2.1024 > 192.0.0.1.3784: BFDv1, Control, State Down, Flags: [Authen…
9 …9 08:23:37.243302 IP 192.85.1.2.1024 > 192.0.0.1.3784: BFDv1, Control, State Down, Flags: [Authen…
10 …10 08:23:37.443302 IP 192.85.1.2.1024 > 192.0.0.1.3784: BFDv1, Control, State Down, Flags: [Authe…
[all …]
/external/ltp/testcases/kernel/device-drivers/v4l/user_space/
Dtest_VIDIOC_CTRL.c39 struct v4l2_control control; in do_get_control() local
73 memset(&control, 0xff, sizeof(control)); in do_get_control()
74 control.id = id; in do_get_control()
75 ret_get = ioctl(get_video_fd(), VIDIOC_G_CTRL, &control); in do_get_control()
91 CU_ASSERT(queryctrl.minimum <= control.value); in do_get_control()
92 CU_ASSERT(control.value <= queryctrl.maximum); in do_get_control()
97 /* This control only performs an action, does not have in do_get_control()
148 struct v4l2_control control; in test_VIDIOC_G_CTRL_NULL() local
154 memset(&control, 0xff, sizeof(control)); in test_VIDIOC_G_CTRL_NULL()
155 control.id = id; in test_VIDIOC_G_CTRL_NULL()
[all …]
/external/libaom/aom/
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 …]
Daomdx.h187 * \brief AOM decoder control functions
189 * This set of macros define the control functions available for the AOM
191 * The range for decoder control ID is >= 256.
196 /*!\brief Codec control function to get info on which reference frames were
201 /*!\brief Codec control function to check if the indicated frame is
206 /*!\brief Codec control function to get info on which reference frames were
211 /*!\brief Codec control function to get the dimensions that the current
219 /*!\brief Codec control function to get the current frame's intended display
227 /*!\brief Codec control function to get the bit depth of the stream,
232 /*!\brief Codec control function to get the image format of the stream,
[all …]
/external/libvpx/vpx/
Dvpx_ext_ratectrl.h30 /*!\brief The control type of the inference API.
31 * In VPX_RC_QP mode, the external rate control model determines the
33 * In VPX_RC_GOP mode, the external rate control model determines the
35 * In VPX_RC_RDMULT mode, the external rate control model determines the
37 * In VPX_RC_GOP_QP mode, the external rate control model determines
39 * In VPX_RC_GOP_QP_RDMULT mode, the external rate control model determines
50 /*!\brief Abstract rate control model handler
58 * If the external rate control model returns this value,
59 * the encoder will use the default q selected by libvpx's rate control
65 * If the external rate control model returns this value,
[all …]
Dvp8cx.h135 /*!\brief VPx encoder control functions
137 * This set of macros define the control functions available for VPx
143 /*!\brief Codec control function to pass an ROI map to encoder.
149 /*!\brief Codec control function to pass an Active map to encoder.
155 /*!\brief Codec control function to set encoder scaling mode.
161 /*!\brief Codec control function to set encoder internal speed settings.
174 /*!\brief Codec control function to enable automatic use of arf frames.
183 /*!\brief control function to set noise sensitivity
192 /*!\brief Codec control function to set higher sharpness at the expense
201 /*!\brief Codec control function to set the threshold for MBs treated static.
[all …]
/external/python/cpython3/Lib/encodings/
Diso8859_6.py65 '\x11' # 0x11 -> DEVICE CONTROL ONE
66 '\x12' # 0x12 -> DEVICE CONTROL TWO
67 '\x13' # 0x13 -> DEVICE CONTROL THREE
68 '\x14' # 0x14 -> DEVICE CONTROL FOUR
176 '\x80' # 0x80 -> <control>
177 '\x81' # 0x81 -> <control>
178 '\x82' # 0x82 -> <control>
179 '\x83' # 0x83 -> <control>
180 '\x84' # 0x84 -> <control>
181 '\x85' # 0x85 -> <control>
[all …]
Diso8859_8.py65 '\x11' # 0x11 -> DEVICE CONTROL ONE
66 '\x12' # 0x12 -> DEVICE CONTROL TWO
67 '\x13' # 0x13 -> DEVICE CONTROL THREE
68 '\x14' # 0x14 -> DEVICE CONTROL FOUR
176 '\x80' # 0x80 -> <control>
177 '\x81' # 0x81 -> <control>
178 '\x82' # 0x82 -> <control>
179 '\x83' # 0x83 -> <control>
180 '\x84' # 0x84 -> <control>
181 '\x85' # 0x85 -> <control>
[all …]
Diso8859_11.py65 '\x11' # 0x11 -> DEVICE CONTROL ONE
66 '\x12' # 0x12 -> DEVICE CONTROL TWO
67 '\x13' # 0x13 -> DEVICE CONTROL THREE
68 '\x14' # 0x14 -> DEVICE CONTROL FOUR
176 '\x80' # 0x80 -> <control>
177 '\x81' # 0x81 -> <control>
178 '\x82' # 0x82 -> <control>
179 '\x83' # 0x83 -> <control>
180 '\x84' # 0x84 -> <control>
181 '\x85' # 0x85 -> <control>
[all …]
/external/grpc-grpc-java/benchmarks/src/generated/main/java/io/grpc/benchmarks/proto/
DControl.java2 // source: grpc/testing/control.proto
6 public final class Control { class
7 private Control() {} in Control() method in Control
116 return io.grpc.benchmarks.proto.Control.getDescriptor().getEnumTypes().get(0); in getDescriptor()
240 return io.grpc.benchmarks.proto.Control.getDescriptor().getEnumTypes().get(1); in getDescriptor()
365 return io.grpc.benchmarks.proto.Control.getDescriptor().getEnumTypes().get(2); in getDescriptor()
475 return io.grpc.benchmarks.proto.Control.internal_static_grpc_testing_PoissonParams_descriptor; in getDescriptor()
480 …return io.grpc.benchmarks.proto.Control.internal_static_grpc_testing_PoissonParams_fieldAccessorTa… in internalGetFieldAccessorTable()
482 …io.grpc.benchmarks.proto.Control.PoissonParams.class, io.grpc.benchmarks.proto.Control.PoissonPara… in internalGetFieldAccessorTable()
535 if (!(obj instanceof io.grpc.benchmarks.proto.Control.PoissonParams)) { in equals()
[all …]
/external/eigen/Eigen/src/UmfPackSupport/
DUmfPackSupport.h31 inline void umfpack_defaults(double control[UMFPACK_CONTROL], double, int) in umfpack_defaults()
32 { umfpack_di_defaults(control); } in umfpack_defaults()
34 inline void umfpack_defaults(double control[UMFPACK_CONTROL], std::complex<double>, int) in umfpack_defaults()
35 { umfpack_zi_defaults(control); } in umfpack_defaults()
37 inline void umfpack_defaults(double control[UMFPACK_CONTROL], double, SuiteSparse_long) in umfpack_defaults()
38 { umfpack_dl_defaults(control); } in umfpack_defaults()
40 inline void umfpack_defaults(double control[UMFPACK_CONTROL], std::complex<double>, SuiteSparse_lon… in umfpack_defaults()
41 { umfpack_zl_defaults(control); } in umfpack_defaults()
44 inline void umfpack_report_info(double control[UMFPACK_CONTROL], double info[UMFPACK_INFO], double,… in umfpack_report_info()
45 { umfpack_di_report_info(control, info);} in umfpack_report_info()
[all …]
/external/python/cpython3/Tools/unicode/python-mappings/
DTIS-620.TXT54 0x11 0x0011 # DEVICE CONTROL ONE
55 0x12 0x0012 # DEVICE CONTROL TWO
56 0x13 0x0013 # DEVICE CONTROL THREE
57 0x14 0x0014 # DEVICE CONTROL FOUR
165 0x80 0x0080 # <control>
166 0x81 0x0081 # <control>
167 0x82 0x0082 # <control>
168 0x83 0x0083 # <control>
169 0x84 0x0084 # <control>
170 0x85 0x0085 # <control>
[all …]
/external/python/cpython2/Lib/encodings/
Diso8859_8.py65 u'\x11' # 0x11 -> DEVICE CONTROL ONE
66 u'\x12' # 0x12 -> DEVICE CONTROL TWO
67 u'\x13' # 0x13 -> DEVICE CONTROL THREE
68 u'\x14' # 0x14 -> DEVICE CONTROL FOUR
176 u'\x80' # 0x80 -> <control>
177 u'\x81' # 0x81 -> <control>
178 u'\x82' # 0x82 -> <control>
179 u'\x83' # 0x83 -> <control>
180 u'\x84' # 0x84 -> <control>
181 u'\x85' # 0x85 -> <control>
[all …]

12345678910>>...462