/external/sonivox/arm-wt-22k/lib_src/ |
ARM-E_interpolate_loop_gnu.s | 15 @ Revision Control:
|
ARM-E_interpolate_noloop_gnu.s | 15 @ Revision Control:
|
ARM-E_voice_gain_gnu.s | 16 @ Revision Control:
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/ |
ColorChooser.java | 22 public class ColorChooser implements Control {
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
ntddchgr.h | 133 /* CHANGER_SET_ACCESS.Control constants */ 240 ULONG Control;
|
wtypesbase.h | 174 SECURITY_DESCRIPTOR_CONTROL Control;
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/ |
nilcheck.go | 76 if p.Kind == BlockIf && p.Control.Op == OpIsNonNil && p.Succs[0].b == b { 77 ptr := p.Control.Args[0]
|
rewriteMIPS.go | [all...] |
rewritePPC64.go | [all...] |
tighten.go | 91 if c := b.Control; c != nil {
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/ |
nilcheck.go | 76 if p.Kind == BlockIf && p.Control.Op == OpIsNonNil && p.Succs[0].b == b { 77 ptr := p.Control.Args[0]
|
rewriteMIPS.go | [all...] |
rewritePPC64.go | [all...] |
tighten.go | 91 if c := b.Control; c != nil {
|
/compatibility/cdd/2_device-types/ |
2_2_handheld-reqs.md | 71 to directly control (e.g. reply, snooze, dismiss, block) the notifications 72 through user affordance such as action buttons or the control panel as 81 **Lock Screen Media Control (Section 3.8.10)**
|
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmLib/ArmV7/ |
ArmV7Support.S | 124 mrc p15, 0, r0, c1, c0, 0 @ Get control register
128 mcr p15, 0, r0, c1, c0, 0 @ Write control register
140 mrc p15,0,R0,c1,c0,0 @Read control register configuration data
142 mcr p15,0,r0,c1,c0,0 @Write control register configuration data
149 mrc p15,0,R0,c1,c0,0 @Read control register configuration data
151 mcr p15,0,r0,c1,c0,0 @Write control register configuration data
158 mrc p15,0,R0,c1,c0,0 @Read control register configuration data
160 mcr p15,0,r0,c1,c0,0 @Write control register configuration data
167 mrc p15,0,R0,c1,c0,0 @Read control register configuration data
169 mcr p15,0,r0,c1,c0,0 @Write control register configuration data [all...] |
ArmV7Support.asm | 68 mrc p15,0,R0,c1,c0,0 ; Read SCTLR into R0 (Read control register configuration data)
70 mcr p15,0,R0,c1,c0,0 ; Write R0 into SCTLR (Write control register configuration data)
76 mrc p15,0,R0,c1,c0,0 ; Read SCTLR into R0 (Read control register configuration data)
78 mcr p15,0,R0,c1,c0,0 ; Write R0 into SCTLR (Write control register configuration data)
87 mrc p15, 0, r0, c1, c0, 0 ; Get control register
91 mcr p15, 0, r0, c1, c0, 0 ; Write control register
97 mrc p15,0,R0,c1,c0,0 ; Read SCTLR into R0 (Read control register configuration data)
103 mrc p15,0,R0,c1,c0,0 ; Read SCTLR into R0 (Read control register configuration data)
105 mcr p15,0,R0,c1,c0,0 ; Write R0 into SCTLR (Write control register configuration data)
112 mrc p15,0,R0,c1,c0,0 ; Read SCTLR into R0 (Read control register configuration data) [all...] |
/prebuilts/go/darwin-x86/src/cmd/compile/internal/mips64/ |
ssa.go | 665 if !b.Control.Type.IsFlags() { 667 p.From.Reg = b.Control.Reg() 670 b.Fatalf("branch not implemented: %s. Control: %s", b.LongString(), b.Control.LongString())
|
/prebuilts/go/darwin-x86/src/syscall/ |
ztypes_netbsd_386.go | 174 Control *byte
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/mips64/ |
ssa.go | 665 if !b.Control.Type.IsFlags() { 667 p.From.Reg = b.Control.Reg() 670 b.Fatalf("branch not implemented: %s. Control: %s", b.LongString(), b.Control.LongString())
|
/prebuilts/go/linux-x86/src/syscall/ |
ztypes_netbsd_386.go | 174 Control *byte
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/ |
SystraceOptionsDialogV1.java | 29 import org.eclipse.swt.widgets.Control; 96 protected Control createDialogArea(Composite parent) {
|
/sdk/find_java/ |
find_java.bat | 62 echo variable in Control Panel / System / Avanced System Settings to point to the
|
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/ |
DebugCommunicationLibUsb3Internal.h | 73 #define XHC_PORTSC_OFFSET 0x400 // Port Status and Control Register Offset
266 // Rings, and to define the Data stage information for Control Transfer Rings.
348 UINT32 Control:16;
|
/external/python/cpython2/Mac/Modules/ctl/ |
ctlsupport.py | 11 OBJECTNAME = 'Control' # The basic name of the objects used here 132 #define MAXTABS 32 /* maximum number of tabs that we support in a tabs control */ 255 ** the control is not ours. Return a temporary object. 326 /* Create the dict if it doesn't exist yet (so we don't get such a dict for every control) */ 346 PySys_WriteStderr("Control callback %x without callback object\\n", (unsigned)which); 351 PySys_WriteStderr("Exception in control callback %x handler\\n", (unsigned)which); 358 myactionproc(ControlHandle control, SInt16 part) 363 ctl_obj = (ControlObject *)CtlObj_WhichControl(control); 371 mykeydownproc(ControlHandle control, SInt16 keyCode, SInt16 charCode, SInt16 modifiers) 377 ctl_obj = (ControlObject *)CtlObj_WhichControl(control); [all...] |