HomeSort by relevance Sort by last modified time
    Searched defs:state2 (Results 1 - 6 of 6) sorted by null

  /cts/tests/tests/util/src/android/util/cts/
StateSetTest.java 203 int state2; local
206 state2 = 1;
207 assertFalse(StateSet.stateSetMatches(stateSpec9, state2));
209 state2 = 2;
210 assertTrue(StateSet.stateSetMatches(stateSpec9, state2));
213 assertTrue(StateSet.stateSetMatches(stateSpec9, state2));
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DataTruncationTest.java 45 String state2 = "Data truncation"; local
46 String[] theFinalStates2 = { state2, state2, state2, state2, state2,
47 state2, state2 };
129 String state2 = "Data truncation"; local
130 String[] theFinalStates2 = { state2, state2, state2, state2, state2
201 String state2 = "Data truncation"; local
273 String state2 = "Data truncation"; local
345 String state2 = "Data truncation"; local
417 String state2 = "Data truncation"; local
    [all...]
  /external/chromium/chrome/browser/tab_contents/
web_contents_unittest.cc 1366 TestInterstitialPage::InterstitialState state2 = local
1422 TestInterstitialPage::InterstitialState state2 = local
1497 TestInterstitialPage::InterstitialState state2 = local
1573 TestInterstitialPage::InterstitialState state2 = local
    [all...]
  /external/quake/quake/src/WinQuake/
net_main.cpp 728 qboolean state2 [MAX_SCOREBOARD]; local
740 state2[i] = true;
745 state2[i] = false;
750 state2[i] = true;
775 if (! state2[i])
779 state2[i] = true;
  /external/opencv/cv/src/
cvstereogc.cpp 105 static void icvInitStereoTabs( CvStereoGCState2* state2 )
107 int i, K = state2->K;
110 state2->dataCostFuncTab[i] = MIN(i*DENOMINATOR - K, 0);
113 state2->smoothnessR[i] = MIN(abs(i-CUTOFF), state2->interactionRadius);
118 state2->smoothnessGrayDiff[i] = diff < state2->Ithreshold ? state2->lambda1 : state2->lambda2;
525 static int64 icvComputeEnergy( const CvStereoGCState* state, const CvStereoGCState2* state2,
844 CvStereoGCState2 state2; local
    [all...]
  /external/icu4c/test/cintltst/
cmsccoll.c 5450 uint32_t state2[2] = { 0, 0 }; local
    [all...]

Completed in 631 milliseconds