/external/python/cpython2/Demo/tix/ |
tixwidgets.py | 367 simple = Tix.Control(w, label='Numbers', options=options) 368 spintxt = Tix.Control(w, label='States', variable=demo_spintxt, 691 a = Tix.Control(nb.hard_disk, value=12, label='Access Time: ') 692 w = Tix.Control(nb.hard_disk, value=400, label='Write Throughput: ') 693 r = Tix.Control(nb.hard_disk, value=400, label='Read Throughput: ') 694 c = Tix.Control(nb.hard_disk, value=1021, label='Capacity: ') 704 a = Tix.Control(nb.network, value=12, label='Access Time: ') 705 w = Tix.Control(nb.network, value=400, label='Write Throughput: ') 706 r = Tix.Control(nb.network, value=400, label='Read Throughput: ') 707 c = Tix.Control(nb.network, value=1021, label='Capacity: ' [all...] |
/compatibility/cdd/2_device-types/ |
2_3_television-reqs.md | 11 * Have provided a mechanism to remotely control the rendered user interface on 41 **Lock Screen Media Control (Section 3.8.10)**
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/ |
Serial.h | 150 #define SERIAL_REGISTER_LCR 3 // R/W Line Control Register
151 #define SERIAL_REGISTER_MCR 4 // R/W Modem Control Register
190 // Purpose: Define each bit in FIFO Control Register
224 // Purpose: Define each bit in Line Control Register
232 // BrCon Bit6: Break Control
260 // Purpose: Define each bit in Modem Control Register
263 // DtrC Bit0: Data Terminal Ready Control
264 // Rts Bit1: Request To Send Control
502 Set Control Bits.
505 @param Control Control bits that can be settable [all...] |
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/ |
PeiCoreEntry.asm | 135 ; Pass Control into the PEI Core
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciSioSerialDxe/ |
Serial.h | 160 #define SERIAL_REGISTER_LCR 3 ///< R/W Line Control Register
161 #define SERIAL_REGISTER_MCR 4 ///< R/W Modem Control Register
182 /// FIFO Control Register
198 /// Line Control Register
207 UINT8 BrCon : 1; ///< Break Control
214 /// Modem Control Register
218 UINT8 DtrC : 1; ///< Data Terminal Ready Control
219 UINT8 Rts : 1; ///< Request To Send Control
396 Set Control Bits.
399 @param Control Control bits that can be settable [all...] |
Serial.c | 94 Check the device path node whether it's the Flow Control node or not.
98 @retval TRUE It's the Flow Control node.
386 // If the second node is Flow Control Node,
387 // return error when it request other than hardware flow control.
611 // 3. Append the Flow Control device path node.
612 // Only produce the Flow Control node when remaining device path has it
722 // update the attributes/control.
794 UINT32 Control;
868 // update the attributes/control.
897 Status = SerialIo->GetControl (SerialIo, &Control);
[all...] |
/external/swiftshader/src/Shader/ |
Shader.hpp | 281 enum Control 515 Control control; member in union:sw::Shader::Instruction::__anon32286
|
ShaderCore.hpp | 218 typedef Shader::Control Control; 337 void cmp(Vector4f &dst, const Vector4f &src0, const Vector4f &src1, Control control); 338 void icmp(Vector4f &dst, const Vector4f &src0, const Vector4f &src1, Control control); 339 void ucmp(Vector4f &dst, const Vector4f &src0, const Vector4f &src1, Control control);
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/ |
Editor.java | 36 import com.android.gallery3d.filtershow.controller.Control; 301 public Control[] getControls() {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/ |
NewItemSelectionDialog.java | 35 import org.eclipse.swt.widgets.Control; 276 protected Control createDialogArea(Composite parent) { 283 // We don't want the builtin message area label (we use a radio control
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/ |
UiFlagAttributeNode.java | 40 import org.eclipse.swt.widgets.Control; 221 protected Control createDialogArea(Composite parent) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/ |
MarginChooser.java | 28 import org.eclipse.swt.widgets.Control; 85 protected Control createDialogArea(Composite parent) {
|
/external/icu/icu4c/source/data/brkitr/rules/ |
word.txt | 64 $Control = [\p{Grapheme_Cluster_Break = Control}]; 72 $ALetterPlus = [$ALetter-$dictionaryCJK [$ComplexContext-$Extend-$Control]];
|
word_POSIX.txt | 64 $Control = [\p{Grapheme_Cluster_Break = Control}]; 72 $ALetterPlus = [$ALetter-$dictionaryCJK [$ComplexContext-$Extend-$Control]];
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/ |
schema.py | 169 Control = Table('Control')
170 Control.add_field(1,'Dialog_',11592)
171 Control.add_field(2,'Control',11570)
172 Control.add_field(3,'Type',3348)
173 Control.add_field(4,'X',1282)
174 Control.add_field(5,'Y',1282)
175 Control.add_field(6,'Width',1282)
176 Control.add_field(7,'Height',1282) [all...] |
/external/python/cpython2/Lib/msilib/ |
schema.py | 169 Control = Table('Control') 170 Control.add_field(1,'Dialog_',11592) 171 Control.add_field(2,'Control',11570) 172 Control.add_field(3,'Type',3348) 173 Control.add_field(4,'X',1282) 174 Control.add_field(5,'Y',1282) 175 Control.add_field(6,'Width',1282) 176 Control.add_field(7,'Height',1282 [all...] |
/external/python/cpython2/Tools/msi/ |
schema.py | 169 Control = Table('Control') 170 Control.add_field(1,'Dialog_',11592) 171 Control.add_field(2,'Control',11570) 172 Control.add_field(3,'Type',3348) 173 Control.add_field(4,'X',1282) 174 Control.add_field(5,'Y',1282) 175 Control.add_field(6,'Width',1282) 176 Control.add_field(7,'Height',1282 [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/WebServer/ |
HTTP.c | 36 INTN Control;
54 Control = Character;
60 if ( 0 != ( Control & 0x80 )) {
61 while ( 0 != ( Control & 0x40 )) {
64 Control <<= 1;
[all...] |
/device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772/ |
Ax88772.c | 272 UINT16 Control;
289 Control = BMCR_AUTONEGOTIATION_ENABLE
292 Control |= BMCR_100MBPS;
295 Control |= BMCR_FULL_DUPLEX;
297 Status = Ax88772PhyWrite ( pNicDevice, PHY_BMCR, Control );
1110 // Update the receiver control
[all...] |
/external/v8/src/compiler/ |
schedule.cc | 56 void BasicBlock::set_control(Control control) { 57 control_ = control; 97 std::ostream& operator<<(std::ostream& os, const BasicBlock::Control& c) { 197 DCHECK_EQ(BasicBlock::kNone, block->control()); 222 DCHECK_EQ(BasicBlock::kNone, block->control()); 233 DCHECK_EQ(BasicBlock::kNone, block->control()); 244 DCHECK_EQ(BasicBlock::kNone, block->control()); 255 DCHECK_EQ(BasicBlock::kNone, block->control()); 263 DCHECK_EQ(BasicBlock::kNone, block->control()); 484 BasicBlock::Control control = block->control(); local [all...] |
/frameworks/native/libs/vr/libbufferhubqueue/ |
buffer_hub_queue_client.cpp | 84 ret = epoll_fd_.Control(EPOLL_CTL_ADD, event_fd(), &event); 296 epoll_fd_.Control(EPOLL_CTL_ADD, event_source.event_fd, &event); 315 epoll_fd_.Control(EPOLL_CTL_DEL, event_source.event_fd, nullptr);
|
/prebuilts/go/darwin-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/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...] |
/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/ |
rewriteARM64.go | [all...] |