/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | DynamicLibrary.cpp | 31 HandleList Handles; member in DynamicLibrary::HandleSet 43 return std::find(Handles.begin(), Handles.end(), Handle); in Find() 47 return Handle == Process || Find(Handle) != Handles.end(); in Contains() 56 if (Find(Handle) != Handles.end()) { in AddLibrary() 61 Handles.push_back(Handle); in AddLibrary() 78 for (void *Handle : Handles) { in LibLookup() 83 for (void *Handle : llvm::reverse(Handles)) { in LibLookup()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | GlobalsModRef.cpp | 240 GAR->Handles.erase(I); in deleted() 295 Handles.emplace_front(*this, &F); in AnalyzeGlobals() 296 Handles.front().I = Handles.begin(); in AnalyzeGlobals() 309 Handles.emplace_front(*this, &GV); in AnalyzeGlobals() 310 Handles.front().I = Handles.begin(); in AnalyzeGlobals() 314 Handles.emplace_front(*this, Reader); in AnalyzeGlobals() 315 Handles.front().I = Handles.begin(); in AnalyzeGlobals() 323 Handles.emplace_front(*this, Writer); in AnalyzeGlobals() 324 Handles.front().I = Handles.begin(); in AnalyzeGlobals() 460 Handles.emplace_front(*this, AllocRelatedValues.back()); in AnalyzeIndirectGlobalMemory() [all …]
|
D | CFLSteensAliasAnalysis.cpp | 239 Handles.emplace_front(Fn, this); in scan()
|
/third_party/libuv/src/win/ |
D | poll.c | 109 afd_poll_info->Handles[0].Handle = (HANDLE) handle->socket; in uv__fast_poll_submit_poll_req() 110 afd_poll_info->Handles[0].Status = 0; in uv__fast_poll_submit_poll_req() 111 afd_poll_info->Handles[0].Events = 0; in uv__fast_poll_submit_poll_req() 114 afd_poll_info->Handles[0].Events |= AFD_POLL_RECEIVE | in uv__fast_poll_submit_poll_req() 118 afd_poll_info->Handles[0].Events |= AFD_POLL_DISCONNECT; in uv__fast_poll_submit_poll_req() 122 afd_poll_info->Handles[0].Events |= AFD_POLL_SEND | AFD_POLL_CONNECT_FAIL; in uv__fast_poll_submit_poll_req() 168 if ((afd_poll_info->Handles[0].Events & (AFD_POLL_RECEIVE | in uv__fast_poll_process_poll_req() 171 if ((afd_poll_info->Handles[0].Events & AFD_POLL_DISCONNECT) != 0) { in uv__fast_poll_process_poll_req() 175 if ((afd_poll_info->Handles[0].Events & (AFD_POLL_SEND | in uv__fast_poll_process_poll_req() 182 if (afd_poll_info->Handles[0].Events & AFD_POLL_LOCAL_CLOSE) { in uv__fast_poll_process_poll_req() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/ |
D | DynamicLibrary.inc | 26 for (void *Handle : llvm::reverse(Handles)) 101 // | Handles | DbgHelp.dll | CreateSnapshot | EnumProcessModulesEx 122 std::vector<HMODULE> Handles; 126 Handles.resize(Bytes / sizeof(HMODULE)); 127 if (!GetProcessModules(Self, Bytes, Handles.data())) 129 } while (Bytes != (Handles.size() * sizeof(HMODULE))); 132 if (FARPROC Ptr = GetProcAddress(HMODULE(Handles.front()), Symbol)) 135 if (Handles.size() > 1) { 142 for (auto I = Handles.rbegin(), E = Handles.rend()-1; I != E; ++I) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Value.cpp | 821 DenseMap<Value*, ValueHandleBase*> &Handles = pImpl->ValueHandles; in AddToUseList() local 822 const void *OldBucketPtr = Handles.getPointerIntoBucketsArray(); in AddToUseList() 824 ValueHandleBase *&Entry = Handles[getValPtr()]; in AddToUseList() 831 if (Handles.isPointerIntoBucketsArray(OldBucketPtr) || in AddToUseList() 832 Handles.size() == 1) { in AddToUseList() 837 for (DenseMap<Value*, ValueHandleBase*>::iterator I = Handles.begin(), in AddToUseList() 838 E = Handles.end(); I != E; ++I) { in AddToUseList() 864 DenseMap<Value*, ValueHandleBase*> &Handles = pImpl->ValueHandles; in RemoveFromUseList() local 865 if (Handles.isPointerIntoBucketsArray(PrevPtr)) { in RemoveFromUseList() 866 Handles.erase(getValPtr()); in RemoveFromUseList()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | BranchProbabilityInfo.h | 158 BPI->Handles.erase(*this); in deleted() 166 DenseSet<BasicBlockCallbackVH, DenseMapInfo<Value*>> Handles; variable
|
D | CFLAndersAliasAnalysis.h | 87 std::forward_list<cflaa::FunctionHandle<CFLAndersAAResult>> Handles; variable
|
D | CFLSteensAliasAnalysis.h | 102 std::forward_list<cflaa::FunctionHandle<CFLSteensAAResult>> Handles; variable
|
D | GlobalsModRef.h | 76 std::list<DeletionCallbackHandle> Handles; variable
|
/third_party/mesa3d/src/mesa/main/ |
D | texturebindless.c | 263 util_dynarray_append(&sampObj->Handles, in get_texture_handle() 452 util_dynarray_delete_unordered(&sampObj->Handles, in _mesa_delete_texture_handles() 476 util_dynarray_init(&sampObj->Handles, NULL); in _mesa_init_sampler_handles() 483 util_dynarray_foreach(&sampObj->Handles, in _mesa_delete_sampler_handles() 495 util_dynarray_fini(&sampObj->Handles); in _mesa_delete_sampler_handles()
|
/third_party/flutter/engine/flutter/testing/dart/ |
D | plugin_utilities_test.dart | 20 test('PluginUtilities Callback Handles', () {
|
/third_party/mindspore/third_party/proto/tensorflow/ |
D | resource_handle.proto | 14 // Protocol buffer representing a handle to a tensorflow resource. Handles are
|
/third_party/libuv/docs/src/guide/ |
D | basics.rst | 136 Handles and Requests 141 Handles are opaque structs named as ``uv_TYPE_t`` where type signifies what the 189 Handles represent long-lived objects. Async operations on such handles are 197 Handles are setup by a corresponding::
|
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/ |
D | platform_views.dart | 39 /// Handles a platform call to `flutter/platform_views`.
|
D | window.dart | 66 /// Handles the browser history integration to allow users to use the back
|
/third_party/googletest/googlemock/ |
D | README.md | 21 - Handles functions of arbitrary types and overloaded functions.
|
/third_party/cef/patch/patches/ |
D | mime_handler_view_guest_1565_2727.patch | 95 // Handles context menu, or returns false if unhandled.
|
/third_party/python/Doc/library/ |
D | 2to3.rst | 270 Handles module renames in the standard library. 274 Handles other modules renames in the standard library. It is separate from 383 Handles the move of :func:`reduce` to :func:`functools.reduce`. 431 Handles the rename of :mod:`urllib` and :mod:`urllib2` to the :mod:`urllib`
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMCallingConv.td | 21 // Handles byval parameters. 161 // Handles byval parameters. 207 // Handles byval parameters.
|
/third_party/libuv/docs/src/ |
D | design.rst | 24 Handles and requests 30 Handles represent long-lived objects capable of performing certain operations while active. Some ex…
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/ |
D | DynamicLibrary.inc | 18 for (void *Handle : llvm::reverse(Handles))
|
/third_party/typescript/tests/baselines/reference/ |
D | controlFlowPropertyDeclarations.types | 244 * Handles processing of the specified text node 352 * Handles parsing of inline styles
|
D | controlFlowPropertyDeclarations.symbols | 188 * Handles processing of the specified text node 261 * Handles parsing of inline styles
|
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/aio/ |
D | server.pyx.pxi | 743 # Handles unary-unary case 750 # Handles unary-stream case 757 # Handles stream-unary case 764 # Handles stream-stream case
|