Searched defs:isActive (Results 1 - 25 of 73) sorted by relevance

123

/external/autotest/frontend/client/src/autotest/common/ui/
H A DToggleControl.java8 public boolean isActive(); method in interface:ToggleControl
H A DToggleLink.java25 public boolean isActive() { method in class:ToggleLink
40 setActive(!isActive());
/external/autotest/frontend/client/src/autotest/common/table/
H A DCheckboxFilter.java29 public boolean isActive() { method in class:CheckboxFilter
H A DFilter.java15 public abstract boolean isActive(); method in class:Filter
H A DMultipleListFilter.java34 public boolean isActive() { method in class:MultipleListFilter
H A DSearchFilter.java65 public boolean isActive() { method in class:SearchFilter
H A DSimpleFilter.java40 public boolean isActive() { method in class:SimpleFilter
H A DListFilter.java69 public boolean isActive() { method in class:ListFilter
/external/aac/libFDK/include/
H A DFDK_crc.h107 UCHAR isActive; member in struct:__anon316
/external/autotest/frontend/client/src/autotest/afe/
H A DJobOwnerFilter.java91 public boolean isActive() { method in class:JobOwnerFilter
H A DJobListView.java75 public boolean isActive() { method in class:JobListView.JobStateFilter
92 public boolean isActive() { method in class:JobListView.JobTypeFilter
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
H A DAppletFrame.java112 public boolean isActive() { method in class:AppletFrame
/external/skia/include/views/
H A DSkTouchGesture.h17 bool isActive() const { return fActive; } function in struct:SkFlingState
40 bool isActive() { return fFlinger.isActive(); } function in class:SkTouchGesture
/external/swiftshader/src/OpenGL/libGLESv2/
H A DTransformFeedback.cpp68 if(isActive() && !isPaused())
79 bool TransformFeedback::isActive() const function in class:es2::TransformFeedback
/external/deqp/framework/delibs/deutil/
H A DdeTimer.c167 deBool isActive; member in struct:deTimer_s
197 timer->isActive = DE_FALSE;
212 return timer->isActive;
221 if (timer->isActive)
232 timer->isActive = DE_TRUE;
242 if (timer->isActive)
253 timer->isActive = DE_TRUE;
272 timer->isActive = DE_FALSE;
405 deBool isActive = DE_FALSE; local
408 isActive
[all...]
/external/deqp/modules/glshared/
H A DglsAttributeLocationTests.cpp582 const bool isActive = attrib.getCondition() != Cond::COND_NEVER; local
584 if (isActive)
/external/libmojo/mojo/android/system/src/org/chromium/mojo/system/impl/
H A DCoreImpl.java524 private boolean isActive() { method in class:CoreImpl.AsyncWaiterCancellableImpl
541 if (!cancellable.isActive()) {
/external/clang/include/clang/Basic/
H A DDiagnostic.h915 bool isActive() const { return IsActive; } function in class:clang::DiagnosticBuilder
927 if (!isActive()) return false;
979 assert(isActive() && "Clients must not add to cleared diagnostic!");
987 assert(isActive() && "Clients must not add to cleared diagnostic!");
995 assert(isActive() && "Clients must not add to cleared diagnostic!");
1000 assert(isActive() && "Clients must not add to cleared diagnostic!");
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-starteam.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/guava/guava-tests/test/com/google/common/cache/
H A DLocalCacheTest.java2736 public boolean isActive() { method in class:LocalCacheTest.DummyValueReference
/external/deqp/modules/gles2/functional/
H A Des2fUniformApiTests.cpp1005 const bool isActive = isParentActive && (m_features & FEATURE_UNIFORMUSAGE_EVERY_OTHER ? basicUniformsDst.size() % 2 == 0 : true); local
1011 basicUniformsDst.push_back(BasicUniform(varName, varType.getBasicType(), isActive, value));
1012 basicUniformReportsDst.push_back(BasicUniformReportRef(varName, varType.getBasicType(), isActive));
/external/deqp/modules/gles31/functional/
H A Des31fProgramUniformTests.cpp994 const bool isActive = isParentActive && (m_features & FEATURE_UNIFORMUSAGE_EVERY_OTHER ? basicUniformsDst.size() % 2 == 0 : true); local
999 basicUniformsDst.push_back(BasicUniform(varName, varType.getBasicType(), isActive, value));
1000 basicUniformReportsDst.push_back(BasicUniformReportRef(varName, varType.getBasicType(), isActive));
H A Des31fSRGBDecodeTests.cpp313 void setIsActive (const bool isActive);
386 void SRGBTestSampler::setIsActive (const bool isActive) argument
388 m_isActive = isActive;
/external/guava/guava/src/com/google/common/cache/
H A DLocalCache.java681 boolean isActive(); method in interface:LocalCache.ValueReference
715 public boolean isActive() {
1612 public boolean isActive() { method in class:LocalCache.WeakValueReference
1659 public boolean isActive() { method in class:LocalCache.SoftValueReference
1706 public boolean isActive() { method in class:LocalCache.StrongValueReference
2146 if ((value == null) && valueReference.isActive()) {
2852 if (valueReference.isActive()) {
2984 if (valueReference.isActive()) {
3037 if (valueReference.isActive()) {
3087 } else if (valueReference.isActive()) {
3487 public boolean isActive() { method in class:LocalCache.LoadingValueReference
[all...]
/external/clang/include/clang/Parse/
H A DParser.h683 bool isActive; member in class:clang::Parser::TentativeParsingAction
694 isActive = true;
697 assert(isActive && "Parsing action was finished!");
701 isActive = false;
704 assert(isActive && "Parsing action was finished!");
712 isActive = false;
715 assert(!isActive && "Forgot to call Commit or Revert!");

Completed in 1205 milliseconds

123