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

  /tools/tradefederation/core/tests/src/com/android/tradefed/log/
TerribleFailureEmailHandlerTest.java 158 String destB = "b@email.address.com";
159 destinations.add(destB);
164 mWtfEmailHandler.addDestination(destB);
  /external/swiftshader/src/OpenGL/common/
Image.cpp 816 unsigned char *destB = dest;
820 destB[4 * x + 0] = source[x * 3 + 0];
821 destB[4 * x + 1] = source[x * 3 + 1];
822 destB[4 * x + 2] = source[x * 3 + 2];
823 destB[4 * x + 3] = 0xFF;
    [all...]
  /external/libvpx/libvpx/vpx_dsp/ppc/
inv_txfm_vsx.c     [all...]

Completed in 140 milliseconds