/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/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/angle/third_party/vulkan-deps/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/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/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/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 | 72 struct card_list *cards; member 458 DL_FOREACH (state.cards, card) { in cras_system_add_alsa_card() 472 DL_APPEND(state.cards, card); in cras_system_add_alsa_card() 480 DL_FOREACH (state.cards, card) { in cras_system_remove_alsa_card() 486 DL_DELETE(state.cards, card); in cras_system_remove_alsa_card() 496 DL_FOREACH (state.cards, card) in cras_system_alsa_card_exists()
|
/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/llvm-project/llvm/lib/Target/AMDGPU/ |
D | R600Schedule.td | 9 // R600 has a VLIW architecture. On pre-cayman cards there are 5 instruction 10 // slots ALU.X, ALU.Y, ALU.Z, ALU.W, and TRANS. For cayman cards, the TRANS
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | R600Schedule.td | 9 // R600 has a VLIW architecture. On pre-cayman cards there are 5 instruction 10 // slots ALU.X, ALU.Y, ALU.Z, ALU.W, and TRANS. For cayman cards, the TRANS
|
/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/pigweed/pw_bloat/ |
D | docs.rst | 6 The bloat module provides tools to generate size report cards for output 10 Bloat report cards allow tracking the memory usage of a system over time as code
|
/external/autotest/server/site_tests/audio_InternalCardNodes/ |
D | control.unplug | 26 This test remotely tests plugged audio nodes for internal cards.
|
D | control.plug | 26 This test remotely tests plugged audio nodes for internal cards.
|
/external/pigweed/pw_docgen/ |
D | docs.rst | 19 depend on other build targets, such as report cards for binary size/profiling. 28 Included in a module's documentation are report cards which show an overview of
|
/external/ltp/testcases/kernel/security/mmc_security/ |
D | README | 15 lost when using this option! It only works for _locked_ cards.
|
/external/speex/libspeexdsp/ |
D | echo_diagnostic.m | 59 … anything with that. Most likely, you''re doing capture and playback from two different cards.\n');
|
/external/libese/ |
D | README.md | 16 between eSEs and smart cards use in the hardware adapter
|
/external/mesa3d/docs/relnotes/ |
D | 17.1.7.rst | 31 - AMD SI cards: Some vulkan apps freeze the system
|
D | 8.0.2.rst | 118 - r300/compiler: Fix bug when lowering KILP on r300 cards
|
/external/llvm/docs/ |
D | HowToBuildOnARM.rst | 76 #. Running the build on SD cards is ok, but they are more prone to failures
|