Searched refs:spacer (Results 1 – 14 of 14) sorted by relevance
39 <spacer>49 </spacer>93 <spacer>103 </spacer>126 <spacer>136 </spacer>
38 <spacer>48 </spacer>60 <spacer name="horizontalSpacer" >70 </spacer>
65 <spacer name="horizontalSpacer" >75 </spacer>159 <spacer>169 </spacer>253 <spacer name="verticalSpacer" >263 </spacer>391 <spacer>401 </spacer>485 <spacer name="horizontalSpacer_2" >495 </spacer>[all …]
17 <spacer>27 </spacer>52 <spacer>62 </spacer>
72 <spacer name="verticalSpacer" >82 </spacer>109 <spacer name="verticalSpacer_2" >119 </spacer>
36 <spacer name="verticalSpacer" >46 </spacer>
97 void DeviceTree::PrettyPrint(string spacer) { in PrettyPrint() argument101 printf("%s%s\n", spacer.c_str(), itr->first.c_str()); in PrettyPrint()102 itr->second->PrettyPrint(spacer+spacer); in PrettyPrint()
48 void PrettyPrint(string spacer = " ");
144 + /*When a close button is required, we need the empty label as spacer to push the button to the…
179 struct bnx2x_exeq_elem *elem, spacer; in bnx2x_exe_queue_step() local182 memset(&spacer, 0, sizeof(spacer)); in bnx2x_exe_queue_step()213 list_add_tail(&spacer.link, &o->pending_comp); in bnx2x_exe_queue_step()216 list_del(&spacer.link); in bnx2x_exe_queue_step()
2766 self.spacer = QLabel("")2778 self.hbox.addWidget(self.spacer)2812 self.spacer.hide()2820 self.spacer.show()2831 self.spacer.hide()
724 __le16 spacer; member