Home
last modified time | relevance | path

Searched refs:is_interesting (Results 1 – 25 of 100) sorted by relevance

1234

/dports/www/py-lektor/Lektor-3.2.2/tests/
H A Dtest_watcher.py17 is_interesting = functools.partial(w.is_interesting, 0, "generic")
19 assert is_interesting("a.file")
20 assert not is_interesting(".file")
21 assert not is_interesting(str(cache_dir / "another.file"))
22 assert not is_interesting(str(build_dir / "output.file"))
25 assert is_interesting(str(build_dir / "output.file"))
/dports/www/py-lektor/Lektor-3.2.2/lektor/
H A Dmetaformat.py31 is_interesting = True
35 if not is_interesting:
57 if is_interesting:
64 is_interesting = True
66 is_interesting = key[0] in interesting_keys
67 if is_interesting:
H A Dwatcher.py45 def is_interesting(self, time, event_type, path): member in BasicWatcher
54 if self.is_interesting(*item):
67 def is_interesting(self, time, event_type, path): member in Watcher
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Ddomwalk.c148 bool is_interesting; in walk_dominator_tree() local
153 is_interesting = bb->index < 0 in walk_dominator_tree()
189 if (is_interesting && walk_data->before_dom_children_walk_stmts) in walk_dominator_tree()
221 if (is_interesting && walk_data->after_dom_children_walk_stmts) in walk_dominator_tree()
/dports/audio/mixxx/mixxx-2.3.0/src/controllers/bulk/
H A Dbulkenumerator.cpp22 static bool is_interesting(struct libusb_device_descriptor *desc) { in is_interesting() function
44 if (is_interesting(&desc)) { in queryDevices()
/dports/misc/broot/broot-1.7.0/src/git/
H A Dstatus.rs25 pub fn is_interesting(self) -> bool { in is_interesting() method
62 pub fn is_interesting(&self, path: &Path) -> bool { in is_interesting() method
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/CodeGen/WebAssembly/
H A Dmultivalue-stackify.py120 def is_interesting(program): function
217 if is_interesting(program):
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/CodeGen/WebAssembly/
H A Dmultivalue-stackify.py120 def is_interesting(program): function
216 if is_interesting(program):
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/CodeGen/WebAssembly/
H A Dmultivalue-stackify.py120 def is_interesting(program): function
216 if is_interesting(program):
/dports/devel/llvm11/llvm-11.0.1.src/test/CodeGen/WebAssembly/
H A Dmultivalue-stackify.py120 def is_interesting(program): function
217 if is_interesting(program):
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/test/CodeGen/WebAssembly/
H A Dmultivalue-stackify.py120 def is_interesting(program): function
216 if is_interesting(program):
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/CodeGen/WebAssembly/
H A Dmultivalue-stackify.py120 def is_interesting(program): function
216 if is_interesting(program):
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/CodeGen/WebAssembly/
H A Dmultivalue-stackify.py120 def is_interesting(program): function
217 if is_interesting(program):
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/CodeGen/WebAssembly/
H A Dmultivalue-stackify.py120 def is_interesting(program): function
217 if is_interesting(program):
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/CodeGen/WebAssembly/
H A Dmultivalue-stackify.py120 def is_interesting(program): function
216 if is_interesting(program):
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/CodeGen/WebAssembly/
H A Dmultivalue-stackify.py120 def is_interesting(program): function
217 if is_interesting(program):
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/CodeGen/WebAssembly/
H A Dmultivalue-stackify.py120 def is_interesting(program): function
216 if is_interesting(program):
/dports/devel/libopkele/libopkele-2.0.4/include/opkele/
H A Diterator.h158 for(++it;!(it==ei || (found=is_interesting()));++it) ;
172 for(;!(it==ei || (found=is_interesting()));++it) ; in prepare()
175 virtual bool is_interesting() const = 0;
/dports/mail/courier/courier-0.65.3/imap/
H A Dmailboxlist.c831 int is_interesting; in do_mailbox_list() local
913 is_interesting= -1; in do_mailbox_list()
916 is_interesting=hasnewmsgs(hp->hier); in do_mailbox_list()
922 if (is_interesting == 0) in do_mailbox_list()
926 if (is_interesting > 0) in do_mailbox_list()
/dports/mail/courier-imap/courier-imap-5.1.4/libs/imap/
H A Dmailboxlist.c830 int is_interesting; in do_mailbox_list() local
912 is_interesting= -1; in do_mailbox_list()
915 is_interesting=hasnewmsgs(hp->hier); in do_mailbox_list()
921 if (is_interesting == 0) in do_mailbox_list()
925 if (is_interesting > 0) in do_mailbox_list()
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/src/
H A Dpeer_connection_handle.cpp100 bool peer_connection_handle::is_interesting() const in is_interesting() function in libtorrent::peer_connection_handle
104 return pc->is_interesting(); in is_interesting()
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/src/
H A Dpeer_connection_handle.cpp100 bool peer_connection_handle::is_interesting() const in is_interesting() function in libtorrent::peer_connection_handle
104 return pc->is_interesting(); in is_interesting()
/dports/lang/ghc/ghc-8.10.7/compiler/simplCore/
H A DExitify.hs211 | not is_interesting
237 is_interesting = anyVarSet isLocalId $ function
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/include/libtorrent/
H A Dpeer_connection_handle.hpp69 bool is_interesting() const;
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/include/libtorrent/
H A Dpeer_connection_handle.hpp69 bool is_interesting() const;

1234