/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | LinuxMallocProfiling.cpp | 34 MallocMap *Callers; variable 37 if (Callers != nullptr && !InAllocatorFunction) { in internalAllocator() 39 ++(*Callers)[caller]; in internalAllocator() 74 Callers = new MallocMap(); in LinuxMallocProfiling() 78 if (Callers == nullptr) { in ~LinuxMallocProfiling() 81 for (const auto &C : *Callers) { in ~LinuxMallocProfiling() 93 delete Callers; in ~LinuxMallocProfiling() 94 Callers = nullptr; in ~LinuxMallocProfiling()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUOpenCLEnqueuedBlockLowering.cpp | 80 static void collectCallers(Function *F, DenseSet<Function *> &Callers) { in collectCallers() argument 84 if (Callers.insert(Caller).second) in collectCallers() 85 collectCallers(Caller, Callers); in collectCallers() 106 DenseSet<Function *> Callers; in runOnModule() local 133 collectFunctionUsers(UU, Callers); in runOnModule() 144 for (auto F : Callers) { in runOnModule()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | StackSafetyAnalysis.cpp | 401 DenseMap<const GlobalValue *, SmallVector<const GlobalValue *, 4>> Callers; member in __anondcdf58c00211::StackSafetyDataFlowAnalysis 495 for (auto &CallerID : Callers[Callee]) in updateOneNode() 503 Callers.clear(); in runDataFlow() 521 Callers[Callee].push_back(F.first); in runDataFlow()
|
/third_party/libinput/doc/user/ |
D | wheel-api.rst | 23 generated for the same device but are independent event streams. Callers 26 event and vice versa. Callers should not handle both events.
|
D | tablet-support.rst | 104 and calculate the delta themselves. Callers that require exact physical 293 into a sequential button range on the pad. Callers should use external 299 switch between modes, see :ref:`tablet-pad-modes`. Callers should use
|
D | gestures.rst | 291 **hold begin** followed by a **hold end** event. Callers **must not** use
|
/third_party/tzdata/ |
D | newctime.3.txt | 65 The ctime function is deprecated starting in C23. Callers can use 80 Callers can use strftime instead.
|
/third_party/libuv/docs/src/ |
D | threading.rst | 163 1. Callers should be prepared to deal with spurious wakeups on :c:func:`uv_cond_wait`
|
/third_party/python/Doc/c-api/ |
D | type.rst | 114 Callers will typically cast the result pointer into the appropriate
|
/third_party/openGLES/extensions/NV/ |
D | NV_draw_vulkan_image.txt | 45 the contents of a two-dimensional Vulkan VkImage. Callers specify a
|
D | NV_draw_texture.txt | 45 the contents of a two-dimensional or rectangle texture. Callers specify a
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_draw_vulkan_image.txt | 45 the contents of a two-dimensional Vulkan VkImage. Callers specify a
|
D | NV_draw_texture.txt | 45 the contents of a two-dimensional or rectangle texture. Callers specify a
|
/third_party/openssl/doc/man3/ |
D | OPENSSL_LH_COMPFUNC.pod | 249 Callers that only have "const" access to data they're indexing in a
|
/third_party/libffi/ |
D | README.md | 207 Callers must promote these types themselves.
|
/third_party/skia/modules/canvaskit/ |
D | CHANGELOG.md | 406 - `SkSurface.captureFrameAsSkPicture` will be removed in a future release. Callers can simply 634 identity matrix. Callers must determine what behavior would be appropriate in this situation.
|
/third_party/icu/icu4c/source/test/depstest/ |
D | dependencies.txt | 766 group: utrie # Callers should use ucptrie instead.
|
/third_party/node/deps/v8/tools/ |
D | tickprocessor.mjs | 950 …print(` Callers occupying less than ${TickProcessor.CALL_PROFILE_CUTOFF_PCT.toFixed(1)}% are not …
|
/third_party/rust/crates/aho-corasick/ |
D | DESIGN.md | 418 searching isolated to a single type. Callers may query whether the automaton
|
/third_party/python/Doc/whatsnew/ |
D | 3.9.rst | 1064 :exc:`ImportError` where it previously raised :exc:`ValueError`. Callers
|
/third_party/python/Doc/faq/ |
D | programming.rst | 372 # Callers can only provide two parameters and optionally pass _cache by keyword
|
/third_party/ffmpeg/doc/ |
D | APIchanges | 947 Callers should set AVCodecContext.hw_frames_ctx instead.
|
/third_party/icu/docs/userguide/dev/ |
D | codingguidelines.md | 76 Note: *Callers* (as opposed to implementers) of ICU APIs can simplify their code
|
/third_party/pulseaudio/po/ |
D | de_CH.po | 3629 #~ msgstr "Autorisierung des Callers konnte nicht sichergestellt werden: %s"
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | libjpeg.txt | 2685 by the caller using free() when the memory region is no longer needed. Callers
|