/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/ |
D | b2Body.cpp | 115 b2Assert(m_world->IsLocked() == false); in SetType() 116 if (m_world->IsLocked() == true) in SetType() 168 b2Assert(m_world->IsLocked() == false); in CreateFixture() 169 if (m_world->IsLocked() == true) in CreateFixture() 216 b2Assert(m_world->IsLocked() == false); in DestroyFixture() 217 if (m_world->IsLocked() == true) in DestroyFixture() 355 b2Assert(m_world->IsLocked() == false); in SetMassData() 356 if (m_world->IsLocked() == true) in SetMassData() 419 b2Assert(m_world->IsLocked() == false); in SetTransform() 420 if (m_world->IsLocked() == true) in SetTransform() [all …]
|
D | b2World.h | 189 bool IsLocked() const; 321 inline bool b2World::IsLocked() const in IsLocked() function
|
D | b2World.cpp | 109 b2Assert(IsLocked() == false); in CreateBody() 110 if (IsLocked()) in CreateBody() 134 b2Assert(IsLocked() == false); in DestroyBody() 135 if (IsLocked()) in DestroyBody() 214 b2Assert(IsLocked() == false); in CreateJoint() 215 if (IsLocked()) in CreateJoint() 274 b2Assert(IsLocked() == false); in DestroyJoint() 275 if (IsLocked()) in DestroyJoint()
|
/external/webrtc/webrtc/base/ |
D | criticalsection_unittest.cc | 307 TEST(CriticalSectionTest, IsLocked) { in TEST() argument 310 EXPECT_FALSE(cs.IsLocked()); in TEST() 312 EXPECT_TRUE(cs.IsLocked()); in TEST() 314 EXPECT_FALSE(cs.IsLocked()); in TEST() 317 EXPECT_TRUE(cs.IsLocked()); in TEST() 319 EXPECT_FALSE(cs.IsLocked()); in TEST()
|
D | messagequeue_unittest.cc | 31 bool IsLocked() { in IsLocked() function in MessageQueueTest 46 *was_locked = test->IsLocked(); in ~DeletedLockChecker()
|
D | criticalsection.h | 56 bool IsLocked() const;
|
D | criticalsection.cc | 106 bool CriticalSection::IsLocked() const { in IsLocked() function in rtc::CriticalSection
|
D | diskcache.h | 112 bool IsLocked() const { return locked_; } in IsLocked() function
|
D | httpclient.cc | 460 if (!lock.IsLocked()) { in BeginCacheFile()
|
/external/v8/test/cctest/ |
D | test-lockers.cc | 471 CHECK(v8::Locker::IsLocked(isolate1_)); in Run() 472 CHECK(!v8::Locker::IsLocked(isolate2_)); in Run() 485 CHECK(v8::Locker::IsLocked(isolate1_)); in Run() 486 CHECK(v8::Locker::IsLocked(isolate2_)); in Run() 496 CHECK(!v8::Locker::IsLocked(isolate1_)); in Run() 497 CHECK(v8::Locker::IsLocked(isolate2_)); in Run() 533 CHECK(v8::Locker::IsLocked(isolate_)); in Run() 534 CHECK(!v8::Locker::IsLocked(CcTest::isolate())); in Run() 545 CHECK(!v8::Locker::IsLocked(isolate_)); in Run() 546 CHECK(!v8::Locker::IsLocked(CcTest::isolate())); in Run() [all …]
|
/external/pdfium/xfa/src/fwl/src/basewidget/ |
D | fwl_pictureboximp.cpp | 75 if (IsLocked()) { in Update()
|
D | fwl_barcodeimp.cpp | 61 if (IsLocked()) { in Update()
|
D | fwl_tooltipctrlimp.cpp | 102 if (IsLocked()) { in Update()
|
D | fwl_spinbuttonimp.cpp | 79 if (IsLocked()) { in Update()
|
D | fwl_checkboximp.cpp | 96 if (IsLocked()) { in Update()
|
D | fwl_pushbuttonimp.cpp | 90 if (IsLocked()) { in Update()
|
/external/pdfium/xfa/src/fee/src/fee/ |
D | fde_txtedtengine.cpp | 224 if (IsLocked()) { in GetCaretPos() 230 if (IsLocked()) { in SetCaretPos() 260 if (IsLocked()) { in MoveCaretPos() 409 FX_BOOL CFDE_TxtEdtEngine::IsLocked() const { in IsLocked() function in CFDE_TxtEdtEngine 415 if (IsLocked()) { in Insert() 658 if (IsLocked()) { in Delete() 768 if (IsLocked()) { in DeleteRange() 792 if (IsLocked()) { in Replace() 1032 if (IsLocked()) { in Redo() 1048 if (IsLocked()) { in Undo()
|
D | fde_txtedtengine.h | 88 virtual FX_BOOL IsLocked() const;
|
/external/pdfium/xfa/src/fwl/src/core/include/ |
D | fwl_widgetimp.h | 78 FX_BOOL IsLocked() const;
|
/external/pdfium/xfa/src/fee/include/ |
D | ifde_txtedtengine.h | 209 virtual FX_BOOL IsLocked() const = 0;
|
/external/v8/src/ |
D | v8threads.cc | 54 bool Locker::IsLocked(v8::Isolate* isolate) { in IsLocked() function in v8::Locker
|
/external/v8/src/libsampler/ |
D | v8-sampler.cc | 290 if (v8::Locker::IsActive() && !Locker::IsLocked(isolate)) continue; in DoSample()
|
/external/pdfium/xfa/src/fwl/src/core/ |
D | fwl_widgetimp.cpp | 318 if (IsLocked()) { in UnlockUpdate() 546 FX_BOOL CFWL_WidgetImp::IsLocked() const { in IsLocked() function in CFWL_WidgetImp
|
/external/pdfium/fpdfsdk/include/ |
D | fsdk_mgr.h | 641 FX_BOOL IsLocked() { return m_bLocked; } in IsLocked() function
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/ |
D | com.badlogic.gdx.physics.box2d.World.cpp | 625 return world->IsLocked(); in Java_com_badlogic_gdx_physics_box2d_World_jniIsLocked()
|