/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
D | wpagui.cpp | 53 SLOT(startService())); in WpaGui() 55 SLOT(stopService())); in WpaGui() 62 SLOT(addInterface())); in WpaGui() 75 SLOT(eventHistory())); in WpaGui() 77 SLOT(saveConfig())); in WpaGui() 78 connect(actionWPS, SIGNAL(triggered()), this, SLOT(wpsDialog())); in WpaGui() 79 connect(actionPeers, SIGNAL(triggered()), this, SLOT(peersDialog())); in WpaGui() 80 connect(fileExitAction, SIGNAL(triggered()), qApp, SLOT(quit())); in WpaGui() 82 SLOT(addNetwork())); in WpaGui() 84 SLOT(editSelectedNetwork())); in WpaGui() [all …]
|
D | userdatarequest.cpp | 20 connect(buttonOk, SIGNAL(clicked()), this, SLOT(sendReply())); in UserDataRequest() 21 connect(buttonCancel, SIGNAL(clicked()), this, SLOT(reject())); in UserDataRequest() 22 connect(queryEdit, SIGNAL(returnPressed()), this, SLOT(sendReply())); in UserDataRequest()
|
D | peers.cpp | 92 this, SLOT(context_menu(const QPoint &))); in Peers() 203 SLOT(enter_pin())); in context_menu() 208 SLOT(ctx_p2p_connect())); in context_menu() 214 SLOT(connect_pbc())); in context_menu() 217 SLOT(ctx_p2p_req_pin())); in context_menu() 219 SLOT(ctx_p2p_show_pin())); in context_menu() 225 SLOT(ctx_p2p_display_pin())); in context_menu() 231 SLOT(ctx_p2p_enter_pin())); in context_menu() 237 SLOT(ctx_p2p_show_passphrase())); in context_menu() 239 SLOT(ctx_p2p_remove_group())); in context_menu() [all …]
|
D | scanresults.cpp | 23 connect(closeButton, SIGNAL(clicked()), this, SLOT(close())); in ScanResults() 24 connect(scanButton, SIGNAL(clicked()), this, SLOT(scanRequest())); in ScanResults() 27 SLOT(bssSelected(QTreeWidgetItem *))); in ScanResults()
|
D | networkconfig.cpp | 37 SLOT(authChanged(int))); in NetworkConfig() 38 connect(cancelButton, SIGNAL(clicked()), this, SLOT(close())); in NetworkConfig() 39 connect(addButton, SIGNAL(clicked()), this, SLOT(addNetwork())); in NetworkConfig() 41 SLOT(encrChanged(const QString &))); in NetworkConfig() 42 connect(removeButton, SIGNAL(clicked()), this, SLOT(removeNetwork())); in NetworkConfig() 44 SLOT(eapChanged(int))); in NetworkConfig() 45 connect(useWpsButton, SIGNAL(clicked()), this, SLOT(useWps())); in NetworkConfig()
|
D | stringquery.cpp | 24 connect(edit, SIGNAL(returnPressed()), this, SLOT(accept())); in StringQuery()
|
D | eventhistory.cpp | 81 connect(closeButton, SIGNAL(clicked()), this, SLOT(close())); in EventHistory()
|
D | addinterface.cpp | 50 SLOT(interfaceSelected(QTreeWidgetItem *))); in AddInterface()
|
/external/skia/debugger/QT/ |
D | SkDebuggerGUI.cpp | 70 SLOT(updateDrawCommandInfo())); in SkDebuggerGUI() 71 connect(&fActionOpen, SIGNAL(triggered()), this, SLOT(openFile())); in SkDebuggerGUI() 72 connect(&fActionDirectory, SIGNAL(triggered()), this, SLOT(toggleDirectory())); in SkDebuggerGUI() 73 …et, SIGNAL(currentItemChanged(QListWidgetItem*, QListWidgetItem*)), this, SLOT(loadFile(QListWidge… in SkDebuggerGUI() 74 connect(&fActionDelete, SIGNAL(triggered()), this, SLOT(actionDelete())); in SkDebuggerGUI() 75 …connect(&fListWidget, SIGNAL(itemDoubleClicked(QListWidgetItem*)), this, SLOT(toggleBreakpoint())); in SkDebuggerGUI() 76 connect(&fActionRewind, SIGNAL(triggered()), this, SLOT(actionRewind())); in SkDebuggerGUI() 77 connect(&fActionPlay, SIGNAL(triggered()), this, SLOT(actionPlay())); in SkDebuggerGUI() 78 connect(&fActionStepBack, SIGNAL(triggered()), this, SLOT(actionStepBack())); in SkDebuggerGUI() 79 connect(&fActionStepForward, SIGNAL(triggered()), this, SLOT(actionStepForward())); in SkDebuggerGUI() [all …]
|
D | SkCanvasWidget.cpp | 44 connect(&fRasterWidget, SIGNAL(drawComplete()), this->parentWidget(), SLOT(drawComplete())); in SkCanvasWidget() 45 connect(&fGLWidget, SIGNAL(drawComplete()), this->parentWidget(), SLOT(drawComplete())); in SkCanvasWidget()
|
/external/clang/test/CodeGenObjC/ |
D | arc-blocks.m | 32 // CHECK: [[SLOT:%.*]] = getelementptr inbounds [[BLOCK_T]], [[BLOCK_T]]* [[BLOCK]], i32 0, i3… 35 // CHECK-NEXT: store i8* [[T1]], i8** [[SLOT]], 117 …// CHECK: [[SLOT:%.*]] = getelementptr inbounds [[BYREF_T]], [[BYREF_T]]* [[VAR]], i32 0, i32… 120 // CHECK-NEXT: store i8* [[T1]], i8** [[SLOT]] 121 …// CHECK-NEXT: [[SLOT:%.*]] = getelementptr inbounds [[BYREF_T]], [[BYREF_T]]* [[VAR]], i32 0, i32… 129 // CHECK-NEXT: [[T0:%.*]] = load i8*, i8** [[SLOT]] 148 // CHECK: [[SLOT:%.*]] = getelementptr inbounds {{.*}}, i32 0, i32 6 149 // CHECK-NEXT: [[T0:%.*]] = load i8*, i8** [[SLOT]], align 8 150 // CHECK-NEXT: store i8* null, i8** [[SLOT]], 196 …// CHECK: [[SLOT:%.*]] = getelementptr inbounds [[BYREF_T]], [[BYREF_T]]* [[VAR]], i32 0, i32… [all …]
|
D | arc.m | 473 // CHECK-NEXT: [[SLOT:%.*]] = getelementptr inbounds [5 x i8*], [5 x i8*]* [[X]], i32 0, i64 2 474 // CHECK-NEXT: [[T0:%.*]] = load i8*, i8** [[SLOT]] 475 // CHECK-NEXT: store i8* [[T1]], i8** [[SLOT]]
|
/external/eigen/demos/opengl/ |
D | quaternion_demo.cpp | 343 connect(&m_timer, SIGNAL(timeout()), this, SLOT(animate())); in keyPressEvent() 357 disconnect(&m_timer, SIGNAL(timeout()), this, SLOT(animate())); in stopAnimation() 546 connect(&m_timer, SIGNAL(timeout()), this, SLOT(animate())); in resetCamera() 560 connect(but, SIGNAL(clicked()), this, SLOT(resetCamera())); in createNavigationControlWidget() 577 connect(group, SIGNAL(buttonClicked(int)), this, SLOT(setNavMode(int))); in createNavigationControlWidget() 596 connect(group, SIGNAL(buttonClicked(int)), this, SLOT(setRotationMode(int))); in createNavigationControlWidget() 615 connect(group, SIGNAL(buttonClicked(int)), this, SLOT(setLerpMode(int))); in createNavigationControlWidget()
|
/external/llvm/test/CodeGen/ARM/ |
D | fast-isel-intrinsic.ll | 56 ; ARM: str r0, [sp[[SLOT:[, #0-9]*]]] @ 4-byte Spill 58 ; ARM: ldr r1, [sp[[SLOT]]] @ 4-byte Reload 72 ; THUMB: str r0, [sp[[SLOT:[, #0-9]*]]] @ 4-byte Spill 74 ; THUMB: ldr r1, [sp[[SLOT]]] @ 4-byte Reload 109 ; THUMB: str r0, [sp[[SLOT:[, #0-9]*]]] @ 4-byte Spill 111 ; THUMB: ldr r1, [sp[[SLOT]]] @ 4-byte Reload
|
D | struct-byval-frame-index.ll | 8 ; CHECK: str r{{.*}}, [sp, [[SLOT:#[0-9]+]]] @ 4-byte Spill 12 ; CHECK: ldr r{{.*}}, [sp, [[SLOT]]] @ 4-byte Reload
|
/external/mdnsresponder/mDNSCore/ |
D | mDNSEmbeddedAPI.h | 1149 #define FORALL_AUTHRECORDS(SLOT,AG,AR) \ argument 1150 for ((SLOT) = 0; (SLOT) < AUTH_HASH_SLOTS; (SLOT)++) \ 1151 for ((AG)=m->rrauth.rrauth_hash[(SLOT)]; (AG); (AG)=(AG)->next) \ 1957 #define FORALL_CACHERECORDS(SLOT,CG,CR) \ argument 1958 for ((SLOT) = 0; (SLOT) < CACHE_HASH_SLOTS; (SLOT)++) \ 1959 for ((CG)=m->rrcache_hash[(SLOT)]; (CG); (CG)=(CG)->next) \
|
/external/icu/icu4c/source/data/unidata/ |
D | UnicodeData.txt | 25237 1F3B0;SLOT MACHINE;So;0;ON;;;;;N;;;;;
|
D | ppucd.txt | 29802 cp;1F3B0;na=SLOT MACHINE
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/ |
D | UnicodeData.txt | 25237 1F3B0;SLOT MACHINE;So;0;ON;;;;;N;;;;;
|