Searched refs:RT (Results 1 - 25 of 128) sorted by relevance

123456

/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/rdtypes/ANY/
H A DRT.py18 class RT(dns.rdtypes.mxbase.UncompressedDowncasingMX): class in inherits:dns.rdtypes.mxbase.UncompressedDowncasingMX
19 """RT record"""
/external/compiler-rt/test/asan/TestCases/Linux/
H A Dasan_dlopen_test.cc11 dlopen(RT, RTLD_LAZY);
/external/valgrind/none/tests/mips64/
H A Dmacro_int.h1 #define TEST1(instruction, RSval, RTval, RD, RS, RT) \
6 "move $"#RT", %2" "\n\t" \
12 : #RD, #RS, #RT \
19 #define TEST2(instruction, RSval, imm, RT, RS) \
24 "move $"#RT", $zero" "\n\t" \
26 "move %0, $"#RT "\n\t" \
29 : #RT, #RS \
51 #define TEST4(instruction, RSval, RTval, RS, RT) \
57 "move $"#RT", %3" "\n\t" \
65 : #RS, #RT \
[all...]
H A Dcvm_ins.c70 #define TESTINST1(instruction, RSVal, RT, RS, p, lenm1) \
74 "li $" #RT ", 0" "\n\t" \
77 "move %0, $" #RT "\n\t" \
80 : #RS, #RT, "cc", "memory" \
85 #define TESTINST2(instruction, RSVal, RTval, RD, RS, RT) \
91 "move $" #RT ", %2" "\n\t" \
96 : #RD, #RS, #RT, "cc", "memory" \
101 #define TESTINST3(instruction, RSVal, RT, RS, imm) \
105 "li $" #RT ", 0" "\n\t" \
108 "move %0, $" #RT "\
[all...]
H A Dmove_instructions.c140 #define TEST4(instruction, offset, RTval, FD, FS, RT) \
144 "move $"#RT", %2" "\n\t" \
153 : "t0", #RT, "$"#FD, "$"#FS \
159 #define TEST4d(instruction, offset, RTval, FD, FS, RT) \
163 "move $"#RT", %2" "\n\t" \
172 : #RT, "t0", "$"#FD, "$"#FS \
/external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/
H A DRT.java19 public final class RT { class
21 private RT() { method in class:RT
/external/valgrind/memcheck/tests/ppc32/
H A Dpower_ISA2_07.c14 unsigned RT; local
28 __asm__ volatile ("lbarx %0, 20, 21, 1":"=r" (RT));
29 printf("lbarx => 0x%x\n", RT);
35 __asm__ volatile ("lharx %0, 20, 21, 1":"=r" (RT));
36 printf("lharx => 0x%x\n", RT);
H A Dpower_ISA2_05.c171 int RT; local
181 __asm__ volatile ("lwarx %0, 20, 21, 1":"=r" (RT));
182 printf("lwarx => %x\n", RT);
187 __asm__ volatile ("ldarx %0, 20, 21, 1":"=r" (RT));
188 printf("ldarx => %x\n", RT);
/external/valgrind/memcheck/tests/ppc64/
H A Dpower_ISA2_07.c14 unsigned long RT; local
28 __asm__ volatile ("lbarx %0, 20, 21, 1":"=r" (RT));
29 printf("lbarx => 0x%lx\n", RT);
35 __asm__ volatile ("lharx %0, 20, 21, 1":"=r" (RT));
36 printf("lharx => 0x%lx\n", RT);
H A Dpower_ISA2_05.c176 unsigned long long RT; local
187 __asm__ volatile ("lwarx %0, 20, 21, 1":"=r" (RT));
188 printf("lwarx => 0x%llx\n", RT);
195 __asm__ volatile ("ldarx %0, 20, 21, 1":"=r" (RT));
196 printf("ldarx => 0x%llx\n", RT);
/external/jacoco/org.jacoco.agent.rt/src/com/vladium/emma/rt/
H A DRT.java27 public final class RT { class
29 private RT() { method in class:RT
52 out.write(org.jacoco.agent.rt.RT.getAgent().getExecutionData(false));
/external/clang/lib/StaticAnalyzer/Checkers/
H A DReturnUndefChecker.cpp47 QualType RT = CallEvent::getDeclaredResultType(SFC->getDecl()); local
58 if (!RT.isNull() && RT->isVoidType())
64 if (RT.isNull() && isa<BlockDecl>(SFC->getDecl()) &&
72 if (RT.isNull())
75 if (RT->isReferenceType()) {
H A DCastSizeChecker.cpp51 const RecordType *RT = ToPointeeTy->getAs<RecordType>(); local
52 if (!RT)
55 const RecordDecl *RD = RT->getDecl();
H A DLLVMConventionsChecker.cpp31 const RecordType *RT = T->getAs<RecordType>(); local
32 if (!RT)
35 return StringRef(QualType(RT, 0).getAsString()) ==
251 if (const RecordType *RT = T->getAs<RecordType>()) {
252 const RecordDecl *RD = RT->getDecl()->getDefinition();
/external/emma/core/java12/com/vladium/emma/rt/
H A DRT.java7 * $Id: RT.java,v 1.2.2.3 2004/07/16 23:32:03 vlad_r Exp $
27 abstract class RT implements IAppConstants class in inherits:IAppConstants
39 ClassLoader loader = RT.class.getClassLoader ();
84 final Runnable exitHook = new RTExitHook (RT.class, cdata, getCoverageOutFile (), getCoverageOutMerge ());
89 // the RT classloader is some component loader (e.g, in a J2EE container)
123 // issues of class name collisions and class reloading) or RT.class
124 // (to prevent RT reloading)]
150 if (DEBUG) System.out.println ("RT::dumpCoverageData() DUMPING " + RT.class.getClassLoader ());
176 private RT () {} // preven method in class:RT
[all...]
H A DRTExitHook.java105 RTExitHook (final Class RT, final ICoverageData cdata, final File outFile, final boolean merge) argument
107 m_RT = RT;
120 private Class m_RT; // keep our RT class pinned in memory
/external/llvm/tools/lli/ChildTarget/
H A DChildTarget.cpp19 RemoteTarget *RT; member in class:LLIChildTarget
49 ThisChild.RT = new RemoteTarget();
57 delete ThisChild.RT;
89 RT->stop();
116 RT->allocateSpace(AllocSize, Alignment, Addr);
135 if (!RT->isAllocatedMemory(Addr, BufferSize))
166 RT->executeCode(Addr, Result);
/external/deqp/framework/platform/android/
H A DtcuAndroidInternals.cpp64 template <typename RT, typename T1, typename T2, typename T3, typename T4>
65 RT* callConstructor4 (GenericFptr fptr, void* memory, size_t memorySize, T1 param1, T2 param2, T3 param3, T4 param4)
71 typedef RT* (*ABIFptr)(void*, T1, T2, T3, T4);
73 return reinterpret_cast<RT*>(memory);
78 return reinterpret_cast<RT*>(memory);
83 return reinterpret_cast<RT*>(memory);
88 return reinterpret_cast<RT*>(memory);
/external/clang/lib/AST/
H A DItaniumCXXABI.cpp43 const RecordType *RT = VD.getType()->getAs<RecordType>(); local
44 assert(RT && "type of VarDecl is expected to be RecordType.");
45 assert(RT->getDecl()->isUnion() && "RecordType is expected to be a union.");
46 if (const FieldDecl *FD = RT->getDecl()->findFirstNamedDataMember()) {
/external/valgrind/none/tests/mips32/
H A Dvfp.c49 #define TESTINSN5LOAD(instruction, RTval, offset, RT) \
58 "mov.d %0, $" #RT "\n\t" \
59 "mfc1 %1, $" #RT "\n\t" \
60 "mfhc1 %2, $" #RT "\n\t" \
69 #define TESTINSN5LOAD(instruction, RTval, offset, RT) \
78 "mov.d %0, $" #RT "\n\t" \
79 "mfc1 %1, $" #RT "\n\t" \
91 #define TESTINSN5LOADw(instruction, RTval, offset, RT) \
99 "mov.d %0, $" #RT "\n\t" \
100 "mfc1 %1, $" #RT "\
[all...]
H A DMoveIns.c25 #define TESTINSNMOVE(instruction, offset, FS, RT) \
34 "move %1, $" #RT "\n\t" \
37 : #RT, "cc", "memory" \
44 #define TESTINSNMOVEd(instruction, offset, FS, RT) \
53 "move %1, $" #RT "\n\t" \
56 : #RT, "cc", "memory" \
63 #define TESTINSNMOVEt(instruction, offset, FS, RT) \
69 "lw $" #RT ", "#offset"($t0)\n\t" \
72 "move %1, $" #RT "\n\t" \
75 : #RT, "c
[all...]
H A DLoadStore.c24 #define TESTINST1(instruction, RTval, offset, RT, RS) \
29 "li $" #RT", " #RTval"\n\t" \
34 : #RT, "cc", "memory" \
41 "li $" #RT", " #RTval"\n\t" \
46 : #RT, "cc", "memory" \
54 #define TESTINSTsw(RTval, offset, RT, RS) \
60 "li $" #RT", " #RTval"\n\t" \
66 : #RT, #RS, "cc", "memory" \
H A DLoadStore1.c24 #define TESTINST1(instruction, RTval, offset, RT, RS) \
29 "li $" #RT", " #RTval"\n\t" \
34 : #RT, "cc", "memory" \
41 "li $" #RT", " #RTval"\n\t" \
46 : #RT, "cc", "memory" \
54 #define TESTINSTsw(RTval, offset, RT, RS) \
60 "li $" #RT", " #RTval"\n\t" \
66 : #RT, #RS, "cc", "memory" \
/external/clang/lib/CodeGen/
H A DCodeGenTypes.cpp161 if (const auto *RT = T->getAs<RecordType>())
162 return isSafeToConvert(RT->getDecl(), CGT, AlreadyChecked);
206 const RecordType *RT = dyn_cast<RecordType>(TT); local
207 if (!RT) return true;
216 return isSafeToConvert(RT->getDecl(), *this);
310 if (const RecordType *RT = FT->getReturnType()->getAs<RecordType>())
311 ConvertRecordDeclType(RT->getDecl());
314 if (const RecordType *RT = FPT->getParamType(i)->getAs<RecordType>())
315 ConvertRecordDeclType(RT->getDecl());
374 if (const RecordType *RT
[all...]
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/
H A Drdatatype.py54 RT = 21 variable
116 'RT' : RT,

Completed in 1008 milliseconds

123456