/prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/ |
loopbce.go | 47 // Check thet the control if it either ind < max or max > ind. 49 switch b.Control.Op { 52 ind, max = b.Control.Args[0], b.Control.Args[1] 55 ind, max = b.Control.Args[1], b.Control.Args[0] 182 v := b.Control 277 f.Logf("removing bounds check %v at %v in %s\n", b.Control, b, f.Name)
|
phiopt.go | 82 v.AddArg(b0.Control) 98 v.SetArgs2(b0.Control, tmp) 114 v.SetArgs2(b0.Control, tmp) 164 a := b0.Control
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/ |
loopbce.go | 47 // Check thet the control if it either ind < max or max > ind. 49 switch b.Control.Op { 52 ind, max = b.Control.Args[0], b.Control.Args[1] 55 ind, max = b.Control.Args[1], b.Control.Args[0] 182 v := b.Control 277 f.Logf("removing bounds check %v at %v in %s\n", b.Control, b, f.Name)
|
phiopt.go | 82 v.AddArg(b0.Control) 98 v.SetArgs2(b0.Control, tmp) 114 v.SetArgs2(b0.Control, tmp) 164 a := b0.Control
|
/device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserProfileManagerDxe/ |
UserProfileModify.c | 641 EFI_USER_INFO_ACCESS_CONTROL Control;
662 CopyMem (&Control, mUserInfo.AccessPolicy + OffSet, sizeof (Control));
663 ValLen = Control.Size - sizeof (Control);
664 switch (Control.Type) {
678 AccessData = mUserInfo.AccessPolicy + OffSet + sizeof (Control);
689 AccessData = mUserInfo.AccessPolicy + OffSet + sizeof (Control);
700 AccessData = mUserInfo.AccessPolicy + OffSet + sizeof (Control);
713 AccessData = mUserInfo.AccessPolicy + OffSet + sizeof (Control);
[all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/SnpDxe/ |
Station_address.c | 48 Snp->Cdb.Control = PXE_CONTROL_LAST_CDB_IN_LIST;
136 Snp->Cdb.Control = PXE_CONTROL_LAST_CDB_IN_LIST;
|
Shutdown.c | 41 Snp->Cdb.Control = PXE_CONTROL_LAST_CDB_IN_LIST;
|
/external/python/cpython2/Lib/idlelib/idle_test/ |
htest.py | 193 "<Control-o> to open file from dialog.\n" 195 "<Control-p> to print the file.\n" 196 "<Control-s> to save the file.\n" 198 "<Control-c> to save-copy-as another file.\n" 207 "<Control-Key>,\n<Alt-Key-a>, <Control-Key-a>, " 208 "<Alt-Control-Key-a>, \n<Control-Button-1>, <Alt-Button-1> and "
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
FilterBasicRepresentation.java | 22 import com.android.gallery3d.filtershow.controller.Control; 156 public void setController(Control control) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
ConvertSwitchDialog.java | 32 import org.eclipse.swt.widgets.Control; 67 protected Control createDialogArea(Composite parent) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/ |
UiElementPart.java | 29 import org.eclipse.swt.widgets.Control; 163 for (Control c : table.getChildren()) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
ColumnDialog.java | 29 import org.eclipse.swt.widgets.Control; 54 protected Control createDialogArea(Composite parent) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/ |
LogCatMonitorDialog.java | 32 import org.eclipse.swt.widgets.Control; 61 protected Control createDialogArea(Composite parent) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/ |
ShaderUniformDetailsProvider.java | 28 import org.eclipse.swt.widgets.Control; 54 public Control getControl() {
|
TextureImageDetailsProvider.java | 32 import org.eclipse.swt.widgets.Control; 69 public Control getControl() {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ |
SdkLocationChooserDialog.java | 33 import org.eclipse.swt.widgets.Control; 54 protected Control createDialogArea(Composite parent) {
|
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/Dxe/AcpiPlatform/ |
AcpiPlatform.h | 81 UINT32 Control;
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/AcpiPlatform/ |
AcpiPlatformHooks.h | 89 UINT32 Control;
|
/external/arm-neon-tests/ |
Init.s | 33 MRC p15, 0, r0, c1, c0, 0 ; Read CP15 Control Register into r0 115 ; Configure translation table base (TTB) control register cp15,c2 202 ; Setup domain control register - Enable all domains to client mode 205 MRC p15, 0, r0, c3, c0, 0 ; Read Domain Access Control Register 207 MCR p15, 0, r0, c3, c0, 0 ; Write Domain Access Control Register 210 ; Setup L2 Cache - L2 Cache Auxiliary Control 214 ;MCR p15, 1, r0, c9, c0, 2 ; Write L2 Auxilary Control Register
|
/external/libvpx/libvpx/test/ |
vp9_lossless_test.cc | 42 // Only call Control if quantizer > 0 to verify that using quantizer 45 encoder->Control(VP9E_SET_LOSSLESS, 1); 107 // Intentionally set Q > 0, to make sure control can be used to activate
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/ |
BasicSlider.java | 30 public class BasicSlider implements Control {
|
SliderBrightness.java | 31 public class SliderBrightness implements Control {
|
SliderOpacity.java | 32 public class SliderOpacity implements Control {
|
SliderSaturation.java | 33 public class SliderSaturation implements Control {
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
mswsock.h | 178 #define WSA_CMSG_FIRSTHDR(msg) (((msg)->Control.len >= sizeof(WSACMSGHDR)) ? (LPWSACMSGHDR)(msg)->Control.buf : (LPWSACMSGHDR)NULL) 179 #define WSA_CMSG_NXTHDR(msg,cmsg) ((!(cmsg)) ? WSA_CMSG_FIRSTHDR(msg) : ((((u_char *)(cmsg) + WSA_CMSGHDR_ALIGN((cmsg)->cmsg_len) + sizeof(WSACMSGHDR)) > (u_char *)((msg)->Control.buf) + (msg)->Control.len) ? (LPWSACMSGHDR)NULL : (LPWSACMSGHDR)((u_char *)(cmsg) + WSA_CMSGHDR_ALIGN((cmsg)->cmsg_len))))
|