Searched refs:S1 (Results 1 - 6 of 6) 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/on2/h264dec/omxdl/arm11/api/
H A DarmCOMM_BitDec_s.h503 ;// $S1 - The number of bits to look up for each subsequent
504 ;// step 1<=$S1<=$S0.
520 M_BD_VLD $Symbol, $T1, $T2, $pVLDTable, $S0, $S1
522 ASSERT (1<=$S1):LAND:($S1<=$S0)
540 IF (2*$S0-$S1<=8)
541 ;// Can combine refill check and -S0+S1 and keep $BitCount<=15
542 SUBS $BitCount, $BitCount, #8+($S0-$S1)
544 ;// Separate refill check and -S0+S1 offset
546 SUB $BitCount, $BitCount, #($S0-$S1)
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
H A DarmCOMM_BitDec_s.h503 ;// $S1 - The number of bits to look up for each subsequent
504 ;// step 1<=$S1<=$S0.
520 M_BD_VLD $Symbol, $T1, $T2, $pVLDTable, $S0, $S1
522 ASSERT (1<=$S1):LAND:($S1<=$S0)
540 IF (2*$S0-$S1<=8)
541 ;// Can combine refill check and -S0+S1 and keep $BitCount<=15
542 SUBS $BitCount, $BitCount, #8+($S0-$S1)
544 ;// Separate refill check and -S0+S1 offset
546 SUB $BitCount, $BitCount, #($S0-$S1)
[all...]
/frameworks/rs/api/
H A Drs_value_types.spec48 myVar.y == myVar.g == myVar.s1 == myVar.S1<br/>
/frameworks/compile/slang/
H A Dslang_rs_object_ref_count.cpp1014 for (clang::Stmt* S1 : mCS->body()) {
1015 if (S1 == mCurrent) {
1018 newBody.push_back(S1);
1026 for (clang::Stmt* S1 : mCS->body()) {
1027 if (S1 == mCurrent) {
1030 newBody.push_back(S1);
/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 154 milliseconds