Home
last modified time | relevance | path

Searched refs:last_call (Results 1 – 25 of 208) sorted by relevance

123456789

/dports/graphics/libepoxy/libepoxy-1.5.9/test/
H A Dglx_alias_prefer_same_name.c43 static int last_call; variable
56 last_call = CORE_FUNC_VAL; in override_GL_glBindTexture()
62 last_call = EXT_FUNC_VAL; in override_GL_glBindTextureEXT()
77 pass = pass && last_call == CORE_FUNC_VAL; in main()
79 pass = pass && last_call == EXT_FUNC_VAL; in main()
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/test/generator/
H A Dasync_parallel_aottest.cpp19 struct last_call { struct
21 last_call *next; argument
24 bool operator<(const last_call &rhs) const { in operator <() argument
52 last_call *all_thread_lasts = nullptr;
55 thread_local last_call thread_last = {};
99 last_call *best = all_thread_lasts; in watchdog()
100 last_call *lc = all_thread_lasts; in watchdog()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/range-v3/test/utility/
H A Dfunctional.cpp56 kind last_call; variable
63 last_call = kind::lvalue; in operator ()()
68 last_call = kind::const_lvalue; in operator ()()
73 last_call = kind::rvalue; in operator ()()
78 last_call = kind::const_rvalue; in operator ()()
217 CHECK(last_call == k); in main()
224 CHECK(last_call == k); in main()
231 CHECK(last_call == k); in main()
234 CHECK(last_call == k); in main()
/dports/devel/range-v3/range-v3-0.11.0/test/utility/
H A Dfunctional.cpp56 kind last_call; variable
63 last_call = kind::lvalue; in operator ()()
68 last_call = kind::const_lvalue; in operator ()()
73 last_call = kind::rvalue; in operator ()()
78 last_call = kind::const_rvalue; in operator ()()
217 CHECK(last_call == k); in main()
224 CHECK(last_call == k); in main()
231 CHECK(last_call == k); in main()
234 CHECK(last_call == k); in main()
/dports/devel/py-ddtrace/ddtrace-0.56.1/tests/profiling/collector/
H A Dtest_memalloc.py80 last_call = stack[0]
82 if last_call[2] == "<listcomp>" and last_call[1] == _ALLOC_LINE_NUMBER:
84 assert last_call[0] == __file__
129 last_call = stack[0]
131 if last_call[2] == "<listcomp>" and last_call[1] == _ALLOC_LINE_NUMBER:
132 assert last_call[0] == __file__
161 last_call = event.frames[0]
163 if last_call[2] == "<listcomp>" and last_call[1] == _ALLOC_LINE_NUMBER:
/dports/www/onionshare/onionshare-2.2/tests/
H A Dtest_helpers.py25 self.last_call = None
28 self.last_call = args
31 return self.last_call
/dports/devel/sol2/sol2-4.0.0-alpha/tests/runtime_tests/source/
H A Dgc.cpp199 static void* last_call = nullptr; variable
219 last_call = static_cast<void*>(this); in func()
242 last_call = static_call; in func()
259 last_call = nullptr;
268 REQUIRE_FALSE(last_call == &x1);
275 REQUIRE(last_call == &x1);
286 last_call = nullptr;
295 REQUIRE(last_call == static_call);
297 last_call = nullptr;
303 REQUIRE(last_call == static_call);
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/tempora/
H A Dtiming.py89 self.last_call = None
94 allow = not self.last_call or self.last_call.split() > self.min_interval
96 self.last_call = Stopwatch()
/dports/devel/py-tempora/tempora-4.1.2/tempora/
H A Dtiming.py89 self.last_call = None
94 allow = not self.last_call or self.last_call.split() > self.min_interval
96 self.last_call = Stopwatch()
/dports/devel/ipython/ipython-7.29.0/IPython/core/magics/
H A Dcode.py400 def _find_edit_target(shell, args, opts, last_call): argument
427 args = '_%s' % last_call[0]
429 args = last_call[1]
520 last_call[0] = shell.displayhook.prompt_count
522 last_call[1] = args
541 def edit(self, parameter_s='',last_call=['','']): argument
688 args, opts, last_call)
696 args, opts, last_call)
/dports/devel/ipython5/ipython-5.10.0/IPython/core/magics/
H A Dcode.py397 def _find_edit_target(shell, args, opts, last_call): argument
424 args = '_%s' % last_call[0]
426 args = last_call[1]
517 last_call[0] = shell.displayhook.prompt_count
519 last_call[1] = args
538 def edit(self, parameter_s='',last_call=['','']): argument
685 args, opts, last_call)
693 args, opts, last_call)
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/sol2/tests/
H A Dtest_gc.cpp229 static void* last_call = nullptr; variable
249 last_call = static_cast<void*>(this); in func()
272 last_call = static_call; in func()
289 last_call = nullptr;
298 REQUIRE_FALSE(last_call == &x1);
305 REQUIRE(last_call == &x1);
316 last_call = nullptr;
325 REQUIRE(last_call == static_call);
327 last_call = nullptr;
333 REQUIRE(last_call == static_call);
/dports/net/pear-Horde_Kolab_Server/Horde_Kolab_Server-2.0.5/test/Horde/Kolab/Server/Class/Server/Search/
H A DBaseTest.php105 $this->assertEquals(array('a'), Object_Search::$last_call);
145 public static $last_call; variable in Object_Search
149 self::$last_call = func_get_args();
/dports/devel/flyspray/flyspray-0.9.9.7_4/plugins/dokuwiki/inc/parser/
H A Dhandler.php35 $last_call = end($this->calls);
51 $last_call = end($this->calls);
757 $last_call = end($this->calls);
793 $last_call = end($this->calls);
988 $last_call = end($this->calls);
1040 $last_call = end($this->calls);
1041 $this->writeCall(array('quote_end',array(), $last_call[2]));
1136 $last_call = end($this->calls);
1137 $this->writeCall(array('table_end',array(), $last_call[2]));
1630 $last_call = array_pop($this->calls);
[all …]
/dports/net/pacemaker1/pacemaker-Pacemaker-1.1.24/crmd/
H A Dthrottle.c110 static time_t last_call = 0; in throttle_cib_load() local
125 last_call = 0; in throttle_cib_load()
163 } else if(last_call > 0 in throttle_cib_load()
164 && last_call < now in throttle_cib_load()
168 time_t elapsed = now - last_call; in throttle_cib_load()
181 last_call = now; in throttle_cib_load()
/dports/net/pacemaker2/pacemaker-Pacemaker-2.1.1/daemons/controld/
H A Dcontrold_throttle.c126 static time_t last_call = 0; in throttle_cib_load() local
141 last_call = 0; in throttle_cib_load()
179 } else if(last_call > 0 in throttle_cib_load()
180 && last_call < now in throttle_cib_load()
184 time_t elapsed = now - last_call; in throttle_cib_load()
197 last_call = now; in throttle_cib_load()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/sandbox/win/src/
H A Dpolicy_low_level.cc170 bool last_call, in GenStringOpcode() argument
178 if (last_call) { in GenStringOpcode()
197 if (last_call && (buffer_->opcode_count > 0)) { in GenStringOpcode()
205 if (last_call) { in GenStringOpcode()
218 if (last_call) { in GenStringOpcode()
/dports/www/firefox-esr/firefox-91.8.0/security/sandbox/chromium/sandbox/win/src/
H A Dpolicy_low_level.cc160 bool last_call, in GenStringOpcode() argument
168 if (last_call) { in GenStringOpcode()
187 if (last_call && (buffer_->opcode_count > 0)) { in GenStringOpcode()
195 if (last_call) { in GenStringOpcode()
208 if (last_call) { in GenStringOpcode()
/dports/www/firefox/firefox-99.0/security/sandbox/chromium/sandbox/win/src/
H A Dpolicy_low_level.cc160 bool last_call, in GenStringOpcode() argument
168 if (last_call) { in GenStringOpcode()
187 if (last_call && (buffer_->opcode_count > 0)) { in GenStringOpcode()
195 if (last_call) { in GenStringOpcode()
208 if (last_call) { in GenStringOpcode()
/dports/lang/spidermonkey60/firefox-60.9.0/security/sandbox/chromium/sandbox/win/src/
H A Dpolicy_low_level.cc161 bool last_call, in GenStringOpcode() argument
169 if (last_call) { in GenStringOpcode()
188 if (last_call && (buffer_->opcode_count > 0)) { in GenStringOpcode()
196 if (last_call) { in GenStringOpcode()
211 if (last_call) { in GenStringOpcode()
/dports/www/firefox-legacy/firefox-52.8.0esr/security/sandbox/chromium/sandbox/win/src/
H A Dpolicy_low_level.cc161 bool last_call, in GenStringOpcode() argument
169 if (last_call) { in GenStringOpcode()
188 if (last_call && (buffer_->opcode_count > 0)) { in GenStringOpcode()
196 if (last_call) { in GenStringOpcode()
211 if (last_call) { in GenStringOpcode()
/dports/mail/thunderbird/thunderbird-91.8.0/security/sandbox/chromium/sandbox/win/src/
H A Dpolicy_low_level.cc160 bool last_call, in GenStringOpcode() argument
168 if (last_call) { in GenStringOpcode()
187 if (last_call && (buffer_->opcode_count > 0)) { in GenStringOpcode()
195 if (last_call) { in GenStringOpcode()
208 if (last_call) { in GenStringOpcode()
/dports/lang/spidermonkey78/firefox-78.9.0/security/sandbox/chromium/sandbox/win/src/
H A Dpolicy_low_level.cc160 bool last_call, in GenStringOpcode() argument
168 if (last_call) { in GenStringOpcode()
187 if (last_call && (buffer_->opcode_count > 0)) { in GenStringOpcode()
195 if (last_call) { in GenStringOpcode()
208 if (last_call) { in GenStringOpcode()
/dports/www/chromium-legacy/chromium-88.0.4324.182/sandbox/win/src/
H A Dpolicy_low_level.cc160 bool last_call, in GenStringOpcode() argument
168 if (last_call) { in GenStringOpcode()
187 if (last_call && (buffer_->opcode_count > 0)) { in GenStringOpcode()
195 if (last_call) { in GenStringOpcode()
208 if (last_call) { in GenStringOpcode()
/dports/www/dokuwiki/dokuwiki-2020-07-29/inc/Parsing/Handler/
H A DPreformatted.php14 $last_call = end($this->calls);
15 $this->writeCall(array('preformatted_end',array(), $last_call[2]));

123456789