Searched defs:S1 (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
H A DStateMachineTest.java111 class S1 extends State { class in class:StateMachineTest.StateMachineQuitTest
114 log("S1.exit");
137 private S1 mS1 = new S1();
214 class S1 extends State { class in class:StateMachineTest.StateMachineQuitNowTest
217 log("S1.exit");
240 private S1 mS1 = new S1();
306 class S1 extends State { class in class:StateMachineTest.StateMachineEnterExitTransitionToTest
312 log("S1
491 class S1 extends State { class in class:StateMachineTest.StateMachine0
578 class S1 extends State { class in class:StateMachineTest.StateMachine1
679 class S1 extends State { class in class:StateMachineTest.StateMachine2
1302 class S1 extends State { class in class:StateMachineTest.StateMachine6
1389 class S1 extends State { class in class:StateMachineTest.StateMachine7
1494 class S1 extends State { class in class:StateMachineTest.StateMachineUnhandledMessage
1564 class S1 extends State { class in class:StateMachineTest.StateMachineSharedThread
1700 class S1 extends State { class in class:StateMachineTest.Hsm1
[all...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dvlc_encode.cpp2056 Int S = 0, S1, S2; local
2108 S1 = 0;
2416 if (QPtmp > 0) S1 += QPtmp;
2417 else S1 -= QPtmp;
2432 if (QPtmp > 0) S1 += QPtmp;
2433 else S1 -= QPtmp;
2472 S += (S1 - S2);

Completed in 1026 milliseconds