Searched defs:rt (Results 1 - 25 of 202) sorted by relevance

123456789

/external/chromium_org/third_party/angle/tests/angle_implementation_unit_tests/
H A Dangle_implementation_unit_tests_main.cpp13 int rt = RUN_ALL_TESTS(); local
14 return rt;
/external/chromium_org/third_party/angle/tests/angle_tests/
H A Dangle_test_main.cpp14 int rt = RUN_ALL_TESTS(); local
15 return rt;
/external/chromium_org/third_party/angle/tests/preprocessor_tests/
H A Dpreprocessor_test_main.cpp13 int rt = RUN_ALL_TESTS(); local
14 return rt;
/external/chromium_org/third_party/angle/tests/standalone_tests/
H A Dstandalone_test_main.cpp13 int rt = RUN_ALL_TESTS(); local
15 return rt;
/external/chromium_org/gpu/
H A Dangle_unittest_main.cc21 int rt = RUN_ALL_TESTS(); local
23 return rt;
/external/chromium_org/third_party/angle/tests/compiler_tests/
H A Dcompiler_test_main.cpp34 int rt = RUN_ALL_TESTS(); local
35 return rt;
/external/chromium_org/third_party/angle/tests/deqp_tests/
H A Ddeqp_test_main.cpp46 int rt = 0; local
59 rt |= RUN_ALL_TESTS();
62 return rt;
/external/compiler-rt/test/builtins/Unit/
H A Dumodti3_test.c32 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,
H A Dudivmodti4_test.c40 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/
H A DClassPathCacheEntry.java9 package com.vladium.emma.rt;
H A DIClassLoadHook.java9 package com.vladium.emma.rt;
H A DRTCoverageDataPersister.java9 package com.vladium.emma.rt;
H A DRTSettings.java9 package com.vladium.emma.rt;
H A DInstrClassLoadHook.java9 package com.vladium.emma.rt;
H A DRTExitHook.java9 package com.vladium.emma.rt;
/external/compiler-rt/
H A DAndroid.mk222 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
[all...]
/external/chromium_org/third_party/angle/tests/gles_conformance_tests/
H A Dgles_conformance_tests_main.cpp59 int rt = 0; local
67 rt |= RUN_ALL_TESTS();
70 return rt;
/external/skia/bench/
H A DDeferredSurfaceCopyBench.cpp46 GrRenderTarget* rt = reinterpret_cast<GrRenderTarget*>( variable
48 if (NULL != rt) {
49 surface = SkSurface::NewRenderTarget(rt->getContext(), info, rt->numSamples());
/external/chromium_org/gpu/config/
H A Dgpu_util.cc25 std::string rt; local
28 if (!rt.empty())
29 rt += ",";
30 rt += base::IntToString(*it);
32 return rt;
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dnumfmtst.h213 const UnicodeString& exp, UBool rt=TRUE);
216 const char *exp, UBool rt=TRUE) {
217 expect(fmt, n, UnicodeString(exp, ""), rt);
264 const UnicodeString& exp, UBool rt=TRUE);
215 expect(NumberFormat& fmt, const Formattable& n, const char *exp, UBool rt=TRUE) argument
/external/icu/icu4c/source/test/intltest/
H A Dnumfmtst.h219 const UnicodeString& exp, UBool rt=TRUE);
222 const char *exp, UBool rt=TRUE) {
223 expect(fmt, n, UnicodeString(exp, ""), rt);
227 const UnicodeString& exp, UBool rt, UErrorCode errorCode);
230 const char *exp, UBool rt, UErrorCode errorCode) {
231 expect(fmt, n, UnicodeString(exp, ""), rt, errorCode);
280 const UnicodeString& exp, UBool rt=TRUE);
221 expect(NumberFormat& fmt, const Formattable& n, const char *exp, UBool rt=TRUE) argument
229 expect(NumberFormat* fmt, const Formattable& n, const char *exp, UBool rt, UErrorCode errorCode) argument
/external/android-clat/
H A Dnetlink_msg.c101 * rt - rtmsg to copy into the new netlink message
103 struct nl_msg *nlmsg_alloc_rtmsg(uint16_t type, uint16_t flags, struct rtmsg *rt) { argument
104 return nlmsg_alloc_generic(type, flags, rt, sizeof(*rt));
/external/chromium_org/chrome/browser/component_updater/
H A Dcomponent_updater_resource_throttle.cc81 void UnblockThrottleOnUIThread(base::WeakPtr<CUResourceThrottle> rt) { argument
84 base::Bind(&CUResourceThrottle::Unblock, rt));
97 CUResourceThrottle* rt = new CUResourceThrottle; local
104 base::Bind(&UnblockThrottleOnUIThread, rt->AsWeakPtr())));
105 return rt;
/external/chromium_org/third_party/skia/gm/
H A Dconvexpolyeffect.cpp100 GrRenderTarget* rt = canvas->internal_private_accessTopLayerRenderTarget(); variable
101 if (NULL == rt) {
104 GrContext* context = rt->getContext();
137 drawState->setRenderTarget(rt);
191 drawState->setRenderTarget(rt);
H A Dtexturedomaineffect.cpp77 GrRenderTarget* rt = canvas->internal_private_accessTopLayerRenderTarget(); variable
78 if (NULL == rt) {
81 GrContext* context = rt->getContext();
137 drawState->setRenderTarget(rt);

Completed in 785 milliseconds

123456789