/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ |
SwtUtils.java | 20 import org.eclipse.swt.widgets.Control; 23 public static int getFontWidth(Control c) {
|
AndroidPreferencePage.java | 21 import org.eclipse.swt.widgets.Control; 36 protected Control createContents(Composite parent) {
|
/external/icu/icu4c/source/data/brkitr/ |
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/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/editor/structure/ |
IPage.java | 15 import org.eclipse.swt.widgets.Control; 25 * Creates the {@link Control} for this page. 36 * control may never have been created. 41 * @return the {@link Control} of this page, may be <code>null</code>. 43 Control getControl();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
SwtUtils.java | 20 import org.eclipse.swt.widgets.Control; 27 public static int getApproximateFontWidth(Control c) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/ |
IDetailProvider.java | 21 import org.eclipse.swt.widgets.Control; 32 /** Obtain the top level control used by this detail provider. */ 33 Control getControl();
|
/external/libvpx/libvpx/test/ |
borders_test.cc | 34 encoder->Control(VP8E_SET_CPUUSED, 1); 35 encoder->Control(VP8E_SET_ENABLEAUTOALTREF, 1); 36 encoder->Control(VP8E_SET_ARNR_MAXFRAMES, 7); 37 encoder->Control(VP8E_SET_ARNR_STRENGTH, 5); 38 encoder->Control(VP8E_SET_ARNR_TYPE, 3);
|
frame_size_tests.cc | 39 encoder->Control(VP8E_SET_CPUUSED, 7); 40 encoder->Control(VP8E_SET_ENABLEAUTOALTREF, 1); 41 encoder->Control(VP8E_SET_ARNR_MAXFRAMES, 7); 42 encoder->Control(VP8E_SET_ARNR_STRENGTH, 5); 43 encoder->Control(VP8E_SET_ARNR_TYPE, 3);
|
vp9_encoder_parms_get_to_decoder.cc | 78 encoder->Control(VP9E_SET_COLOR_SPACE, encode_parms.cs); 79 encoder->Control(VP9E_SET_COLOR_RANGE, encode_parms.color_range); 80 encoder->Control(VP9E_SET_LOSSLESS, encode_parms.lossless); 81 encoder->Control(VP9E_SET_FRAME_PARALLEL_DECODING, 83 encoder->Control(VP9E_SET_TILE_ROWS, encode_parms.tile_rows); 84 encoder->Control(VP9E_SET_TILE_COLUMNS, encode_parms.tile_cols); 85 encoder->Control(VP8E_SET_CPUUSED, kCpuUsed); 86 encoder->Control(VP8E_SET_ENABLEAUTOALTREF, 1); 87 encoder->Control(VP8E_SET_ARNR_MAXFRAMES, 7); 88 encoder->Control(VP8E_SET_ARNR_STRENGTH, 5) [all...] |
vp9_ethread_test.cc | 69 encoder->Control(VP9E_SET_TILE_COLUMNS, tiles_); 70 encoder->Control(VP8E_SET_CPUUSED, set_cpu_used_); 72 encoder->Control(VP8E_SET_ENABLEAUTOALTREF, 1); 73 encoder->Control(VP8E_SET_ARNR_MAXFRAMES, 7); 74 encoder->Control(VP8E_SET_ARNR_STRENGTH, 5); 75 encoder->Control(VP8E_SET_ARNR_TYPE, 3); 77 encoder->Control(VP8E_SET_ENABLEAUTOALTREF, 0); 78 encoder->Control(VP9E_SET_AQ_MODE, 3);
|
altref_test.cc | 39 encoder->Control(VP8E_SET_ENABLEAUTOALTREF, 1); 40 encoder->Control(VP8E_SET_CPUUSED, 3);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
borders_test.cc | 34 encoder->Control(VP8E_SET_CPUUSED, 1); 35 encoder->Control(VP8E_SET_ENABLEAUTOALTREF, 1); 36 encoder->Control(VP8E_SET_ARNR_MAXFRAMES, 7); 37 encoder->Control(VP8E_SET_ARNR_STRENGTH, 5); 38 encoder->Control(VP8E_SET_ARNR_TYPE, 3);
|
cpu_speed_test.cc | 36 encoder->Control(VP8E_SET_CPUUSED, set_cpu_used_); 37 encoder->Control(VP8E_SET_ENABLEAUTOALTREF, 1); 38 encoder->Control(VP8E_SET_ARNR_MAXFRAMES, 7); 39 encoder->Control(VP8E_SET_ARNR_STRENGTH, 5); 40 encoder->Control(VP8E_SET_ARNR_TYPE, 3);
|
altref_test.cc | 39 encoder->Control(VP8E_SET_ENABLEAUTOALTREF, 1); 40 encoder->Control(VP8E_SET_CPUUSED, 3);
|
/external/curl/tests/ |
http_pipe.py | 221 'Cache-Control: no-store'], body) 228 'Cache-Control: no-store'], body) 233 '200 OK', ['Content-Length: 26', 'Cache-Control: no-store'], body) 242 '200 OK', ['Transfer-Encoding: chunked', 'Cache-Control: no-store'], 248 '200 OK', ['Content-Length: 26', 'Cache-Control: max-age=60'], body) 253 '200 OK', ['Content-Length: 26', 'Cache-Control: max-age=60', 'Connection: close'], body) 261 'Cache-Control: max-age=60'], body) 268 'Cache-Control: max-age=60'], body) 276 'Cache-Control: max-age=60'], 285 '200 OK', ['Transfer-Encoding: chunked', 'Cache-Control: no-store'], body [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/ |
Control.java | 24 public interface Control {
|
Parameter.java | 28 public void setController(Control c);
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
ControlTest.java | 37 import java.util.ResourceBundle.Control; 39 import static java.util.ResourceBundle.Control.*; 42 * Test cases for java.util.ResourceBundle.Control 49 * Control with format:FORMAT_PROPERTIES 51 private Control controlP; 54 * Control with format:FORMAT_CLASS 56 private Control controlC; 59 * Control with format:FORMAT_DEFAULT 61 private Control control; field in class:ControlTest [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/export/ |
ExportFieldsPart.java | 21 import org.eclipse.swt.widgets.Control; 73 HashMap<String, Control> map = getNameToField(); 84 protected void setFieldModifyListener(Control field, ModifyListener markDirtyListener) { 90 protected String getFieldText(Control field) { 96 protected void setFieldText(Control field, String value) {
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/addlhelp/ |
metadata.py | 23 Objects can have associated metadata, which control aspects of how 24 GET requests are handled, including Content-Type, Cache-Control, 34 would cause gsutil to set the Content-Type and Cache-Control for each 38 -h "Cache-Control:public, max-age=3600" cp -r images \\ 82 <B>CACHE-CONTROL</B> 83 Another commonly set piece of metadata is Cache-Control, which allows 84 you to control whether and for how long browser and Internet caches are 85 allowed to cache your objects. Cache-Control only applies to objects with 90 gsutil -h "Cache-Control:public,max-age=3600" cp -a public-read \\ 102 readable objects you should set a Cache-Control:private header on the object [all...] |
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/ |
PropertyTooltipTextProvider.java | 14 import org.eclipse.swt.widgets.Control; 31 public Control createTooltipControl(Property property, 49 // create tooltip Control
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/binding/editors/controls/ |
DefaultControlActionsManager.java | 17 import org.eclipse.swt.widgets.Control; 21 * Default manager for installing/unistalling global handlers for {@link Control} actions commands. 31 public DefaultControlActionsManager(final Control control) { 32 super(control);
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/ |
PixelConverter.java | 16 import org.eclipse.swt.widgets.Control; 33 public PixelConverter(Control control) { 34 GC gc = new GC(control); 35 gc.setFont(control.getFont());
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
CollationThreadTest.java | 165 private static class Control { 193 private Control control; field in class:CollationThreadTest.Test 196 Test(String name, String[] data, Collator collator, Random r, Control control) { 200 this.control = control; 206 synchronized (control) { 207 while (!control.go()) { 208 control.wait() 257 final Control control = new Control(); local 281 Control control = new Control(); local [all...] |
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
CollationThreadTest.java | 161 private static class Control { 189 private Control control; field in class:CollationThreadTest.Test 192 Test(String name, String[] data, Collator collator, Random r, Control control) { 196 this.control = control; 202 synchronized (control) { 203 while (!control.go()) { 204 control.wait() 253 final Control control = new Control(); local 277 Control control = new Control(); local [all...] |