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

  /external/guava/src/com/google/common/base/
Throwables.java 210 * exception are combined and the stack trace of the cause is set to this
211 * combined trace. If there is no cause the original exception is rethrown
228 StackTraceElement[] combined = new StackTraceElement[causeTrace.length + outerTrace.length]; local
229 System.arraycopy(causeTrace, 0, combined, 0, causeTrace.length);
230 System.arraycopy(outerTrace, 0, combined, causeTrace.length, outerTrace.length);
231 cause.setStackTrace(combined);
  /cts/tests/tests/graphics/src/android/graphics/cts/
PaintFlagsDrawFilterTest.java 61 Bitmap combined = delta(bitmapWithoutFilter, bitmapWithFilter); local
62 assertUnderline(combined);
  /external/webkit/WebCore/platform/graphics/cairo/
ImageCairo.cpp 205 cairo_matrix_t combined; local
206 cairo_matrix_multiply(&combined, &pattern_matrix, &phase_matrix);
207 cairo_matrix_invert(&combined);
208 cairo_pattern_set_matrix(pattern, &combined);
  /external/chromium/third_party/icu/source/tools/gennorm/
store.c 132 * The lead and trail code points combine into the the combined one,
133 * i.e., there is a canonical decomposition of combined-> <lead, trail>.
143 uint32_t lead, trail, combined; member in struct:CombiningTriple
414 addCombiningTriple(uint32_t lead, uint32_t trail, uint32_t combined) {
435 triple->combined=combined;
454 uint32_t combined; local
484 combined=triples[j++].combined;
485 if(combined<=0x1fff)
    [all...]
  /external/icu4c/tools/gennorm/
store.c 132 * The lead and trail code points combine into the the combined one,
133 * i.e., there is a canonical decomposition of combined-> <lead, trail>.
143 uint32_t lead, trail, combined; member in struct:CombiningTriple
414 addCombiningTriple(uint32_t lead, uint32_t trail, uint32_t combined) {
435 triple->combined=combined;
454 uint32_t combined; local
484 combined=triples[j++].combined;
485 if(combined<=0x1fff)
    [all...]
  /external/v8/test/cctest/
test-log.cc 1150 Interval combined; local
    [all...]
  /external/v8/src/ia32/
codegen-ia32.cc 7518 Register combined = ecx; local
    [all...]
  /system/core/libacc/
acc.cpp 877 unsigned int combined = 0xe2000000 | (op & opMask) | (movConst & immediateMask); local
878 // fprintf(stderr, "op %x movConst %x combined %x\n", op, movConst, combined);
879 if (! (combined == 0xe2800000 || combined == 0xe2400000)) { // add/sub #0
881 mQ.pushBack(combined);
897 unsigned int combined = encodedImmediate | (0xE51B0000 | (ld & BMask)); // ldr r0, [r11, #-0] local
899 mQ.pushBack(combined);
904 unsigned int combined = (decodedImmediate >> 2) | 0xed5b7a00; // ldcl p10, c7, [r11, #-0] local
906 mQ.pushBack(combined);
    [all...]
  /prebuilt/common/ecj/
ecj.jar 

Completed in 372 milliseconds