/external/perfetto/src/tracing/ipc/service/ |
D | producer_ipc_service.cc | 147 if (response.IsBound()) in RegisterDataSource() 156 if (response.IsBound()) { in RegisterDataSource() 182 if (response.IsBound()) in UnregisterDataSource() 189 if (response.IsBound()) { in UnregisterDataSource() 203 if (response.IsBound()) in RegisterTraceWriter() 211 if (response.IsBound()) { in RegisterTraceWriter() 225 if (response.IsBound()) in UnregisterTraceWriter() 232 if (response.IsBound()) { in UnregisterTraceWriter() 244 if (resp.IsBound()) in CommitData() 253 if (resp.IsBound()) { in CommitData() [all …]
|
D | consumer_ipc_service.cc | 359 if (enable_tracing_response.IsBound()) { in OnTracingDisabled() 372 if (!read_buffers_response.IsBound()) in OnTraceData() 456 if (!observe_events_response.IsBound()) in OnObservableEvents() 466 if (!observe_events_response.IsBound()) in CloseObserveEventsResponseStream()
|
/external/perfetto/src/ipc/ |
D | deferred.cc | 58 bool DeferredBase::IsBound() const { in IsBound() function in perfetto::ipc::DeferredBase
|
D | service_proxy.cc | 62 const bool drop_reply = !reply.IsBound(); in BeginInvoke()
|
D | deferred_unittest.cc | 264 ASSERT_FALSE(deferred.IsBound()); in TEST() 265 ASSERT_TRUE(deferred_base.IsBound()); in TEST()
|
/external/perfetto/include/perfetto/ext/ipc/ |
D | deferred.h | 81 bool IsBound() const;
|
/external/vixl/src/aarch32/ |
D | location-aarch32.h | 68 if (IsReferenced() && !IsBound()) { in ~Location() 363 if (IsBound()) { in UpdateValue()
|
D | assembler-aarch32.cc | 81 VIXL_ASSERT(!label->IsBound()); in BindHelper() 91 if (location->IsBound()) { in Link() 2545 location->IsBound() in adr() 2553 ((location->IsBound() && (offset >= 0) && (offset <= 1020) && in adr() 2555 (!location->IsBound() && size.IsNarrow()))) { in adr() 2576 if (!size.IsNarrow() && location->IsBound() && (neg_offset > 0) && in adr() 2585 (!location->IsBound() || ((offset >= 0) && (offset <= 4095))) && in adr() 2619 if ((!location->IsBound() || positive_immediate_a32.IsValid()) && in adr() 2651 if (location->IsBound() && negative_immediate_a32.IsValid() && in adr() 2666 VIXL_ASSERT(!location->IsBound()); in adr_info() [all …]
|
D | macro-assembler-aarch32.cc | 961 if ((type == kLdr) && location->IsBound()) { in Delegate() 1644 if (location->IsBound()) { in Delegate() 1683 if (location->IsBound()) { in Delegate() 2269 if (location->IsBound()) { in Delegate() 2292 if (location->IsBound()) { in Delegate()
|
D | macro-assembler-aarch32.h | 423 if (location->IsBound()) return; in RegisterForwardReference() 561 if (!literal->IsBound()) { in Adr() 584 if (!literal->IsBound()) { in Ldr() 605 if (!literal->IsBound()) { in Ldrb() 627 if (!literal->IsBound()) { in Ldrd() 650 if (!literal->IsBound()) { in Ldrh() 671 if (!literal->IsBound()) { in Ldrsb() 692 if (!literal->IsBound()) { in Ldrsh() 713 if (!literal->IsBound()) { in Vldr() 742 if (!literal->IsBound()) { in Vldr() [all …]
|
D | assembler-aarch32.h | 200 VIXL_ASSERT(!location->IsBound()); in bind() 222 VIXL_ASSERT(label->IsBound()); in GetSizeOfCodeGeneratedSince()
|
/external/vixl/test/ |
D | test-pool-manager.cc | 404 if (!object->IsBound()) { in TEST() 416 if (!object->IsBound()) { in TEST() 425 if (object->IsBound()) { in TEST() 513 if (object->IsBound()) { in TEST()
|
/external/vixl/examples/aarch32/ |
D | custom-aarch32-disasm.cc | 105 if (IsBound()) { in ~NamedLabel()
|
/external/vixl/src/aarch64/ |
D | macro-assembler-aarch64.cc | 207 VIXL_ASSERT(!label->IsBound()); in RegisterUnresolvedBranch() 603 if (label->IsBound() && LabelIsOutOfRange(label, CondBranchType)) { in B() 609 if (!label->IsBound()) { in B() 629 if (label->IsBound() && LabelIsOutOfRange(label, CondBranchType)) { in Cbnz() 635 if (!label->IsBound()) { in Cbnz() 655 if (label->IsBound() && LabelIsOutOfRange(label, CondBranchType)) { in Cbz() 661 if (!label->IsBound()) { in Cbz() 680 if (label->IsBound() && LabelIsOutOfRange(label, TestBranchType)) { in Tbnz() 686 if (!label->IsBound()) { in Tbnz() 705 if (label->IsBound() && LabelIsOutOfRange(label, TestBranchType)) { in Tbz() [all …]
|
D | assembler-aarch64.h | 52 bool IsBound() const { return location_ >= 0; } in IsBound() function 94 VIXL_ASSERT(!IsBound()); in Bind() 101 VIXL_ASSERT(!IsBound()); in AddLink() 459 VIXL_ASSERT(label->IsBound()); in GetLabelAddress() 6506 VIXL_ASSERT(label->IsBound()); in GetSizeOfCodeGeneratedSince()
|
D | assembler-aarch64.cc | 84 if (label->IsBound()) { in LinkAndGetOffsetTo()
|
/external/swiftshader/third_party/subzero/src/DartARM32/ |
D | assembler_arm.h | 87 return IsBound() ? -position_ - kWordSize : position_ - kWordSize; in Position() 90 bool IsBound() const { return position_ < 0; } in IsBound() function 100 ASSERT(!IsBound()); in BindTo() 102 ASSERT(IsBound()); in BindTo() 106 ASSERT(!IsBound()); in LinkTo()
|
D | assembler_arm.cc | 2112 if (label->IsBound()) { in EmitBranch() 2133 ASSERT(!label->IsBound()); in BindARMv6() 2215 ASSERT(!label->IsBound());
|
/external/vixl/src/ |
D | pool-manager.h | 197 bool IsBound() const { return is_bound_; } in IsBound() function
|
D | pool-manager-impl.h | 496 VIXL_ASSERT(!(*iter).label_base_->IsBound());
|
/external/vixl/test/aarch32/ |
D | test-assembler-aarch32.cc | 2018 VIXL_CHECK(literal.IsBound()); in GenerateLdrLiteralRangeTest() 2196 VIXL_CHECK(!before.IsBound()); in TEST() 2197 VIXL_CHECK(!after.IsBound()); in TEST() 2206 VIXL_CHECK(before.IsBound()); in TEST() 2207 VIXL_CHECK(!after.IsBound()); in TEST() 2216 VIXL_CHECK(before.IsBound()); in TEST() 2217 VIXL_CHECK(!after.IsBound()); in TEST() 2226 VIXL_CHECK(before.IsBound()); in TEST() 2227 VIXL_CHECK(after.IsBound()); in TEST() 2519 VIXL_CHECK(target.IsBound()); in TEST_T32() [all …]
|
/external/libchrome/mojo/public/cpp/bindings/tests/ |
D | interface_ptr_unittest.cc | 227 TEST_P(InterfacePtrTest, IsBound) { in TEST_P() argument
|
/external/mesa3d/docs/relnotes/ |
D | 7.10.rst | 594 - egl: Use reference counting to replace IsLinked or IsBound.
|