/external/skia/debugger/QT/ |
D | SkDebuggerGUI.cpp | 55 SLOT(updateDrawCommandInfo())); in SkDebuggerGUI() 56 connect(&fActionOpen, SIGNAL(triggered()), this, SLOT(openFile())); in SkDebuggerGUI() 57 connect(&fActionDirectory, SIGNAL(triggered()), this, SLOT(toggleDirectory())); in SkDebuggerGUI() 58 …et, SIGNAL(currentItemChanged(QListWidgetItem*, QListWidgetItem*)), this, SLOT(loadFile(QListWidge… in SkDebuggerGUI() 59 …connect(&fDirectoryWatcher, SIGNAL(directoryChanged(QString)), this, SLOT(populateDirectoryWidget(… in SkDebuggerGUI() 60 connect(&fActionDelete, SIGNAL(triggered()), this, SLOT(actionDelete())); in SkDebuggerGUI() 61 …connect(&fListWidget, SIGNAL(itemDoubleClicked(QListWidgetItem*)), this, SLOT(toggleBreakpoint())); in SkDebuggerGUI() 62 connect(&fActionRewind, SIGNAL(triggered()), this, SLOT(actionRewind())); in SkDebuggerGUI() 63 connect(&fActionPlay, SIGNAL(triggered()), this, SLOT(actionPlay())); in SkDebuggerGUI() 64 connect(&fActionStepBack, SIGNAL(triggered()), this, SLOT(actionStepBack())); in SkDebuggerGUI() [all …]
|
D | SkCanvasWidget.cpp | 44 connect(&fRasterWidget, SIGNAL(drawComplete()), this->parentWidget(), SLOT(drawComplete())); in SkCanvasWidget() 46 connect(&fGLWidget, SIGNAL(drawComplete()), this->parentWidget(), SLOT(drawComplete())); in SkCanvasWidget()
|
/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/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]], 121 …// CHECK: [[SLOT:%.*]] = getelementptr inbounds [[BYREF_T]], [[BYREF_T]]* [[VAR]], i32 0, i32… 124 // CHECK-NEXT: store i8* [[T1]], i8** [[SLOT]] 125 …// CHECK-NEXT: [[SLOT:%.*]] = getelementptr inbounds [[BYREF_T]], [[BYREF_T]]* [[VAR]], i32 0, i32… 133 // CHECK-NEXT: [[T0:%.*]] = load i8*, i8** [[SLOT]] 152 // CHECK: [[SLOT:%.*]] = getelementptr inbounds {{.*}}, i32 0, i32 6 153 // CHECK-NEXT: [[T0:%.*]] = load i8*, i8** [[SLOT]], align 8 154 // CHECK-NEXT: store i8* null, i8** [[SLOT]], 206 …// CHECK: [[SLOT:%.*]] = getelementptr inbounds [[BYREF_T]], [[BYREF_T]]* [[VAR]], i32 0, i32… [all …]
|
D | arc.m | 518 // CHECK-NEXT: [[SLOT:%.*]] = getelementptr inbounds [5 x i8*], [5 x i8*]* [[X]], i64 0, i64 2 519 // CHECK-NEXT: [[T0:%.*]] = load i8*, i8** [[SLOT]] 520 // CHECK-NEXT: store i8* [[T1]], i8** [[SLOT]]
|
/external/avahi/avahi-qt/ |
D | qt-watch.cpp | 105 connect(m_in,SIGNAL(activated(int)),SLOT(gotIn())); in setWatchedEvents() 109 connect(m_out,SIGNAL(activated(int)),SLOT(gotOut())); in setWatchedEvents() 116 connect(&m_timer, SIGNAL(timeout()), this, SLOT(timeout())); in AvahiTimeout()
|
/external/opencv3/modules/highgui/src/ |
D | window_QT.cpp | 773 QObject::connect(timer, SIGNAL(timeout()), this, SLOT(timeOut())); in GuiReceiver() 1304 QObject::connect(slider, SIGNAL(valueChanged(int)), this, SLOT(update(int))); in create() 1306 QObject::connect(label, SIGNAL(clicked()), this, SLOT(createDialog())); in create() 1420 QObject::connect(button, SIGNAL(clicked(bool)), button, SLOT(callCallBack(bool))); in addButton() 1422 QObject::connect(button, SIGNAL(toggled(bool)), button, SLOT(callCallBack(bool))); in addButton() 1931 QObject::connect(vect_QActions[0], SIGNAL(triggered()), view, SLOT(siftWindowOnLeft())); in createActions() 1935 QObject::connect(vect_QActions[1], SIGNAL(triggered()), view, SLOT(siftWindowOnRight())); in createActions() 1939 QObject::connect(vect_QActions[2], SIGNAL(triggered()), view, SLOT(siftWindowOnUp())); in createActions() 1943 QObject::connect(vect_QActions[3], SIGNAL(triggered()), view, SLOT(siftWindowOnDown()) ); in createActions() 1947 QObject::connect(vect_QActions[4], SIGNAL(triggered()), view, SLOT(resetZoom())); in createActions() [all …]
|
/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/autotest/client/site_tests/firmware_TouchMTB/ |
D | firmware_constants.py | 169 MTB.SLOT = 'slot'
|
D | validators.py | 1099 slot = displacements[tid][MTB.SLOT]
|
D | mtb.py | 1032 displacements[tid][MTB.SLOT] = finger_path.slot
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonScheduleV60.td | 81 // SLOT | CVI_LD | |CVI_MPY3 | |CVI_MPY2 | |CVI_SHIFT| |CVI_XLANE| | CVI_ST |
|
/external/icu/icu4c/source/data/unidata/ |
D | UnicodeData.txt | 27145 1F3B0;SLOT MACHINE;So;0;ON;;;;;N;;;;;
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/unicode/ |
D | UnicodeData.txt | 27145 1F3B0;SLOT MACHINE;So;0;ON;;;;;N;;;;;
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/ |
D | UnicodeData.txt | 27145 1F3B0;SLOT MACHINE;So;0;ON;;;;;N;;;;;
|