/external/webrtc/rtc_base/deprecated/ |
D | signal_thread.h | 126 RTC_EXCLUSIVE_LOCK_FUNCTION(t->cs_) in EnterExit() 128 t_->cs_.Enter(); in EnterExit() 136 t_->cs_.Leave(); in RTC_UNLOCK_FUNCTION() 152 RecursiveCriticalSection cs_; variable 153 State state_ RTC_GUARDED_BY(cs_); 154 int refcount_ RTC_GUARDED_BY(cs_); 155 bool destroy_called_ RTC_GUARDED_BY(cs_) = false;
|
D | signal_thread.cc | 34 rtc::CritScope lock(&cs_); in ~DEPRECATED_SignalThread() 77 cs_.Leave(); in Destroy() 79 cs_.Enter(); in Destroy()
|
D | recursive_critical_section.cc | 212 CritScope::CritScope(const RecursiveCriticalSection* cs) : cs_(cs) { in CritScope() 213 cs_->Enter(); in CritScope() 216 cs_->Leave(); in ~CritScope()
|
D | recursive_critical_section_unittest.cc | 123 void Lock() RTC_EXCLUSIVE_LOCK_FUNCTION() { cs_.Enter(); } in Lock() 124 void Unlock() RTC_UNLOCK_FUNCTION() { cs_.Leave(); } in Unlock() 127 RecursiveCriticalSection cs_; member in rtc::__anona6a33b290111::CriticalSectionLock
|
D | recursive_critical_section.h | 98 const RecursiveCriticalSection* const cs_;
|
/external/google-breakpad/src/client/windows/common/ |
D | auto_critical_section.h | 43 explicit AutoCriticalSection(CRITICAL_SECTION* cs) : cs_(cs), taken_(false) { in AutoCriticalSection() 44 assert(cs_); in AutoCriticalSection() 58 EnterCriticalSection(cs_); in Acquire() 67 LeaveCriticalSection(cs_); in Release() 75 CRITICAL_SECTION* cs_; variable
|
/external/jsoncpp/src/lib_json/ |
D | json_writer.cpp | 904 CommentStyle::Enum cs_; member 919 : rightMargin_(74), indentation_(std::move(indentation)), cs_(cs), in BuiltStyledStreamWriter() 1008 bool isMultiLine = (cs_ == CommentStyle::All) || isMultilineArray(value); in writeArrayValue() 1114 if (cs_ == CommentStyle::None) in writeCommentBeforeValue() 1135 if (cs_ == CommentStyle::None) in writeCommentAfterValueOnSameLine()
|
/external/webrtc/rtc_base/ |
D | thread.cc | 93 : cs_(cs), processing_(processing) { in MarkProcessingCritScope() 94 cs_->Enter(); in MarkProcessingCritScope() 100 cs_->Leave(); in RTC_UNLOCK_FUNCTION() 104 const RecursiveCriticalSection* const cs_; member in rtc::__anon058016cc0211::MarkProcessingCritScope
|
/external/vulkan-validation-layers/tests/ |
D | layer_validation_tests.h | 515 std::unique_ptr<VkShaderObj> cs_; member
|
D | vklayertests_pipeline_shader.cpp | 1224 pipe.cs_.reset(new VkShaderObj(m_device, spv_source, VK_SHADER_STAGE_COMPUTE_BIT, this)); in TEST_F() 1251 pipe.cs_.reset(new VkShaderObj(m_device, cs_text, VK_SHADER_STAGE_COMPUTE_BIT, this)); in TEST_F() 4433 pipe.cs_.reset(new VkShaderObj(m_device, csSource, VK_SHADER_STAGE_COMPUTE_BIT, this)); in TEST_F() 4456 helper.cs_.reset(new VkShaderObj(m_device, csSource, VK_SHADER_STAGE_COMPUTE_BIT, this)); in TEST_F() 4992 …pipe.cs_.reset(new VkShaderObj(m_device, csSource, VK_SHADER_STAGE_COMPUTE_BIT, this, "main", fals… in TEST_F()
|
D | layer_validation_tests.cpp | 1624 …cs_.reset(new VkShaderObj(layer_test_.DeviceObj(), bindStateMinimalShaderText, VK_SHADER_STAGE_COM… in InitShaderInfo() 1667 cp_ci_.stage = cs_.get()->GetStageCreateInfo(); in LateBindPipelineInfo()
|
D | vkpositivelayertests.cpp | 1432 …pipe.cs_.reset(new VkShaderObj(m_device, bindStateMinimalShaderText, VK_SHADER_STAGE_COMPUTE_BIT, … in TEST_F() 5355 pipe.cs_.reset(new VkShaderObj(m_device, csSource, VK_SHADER_STAGE_COMPUTE_BIT, this)); in TEST_F() 5389 pipe.cs_.reset(new VkShaderObj(m_device, csSource, VK_SHADER_STAGE_COMPUTE_BIT, this)); in TEST_F() 5424 pipe.cs_.reset(new VkShaderObj(m_device, csSource, VK_SHADER_STAGE_COMPUTE_BIT, this)); in TEST_F() 5459 pipe.cs_.reset(new VkShaderObj(m_device, csSource, VK_SHADER_STAGE_COMPUTE_BIT, this)); in TEST_F()
|
/external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 4773 CommentStyle::Enum cs_; member 4788 , cs_(cs) in BuiltStyledStreamWriter() 4875 bool isMultiLine = (cs_ == CommentStyle::All) || isMultineArray(value); in writeArrayValue() 4978 if (cs_ == CommentStyle::None) return; in writeCommentBeforeValue() 4997 if (cs_ == CommentStyle::None) return; in writeCommentAfterValueOnSameLine()
|
/external/protobuf/conformance/third_party/jsoncpp/ |
D | jsoncpp.cpp | 4829 CommentStyle::Enum cs_; member 4848 , cs_(cs) in BuiltStyledStreamWriter() 4937 bool isMultiLine = (cs_ == CommentStyle::All) || isMultineArray(value); in writeArrayValue() 5039 if (cs_ == CommentStyle::None) return; in writeCommentBeforeValue() 5058 if (cs_ == CommentStyle::None) return; in writeCommentAfterValueOnSameLine()
|
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 4773 CommentStyle::Enum cs_; member 4788 , cs_(cs) in BuiltStyledStreamWriter() 4875 bool isMultiLine = (cs_ == CommentStyle::All) || isMultineArray(value); in writeArrayValue() 4978 if (cs_ == CommentStyle::None) return; in writeCommentBeforeValue() 4997 if (cs_ == CommentStyle::None) return; in writeCommentAfterValueOnSameLine()
|
/external/angle/third_party/vulkan-deps/spirv-headers/src/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 4773 CommentStyle::Enum cs_; member 4788 , cs_(cs) in BuiltStyledStreamWriter() 4875 bool isMultiLine = (cs_ == CommentStyle::All) || isMultineArray(value); in writeArrayValue() 4978 if (cs_ == CommentStyle::None) return; in writeCommentBeforeValue() 4997 if (cs_ == CommentStyle::None) return; in writeCommentAfterValueOnSameLine()
|
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 4773 CommentStyle::Enum cs_; member 4788 , cs_(cs) in BuiltStyledStreamWriter() 4875 bool isMultiLine = (cs_ == CommentStyle::All) || isMultineArray(value); in writeArrayValue() 4978 if (cs_ == CommentStyle::None) return; in writeCommentBeforeValue() 4997 if (cs_ == CommentStyle::None) return; in writeCommentAfterValueOnSameLine()
|