Home
last modified time | relevance | path

Searched refs:interesting (Results 1 – 25 of 463) sorted by relevance

12345678910>>...19

/third_party/gettext/gettext-tools/src/
Dx-ruby.c188 bool interesting; in extract_ruby() local
197 interesting = false; in extract_ruby()
202 interesting = true; in extract_ruby()
207 interesting = true; in extract_ruby()
212 interesting = true; in extract_ruby()
218 interesting = true; in extract_ruby()
225 if (interesting) in extract_ruby()
Dxg-message.c435 bool interesting; in remember_a_message() local
442 interesting = false; in remember_a_message()
447 interesting = true; in remember_a_message()
452 interesting = true; in remember_a_message()
457 interesting = true; in remember_a_message()
463 interesting = true; in remember_a_message()
469 if (interesting) in remember_a_message()
/third_party/glib/gio/inotify/
Dinotify-helper.c158 gboolean interesting; in ih_event_callback() local
171interesting = g_file_monitor_source_handle_event (sub->user_data, G_FILE_MONITOR_EVENT_RENAMED, in ih_event_callback()
197 interesting = g_file_monitor_source_handle_event (sub->user_data, event_flags, in ih_event_callback()
206 interesting = g_file_monitor_source_handle_event (sub->user_data, event_flags, in ih_event_callback()
209 interesting = FALSE; in ih_event_callback()
243 return interesting; in ih_event_callback()
Dinotify-kernel.c224 gboolean interesting = FALSE; in ik_source_dispatch() local
282 interesting = TRUE; in ik_source_dispatch()
293 interesting = TRUE; in ik_source_dispatch()
308 interesting = TRUE; in ik_source_dispatch()
327 interesting |= (* user_callback) (event); in ik_source_dispatch()
343 if (interesting) in ik_source_dispatch()
Dinotify-path.c443 gboolean interesting = FALSE; in ip_event_dispatch() local
492 interesting |= event_callback (event, sub, FALSE); in ip_event_dispatch()
521 interesting |= event_callback (event, sub, TRUE); in ip_event_dispatch()
525 return interesting; in ip_event_dispatch()
531 gboolean interesting = FALSE; in ip_event_callback() local
547 interesting |= ip_event_dispatch (dir_list, file_list, event); in ip_event_callback()
556 interesting |= ip_event_dispatch (dir_list, file_list, event->pair); in ip_event_callback()
575 return interesting; in ip_event_callback()
/third_party/skia/experimental/lowp-basic/
Dbilerp-study.cpp95 auto interesting = {0, 1, 2, 3, 4, 5, 6, 7, 8, 60, 61, 62, 63, 64, 65, 66, 67, 68, 124, 125, in check_bilerp() local
100 for (int p00 : interesting) in check_bilerp()
101 for (int p01 : interesting) in check_bilerp()
102 for (int p10 : interesting) in check_bilerp()
103 for (int p11 : interesting) { in check_bilerp()
/third_party/boost/tools/build/src/util/
Dlogger.py12 if self.on () and self.interesting (source_name):
29 def interesting (self, source_name): member in NullLogger
42 def interesting (self, source_name): member in TextLogger
/third_party/mindspore/tests/ut/data/mindrecord/testAclImdbData/pos/
D1000_8.txt1interesting, tense and well done. I especially liked the opening scene which had a semi truck in i…
/third_party/boost/libs/static_string/tools/
Dcodecov.sh52 …or f in include/boost/*; do echo $f; done | cut -f2- -d/`; do echo "*/$f*"; done > /tmp/interesting
54 cat /tmp/interesting
55 xargs -L 999999 -a /tmp/interesting lcov --gcov-tool=$GCOV --rc lcov_branch_coverage=1 --extract al…
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/reduce/
Dreducer_test.cpp235 bool interesting = false; in InterestingWhileOpcodeExists() local
239 [opcode, &interesting](opt::BasicBlock* block) -> void { in InterestingWhileOpcodeExists()
242 interesting = true; in InterestingWhileOpcodeExists()
247 if (interesting) { in InterestingWhileOpcodeExists()
251 return interesting; in InterestingWhileOpcodeExists()
/third_party/spirv-tools/test/reduce/
Dreducer_test.cpp235 bool interesting = false; in InterestingWhileOpcodeExists() local
239 [opcode, &interesting](opt::BasicBlock* block) -> void { in InterestingWhileOpcodeExists()
242 interesting = true; in InterestingWhileOpcodeExists()
247 if (interesting) { in InterestingWhileOpcodeExists()
251 return interesting; in InterestingWhileOpcodeExists()
/third_party/skia/third_party/externals/spirv-tools/test/reduce/
Dreducer_test.cpp235 bool interesting = false; in InterestingWhileOpcodeExists() local
239 [opcode, &interesting](opt::BasicBlock* block) -> void { in InterestingWhileOpcodeExists()
242 interesting = true; in InterestingWhileOpcodeExists()
247 if (interesting) { in InterestingWhileOpcodeExists()
251 return interesting; in InterestingWhileOpcodeExists()
/third_party/skia/third_party/externals/spirv-tools/source/reduce/
Dreduction_pass.cpp79 void ReductionPass::NotifyInteresting(bool interesting) { in NotifyInteresting() argument
80 if (!interesting) { in NotifyInteresting()
Dreducer.cpp200 bool interesting = false; in RunPasses() local
226 interesting = true; in RunPasses()
230 pass->NotifyInteresting(interesting); in RunPasses()
/third_party/spirv-tools/source/reduce/
Dreduction_pass.cpp79 void ReductionPass::NotifyInteresting(bool interesting) { in NotifyInteresting() argument
80 if (!interesting) { in NotifyInteresting()
Dreducer.cpp197 bool interesting = false; in RunPasses() local
223 interesting = true; in RunPasses()
227 pass->NotifyInteresting(interesting); in RunPasses()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/reduce/
Dreduction_pass.cpp79 void ReductionPass::NotifyInteresting(bool interesting) { in NotifyInteresting() argument
80 if (!interesting) { in NotifyInteresting()
Dreducer.cpp200 bool interesting = false; in RunPasses() local
226 interesting = true; in RunPasses()
230 pass->NotifyInteresting(interesting); in RunPasses()
/third_party/glib/gio/
Dglocalfilemonitor.c257 gboolean interesting; in g_file_monitor_source_file_changed() local
268 interesting = TRUE; in g_file_monitor_source_file_changed()
271 interesting = g_file_monitor_source_set_pending_change_dirty (fms, pending); in g_file_monitor_source_file_changed()
275 return interesting; in g_file_monitor_source_file_changed()
350 gboolean interesting = TRUE; in g_file_monitor_source_handle_event() local
379 interesting = g_file_monitor_source_file_changed (fms, child, event_time); in g_file_monitor_source_handle_event()
457 return interesting; in g_file_monitor_source_handle_event()
/third_party/typescript/tests/baselines/reference/
DextendingClassFromAliasAndUsageInIndexer.types66 // interesting stuff here
79 // different interesting stuff here
DextendingClassFromAliasAndUsageInIndexer.symbols67 // interesting stuff here
80 // different interesting stuff here
/third_party/python/Lib/html/
Dparser.py99 self.interesting = interesting_normal
124 self.interesting = re.compile(r'</\s*%s\s*>' % self.cdata_elem, re.I)
127 self.interesting = interesting_normal
153 match = self.interesting.search(rawdata, i) # < or &
/third_party/gstreamer/gstreamer/docs/random/wtay/
Dabstract12 interesting problem here is error recovery and thread interlocking.
30 We finally cover some of the interesting libraries that are
/third_party/python/Lib/test/test_email/data/
Dmsg_35.txt3 Subject: here's something interesting
/third_party/vk-gl-cts/data/gles2/shaders/
Dmisc.test1 group compound_assignment "Compound assignments with interesting lvalues"

12345678910>>...19