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

  /cts/hostsidetests/appsecurity/test-apps/SplitApp/feature/src/com/android/cts/splitapp/
FeatureProvider.java 46 final Class<?> baseR = Class.forName("com.android.cts.splitapp.BaseR");
47 final int stringId = (int) baseR.getDeclaredField("my_string1").get(null);
  /external/skia/tests/
DeviceLooperTest.cpp 80 const SkIRect baseR = SkIRect::MakeWH(w, h);
86 SkIRect r = baseR;
  /external/clang/lib/StaticAnalyzer/Core/
Store.cpp 153 const MemRegion *baseR = rawOff.getRegion();
157 if (!baseR)
163 // Edge case: we are at 0 bytes off the beginning of baseR. We
166 if (const TypedValueRegion *TR = dyn_cast<TypedValueRegion>(baseR)) {
170 return baseR;
174 return MakeElementRegion(baseR, PointeeTy);
197 newSuperR = baseR;
205 newSuperR = MakeElementRegion(baseR, Ctx.CharTy, off.getQuantity());
329 if (const CXXBaseObjectRegion *BaseR = dyn_cast<CXXBaseObjectRegion>(MR)) {
331 MR = BaseR->getSuperRegion()
    [all...]
  /external/skia/gm/
drawbitmaprect.cpp 104 const SkIRect baseR = SkIRect::MakeWH(image->width(), image->height());
105 const bool containsSubset = !srcIR || baseR.contains(*srcIR);
  /external/deqp/framework/common/
tcuCompressedTexture.cpp 393 deUint8 baseR[2];
400 baseR[0] = extend4To8((deUint8)getBits(src, 60, 63));
401 baseR[1] = extend4To8((deUint8)getBits(src, 56, 59));
417 baseR[0] = extend5To8(bR);
421 baseR[1] = extend5Delta3To8(bR, dR);
450 dst[dstOffset+0] = (deUint8)deClamp32((int)baseR[subBlock] + modifier, 0, 255);
508 deUint8 baseR[2];
515 baseR[0] = extend4To8((deUint8)getBits(src, 60, 63));
516 baseR[1] = extend4To8((deUint8)getBits(src, 56, 59));
525 baseR[0] = extend5To8(selBR)
    [all...]

Completed in 1163 milliseconds