Home
last modified time | relevance | path

Searched defs:isComplete (Results 1 – 25 of 58) sorted by relevance

123

/external/grpc-grpc-java/alts/src/main/java/io/grpc/alts/internal/
DAltsFraming.java119 private boolean isComplete; field in AltsFraming.Producer
256 private boolean isComplete = false; field in AltsFraming.Parser
321 public boolean isComplete() { in isComplete() method in AltsFraming.Parser
/external/lottie/lottie-compose/src/main/java/com/airbnb/lottie/compose/
DLottieCompositionResult.kt49 val isComplete: Boolean constant
103 override val isComplete by derivedStateOf { value != null || error != null } in <lambda>() constant in com.airbnb.lottie.compose.LottieCompositionResultImpl
/external/jackson-databind/attic/
DContainerBuilder.java185 private List<Object> _buildList(boolean isComplete) in _buildList()
220 private Map<String,Object> _buildMap(boolean isComplete) in _buildMap()
/external/aws-sdk-java-v2/core/sdk-core/src/test/java/software/amazon/awssdk/core/async/
DSdkPublishersTest.java194 private boolean isComplete = false; field in SdkPublishersTest.FakeStringSubscriber
226 public boolean isComplete() { in isComplete() method in SdkPublishersTest.FakeStringSubscriber
/external/oboe/apps/OboeTester/app/src/main/java/com/mobileer/oboetester/
DNativeSniffer.java59 public boolean isComplete() { in isComplete() method in NativeSniffer
DEchoActivity.java81 public boolean isComplete() { in isComplete() method in EchoActivity.ColdStartSniffer
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue100/
DDataMore.java30 public boolean isComplete() { in isComplete() method in DataMore
/external/glide/library/src/main/java/com/bumptech/glide/request/
DRequest.java37 boolean isComplete(); in isComplete() method
DThumbnailRequestCoordinator.java110 public boolean isComplete() { in isComplete() method in ThumbnailRequestCoordinator
/external/apache-http/src/org/apache/http/auth/
DAuthScheme.java130 boolean isComplete(); in isComplete() method
/external/apache-http/src/org/apache/http/impl/auth/
DBasicScheme.java110 public boolean isComplete() { in isComplete() method in BasicScheme
DNTLMScheme.java151 public boolean isComplete() { in isComplete() method in NTLMScheme
/external/google-auth-library-java/oauth2_http/java/com/google/auth/oauth2/
DJwtClaims.java108 public boolean isComplete() { in isComplete() method in JwtClaims
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DVoterReportStatus.java56 static ReportAcceptability fromPair(boolean isComplete, boolean isAcceptable) { in fromPair()
/external/llvm/include/llvm/Analysis/
DLoopIterator.h67 bool isComplete() const { return PostBlocks.size() == L->getNumBlocks(); } in isComplete() function
/external/deqp/framework/common/
DtcuTestPackage.hpp61 bool isComplete; //!< Is run complete. member in tcu::TestRunStatus
DtcuTestCase.hpp233 bool isComplete(void) const in isComplete() function in tcu::TestStatus
/external/junit/src/main/java/org/junit/experimental/theories/internal/
DAssignments.java49 public boolean isComplete() { in isComplete() method in Assignments
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowViewRootImpl.java102 void setFirstDrawComplete(boolean isComplete); in setFirstDrawComplete()
/external/angle/src/libANGLE/
DFramebuffer.h54 bool isComplete() const { return status == GL_FRAMEBUFFER_COMPLETE; } in isComplete() function
344 ANGLE_INLINE bool isComplete(const Context *context) const in isComplete() function
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/impl/
DPropertyValueBuffer.java267 public boolean isComplete() { return _paramsNeeded <= 0; } in isComplete() method in PropertyValueBuffer
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/TableGen/
DRecord.h351 virtual bool isComplete() const { return true; } in isComplete() function
487 bool isComplete() const override { return false; } in isComplete() function
555 bool isComplete() const override { in isComplete() function
968 bool isComplete() const override { in isComplete() function
1082 bool isComplete() const override { return false; } in isComplete() function
1115 bool isComplete() const override { return false; } in isComplete() function
1149 bool isComplete() const override { return false; } in isComplete() function
2181 bool isComplete(Init *VarName) const { in isComplete() function
/external/android_onboarding/java/com/android/onboarding/nodes/
DOnboardingGraphNode.kt64 val isComplete: Boolean constant
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
DLoopIterator.h126 bool isComplete() const { return PostBlocks.size() == L->getNumBlocks(); } in isComplete() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopIterator.h126 bool isComplete() const { return PostBlocks.size() == L->getNumBlocks(); } in isComplete() function

123