Home
last modified time | relevance | path

Searched refs:isBound (Results 1 – 21 of 21) sorted by relevance

/external/libchrome/mojo/public/js/
Dbindings.js67 InterfacePtrController.prototype.isBound = function() { method in InterfacePtrController
92 if (this.isBound()) {
102 if (!this.isBound())
194 Binding.prototype.isBound = function() { method in Binding
225 if (!this.isBound())
247 if (!this.isBound()) {
254 if (!this.isBound())
386 AssociatedInterfacePtrController.prototype.isBound = function() { method in AssociatedInterfacePtrController
403 if (this.isBound()) {
419 if (!this.isBound()) {
[all …]
/external/guice/extensions/assistedinject/src/com/google/inject/assistedinject/
DParameter.java97 public boolean isBound(Injector injector) { in isBound() method in Parameter
98 return isBound(injector, getPrimaryBindingKey()) in isBound()
99 || isBound(injector, fixAnnotations(getPrimaryBindingKey())); in isBound()
102 private boolean isBound(Injector injector, Key<?> key) { in isBound() method in Parameter
DFactoryProvider.java266 return parameter.isBound(injector); in paramCanBeInjected()
/external/swiftshader/third_party/subzero/src/
DIceAssembler.h63 assert(isBound()); in getPosition()
79 bool isBound() const { return Position < 0; } in isBound() function
85 assert(!isBound()); in bindTo()
87 assert(isBound()); in bindTo()
DIceAssembler.cpp44 assert(!isBound()); in linkTo()
DIceAssemblerMIPS32.cpp193 assert(!L->isBound()); // Labels can only be bound once. in bind()
428 if (TargetLabel->isBound()) { in b()
1242 if (TargetLabel->isBound()) { in bcc()
1258 if (TargetLabel->isBound()) { in bzc()
DIceAssemblerX86BaseImpl.h3590 if (label->isBound()) { in j()
3644 if (label->isBound()) { in jmp()
3848 assert(!L->isBound()); // Labels can only be bound once. in bind()
3968 if (label->isBound()) { in emitLabel()
3979 assert(!Label->isBound()); in emitLabelLink()
3987 assert(!Label->isBound()); in emitNearLabelLink()
DIceAssemblerX86Base.h133 assert(!isBound()); in nearLinkTo()
DIceAssemblerARM32.cpp774 assert(!L->isBound()); // Labels can only be bound once. in bind()
900 if (L->isBound()) { in emitBranch()
/external/conscrypt/common/src/main/java/org/conscrypt/
DAbstractConscryptSocket.java464 public boolean isBound() { in isBound() method in AbstractConscryptSocket
466 return socket.isBound(); in isBound()
468 return super.isBound(); in isBound()
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DDelegatingSSLSocket.java216 @Override public boolean isBound() { in isBound() method in DelegatingSSLSocket
217 return delegate.isBound(); in isBound()
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DAbstractConscryptSocket.java465 public boolean isBound() { in isBound() method in AbstractConscryptSocket
467 return socket.isBound(); in isBound()
469 return super.isBound(); in isBound()
/external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/
DEstimatedParameter.java122 public boolean isBound() { in isBound() method in EstimatedParameter
DSimpleEstimationProblem.java78 if (! p.isBound()) { in getUnboundParameters()
/external/conscrypt/android/src/main/java/org/conscrypt/
DPreKitKatPlatformOpenSSLSocketImplAdapter.java216 public boolean isBound() { in isBound() method in PreKitKatPlatformOpenSSLSocketImplAdapter
217 return delegate.isBound(); in isBound()
DKitKatPlatformOpenSSLSocketImplAdapter.java216 public boolean isBound() { in isBound() method in KitKatPlatformOpenSSLSocketImplAdapter
217 return delegate.isBound(); in isBound()
/external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/output/
DMockServerSocket.java157 public boolean isBound() { in isBound() method in MockServerSocket
DMockSocketConnection.java262 public boolean isBound() { in isBound() method in MockSocketConnection.MockSocket
/external/deqp/modules/glshared/
DglsVertexArrayTests.hpp157 virtual bool isBound (void) const = 0;
179 virtual bool isBound (void) const { return m_bound; } in isBound() function in deqp::gls::ContextArray
DglsDrawTest.cpp909 bool isBound (void) const { return m_bound; } in isBound() function in deqp::gls::__anon43398ad90111::AttributeArray
1013 if (!isBound()) in bindAttribute()
1870 if (m_arrays[arrayNdx]->isBound()) in render()
2020 if (m_arrays[arrayNdx]->isBound()) in render()
DglsVertexArrayTests.cpp1175 if (m_arrays[arrayNdx]->isBound()) in render()
1194 if (m_arrays[arrayNdx]->isBound()) in render()