Home
last modified time | relevance | path

Searched refs:sourceid (Results 1 – 8 of 8) sorted by relevance

/third_party/gstreamer/gstplugins_base/tests/examples/app/
Dappsrc-stream.c61 guint sourceid; member
122 if (app->sourceid == 0) { in start_feed()
124 app->sourceid = g_idle_add ((GSourceFunc) read_data, app); in start_feed()
133 if (app->sourceid != 0) { in stop_feed()
135 g_source_remove (app->sourceid); in stop_feed()
136 app->sourceid = 0; in stop_feed()
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11xinput2.c174 SDL_SendTouch(xev->sourceid,xev->detail, in X11_HandleXinput2Event()
181 SDL_SendTouch(xev->sourceid,xev->detail, in X11_HandleXinput2Event()
188 SDL_SendTouchMotion(xev->sourceid,xev->detail, in X11_HandleXinput2Event()
219 touchId = t->sourceid; in X11_InitXinput2Multitouch()
/third_party/node/src/
Dnode_win32_etw_provider-inl.h254 INT64 sourceid = 0; in NODE_V8SYMBOL_ADD() local
263 sourceid, in NODE_V8SYMBOL_ADD()
/third_party/node/deps/npm/node_modules/agentkeepalive/
DREADME.md135 // https://www.google.com/search?q=nodejs&sugexp=chrome,mod=12&sourceid=chrome&ie=UTF-8
139 path: '/search?q=nodejs&sugexp=chrome,mod=12&sourceid=chrome&ie=UTF-8',
/third_party/sqlite/include/
Dsqlite3ext.h227 const char *(*sourceid)(void); member
555 #define sqlite3_sourceid sqlite3_api->sourceid
/third_party/libxml2/result/HTML/
Dwired.html.err188 MG SRC="http://barnesandnoble.bfast.com/booklink/serve?sourceid=383471&is_search
Dwired.html.sax999 SAX.startElement(input, type='hidden', name='sourceid', value='383471')
1094 SAX.startElement(img, src='http://barnesandnoble.bfast.com/booklink/serve?sourceid=383471&is_se…
1122 …='http://r.wired.com/r/wn_nav_c_bn/http://barnesandnoble.bfast.com/booklink/click?sourceid=383471')
/third_party/sqlite/src/
Dsqlite3.c127998 const char *(*sourceid)(void);
128322 #define sqlite3_sourceid sqlite3_api->sourceid