/external/icu/icu4c/source/test/testdata/ |
D | GraphemeBreakTest.txt | 29 ÷ 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/ |
D | vp9_encoder_parms_get_to_decoder.cc | 78 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 …]
|
D | vp9_ethread_test.cc | 69 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()
|
D | borders_test.cc | 34 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()
|
D | vp9_arf_freq_test.cc | 157 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()
|
D | frame_size_tests.cc | 39 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()
|
D | vp9_end_to_end_test.cc | 126 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()
|
D | cpu_speed_test.cc | 51 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()
|
D | encode_test_driver.h | 122 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
|
D | active_map_test.cc | 39 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()
|
D | decode_test_driver.h | 74 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
|
D | aq_segment_test.cc | 35 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()
|
D | encode_perf_test.cc | 96 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()
|
D | datarate_test.cc | 49 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/ |
D | ButtonPropertyEditorPresentationImpl.java | 18 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/ |
D | char.txt | 17 $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/ |
D | CollationThreadTest.java | 161 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/ |
D | CollationThreadTest.java | 165 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/ |
D | PropertyTooltipProvider.java | 18 import org.eclipse.swt.widgets.Control; 47 public abstract Control createTooltipControl(Property property, in createTooltipControl() 94 Control tooltipControl = (Control) event.widget; in handleEvent()
|
D | HtmlTooltipHelper.java | 25 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()
|
D | PropertyTableTooltipHelper.java | 15 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/ |
D | UmfPackSupport.h | 33 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/ |
D | GridDataFactory.java | 15 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/ |
D | lmp-v.out | 21 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/ |
D | IPage.java | 15 import org.eclipse.swt.widgets.Control; 43 Control getControl(); in getControl()
|