HomeSort by relevance Sort by last modified time
    Searched refs:shiftAmount (Results 1 - 5 of 5) sorted by null

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
InputPointersTests.java 304 final int shiftAmount = 20;
312 src.shift(shiftAmount);
313 assertEquals("length after shift", src.getPointerSize(), limit - shiftAmount);
314 for (int i = 0; i < limit - shiftAmount; ++i) {
315 final int oldIndex = i + shiftAmount;
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
ResizableIntArrayTests.java 365 final int shiftAmount = 20;
371 src.shift(shiftAmount);
372 for (int i = 0; i < limit - shiftAmount; ++i) {
373 final int oldValue = i + shiftAmount;
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp     [all...]
  /system/core/libpixelflinger/tests/arch-arm64/assembler/
arm64_assembler_test.cpp 145 uint32_t shiftAmount;
438 else if(test.immediate == false && test.shiftAmount == 0)
445 op2 = a64asm->reg_imm(Rm, test.shiftMode, test.shiftAmount);
468 case INSTR_UXTB16:a64asm->UXTB16(test.cond, Rd,Rm,test.shiftAmount); break;
    [all...]
  /external/deqp/framework/common/
tcuCompressedTexture.cpp     [all...]

Completed in 1122 milliseconds