/external/python/cpython2/Demo/tkinter/guido/ |
D | solitaire.py | 276 self.cards = [] 294 self.cards.append(card) 300 self.cards.remove(card) 304 if self.cards: 305 self.cards[-1].showface() 308 if not self.cards: 310 card = self.cards[-1] 325 def usermovehandler(self, cards): argument 326 for card in cards: 355 for i in range(len(self.cards)): [all …]
|
/external/autotest/frontend/client/src/autotest/moblab/wizard/ |
D | ConfigViewMode.java | 25 WizardCard[] cards = wizard.getCards(); in reloadModeWidget() local 26 cardContainers = new CaptionPanel[cards.length]; in reloadModeWidget() 27 for (int count = 0; count < cards.length; count++) { in reloadModeWidget() 29 pnlCard.setCaptionText(cards[count].getViewTitle()); in reloadModeWidget() 43 WizardCard[] cards = wizard.getCards(); in display() local 44 for (int count = 0; count < cards.length; count++) { in display() 45 cardContainers[count].setContentWidget(cards[count].switchToMode(ConfigWizard.Mode.View)); in display()
|
D | ConfigWizard.java | 33 private WizardCard[] cards; field in ConfigWizard 55 cards = new WizardCard[] {}; in ConfigWizard() 170 return cards; in getCards() 173 public void setCards(WizardCard[] cards) { in setCards() argument 174 if (cards != null) { in setCards() 175 this.cards = cards; in setCards() 177 this.cards = new WizardCard[] {}; in setCards() 179 for (WizardCard card : cards) { in setCards() 185 public void setCards(Collection<WizardCard> cards) { in setCards() argument 187 if (cards != null) { in setCards() [all …]
|
/external/u-boot/board/ti/am65x/ |
D | evm.c | 209 } cards[] = { in probe_daughtercards() local 253 for (i = 0; i < ARRAY_SIZE(cards); i++) { in probe_daughtercards() 255 u8 slot_index = cards[i].slot_index; in probe_daughtercards() 286 if (strncmp(ep.name, cards[i].card_name, sizeof(ep.name))) in probe_daughtercards() 302 cards[i].eth_offset + j, in probe_daughtercards() 307 if (!strlen(cards[i].dtbo_name)) in probe_daughtercards() 315 if (strlen(name_overlays) + strlen(cards[i].dtbo_name) + 2 > in probe_daughtercards() 320 strcat(name_overlays, cards[i].dtbo_name); in probe_daughtercards()
|
/external/libpcap/doc/ |
D | README.dag | 3 want libpcap to support the DAG range of passive network monitoring cards from 29 capture stream (linux or bpf) and for capturing from DAG cards. To build 36 cards and will not capture from the native OS packet stream. 40 Libpcap when built for DAG cards against dag-2.5.1 or later releases: 58 Some DAG cards can provide more than one 'stream' of received data. 66 DAG cards normally do not have IP or link layer addresses assigned as 80 pcap_get_selectable_fd() is not supported, as DAG cards do not support 85 Some DAG cards now support capturing to multiple virtual interfaces, called 96 DAG cards by default capture entire packets including the L2 122 For more information about Endace DAG cards contact <sales@endace.com>.
|
D | README.septel | 2 libpcap to support the Septel range of passive network monitoring cards 32 packet capture stream and for capturing from Septel cards. To build 39 cards and will not capture from the native OS packet stream.
|
/external/swiftshader/third_party/SPIRV-Tools/docs/ |
D | projects.md | 26 A project and its cards are used as a [Kanban 27 board](https://en.wikipedia.org/wiki/Kanban_board), where cards progress 31 They manage the creation and movement of cards 33 * They create cards to capture ideas, or to decompose large ideas into smaller 39 Our projects organize cards into the following columns: 65 We are considering prioritizing cards in the `Ideas` and `Ready to start` 82 implementable cards.
|
/external/deqp-deps/SPIRV-Tools/docs/ |
D | projects.md | 26 A project and its cards are used as a [Kanban 27 board](https://en.wikipedia.org/wiki/Kanban_board), where cards progress 31 They manage the creation and movement of cards 33 * They create cards to capture ideas, or to decompose large ideas into smaller 39 Our projects organize cards into the following columns: 65 We are considering prioritizing cards in the `Ideas` and `Ready to start` 82 implementable cards.
|
/external/angle/third_party/spirv-tools/src/docs/ |
D | projects.md | 26 A project and its cards are used as a [Kanban 27 board](https://en.wikipedia.org/wiki/Kanban_board), where cards progress 31 They manage the creation and movement of cards 33 * They create cards to capture ideas, or to decompose large ideas into smaller 39 Our projects organize cards into the following columns: 65 We are considering prioritizing cards in the `Ideas` and `Ready to start` 82 implementable cards.
|
/external/autotest/frontend/client/test/autotest/moblab/wizard/ |
D | ConfigWizardTest.java | 10 WizardCard[] cards = new WizardCard[] { new WizardCard.DummyCard(), new WizardCard.DummyCard()}; in testWizard() local 11 wizard.setCards(cards); in testWizard()
|
/external/autotest/frontend/client/src/autotest/moblab/ |
D | ConfigWizardView.java | 22 WizardCard[] cards = new WizardCard[] { in ConfigWizardView() local 27 wizard.setCards(cards); in ConfigWizardView()
|
/external/adhd/cras/src/server/ |
D | cras_system_state.c | 61 struct card_list *cards; member 385 DL_FOREACH (state.cards, card) { in cras_system_add_alsa_card() 400 DL_APPEND(state.cards, card); in cras_system_add_alsa_card() 408 DL_FOREACH (state.cards, card) { in cras_system_remove_alsa_card() 414 DL_DELETE(state.cards, card); in cras_system_remove_alsa_card() 424 DL_FOREACH (state.cards, card) in cras_system_alsa_card_exists()
|
/external/u-boot/doc/ |
D | README.ne2000 | 1 This driver supports NE2000 compatible cards (those based on DP8390, 2 DP83902 and similar). It can be used with PCMCIA/CF cards provided
|
D | README.atmel_mci | 1 How to use SD/MMC cards with Atmel SoCs having MCI hardware
|
/external/angle/doc/ |
D | VTF.md | 23 cards (unless we end up using software vertex processing). 63 * ATI R500 (on Google Code) cards do not support VTF (even though they are 68 * NVIDIA cards fall into two camps: 75 * unsure what they do on these cards under OpenGL. Need to do more
|
/external/llvm/lib/Target/AMDGPU/ |
D | R600Schedule.td | 10 // R600 has a VLIW architecture. On pre-cayman cards there are 5 instruction 11 // slots ALU.X, ALU.Y, ALU.Z, ALU.W, and TRANS. For cayman cards, the TRANS
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | R600Schedule.td | 10 // R600 has a VLIW architecture. On pre-cayman cards there are 5 instruction 11 // slots ALU.X, ALU.Y, ALU.Z, ALU.W, and TRANS. For cayman cards, the TRANS
|
/external/u-boot/arch/arm/mach-mediatek/ |
D | Kconfig | 37 including UART, SPI, USB2.0 and OTG, SD and MMC cards, NAND, PWM, 46 including UART, SPI, USB2.0 and OTG, SD and MMC cards, NAND, PWM,
|
/external/u-boot/board/freescale/ls1028a/ |
D | README | 52 (8 Gbit/s) cards 55 SATA Gen 3 cards (6 Gbit/s) at a time 138 add-in cards
|
/external/autotest/server/site_tests/audio_InternalCardNodes/ |
D | control.plug | 26 This test remotely tests plugged audio nodes for internal cards.
|
D | control.unplug | 26 This test remotely tests plugged audio nodes for internal cards.
|
/external/u-boot/board/freescale/bsc9131rdb/ |
D | README | 37 communication to SIM cards or Eurochip pre-paid phone cards
|
/external/u-boot/board/freescale/bsc9132qds/ |
D | README | 38 facilitates communication to SIM cards or Eurochip pre-paid phone 39 cards
|
/external/u-boot/board/ti/am335x/ |
D | README | 113 eMMC (or raw SD cards) and FAT SD cards. Our default behavior currently is 167 Falcon Mode: FAT SD cards
|
/external/ltp/testcases/kernel/security/mmc_security/ |
D | README | 15 lost when using this option! It only works for _locked_ cards.
|