Home
last modified time | relevance | path

Searched refs:always_create (Results 1 – 5 of 5) sorted by relevance

/external/grpc-grpc/tools/failures/
Ddetect_new_failures.py79 def create_issues(new_flakes, always_create): argument
90 if always_create:
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformAppleSimulator.cpp478 const bool always_create = false; in GetSharedModule() local
481 did_create_ptr, always_create); in GetSharedModule()
DPlatformRemoteDarwinDevice.cpp621 const bool always_create = false; in GetSharedModule() local
624 did_create_ptr, always_create); in GetSharedModule()
/external/llvm-project/lldb/include/lldb/Core/
DModuleList.h456 bool *did_create_ptr, bool always_create = false);
/external/llvm-project/lldb/source/Core/
DModuleList.cpp753 bool *did_create_ptr, bool always_create) { in GetSharedModule() argument
773 if (!always_create) { in GetSharedModule()