HomeSort by relevance Sort by last modified time
    Searched refs:getState (Results 76 - 100 of 534) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 38 ProgramStateRef state = (*it)->getState();
123 state = (*I)->getState();
189 ProgramStateRef State = Pred->getState();
229 ProgramStateRef state = subExprNode->getState();
248 ProgramStateRef state = Pred->getState();
275 ProgramStateRef state = Pred->getState();
406 ProgramStateRef State = Pred->getState();
453 ProgramStateRef state = N->getState();
510 ProgramStateRef state = Pred->getState();
546 SVal RHSVal = N->getState()->getSVal(RHS, Pred->getLocationContext())
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
StreamChecker.cpp 210 ProgramStateRef state = C.getState();
236 ProgramStateRef state = CheckDoubleClose(CE, C.getState(), C);
242 ProgramStateRef state = C.getState();
249 ProgramStateRef state = C.getState();
256 ProgramStateRef state = C.getState();
283 ProgramStateRef state = C.getState();
290 ProgramStateRef state = C.getState();
297 ProgramStateRef state = C.getState();
304 ProgramStateRef state = C.getState();
311 ProgramStateRef state = C.getState();
    [all...]
DynamicTypePropagation.cpp 54 ProgramStateRef State = C.getState();
114 ProgramStateRef State = C.getState();
189 C.addTransition(C.getState()->setDynamicTypeInfo(ToR, QualType(NewTy,0)));
205 C.addTransition(C.getState()->setDynamicTypeInfo(MR, NewE->getType(),
257 QualType OldDTy = C.getState()->getDynamicTypeInfo(ToR).getType();
ChrootChecker.cpp 88 ProgramStateRef state = C.getState();
98 ProgramStateRef state = C.getState();
140 void *const* k = C.getState()->FindGDM(ChrootChecker::getTag());
ObjCContainersChecker.cpp 41 SVal ArrayRef = C.getState()->getSVal(E, C.getLocationContext());
63 ProgramStateRef State = C.getState();
111 ProgramStateRef State = C.getState();
PthreadLockChecker.cpp 51 ProgramStateRef state = C.getState();
95 ProgramStateRef state = C.getState();
157 ProgramStateRef state = C.getState();
ArrayBoundChecker.cpp 54 ProgramStateRef state = C.getState();
BuiltinFunctionChecker.cpp 34 ProgramStateRef state = C.getState();
  /libcore/luni/src/test/java/libcore/java/lang/
OldThreadTest.java 306 Thread.State state = Thread.currentThread().getState();
347 assertEquals(Thread.State.NEW, th.getState());
350 assertEquals(Thread.State.RUNNABLE, th.getState());
355 assertEquals(Thread.State.WAITING, th.getState());
360 assertEquals(Thread.State.BLOCKED, th.getState());
366 assertEquals(Thread.State.TIMED_WAITING, th.getState());
371 assertEquals(Thread.State.TERMINATED, th.getState());
  /packages/apps/InCallUI/src/com/android/incallui/
CallCardPresenter.java 81 call.getState() == Call.State.INCOMING);
160 mPrimary.getIdentification(), mPrimary.getState() == Call.State.INCOMING);
172 mSecondary.getIdentification(), mSecondary.getState() == Call.State.INCOMING);
178 if (mPrimary != null && mPrimary.getState() == Call.State.ACTIVE) {
191 ui.setCallState(mPrimary.getState(), mPrimary.getDisconnectCause(), bluetoothOn,
203 getUi().setCallState(mPrimary.getState(), mPrimary.getDisconnectCause(), bluetoothOn,
219 if (ui == null || mPrimary == null || mPrimary.getState() != Call.State.ACTIVE) {
246 call.getState() == Call.State.INCOMING);
427 return (Call.State.isDialing(mPrimary.getState()) &&
AnswerPresenter.java 109 if (call.getState() != Call.State.INCOMING && call.getState() != Call.State.CALL_WAITING) {
  /cts/tests/tests/widget/src/android/widget/cts/
ToggleButtonTest.java 102 assertNull(drawable.getState());
105 assertNotNull(drawable.getState());
106 assertEquals(toggleButton.getDrawableState(), drawable.getState());
  /external/apache-harmony/security/src/test/impl/java.injected/java/security/
Signature_Impl2Test.java 131 .getState());
141 .getState());
154 .getState());
  /external/llvm/lib/Support/
LockFileManager.cpp 151 LockFileManager::LockFileState LockFileManager::getState() const {
162 if (getState() != LFS_Owned)
172 if (getState() != LFS_Shared)
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
GLClientState.cpp 107 const GLClientState::VertexAttribState * GLClientState::getState(int location)
166 state = getState(GLClientState::VERTEX_LOCATION);
170 state = getState(GLClientState::NORMAL_LOCATION);
174 state = getState(GLClientState::COLOR_LOCATION);
178 state = getState(getActiveTexture() + GLClientState::TEXCOORD0_LOCATION);
182 state = getState(GLClientState::POINTSIZE_LOCATION);
186 state = getState(GLClientState::MATRIXINDEX_LOCATION);
190 state = getState(GLClientState::WEIGHT_LOCATION);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaCall.java 122 if (mConnections.get(i).getState()
198 if (cn.getState() == State.DISCONNECTED) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmCall.java 125 if (mConnections.get(i).getState()
203 if (cn.getState() == State.DISCONNECTED) {
  /packages/apps/Settings/src/com/android/settings/drawable/
DrawableWrapper.java 94 public int[] getState() {
95 return mDrawable.getState();
  /packages/services/Telephony/src/com/android/phone/
MMIDialogActivity.java 66 if (mCM.getState() == PhoneConstants.State.OFFHOOK) {
96 if (mmiCode.getState() != MmiCode.State.PENDING) {
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
GLClientState.cpp 107 const GLClientState::VertexAttribState * GLClientState::getState(int location)
166 state = getState(GLClientState::VERTEX_LOCATION);
170 state = getState(GLClientState::NORMAL_LOCATION);
174 state = getState(GLClientState::COLOR_LOCATION);
178 state = getState(getActiveTexture() + GLClientState::TEXCOORD0_LOCATION);
182 state = getState(GLClientState::POINTSIZE_LOCATION);
186 state = getState(GLClientState::MATRIXINDEX_LOCATION);
190 state = getState(GLClientState::WEIGHT_LOCATION);
  /cts/tests/tests/net/src/android/net/http/cts/
ApacheHttpClientTest.java 195 State networkState = networkInfo.getState();
196 Log.i(TAG, "Network type: " + networkType + " State: " + networkInfo.getState());
197 if (networkType == mNetworkType && networkInfo.getState() == mExpectedState) {
207 return mExpectedState == mConnectivityManager.getNetworkInfo(mNetworkType).getState();
  /external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
MySignature1.java 101 public int getState() {
  /external/apache-http/src/org/apache/http/conn/
ManagedClientConnection.java 248 Object getState()
  /external/chromium_org/base/android/java/src/org/chromium/base/
ActivityStatus.java 91 public static int getState() {
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/sync/
GoogleServiceAuthError.java 85 State getState() {

Completed in 1596 milliseconds

1 2 34 5 6 7 8 91011>>