Home
last modified time | relevance | path

Searched refs:Control (Results 1 – 25 of 424) sorted by relevance

12345678910>>...17

/external/icu/icu4c/source/test/testdata/
DGraphemeBreakTest.txt29 ÷ 0020 ÷ 0001 ÷ # ÷ [0.2] SPACE (Other) ÷ [5.0] <START OF HEADING> (Control) ÷ [0.3]
30 ….2] SPACE (Other) × [9.0] COMBINING DIAERESIS (Extend) ÷ [5.0] <START OF HEADING> (Control) ÷ [0.3]
49 ÷ 0020 ÷ D800 ÷ # ÷ [0.2] SPACE (Other) ÷ [5.0] <surrogate-D800> (Control) ÷ [0.3]
50 …[0.2] SPACE (Other) × [9.0] COMBINING DIAERESIS (Extend) ÷ [5.0] <surrogate-D800> (Control) ÷ [0.3]
57 ÷ 000D ÷ 0001 ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) ÷ [4.0] <START OF HEADING> (Control) ÷ [0.3]
58 …RETURN (CR)> (CR) ÷ [4.0] COMBINING DIAERESIS (Extend) ÷ [5.0] <START OF HEADING> (Control) ÷ [0.3]
77 ÷ 000D ÷ D800 ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) ÷ [4.0] <surrogate-D800> (Control) ÷ [0.3]
78 …E RETURN (CR)> (CR) ÷ [4.0] COMBINING DIAERESIS (Extend) ÷ [5.0] <surrogate-D800> (Control) ÷ [0.3]
85 ÷ 000A ÷ 0001 ÷ # ÷ [0.2] <LINE FEED (LF)> (LF) ÷ [4.0] <START OF HEADING> (Control) ÷ [0.3]
86 …E FEED (LF)> (LF) ÷ [4.0] COMBINING DIAERESIS (Extend) ÷ [5.0] <START OF HEADING> (Control) ÷ [0.3]
[all …]
/external/libvpx/libvpx/test/
Dvp9_encoder_parms_get_to_decoder.cc78 encoder->Control(VP9E_SET_COLOR_SPACE, encode_parms.cs); in PreEncodeFrameHook()
79 encoder->Control(VP9E_SET_COLOR_RANGE, encode_parms.color_range); in PreEncodeFrameHook()
80 encoder->Control(VP9E_SET_LOSSLESS, encode_parms.lossless); in PreEncodeFrameHook()
81 encoder->Control(VP9E_SET_FRAME_PARALLEL_DECODING, in PreEncodeFrameHook()
83 encoder->Control(VP9E_SET_TILE_ROWS, encode_parms.tile_rows); in PreEncodeFrameHook()
84 encoder->Control(VP9E_SET_TILE_COLUMNS, encode_parms.tile_cols); in PreEncodeFrameHook()
85 encoder->Control(VP8E_SET_CPUUSED, kCpuUsed); in PreEncodeFrameHook()
86 encoder->Control(VP8E_SET_ENABLEAUTOALTREF, 1); in PreEncodeFrameHook()
87 encoder->Control(VP8E_SET_ARNR_MAXFRAMES, 7); in PreEncodeFrameHook()
88 encoder->Control(VP8E_SET_ARNR_STRENGTH, 5); in PreEncodeFrameHook()
[all …]
Dvp9_ethread_test.cc69 encoder->Control(VP9E_SET_TILE_COLUMNS, tiles_); in PreEncodeFrameHook()
70 encoder->Control(VP8E_SET_CPUUSED, set_cpu_used_); in PreEncodeFrameHook()
72 encoder->Control(VP8E_SET_ENABLEAUTOALTREF, 1); in PreEncodeFrameHook()
73 encoder->Control(VP8E_SET_ARNR_MAXFRAMES, 7); in PreEncodeFrameHook()
74 encoder->Control(VP8E_SET_ARNR_STRENGTH, 5); in PreEncodeFrameHook()
75 encoder->Control(VP8E_SET_ARNR_TYPE, 3); in PreEncodeFrameHook()
77 encoder->Control(VP8E_SET_ENABLEAUTOALTREF, 0); in PreEncodeFrameHook()
78 encoder->Control(VP9E_SET_AQ_MODE, 3); in PreEncodeFrameHook()
Dborders_test.cc34 encoder->Control(VP8E_SET_CPUUSED, 1); in PreEncodeFrameHook()
35 encoder->Control(VP8E_SET_ENABLEAUTOALTREF, 1); in PreEncodeFrameHook()
36 encoder->Control(VP8E_SET_ARNR_MAXFRAMES, 7); in PreEncodeFrameHook()
37 encoder->Control(VP8E_SET_ARNR_STRENGTH, 5); in PreEncodeFrameHook()
38 encoder->Control(VP8E_SET_ARNR_TYPE, 3); in PreEncodeFrameHook()
Dvp9_arf_freq_test.cc157 encoder->Control(VP9E_SET_FRAME_PARALLEL_DECODING, 1); in PreEncodeFrameHook()
158 encoder->Control(VP9E_SET_TILE_COLUMNS, 4); in PreEncodeFrameHook()
159 encoder->Control(VP8E_SET_CPUUSED, test_encode_param_.cpu_used); in PreEncodeFrameHook()
160 encoder->Control(VP9E_SET_MIN_GF_INTERVAL, min_arf_requested_); in PreEncodeFrameHook()
162 encoder->Control(VP8E_SET_ENABLEAUTOALTREF, 1); in PreEncodeFrameHook()
163 encoder->Control(VP8E_SET_ARNR_MAXFRAMES, 7); in PreEncodeFrameHook()
164 encoder->Control(VP8E_SET_ARNR_STRENGTH, 5); in PreEncodeFrameHook()
165 encoder->Control(VP8E_SET_ARNR_TYPE, 3); in PreEncodeFrameHook()
Dframe_size_tests.cc39 encoder->Control(VP8E_SET_CPUUSED, 7); in PreEncodeFrameHook()
40 encoder->Control(VP8E_SET_ENABLEAUTOALTREF, 1); in PreEncodeFrameHook()
41 encoder->Control(VP8E_SET_ARNR_MAXFRAMES, 7); in PreEncodeFrameHook()
42 encoder->Control(VP8E_SET_ARNR_STRENGTH, 5); in PreEncodeFrameHook()
43 encoder->Control(VP8E_SET_ARNR_TYPE, 3); in PreEncodeFrameHook()
Dvp9_end_to_end_test.cc126 encoder->Control(VP9E_SET_FRAME_PARALLEL_DECODING, 1); in PreEncodeFrameHook()
127 encoder->Control(VP9E_SET_TILE_COLUMNS, 4); in PreEncodeFrameHook()
128 encoder->Control(VP8E_SET_CPUUSED, cpu_used_); in PreEncodeFrameHook()
130 encoder->Control(VP8E_SET_ENABLEAUTOALTREF, 1); in PreEncodeFrameHook()
131 encoder->Control(VP8E_SET_ARNR_MAXFRAMES, 7); in PreEncodeFrameHook()
132 encoder->Control(VP8E_SET_ARNR_STRENGTH, 5); in PreEncodeFrameHook()
133 encoder->Control(VP8E_SET_ARNR_TYPE, 3); in PreEncodeFrameHook()
Dcpu_speed_test.cc51 encoder->Control(VP8E_SET_CPUUSED, set_cpu_used_); in PreEncodeFrameHook()
53 encoder->Control(VP8E_SET_ENABLEAUTOALTREF, 1); in PreEncodeFrameHook()
54 encoder->Control(VP8E_SET_ARNR_MAXFRAMES, 7); in PreEncodeFrameHook()
55 encoder->Control(VP8E_SET_ARNR_STRENGTH, 5); in PreEncodeFrameHook()
56 encoder->Control(VP8E_SET_ARNR_TYPE, 3); in PreEncodeFrameHook()
Dencode_test_driver.h122 void Control(int ctrl_id, int arg) { in Control() function
127 void Control(int ctrl_id, int *arg) { in Control() function
132 void Control(int ctrl_id, struct vpx_scaling_mode *arg) { in Control() function
137 void Control(int ctrl_id, struct vpx_svc_layer_id *arg) { in Control() function
142 void Control(int ctrl_id, struct vpx_svc_parameters *arg) { in Control() function
147 void Control(int ctrl_id, vpx_active_map_t *arg) { in Control() function
Dactive_map_test.cc39 encoder->Control(VP8E_SET_CPUUSED, cpu_used_); in PreEncodeFrameHook()
58 encoder->Control(VP8E_SET_ACTIVEMAP, &map); in PreEncodeFrameHook()
64 encoder->Control(VP8E_SET_ACTIVEMAP, &map); in PreEncodeFrameHook()
Ddecode_test_driver.h74 void Control(int ctrl_id, int arg) { in Control() function
75 Control(ctrl_id, arg, VPX_CODEC_OK); in Control()
78 void Control(int ctrl_id, const void *arg) { in Control() function
84 void Control(int ctrl_id, int arg, vpx_codec_err_t expected_value) { in Control() function
Daq_segment_test.cc35 encoder->Control(VP8E_SET_CPUUSED, set_cpu_used_); in PreEncodeFrameHook()
36 encoder->Control(VP9E_SET_AQ_MODE, aq_mode_); in PreEncodeFrameHook()
37 encoder->Control(VP8E_SET_MAX_INTRA_BITRATE_PCT, 100); in PreEncodeFrameHook()
Dencode_perf_test.cc96 encoder->Control(VP8E_SET_CPUUSED, speed_); in PreEncodeFrameHook()
97 encoder->Control(VP9E_SET_TILE_COLUMNS, log2_tile_columns); in PreEncodeFrameHook()
98 encoder->Control(VP9E_SET_FRAME_PARALLEL_DECODING, 1); in PreEncodeFrameHook()
99 encoder->Control(VP8E_SET_ENABLEAUTOALTREF, 0); in PreEncodeFrameHook()
Ddatarate_test.cc49 encoder->Control(VP8E_SET_NOISE_SENSITIVITY, denoiser_on_); in PreEncodeFrameHook()
58 encoder->Control(VP8E_SET_NOISE_SENSITIVITY, denoiser_on_); in PreEncodeFrameHook()
357 encoder->Control(VP8E_SET_CPUUSED, set_cpu_used_); in PreEncodeFrameHook()
368 encoder->Control(VP9E_SET_NOISE_SENSITIVITY, denoiser_on_); in PreEncodeFrameHook()
372 encoder->Control(VP9E_SET_SVC, 1); in PreEncodeFrameHook()
379 encoder->Control(VP9E_SET_SVC_LAYER_ID, &layer_id); in PreEncodeFrameHook()
781 encoder->Control(VP9E_SET_SVC, 1); in PreEncodeFrameHook()
782 encoder->Control(VP9E_SET_SVC_PARAMETERS, &svc_params_); in PreEncodeFrameHook()
783 encoder->Control(VP8E_SET_CPUUSED, speed_setting_); in PreEncodeFrameHook()
784 encoder->Control(VP9E_SET_TILE_COLUMNS, 0); in PreEncodeFrameHook()
[all …]
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
DButtonPropertyEditorPresentationImpl.java18 import org.eclipse.swt.widgets.Control;
54 Control control = m_propertyToControl.remove(propertyTable, property); in hide()
68 Control control = m_propertyToControl.get(propertyTable, property); in show()
97 private Control createControl(final PropertyTable propertyTable, final Property property) { in createControl()
98 Control control = createControlImpl(propertyTable, property); in createControl()
140 protected Control createControlImpl(final PropertyTable propertyTable, final Property property) { in createControlImpl()
167 private static void setBounds(Control control, int newX, int newY, int newWidth, int newHeight) { in setBounds()
210 private final Map<Pair<PropertyTable, Property>, Control> m_map = Maps.newHashMap();
212 void put(PropertyTable propertyTable, Property property, Control control) { in put()
216 Control remove(PropertyTable propertyTable, Property property) { in remove()
[all …]
/external/icu/icu4c/source/data/brkitr/
Dchar.txt17 $Control = [\p{Grapheme_Cluster_Break = Control}];
47 [^$Control $CR $LF] $Extend;
49 [^$Control $CR $LF] $SpacingMark;
50 # TODO: Restore if the Prepend set becomes non-empty again: $Prepend [^$Control $CR $LF];
63 $Extend [^$Control $CR $LF];
64 $SpacingMark [^$Control $CR $LF];
65 # TODO: Restore if the Prepend set becomes non-empty again: [^$Control $CR $LF] $Prepend;
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationThreadTest.java161 private static class Control { class in CollationThreadTest
189 private Control control;
192 Test(String name, String[] data, Collator collator, Random r, Control control) { in Test()
223 private void runThreads(Thread[] threads, Control control) { in runThreads()
253 final Control control = new Control(); in testThreads()
277 Control control = new Control(); in testFrozen()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationThreadTest.java165 private static class Control { class in CollationThreadTest
193 private Control control;
196 Test(String name, String[] data, Collator collator, Random r, Control control) { in Test()
227 private void runThreads(Thread[] threads, Control control) { in runThreads()
257 final Control control = new Control(); in testThreads()
281 Control control = new Control(); in testFrozen()
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
DPropertyTooltipProvider.java18 import org.eclipse.swt.widgets.Control;
47 public abstract Control createTooltipControl(Property property, in createTooltipControl()
94 Control tooltipControl = (Control) event.widget; in handleEvent()
DHtmlTooltipHelper.java25 import org.eclipse.swt.widgets.Control;
51 public static Control createTooltipControl(Composite parent, String header, String details) { in createTooltipControl()
55 public static Control createTooltipControl(Composite parent, in createTooltipControl()
60 Control control; in createTooltipControl()
77 Control tooltipControl = (Control) event.widget; in createTooltipControl()
90 private static Control createTooltipControl_Browser(Composite parent, in createTooltipControl_Browser()
300 private static Control createTooltipControl_Label(Composite parent, String html) { in createTooltipControl_Label()
321 private static void hideTooltip(Control tooltip) { in hideTooltip()
DPropertyTableTooltipHelper.java15 import org.eclipse.swt.widgets.Control;
54 Control control = Display.getCurrent().getCursorControl(); in PropertyTableTooltipHelper()
150 Control control = provider.createTooltipControl(m_property, m_tooltip, endX - startX, this); in showTooltip()
186 private void configureColors(Control control) { in configureColors()
/external/eigen/Eigen/src/UmfPackSupport/
DUmfPackSupport.h33 const double Control [UMFPACK_CONTROL], double Info [UMFPACK_INFO]) in umfpack_symbolic()
35 return umfpack_di_symbolic(n_row,n_col,Ap,Ai,Ax,Symbolic,Control,Info); in umfpack_symbolic()
40 const double Control [UMFPACK_CONTROL], double Info [UMFPACK_INFO]) in umfpack_symbolic()
42 return umfpack_zi_symbolic(n_row,n_col,Ap,Ai,&numext::real_ref(Ax[0]),0,Symbolic,Control,Info); in umfpack_symbolic()
47 const double Control[UMFPACK_CONTROL],double Info [UMFPACK_INFO]) in umfpack_numeric()
49 return umfpack_di_numeric(Ap,Ai,Ax,Symbolic,Numeric,Control,Info); in umfpack_numeric()
54 const double Control[UMFPACK_CONTROL],double Info [UMFPACK_INFO]) in umfpack_numeric()
56 return umfpack_zi_numeric(Ap,Ai,&numext::real_ref(Ax[0]),0,Symbolic,Numeric,Control,Info); in umfpack_numeric()
61 const double Control[UMFPACK_CONTROL], double Info[UMFPACK_INFO]) in umfpack_solve()
63 return umfpack_di_solve(sys,Ap,Ai,Ax,X,B,Numeric,Control,Info); in umfpack_solve()
[all …]
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
DGridDataFactory.java15 import org.eclipse.swt.widgets.Control;
102 private final Control m_control;
111 private GridDataFactory(Control control, GridData gridData) { in GridDataFactory()
124 public static GridDataFactory create(Control control) { in create()
132 public static GridDataFactory modify(Control control) { in modify()
/external/tcpdump/tests/
Dlmp-v.out21 Control Channel ID Object (1), Class-Type: Local (1) Flags: [non-negotiable], length: 8
22 Control Channel ID: 1 (0x00000001)
28 Control Channel ID Object (1), Class-Type: Local (1) Flags: [non-negotiable], length: 8
29 Control Channel ID: 1 (0x00000001)
32 Control Channel ID Object (1), Class-Type: Remote (2) Flags: [non-negotiable], length: 8
33 Control Channel ID: 2 (0x00000002)
44 Control Channel ID Object (1), Class-Type: Local (1) Flags: [non-negotiable], length: 8
45 Control Channel ID: 1 (0x00000001)
48 Control Channel ID Object (1), Class-Type: Remote (2) Flags: [non-negotiable], length: 8
49 Control Channel ID: 2 (0x00000002)
[all …]
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/editor/structure/
DIPage.java15 import org.eclipse.swt.widgets.Control;
43 Control getControl(); in getControl()

12345678910>>...17