Home
last modified time | relevance | path

Searched refs:was_found (Results 1 – 25 of 92) sorted by relevance

1234

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/ast/
H A Dprettyprinter.cc179 bool was_found = false; in VisitForOfStatement() local
183 was_found = !found_; in VisitForOfStatement()
184 if (was_found) { in VisitForOfStatement()
189 if (was_found) { in VisitForOfStatement()
326 if (!was_found) { in VisitAssignment()
337 if (was_found) { in VisitAssignment()
348 if (was_found) { in VisitAssignment()
421 if (was_found) { in VisitCall()
433 if (was_found) { in VisitCall()
456 if (was_found) { in VisitCallNew()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/ast/
H A Dprettyprinter.cc179 bool was_found = false; in VisitForOfStatement() local
183 was_found = !found_; in VisitForOfStatement()
184 if (was_found) { in VisitForOfStatement()
189 if (was_found) { in VisitForOfStatement()
327 if (!was_found) { in VisitAssignment()
338 if (was_found) { in VisitAssignment()
349 if (was_found) { in VisitAssignment()
422 if (was_found) { in VisitCall()
434 if (was_found) { in VisitCall()
457 if (was_found) { in VisitCallNew()
[all …]
/dports/lang/v8/v8-9.6.180.12/src/ast/
H A Dprettyprinter.cc187 bool was_found = false; in VisitForOfStatement() local
191 was_found = !found_; in VisitForOfStatement()
192 if (was_found) { in VisitForOfStatement()
197 if (was_found) { in VisitForOfStatement()
345 if (!was_found) { in VisitAssignment()
362 if (was_found) { in VisitAssignment()
432 was_found = !found_; in VisitCall()
435 if (was_found) { in VisitCall()
447 if (was_found) { in VisitCall()
470 if (was_found) { in VisitCallNew()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/crashpad/crashpad/util/fuchsia/
H A Dkoid_utilities.cc54 T GetChildHandleByKoid(const U& parent, zx_koid_t child_koid, bool* was_found) {
58 if (was_found)
59 *was_found = (status != ZX_ERR_NOT_FOUND);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/crashpad/crashpad/util/fuchsia/
H A Dkoid_utilities.cc53 T GetChildHandleByKoid(const U& parent, zx_koid_t child_koid, bool* was_found) {
57 if (was_found)
58 *was_found = (status != ZX_ERR_NOT_FOUND);
/dports/devel/dee/dee-1.2.7/tests/
H A Dtest-model-rows.c622 gboolean was_found; in test_sorted() local
633 was_found = TRUE; in test_sorted()
636 g_assert (!was_found); in test_sorted()
687 was_found = TRUE; in test_sorted()
693 g_assert (was_found); in test_sorted()
757 gboolean was_found; in test_sorted_with_sizes() local
773 was_found = TRUE; in test_sorted_with_sizes()
777 &was_found); in test_sorted_with_sizes()
778 g_assert (!was_found); in test_sorted_with_sizes()
847 was_found = FALSE; in test_sorted_with_sizes()
[all …]
/dports/www/node10/node-v10.24.1/deps/v8/src/ast/
H A Dprettyprinter.cc332 bool was_found = false; in VisitCall() local
335 was_found = !found_; in VisitCall()
337 if (was_found) { in VisitCall()
349 if (was_found) { in VisitCall()
357 bool was_found = false; in VisitCallNew() local
360 was_found = !found_; in VisitCallNew()
362 if (was_found) { in VisitCallNew()
373 if (was_found) { in VisitCallNew()
460 was_found = !found_; in VisitGetIterator()
461 if (was_found) { in VisitGetIterator()
[all …]
/dports/misc/vifm/vifm-0.11/src/
H A Dsearch.c194 const int was_found = move ? goto_search_match(view, backward) : 1; in find_pattern() local
195 *found = was_found; in find_pattern()
201 print_result(view, was_found, backward); in find_pattern()
/dports/irc/srvx/srvx-1.3.1/src/
H A Ddict-splay.c266 int was_found; in dict_find() local
274 was_found = !irccasecmp(key, dict->root->key); in dict_find()
276 *found = was_found; in dict_find()
277 return was_found ? dict->root->data : NULL; in dict_find()
/dports/graphics/py-pyglet150/pyglet-1.5.0/tests/integration/graphics/
H A Dgraphics_common.py122 was_found = False
126 was_found = True
129 self.assertTrue(was_found)
/dports/graphics/py-pyglet/pyglet-1.5.21/tests/integration/graphics/
H A Dgraphics_common.py122 was_found = False
126 was_found = True
129 self.assertTrue(was_found)
/dports/mail/dbmail/dbmail-3.2.5/src/
H A Dsievecmd.c520 int res = 0, was_found = 0; in do_insert() local
528 was_found = 1; in do_insert()
534 if (was_found && !yes_to_all) { in do_insert()
595 if (was_found) { in do_insert()
/dports/devel/dee/dee-1.2.7/src/
H A Ddee-filter.c103 gboolean was_found; in _dee_filter_sort_map_notify() local
115 &was_found); in _dee_filter_sort_map_notify()
121 return was_found; in _dee_filter_sort_map_notify()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/plugin/innodb_memcached/innodb_memcache/cache-src/
H A Ditems.c525 int was_found = 0; in do_item_get() local
532 was_found++; in do_item_get()
543 if (it == NULL && was_found) { in do_item_get()
545 was_found--; in do_item_get()
553 if (it == NULL && was_found) { in do_item_get()
555 was_found--; in do_item_get()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/plugin/innodb_memcached/innodb_memcache/cache-src/
H A Ditems.c525 int was_found = 0; in do_item_get() local
532 was_found++; in do_item_get()
543 if (it == NULL && was_found) { in do_item_get()
545 was_found--; in do_item_get()
553 if (it == NULL && was_found) { in do_item_get()
555 was_found--; in do_item_get()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/plugin/innodb_memcached/innodb_memcache/cache-src/
H A Ditems.c525 int was_found = 0; in do_item_get() local
532 was_found++; in do_item_get()
543 if (it == NULL && was_found) { in do_item_get()
545 was_found--; in do_item_get()
553 if (it == NULL && was_found) { in do_item_get()
555 was_found--; in do_item_get()
/dports/databases/percona57-server/percona-server-5.7.36-39/plugin/innodb_memcached/innodb_memcache/cache-src/
H A Ditems.c537 int was_found = 0; in do_item_get() local
544 was_found++; in do_item_get()
555 if (it == NULL && was_found) { in do_item_get()
557 was_found--; in do_item_get()
565 if (it == NULL && was_found) { in do_item_get()
567 was_found--; in do_item_get()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/plugin/innodb_memcached/innodb_memcache/cache-src/
H A Ditems.c525 int was_found = 0; in do_item_get() local
532 was_found++; in do_item_get()
543 if (it == NULL && was_found) { in do_item_get()
545 was_found--; in do_item_get()
553 if (it == NULL && was_found) { in do_item_get()
555 was_found--; in do_item_get()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/plugin/innodb_memcached/innodb_memcache/cache-src/
H A Ditems.c537 int was_found = 0; in do_item_get() local
544 was_found++; in do_item_get()
555 if (it == NULL && was_found) { in do_item_get()
557 was_found--; in do_item_get()
565 if (it == NULL && was_found) { in do_item_get()
567 was_found--; in do_item_get()
/dports/databases/percona57-client/percona-server-5.7.36-39/plugin/innodb_memcached/innodb_memcache/cache-src/
H A Ditems.c537 int was_found = 0; in do_item_get() local
544 was_found++; in do_item_get()
555 if (it == NULL && was_found) { in do_item_get()
557 was_found--; in do_item_get()
565 if (it == NULL && was_found) { in do_item_get()
567 was_found--; in do_item_get()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/plugin/innodb_memcached/innodb_memcache/cache-src/
H A Ditems.c525 int was_found = 0; in do_item_get() local
532 was_found++; in do_item_get()
543 if (it == NULL && was_found) { in do_item_get()
545 was_found--; in do_item_get()
553 if (it == NULL && was_found) { in do_item_get()
555 was_found--; in do_item_get()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/plugin/innodb_memcached/innodb_memcache/cache-src/
H A Ditems.c537 int was_found = 0; in do_item_get() local
544 was_found++; in do_item_get()
555 if (it == NULL && was_found) { in do_item_get()
557 was_found--; in do_item_get()
565 if (it == NULL && was_found) { in do_item_get()
567 was_found--; in do_item_get()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/plugin/innodb_memcached/innodb_memcache/cache-src/
H A Ditems.c525 int was_found = 0; in do_item_get() local
532 was_found++; in do_item_get()
543 if (it == NULL && was_found) { in do_item_get()
545 was_found--; in do_item_get()
553 if (it == NULL && was_found) { in do_item_get()
555 was_found--; in do_item_get()
/dports/databases/mysql57-client/mysql-5.7.36/plugin/innodb_memcached/innodb_memcache/cache-src/
H A Ditems.c537 int was_found = 0; in do_item_get() local
544 was_found++; in do_item_get()
555 if (it == NULL && was_found) { in do_item_get()
557 was_found--; in do_item_get()
565 if (it == NULL && was_found) { in do_item_get()
567 was_found--; in do_item_get()
/dports/databases/mysql56-client/mysql-5.6.51/plugin/innodb_memcached/innodb_memcache/cache-src/
H A Ditems.c525 int was_found = 0; in do_item_get() local
532 was_found++; in do_item_get()
543 if (it == NULL && was_found) { in do_item_get()
545 was_found--; in do_item_get()
553 if (it == NULL && was_found) { in do_item_get()
555 was_found--; in do_item_get()

1234