Searched defs:isActive (Results 1 - 25 of 59) 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.h116 UCHAR isActive; member in struct:__anon404
/external/autotest/frontend/client/src/autotest/afe/
H A DJobOwnerFilter.java91 public boolean isActive() { method in class:JobOwnerFilter
H A DJobListView.java78 public boolean isActive() { method in class:JobListView.JobStateFilter
95 public boolean isActive() { method in class:JobListView.JobTypeFilter
/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
H A DFastPathSurfaceView.java37 private boolean isActive = false; field in class:FastPathSurfaceView
66 isActive = true;
71 isActive = false;
81 if (surface == null || !isActive)
/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
41 bool isActive() { return fFlinger.isActive(); } function in class:SkTouchGesture
/external/skqp/include/views/
H A DSkTouchGesture.h17 bool isActive() const { return fActive; } function in struct:SkFlingState
41 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/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowAccessibilityWindowInfo.java44 private boolean isActive = false; field in class:ShadowAccessibilityWindowInfo
84 newShadow.isActive = isActive;
140 areEqual &= (isActive == otherShadow.isActive());
191 public boolean isActive() { method in class:ShadowAccessibilityWindowInfo
192 return isActive;
246 isActive = value;
H A DShadowConnectivityManager.java232 * @param isActive The active state of the default network.
234 public void setDefaultNetworkActive(boolean isActive) { argument
235 defaultNetworkActive = isActive;
/external/deqp/modules/glshared/
H A DglsAttributeLocationTests.cpp582 const bool isActive = attrib.getCondition() != Cond::COND_NEVER; local
584 if (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/guava/guava-tests/test/com/google/common/cache/
H A DLocalCacheTest.java2736 public boolean isActive() { method in class:LocalCacheTest.DummyValueReference
/external/python/cpython2/Mac/Modules/app/
H A D_Appmodule.c1549 Boolean isActive; local
1557 &isActive,
1562 isActive,
1782 PyDoc_STR("(WindowPtr window, Boolean isActive, SInt16 depth, Boolean isColorDev) -> None")},
/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));

Completed in 584 milliseconds

123