Home
last modified time | relevance | path

Searched defs:caller (Results 101 – 125 of 6696) sorted by relevance

12345678910>>...268

/dports/games/scummvm/scummvm-2.5.1/engines/kyra/gui/
H A Dgui_v2.cpp528 int GUI_v2::resumeGame(Button *caller) { in resumeGame()
553 int GUI_v2::toggleText(Button *caller) { in toggleText()
573 int GUI_v2::clickLoadSlot(Button *caller) { in clickLoadSlot()
588 int GUI_v2::cancelLoadMenu(Button *caller) { in cancelLoadMenu()
595 int GUI_v2::saveMenu(Button *caller) { in saveMenu()
643 int GUI_v2::clickSaveSlot(Button *caller) { in clickSaveSlot()
684 int GUI_v2::cancelSaveMenu(Button *caller) { in cancelSaveMenu()
692 int GUI_v2::deleteMenu(Button *caller) { in deleteMenu()
812 int GUI_v2::finishSavename(Button *caller) { in finishSavename()
875 int GUI_v2::choiceYes(Button *caller) { in choiceYes()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/client/jni/
H A Djni_client.cc148 const base::android::JavaParamRef<jobject>& caller, in Connect()
187 const JavaParamRef<jobject>& caller, in AuthenticationResponse()
202 const base::android::JavaParamRef<jobject>& caller, in SendMouseEvent()
218 const base::android::JavaParamRef<jobject>& caller, in SendMouseWheelEvent()
226 const base::android::JavaParamRef<jobject>& caller, in SendKeyEvent()
235 const base::android::JavaParamRef<jobject>& caller, in SendTextEvent()
242 const base::android::JavaParamRef<jobject>& caller, in SendTouchEvent()
263 const base::android::JavaParamRef<jobject>& caller, in EnableVideoChannel()
270 const base::android::JavaParamRef<jobject>& caller, in OnThirdPartyTokenFetched()
282 const base::android::JavaParamRef<jobject>& caller, in SendExtensionMessage()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/compositor/
H A DCompositorView.java651 void destroy(long nativeCompositorView, CompositorView caller); in destroy()
653 void surfaceCreated(long nativeCompositorView, CompositorView caller); in surfaceCreated()
654 void surfaceDestroyed(long nativeCompositorView, CompositorView caller); in surfaceDestroyed()
659 void onControlsResizeViewChanged(long nativeCompositorView, CompositorView caller, in onControlsResizeViewChanged()
663 void finalizeLayers(long nativeCompositorView, CompositorView caller); in finalizeLayers()
664 void setNeedsComposite(long nativeCompositorView, CompositorView caller); in setNeedsComposite()
665 void setLayoutBounds(long nativeCompositorView, CompositorView caller); in setLayoutBounds()
668 long nativeCompositorView, CompositorView caller, boolean enabled); in setOverlayImmersiveArMode()
671 long nativeCompositorView, CompositorView caller, WindowAndroid window); in setCompositorWindow()
673 void evictCachedBackBuffer(long nativeCompositorView, CompositorView caller); in evictCachedBackBuffer()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/database/
H A DSQLiteCursor.java236 void destroy(long nativeSQLiteCursor, SQLiteCursor caller); in destroy()
237 int getCount(long nativeSQLiteCursor, SQLiteCursor caller); in getCount()
238 String[] getColumnNames(long nativeSQLiteCursor, SQLiteCursor caller); in getColumnNames()
239 int getColumnType(long nativeSQLiteCursor, SQLiteCursor caller, int column); in getColumnType()
240 String getString(long nativeSQLiteCursor, SQLiteCursor caller, int column); in getString()
241 byte[] getBlob(long nativeSQLiteCursor, SQLiteCursor caller, int column); in getBlob()
242 boolean isNull(long nativeSQLiteCursor, SQLiteCursor caller, int column); in isNull()
243 long getLong(long nativeSQLiteCursor, SQLiteCursor caller, int column); in getLong()
244 int getInt(long nativeSQLiteCursor, SQLiteCursor caller, int column); in getInt()
245 double getDouble(long nativeSQLiteCursor, SQLiteCursor caller, int column); in getDouble()
[all …]
/dports/science/qmcpack/qmcpack-3.11.0/external_codes/mpi_wrapper/mpi3/
H A Dhandle.hpp21 struct caller{ struct
22 Impl& impl(){return static_cast<Self&>(*this).impl_;} in impl()
23 Impl const& impl() const{return static_cast<Self const&>(*this).impl_;} in impl()
26 void static_call(F f, Args&&... args){ in static_call()
30 template<int(*F)(Impl, char const*, char const*)> void call( in call()
36 template<int(*F)(Impl, char const*, char const*)> void call( in call()
41 template<int(*F)(Impl, int*)> int call() const{ in call()
48 template<int(*F)(Impl, int, char*)> std::string call(int n) const{ in call()
54 …ate<int(*F)(Impl, char const*, int*, int*)> std::pair<int, int> call(std::string const& key) const{ in call()
61 …*, int, char*, int*)> std::pair<std::string, int> call(std::string const& key, int valuelen) const{ in call()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/video_tutorials/internal/android/java/src/org/chromium/chrome/browser/video_tutorials/bridges/
H A DVideoTutorialServiceBridge.java85 void getTutorials(long nativeVideoTutorialServiceBridge, VideoTutorialServiceBridge caller, in getTutorials()
87 void getTutorial(long nativeVideoTutorialServiceBridge, VideoTutorialServiceBridge caller, in getTutorial()
90 long nativeVideoTutorialServiceBridge, VideoTutorialServiceBridge caller); in getSupportedLanguages()
92 VideoTutorialServiceBridge caller, int feature); in getAvailableLanguagesForTutorial()
94 long nativeVideoTutorialServiceBridge, VideoTutorialServiceBridge caller); in getPreferredLocale()
96 VideoTutorialServiceBridge caller, String locale); in setPreferredLocale()
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/android/jni_generator/java/src/org/chromium/example/jni_generator/
H A DSampleForTests.java234 long init(SampleForTests caller, String param); in init()
243 void destroy(long nativeCPPClass, SampleForTests caller); in destroy()
248 double getDoubleFunction(SampleForTests caller); in getDoubleFunction()
257 void setNonPODDatatype(SampleForTests caller, Rect rect); in setNonPODDatatype()
264 Object getNonPODDatatype(SampleForTests caller); in getNonPODDatatype()
269 int method(long nativeCPPClass, SampleForTests caller); in method()
274 double methodOtherP0(long nativePtr, SampleForTests caller); in methodOtherP0()
276 void addStructB(long nativeCPPClass, SampleForTests caller, InnerStructB b); in addStructB()
277 void iterateAndDoSomethingWithStructB(long nativeCPPClass, SampleForTests caller); in iterateAndDoSomethingWithStructB()
278 String returnAString(long nativeCPPClass, SampleForTests caller); in returnAString()
/dports/net-im/tg_owt/tg_owt-d578c76/src/base/android/jni_generator/java/src/org/chromium/example/jni_generator/
H A DSampleForTests.java234 long init(SampleForTests caller, String param); in init()
243 void destroy(long nativeCPPClass, SampleForTests caller); in destroy()
248 double getDoubleFunction(SampleForTests caller); in getDoubleFunction()
257 void setNonPODDatatype(SampleForTests caller, Rect rect); in setNonPODDatatype()
264 Object getNonPODDatatype(SampleForTests caller); in getNonPODDatatype()
269 int method(long nativeCPPClass, SampleForTests caller); in method()
274 double methodOtherP0(long nativePtr, SampleForTests caller); in methodOtherP0()
276 void addStructB(long nativeCPPClass, SampleForTests caller, InnerStructB b); in addStructB()
277 void iterateAndDoSomethingWithStructB(long nativeCPPClass, SampleForTests caller); in iterateAndDoSomethingWithStructB()
278 String returnAString(long nativeCPPClass, SampleForTests caller); in returnAString()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/GDCM/src/gdcm/Source/MediaStorageAndFileFormat/
H A DgdcmSimpleSubjectWatcher.cxx131 void SimpleSubjectWatcher::ShowProgress(Subject *caller, const Event &evt) in ShowProgress()
139 void SimpleSubjectWatcher::ShowFileName(Subject *caller, const Event &evt) in ShowFileName()
155 void SimpleSubjectWatcher::ShowAnonymization(Subject *caller, const Event &evt) in ShowAnonymization()
161 void SimpleSubjectWatcher::ShowData(Subject *caller, const Event &evt) in ShowData()
167 void SimpleSubjectWatcher::ShowDataSet(Subject *caller, const Event &evt) in ShowDataSet()
/dports/devel/gdcm/gdcm-3.0.10/Source/MediaStorageAndFileFormat/
H A DgdcmSimpleSubjectWatcher.cxx131 void SimpleSubjectWatcher::ShowProgress(Subject *caller, const Event &evt) in ShowProgress()
139 void SimpleSubjectWatcher::ShowFileName(Subject *caller, const Event &evt) in ShowFileName()
155 void SimpleSubjectWatcher::ShowAnonymization(Subject *caller, const Event &evt) in ShowAnonymization()
161 void SimpleSubjectWatcher::ShowData(Subject *caller, const Event &evt) in ShowData()
167 void SimpleSubjectWatcher::ShowDataSet(Subject *caller, const Event &evt) in ShowDataSet()
/dports/games/freeciv/freeciv-2.6.6/server/
H A Dstdinhand.c172 static bool is_restricted(struct connection *caller) in is_restricted()
283 static bool may_use_nothing(struct connection *caller) in may_use_nothing()
295 static char setting_status(struct connection *caller, in setting_status()
421 struct connection *caller, in cmd_reply_no_such_player()
456 struct connection *caller, in cmd_reply_no_such_conn()
1335 static bool set_cmdlevel(struct connection *caller, in set_cmdlevel()
2417 static void show_votes(struct connection *caller) in show_votes()
6303 static bool show_ignore(struct connection *caller) in show_ignore()
6333 void show_players(struct connection *caller) in show_players()
6515 static void show_teams(struct connection *caller) in show_teams()
[all …]
/dports/games/freeciv-nox11/freeciv-2.6.6/server/
H A Dstdinhand.c172 static bool is_restricted(struct connection *caller) in is_restricted()
283 static bool may_use_nothing(struct connection *caller) in may_use_nothing()
295 static char setting_status(struct connection *caller, in setting_status()
421 struct connection *caller, in cmd_reply_no_such_player()
456 struct connection *caller, in cmd_reply_no_such_conn()
1335 static bool set_cmdlevel(struct connection *caller, in set_cmdlevel()
2417 static void show_votes(struct connection *caller) in show_votes()
6303 static bool show_ignore(struct connection *caller) in show_ignore()
6333 void show_players(struct connection *caller) in show_players()
6515 static void show_teams(struct connection *caller) in show_teams()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/tabmodel/
H A DTabModelObserverJniBridge.java166 void didSelectTab(long nativeTabModelObserverJniBridge, TabModelObserverJniBridge caller, in didSelectTab()
169 void willCloseTab(long nativeTabModelObserverJniBridge, TabModelObserverJniBridge caller, in willCloseTab()
171 void didCloseTab(long nativeTabModelObserverJniBridge, TabModelObserverJniBridge caller, in didCloseTab()
173 void willAddTab(long nativeTabModelObserverJniBridge, TabModelObserverJniBridge caller, in willAddTab()
175 void didAddTab(long nativeTabModelObserverJniBridge, TabModelObserverJniBridge caller, in didAddTab()
177 void didMoveTab(long nativeTabModelObserverJniBridge, TabModelObserverJniBridge caller, in didMoveTab()
180 long nativeTabModelObserverJniBridge, TabModelObserverJniBridge caller, Tab tab); in tabPendingClosure()
182 long nativeTabModelObserverJniBridge, TabModelObserverJniBridge caller, Tab tab); in tabClosureUndone()
184 long nativeTabModelObserverJniBridge, TabModelObserverJniBridge caller, Tab tab); in tabClosureCommitted()
186 TabModelObserverJniBridge caller, Object[] tabs); in allTabsPendingClosure()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/weblayer/browser/
H A Dbrowser_impl.cc79 const JavaParamRef<jobject>& caller, in AddTab()
91 const JavaParamRef<jobject>& caller, in RemoveTab()
99 const JavaParamRef<jobject>& caller) { in GetTabs()
114 const JavaParamRef<jobject>& caller, in SetActiveTab()
121 const JavaParamRef<jobject>& caller) { in GetActiveTab()
134 const JavaParamRef<jobject>& caller) { in GetPersistenceId()
141 const JavaParamRef<jobject>& caller) { in SaveBrowserPersisterIfNecessary()
147 const JavaParamRef<jobject>& caller) { in GetBrowserPersisterCryptoKey()
156 const JavaParamRef<jobject>& caller) { in GetMinimalPersistenceState()
163 const JavaParamRef<jobject>& caller, in RestoreStateIfNecessary()
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/pc/
H A Dpeer_connection_ice_unittest.cc324 auto caller = CreatePeerConnectionWithAudioVideo(); in TEST_P() local
344 auto caller = CreatePeerConnectionWithAudioVideo(); in TEST_P() local
366 auto caller = CreatePeerConnectionWithAudioVideo(); in TEST_P() local
381 auto caller = CreatePeerConnectionWithAudioVideo(); in TEST_P() local
390 auto caller = CreatePeerConnectionWithAudioVideo(); in TEST_P() local
403 auto caller = CreatePeerConnection(); in TEST_P() local
420 auto caller = CreatePeerConnectionWithAudioVideo(); in TEST_P() local
432 auto caller = CreatePeerConnectionWithAudioVideo(); in TEST_P() local
450 auto caller = CreatePeerConnectionWithAudioVideo(); in TEST_P() local
468 auto caller = CreatePeerConnectionWithAudioVideo(); in TEST_P() local
[all …]
H A Dpeer_connection_crypto_unittest.cc185 auto caller = CreatePeerConnectionWithAudioVideo(config); in TEST_P() local
199 auto caller = CreatePeerConnectionWithAudioVideo(config); in TEST_P() local
218 auto caller = CreatePeerConnectionWithAudioVideo(config); in TEST_P() local
232 auto caller = CreatePeerConnectionWithAudioVideo(config); in TEST_P() local
255 auto caller = CreatePeerConnectionWithAudioVideo(config); in TEST_P() local
273 auto caller = CreatePeerConnectionWithAudioVideo(config); in TEST_P() local
299 auto caller = CreatePeerConnectionWithAudioVideo(config); in TEST_P() local
320 auto caller = CreatePeerConnectionWithAudioVideo(config); in TEST_P() local
336 auto caller = CreatePeerConnectionWithAudioVideo(config); in TEST_P() local
667 auto caller = CreatePeerConnectionWithAudioVideo(); in TEST_P() local
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/kyra/gui/
H A Dgui_v2.cpp520 int GUI_v2::resumeGame(Button *caller) { in resumeGame()
544 int GUI_v2::toggleText(Button *caller) { in toggleText()
564 int GUI_v2::clickLoadSlot(Button *caller) { in clickLoadSlot()
579 int GUI_v2::cancelLoadMenu(Button *caller) { in cancelLoadMenu()
586 int GUI_v2::saveMenu(Button *caller) { in saveMenu()
633 int GUI_v2::clickSaveSlot(Button *caller) { in clickSaveSlot()
674 int GUI_v2::cancelSaveMenu(Button *caller) { in cancelSaveMenu()
682 int GUI_v2::deleteMenu(Button *caller) { in deleteMenu()
802 int GUI_v2::finishSavename(Button *caller) { in finishSavename()
865 int GUI_v2::choiceYes(Button *caller) { in choiceYes()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/pc/
H A Dpeer_connection_crypto_unittest.cc182 auto caller = CreatePeerConnectionWithAudioVideo(config); in TEST_P() local
196 auto caller = CreatePeerConnectionWithAudioVideo(config); in TEST_P() local
215 auto caller = CreatePeerConnectionWithAudioVideo(config); in TEST_P() local
229 auto caller = CreatePeerConnectionWithAudioVideo(config); in TEST_P() local
252 auto caller = CreatePeerConnectionWithAudioVideo(config); in TEST_P() local
270 auto caller = CreatePeerConnectionWithAudioVideo(config); in TEST_P() local
296 auto caller = CreatePeerConnectionWithAudioVideo(config); in TEST_P() local
317 auto caller = CreatePeerConnectionWithAudioVideo(config); in TEST_P() local
333 auto caller = CreatePeerConnectionWithAudioVideo(config); in TEST_P() local
657 auto caller = CreatePeerConnectionWithAudioVideo(); in TEST_P() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/pc/
H A Dpeer_connection_crypto_unittest.cc185 auto caller = CreatePeerConnectionWithAudioVideo(config); in TEST_P() local
199 auto caller = CreatePeerConnectionWithAudioVideo(config); in TEST_P() local
218 auto caller = CreatePeerConnectionWithAudioVideo(config); in TEST_P() local
232 auto caller = CreatePeerConnectionWithAudioVideo(config); in TEST_P() local
255 auto caller = CreatePeerConnectionWithAudioVideo(config); in TEST_P() local
273 auto caller = CreatePeerConnectionWithAudioVideo(config); in TEST_P() local
299 auto caller = CreatePeerConnectionWithAudioVideo(config); in TEST_P() local
320 auto caller = CreatePeerConnectionWithAudioVideo(config); in TEST_P() local
336 auto caller = CreatePeerConnectionWithAudioVideo(config); in TEST_P() local
667 auto caller = CreatePeerConnectionWithAudioVideo(); in TEST_P() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/feed/core/java/src/org/chromium/chrome/browser/feed/v2/
H A DFeedStreamSurface.java1088 long init(FeedStreamSurface caller); in init()
1091 String getSessionId(long nativeFeedStreamSurface, FeedStreamSurface caller); in getSessionId()
1092 void reportFeedViewed(long nativeFeedStreamSurface, FeedStreamSurface caller); in reportFeedViewed()
1094 long nativeFeedStreamSurface, FeedStreamSurface caller, String sliceId); in reportSliceViewed()
1103 long nativeFeedStreamSurface, FeedStreamSurface caller); in reportOpenInNewIncognitoTabAction()
1124 long nativeFeedStreamSurface, FeedStreamSurface caller, byte[] data); in processThereAndBackAgain()
1127 long nativeFeedStreamSurface, FeedStreamSurface caller, byte[] data); in executeEphemeralChange()
1129 long nativeFeedStreamSurface, FeedStreamSurface caller, int changeId); in commitEphemeralChange()
1131 long nativeFeedStreamSurface, FeedStreamSurface caller, int changeId); in discardEphemeralChange()
1132 void surfaceOpened(long nativeFeedStreamSurface, FeedStreamSurface caller); in surfaceOpened()
[all …]
/dports/net-mgmt/pnp/pnp4nagios-0.6.26/lib/kohana/system/libraries/
H A DEvent_Observer.php15 protected $caller; variable in Event_Observer
23 public function __construct(SplSubject $caller)
36 public function update(SplSubject $caller)
/dports/net-mgmt/pnp-icinga2/pnp4nagios-0.6.26/lib/kohana/system/libraries/
H A DEvent_Observer.php15 protected $caller; variable in Event_Observer
23 public function __construct(SplSubject $caller)
36 public function update(SplSubject $caller)
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dproperty_registry.cpp89 …nst char *varname, const char *style, const char *svmstyle, int len1, int len2, const char *caller) in getGlobalProperty()
94 ScalarProperty * PropertyRegistry::getScalarProperty(string varname,const char *caller) in getScalarProperty()
106 VectorProperty * PropertyRegistry::getVectorProperty(string varname,const char *caller) in getVectorProperty()
118 MatrixProperty * PropertyRegistry::getMatrixProperty(string varname,const char *caller) in getMatrixProperty()
160 void PropertyRegistry::connect(string varname, double ** & variable, const char *caller) in connect()
173 void PropertyRegistry::connect(string varname, double * & variable, const char *caller) in connect()
186 void PropertyRegistry::connect(string varname, double & variable, const char *caller) in connect()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/gperftools-2.5/src/
H A Dlibc_override_glibc.h97 static void* glibc_override_malloc(size_t size, const void *caller) { in glibc_override_malloc()
101 const void *caller) { in glibc_override_realloc()
104 static void glibc_override_free(void *ptr, const void *caller) { in glibc_override_free()
108 const void *caller) { in glibc_override_memalign()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/background_task_scheduler/
H A DProxyNativeTask.java100 long init(ProxyNativeTask caller, int taskType, String extras, Callback<Boolean> callback); in init()
102 long nativeProxyNativeTask, ProxyNativeTask caller, ProfileKey key); in startBackgroundTaskInReducedMode()
104 long nativeProxyNativeTask, ProxyNativeTask caller, Profile profile); in startBackgroundTaskWithFullBrowser()
106 long nativeProxyNativeTask, ProxyNativeTask caller, Profile profile); in onFullBrowserLoaded()
107 boolean stopBackgroundTask(long nativeProxyNativeTask, ProxyNativeTask caller); in stopBackgroundTask()
108 void destroy(long nativeProxyNativeTask, ProxyNativeTask caller); in destroy()

12345678910>>...268