HomeSort by relevance Sort by last modified time
    Searched defs:rt (Results 1 - 25 of 143) sorted by null

1 2 3 4 5 6

  /external/chromium_org/third_party/angle/tests/angle_implementation_unit_tests/
angle_implementation_unit_tests_main.cpp 13 int rt = RUN_ALL_TESTS(); local
14 return rt;
  /external/chromium_org/third_party/angle/tests/angle_tests/
angle_test_main.cpp 14 int rt = RUN_ALL_TESTS(); local
15 return rt;
  /external/chromium_org/third_party/angle/tests/preprocessor_tests/
preprocessor_test_main.cpp 13 int rt = RUN_ALL_TESTS(); local
14 return rt;
  /external/chromium_org/third_party/angle/tests/standalone_tests/
standalone_test_main.cpp 13 int rt = RUN_ALL_TESTS(); local
15 return rt;
  /external/chromium_org/gpu/
angle_unittest_main.cc 21 int rt = RUN_ALL_TESTS(); local
23 return rt;
  /external/chromium_org/third_party/angle/tests/compiler_tests/
compiler_test_main.cpp 34 int rt = RUN_ALL_TESTS(); local
35 return rt;
  /external/compiler-rt/test/builtins/Unit/
umodti3_test.c 32 utwords rt; local
33 rt.all = r;
38 at.s.high, at.s.low, bt.s.high, bt.s.low, rt.s.high, rt.s.low,
udivmodti4_test.c 40 utwords rt; local
41 rt.all = r;
46 rt.s.high, rt.s.low, expected_qt.s.high, expected_qt.s.low,
    [all...]
  /external/emma/core/java12/com/vladium/emma/rt/
ClassPathCacheEntry.java 9 package com.vladium.emma.rt;
IClassLoadHook.java 9 package com.vladium.emma.rt;
RTSettings.java 9 package com.vladium.emma.rt;
13 * Conceptually, this class is an extention of class RT. This is a separate class,
14 * however, to help load RT in a lazy manner.
RTCoverageDataPersister.java 9 package com.vladium.emma.rt;
32 * Stateless package-private method shared by RT and RTExitHook for coverage
33 * data persistence. This method was moved out of RT class after build 4120
44 // use method-scoped loggers everywhere in RT:
52 synchronized (Object.class) // fake a JVM-global critical section when multilply loaded RT's write to the same file
InstrClassLoadHook.java 9 package com.vladium.emma.rt;
  /external/chromium_org/third_party/angle/tests/deqp_tests/
deqp_test_main.cpp 46 int rt = 0; local
59 rt |= RUN_ALL_TESTS();
62 return rt;
  /external/chromium_org/third_party/angle/tests/gles_conformance_tests/
gles_conformance_tests_main.cpp 59 int rt = 0; local
67 rt |= RUN_ALL_TESTS();
70 return rt;
  /external/compiler-rt/
Android.mk 222 define get-libcompiler-rt-source-files
223 $(if $(findstring $(1),arm),$(call get-libcompiler-rt-arm-source-files),
224 $(if $(findstring $(1),mips),$(call get-libcompiler-rt-mips-source-files),
225 $(if $(findstring $(1),x86),$(call get-libcompiler-rt-x86-source-files),
226 $(if $(findstring $(1),x86_64),$(call get-libcompiler-rt-x86_64-source-files),
227 $(if $(findstring $(1),x32),$(call get-libcompiler-rt-x86-source-files),
228 $(if $(findstring $(1),arm64),$(call get-libcompiler-rt-arm64-source-files),
229 $(if $(findstring $(1),mips64),$(call get-libcompiler-rt-mips64-source-files),
239 define filter-libcompiler-rt-common-source-files
246 define get-libcompiler-rt-arm-common-source-file
    [all...]
  /development/perftests/panorama/feature_mos/src/mosaic_renderer/
YVURenderer.cpp 81 bool rt = (mFrameBuffer == NULL)? local
85 if(!rt)
SurfaceTextureRenderer.cpp 121 bool rt = (mFrameBuffer == NULL)? local
125 if(!rt)
WarpRenderer.cpp 112 bool rt = (mFrameBuffer == NULL)? local
116 if(!rt)
  /external/chromium_org/gpu/config/
gpu_util.cc 25 std::string rt; local
28 if (!rt.empty())
29 rt += ",";
30 rt += base::IntToString(*it);
32 return rt;
  /external/chromium_org/third_party/skia/src/gpu/
GrSoftwarePathRenderer.cpp 43 // compute bounds as intersection of rt size, clip, and path
44 const GrRenderTarget* rt = target->getDrawState().getRenderTarget(); local
45 if (NULL == rt) {
48 *devPathBounds = SkIRect::MakeWH(rt->width(), rt->height());
50 target->getClip()->getConservativeBounds(rt, devClipBounds);
  /external/chromium_org/chrome/browser/component_updater/
component_updater_resource_throttle.cc 81 void UnblockThrottleOnUIThread(base::WeakPtr<CUResourceThrottle> rt) {
84 base::Bind(&CUResourceThrottle::Unblock, rt));
97 CUResourceThrottle* rt = new CUResourceThrottle; local
104 base::Bind(&UnblockThrottleOnUIThread, rt->AsWeakPtr())));
105 return rt;
  /external/deqp/modules/gles2/
tes2InfoTests.cpp 102 const tcu::RenderTarget& rt = m_context.getRenderTarget(); local
103 const tcu::PixelFormat& pf = rt.getPixelFormat();
110 << tcu::TestLog::Integer("DepthBits", "Depth bits", "", QP_KEY_TAG_NONE, rt.getDepthBits())
111 << tcu::TestLog::Integer("StencilBits", "Stencil bits", "", QP_KEY_TAG_NONE, rt.getStencilBits())
112 << tcu::TestLog::Integer("NumSamples", "Number of samples", "", QP_KEY_TAG_NONE, rt.getNumSamples())
113 << tcu::TestLog::Integer("Width", "Width", "", QP_KEY_TAG_NONE, rt.getWidth())
114 << tcu::TestLog::Integer("Height", "Height", "", QP_KEY_TAG_NONE, rt.getHeight());
  /external/deqp/modules/gles3/
tes3InfoTests.cpp 102 const tcu::RenderTarget& rt = m_context.getRenderTarget(); local
103 const tcu::PixelFormat& pf = rt.getPixelFormat();
110 << tcu::TestLog::Integer("DepthBits", "Depth bits", "", QP_KEY_TAG_NONE, rt.getDepthBits())
111 << tcu::TestLog::Integer("StencilBits", "Stencil bits", "", QP_KEY_TAG_NONE, rt.getStencilBits())
112 << tcu::TestLog::Integer("NumSamples", "Number of samples", "", QP_KEY_TAG_NONE, rt.getNumSamples())
113 << tcu::TestLog::Integer("Width", "Width", "", QP_KEY_TAG_NONE, rt.getWidth())
114 << tcu::TestLog::Integer("Height", "Height", "", QP_KEY_TAG_NONE, rt.getHeight());
  /external/deqp/modules/gles31/
tes31InfoTests.cpp 102 const tcu::RenderTarget& rt = m_context.getRenderTarget(); local
103 const tcu::PixelFormat& pf = rt.getPixelFormat();
110 << tcu::TestLog::Integer("DepthBits", "Depth bits", "", QP_KEY_TAG_NONE, rt.getDepthBits())
111 << tcu::TestLog::Integer("StencilBits", "Stencil bits", "", QP_KEY_TAG_NONE, rt.getStencilBits())
112 << tcu::TestLog::Integer("NumSamples", "Number of samples", "", QP_KEY_TAG_NONE, rt.getNumSamples())
113 << tcu::TestLog::Integer("Width", "Width", "", QP_KEY_TAG_NONE, rt.getWidth())
114 << tcu::TestLog::Integer("Height", "Height", "", QP_KEY_TAG_NONE, rt.getHeight());

Completed in 1536 milliseconds

1 2 3 4 5 6