HomeSort by relevance Sort by last modified time
    Searched refs:Control (Results 251 - 275 of 535) sorted by null

<<11121314151617181920>>

  /prebuilts/go/linux-x86/src/net/http/
response.go 200 // Cache-Control: no-cache
203 if _, presentcc := header["Cache-Control"]; !presentcc {
204 header["Cache-Control"] = []string{"no-cache"}
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
rewriteARM64.go     [all...]
rewrite.go 31 if b.Control != nil && b.Control.Op == OpCopy {
32 for b.Control.Op == OpCopy {
33 b.SetControl(b.Control.Args[0])
rewrite386.go     [all...]
rewriteARM.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
rewriteARM64.go     [all...]
rewrite.go 31 if b.Control != nil && b.Control.Op == OpCopy {
32 for b.Control.Op == OpCopy {
33 b.SetControl(b.Control.Args[0])
rewrite386.go     [all...]
rewriteARM.go     [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/Ia32/
PeiCoreEntry.asm 136 ; Pass Control into the PEI Core
  /external/libvpx/libvpx/test/
error_resilience_test.cc 469 encoder->Control(VP8E_SET_TEMPORAL_LAYER_ID, layer_id);
470 encoder->Control(VP8E_SET_FRAME_FLAGS, frame_flags);
527 // mismatch and basic rate control response.
  /external/v8/src/wasm/
ast-decoder.h 177 struct Control;
180 Control* target;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
EditorGrad.java 35 import com.android.gallery3d.filtershow.controller.Control;
382 public void setController(Control c) {
  /prebuilts/go/darwin-x86/src/os/signal/
doc.go 30 which by default is ^C (Control-C). The SIGQUIT signal is sent when
32 by default is ^\ (Control-Backslash). In general you can cause a
43 used by the shell for job control). The SIGPROF signal is handled
66 SIGQUIT, SIGABRT, and SIGTERM. It also applies to the job control
207 On Windows a ^C (Control-C) or ^BREAK (Control-Break) normally cause
  /prebuilts/go/linux-x86/src/os/signal/
doc.go 30 which by default is ^C (Control-C). The SIGQUIT signal is sent when
32 by default is ^\ (Control-Backslash). In general you can cause a
43 used by the shell for job control). The SIGPROF signal is handled
66 SIGQUIT, SIGABRT, and SIGTERM. It also applies to the job control
207 On Windows a ^C (Control-C) or ^BREAK (Control-Break) normally cause
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
ConfigureAssetSetPage.java 76 import org.eclipse.swt.widgets.Control;
442 private static void showGroup(boolean show, Control control1, Control control2) {
447 private static void showControl(boolean show, Control control) {
448 Object data = control.getLayoutData();
453 control.setVisible(show);
469 for (Control c : mPreviewArea.getChildren()) {
742 protected Control createCustomArea(Composite parent) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SwtUtils.java 32 import org.eclipse.swt.widgets.Control;
365 * Get the average width of the font used by the given control
383 * @param control the control to look up the default font for
384 * @return the average width, in pixels, of the current font in the control
386 public static final int getAverageCharWidth(Control control) {
387 GC gc = new GC(control.getDisplay());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
PropertySheetPage.java 43 import org.eclipse.swt.widgets.Control;
214 public Control getControl() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
UiElementDetail.java 40 import org.eclipse.swt.widgets.Control;
462 for (Control c : unknownTable.getChildren()) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ReferenceChooserDialog.java 46 import org.eclipse.swt.widgets.Control;
129 protected Control createDialogArea(Composite parent) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
Parameter.java 45 import org.eclipse.swt.widgets.Control;
192 /** The control showing this value */
194 public Control control; field in class:Parameter
196 /** The decoration associated with the control */
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/
SystraceOptionsDialogV2.java 35 import org.eclipse.swt.widgets.Control;
93 protected Control createDialogArea(Composite parent) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLTraceOptionsDialog.java 37 import org.eclipse.swt.widgets.Control;
103 protected Control createDialogArea(Composite shell) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
StateViewPage.java 47 import org.eclipse.swt.widgets.Control;
257 public Control getControl() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/
FrameSummaryViewPage.java 47 import org.eclipse.swt.widgets.Control;
213 public Control getControl() {

Completed in 1647 milliseconds

<<11121314151617181920>>