/third_party/python/Lib/ |
D | profile.py | 272 cc, ns, tt, ct, callers = timings[fn] 273 timings[fn] = cc, ns + 1, tt, ct, callers 283 cc, ns, tt, ct, callers = timings[fn] 284 timings[fn] = cc, ns+1, tt, ct, callers 305 cc, ns, tt, ct, callers = timings[rfn] 314 if pfn in callers: 315 callers[pfn] = callers[pfn] + 1 # hack: gather more 320 callers[pfn] = 1 322 timings[rfn] = cc, ns - 1, tt + rit, ct, callers 402 for func, (cc, ns, tt, ct, callers) in self.timings.items(): [all …]
|
D | cProfile.py | 65 callers = {} 66 callersdicts[id(entry.code)] = callers 67 self.stats[func] = cc, nc, tt, ct, callers 74 callers = callersdicts[id(subentry.code)] 81 if func in callers: 82 prev = callers[func] 87 callers[func] = nc, cc, tt, ct
|
D | trace.py | 155 callers=None, outfile=None): argument 164 self.callers = callers 165 if self.callers is None: 166 self.callers = {} 167 self.callers = self.callers.copy() 174 counts, calledfuncs, callers = pickle.load(f) 175 self.update(self.__class__(counts, calledfuncs, callers)) 190 callers = self.callers 193 other_callers = other.callers 202 callers[key] = 1 [all …]
|
D | pstats.py | 159 for func, (cc, nc, tt, ct, callers) in self.stats.items(): 163 if ("jprofile", 0, "profiler") in callers: 264 for func, (cc, nc, tt, ct, callers) in self.stats.items(): 284 for func, (cc, nc, tt, ct, callers) in oldstats.items(): 289 for func2, caller in callers.items(): 313 for func, (cc, nc, tt, ct, callers) in self.stats.items(): 316 for func2, caller in callers.items(): 369 cc, nc, tt, ct, callers = self.stats[func] 456 cc, nc, tt, ct, callers = self.stats[func] 457 self.print_call_line(width, func, callers, "<-") [all …]
|
/third_party/python/Tools/scripts/ |
D | objgraph.py | 109 callers = [] 112 callers = callers + undef2file[label] 113 if callers: 114 callers.sort() 117 for fn in callers:
|
/third_party/mesa3d/src/compiler/glsl/ |
D | ir_function_detect_recursion.cpp | 151 exec_list callers; member in __anon64b9d6b20111::function 218 target->callers.push_tail(node); in visit_enter() 253 if (f->callers.is_empty() || f->callees.is_empty()) { in remove_unlinked_functions() 254 while (!f->callers.is_empty()) { in remove_unlinked_functions() 255 struct call_node *n = (struct call_node *) f->callers.pop_head(); in remove_unlinked_functions() 261 destroy_links(& n->func->callers, f); in remove_unlinked_functions()
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
D | fuzzer_pass_add_parameters.cpp | 98 std::vector<opt::Instruction*> callers = in Apply() local 100 if (!callers.empty()) { in Apply() 103 for (auto* instr : callers) { in Apply() 114 std::vector<opt::Instruction*> callers = in Apply() local 116 if (!callers.empty()) { in Apply()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | fuzzer_pass_add_parameters.cpp | 98 std::vector<opt::Instruction*> callers = in Apply() local 100 if (!callers.empty()) { in Apply() 103 for (auto* instr : callers) { in Apply() 114 std::vector<opt::Instruction*> callers = in Apply() local 116 if (!callers.empty()) { in Apply()
|
/third_party/spirv-tools/source/fuzz/ |
D | fuzzer_pass_add_parameters.cpp | 97 std::vector<opt::Instruction*> callers = in Apply() local 99 if (!callers.empty()) { in Apply() 102 for (auto* instr : callers) { in Apply() 113 std::vector<opt::Instruction*> callers = in Apply() local 115 if (!callers.empty()) { in Apply()
|
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/irpass/ |
D | parameter_eliminate.h | 44 const auto &[fg, callers] = SearchFuncGraphCallers(func_graph); in operator() 51 for (auto caller : callers) { in operator() 93 const auto &callers = GetCallers(fg); in SearchFuncGraphCallers() local 94 if (!callers.empty()) { in SearchFuncGraphCallers() 95 return {fg, callers}; in SearchFuncGraphCallers()
|
/third_party/gstreamer/gstplugins_bad/ext/srt/ |
D | gstsrtobject.c | 988 srtobject->callers = g_list_append (srtobject->callers, caller); in thread_func() 1440 if (srtobject->callers) { in gst_srt_object_close() 1441 GList *callers = g_steal_pointer (&srtobject->callers); in gst_srt_object_close() local 1442 g_list_foreach (callers, (GFunc) srt_caller_signal_removed, srtobject); in gst_srt_object_close() 1443 g_list_free_full (callers, (GDestroyNotify) srt_caller_free); in gst_srt_object_close() 1461 if (srtobject->callers == NULL) { in gst_srt_object_wait_caller() 1465 ret = (srtobject->callers != NULL); in gst_srt_object_wait_caller() 1518 if (srtobject->callers) { in gst_srt_object_read() 1519 SRTCaller *caller = srtobject->callers->data; in gst_srt_object_read() 1673 GList *callers; in gst_srt_object_write_to_callers() local [all …]
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-smd/ |
D | CMakeLists.txt | 27 ${VALGRIND} --tool=memcheck --leak-check=yes --num-callers=20 41 ${VALGRIND} --tool=memcheck --leak-check=yes --num-callers=20 46 ${VALGRIND} --tool=memcheck --leak-check=yes --num-callers=20 51 ${VALGRIND} --tool=memcheck --leak-check=yes --num-callers=20 132 ${VALGRIND} --tool=memcheck --leak-check=yes --num-callers=20 175 ${VALGRIND} --tool=memcheck --leak-check=yes --num-callers=20
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams/ |
D | CMakeLists.txt | 47 ${VALGRIND} --tool=memcheck --leak-check=yes --num-callers=20 64 ${VALGRIND} --tool=memcheck --leak-check=yes --num-callers=20 69 ${VALGRIND} --tool=memcheck --leak-check=yes --num-callers=20 124 ${VALGRIND} --tool=memcheck --leak-check=yes --num-callers=20
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-sigv4/ |
D | CMakeLists.txt | 25 ${VALGRIND} --tool=memcheck --leak-check=yes --num-callers=20 69 ${VALGRIND} --tool=memcheck --leak-check=yes --num-callers=20
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-testsfail/ |
D | CMakeLists.txt | 25 ${VALGRIND} --tool=memcheck --leak-check=yes --num-callers=20 68 ${VALGRIND} --tool=memcheck --leak-check=yes --num-callers=20
|
/third_party/libevdev/ |
D | README.OpenSource | 9 …ith evdev devices into a library and provides a library interface to the callers, thus avoiding er…
|
/third_party/node/deps/npm/node_modules/assert-plus/ |
D | CHANGES.md | 6 - Add assert.finite check. Previous assert.number callers should use this if
|
/third_party/e2fsprogs/debian/ |
D | comerr-dev.doc-base | 6 to return errors to their callers, and for programs
|
/third_party/boost/libs/beast/doc/qbk/08_design/ |
D | 3_websocket_zaphoyd.qbk | 236 Beast allows callers to specify the object for receiving the message 245 does not impose any particular memory management model on callers. The 286 The [*ConstBufferSequence] interface allows callers to send data from 316 Beast allows callers to compose messages in individual frames. This is 343 and leverage TCP/IP's flow control mechanism, callers can periodically 374 Beast does not reinvent the wheel here, callers use the interfaces 414 Sometimes callers want to read some bytes on the socket before reading
|
/third_party/boost/libs/beast/doc/qbk/06_websocket/ |
D | 08_notes.qbk | 17 desired, these features should be provided by callers. The impact of this 40 underlying stream is left to the callers, permitting any implementation
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-perf/ |
D | CMakeLists.txt | 45 ${VALGRIND} --tool=memcheck --leak-check=yes --num-callers=20 92 ${VALGRIND} --tool=memcheck --leak-check=yes --num-callers=20
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-hugeurl/ |
D | CMakeLists.txt | 45 ${VALGRIND} --tool=memcheck --leak-check=yes --num-callers=20 92 ${VALGRIND} --tool=memcheck --leak-check=yes --num-callers=20
|
/third_party/gettext/gettext-runtime/tests/ |
D | ChangeLog.0 | 42 gl_thread_self; all callers changed. Work around pthread-win32. 43 (gl_thread_join): Add extra RETVALP argument; all callers changed.
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-blob/ |
D | CMakeLists.txt | 46 ${VALGRIND} --tool=memcheck --leak-check=yes --num-callers=20 93 ${VALGRIND} --tool=memcheck --leak-check=yes --num-callers=20
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-stress/ |
D | CMakeLists.txt | 46 ${VALGRIND} --tool=memcheck --leak-check=yes --num-callers=20 93 ${VALGRIND} --tool=memcheck --leak-check=yes --num-callers=20
|